From: Jim Meyering Date: Sun, 4 Mar 2001 03:05:32 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-2_0_12~6 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=be6df5151fd66e6fd404e5d98c6fb8973986a4a4;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e7bfa20c1c..31946f8fea 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,8 @@ 2001-02-21 Jim Meyering + * src/mkdir.c (main): Remove assignment-in-if-expression. + In fact, remove t_errno altogether. Reported by Nelson Beebe. + * tests/ls-2/tests: Add two tests of existing behavior -- both will have to be changed (soon after release), once ls is fixed.