From: Jim Meyering Date: Mon, 13 Dec 1999 06:45:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0l~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7efcffd2e6a399aeb8488e78e297262afd6362f3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ec62975a17..f402ba5c2c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,21 @@ +1999-12-13 Jim Meyering + + * Version 4.0k. + +1999-12-12 Jim Meyering + + Move 120+ lines of stat.h-related macros from system.h (not shared) + to sys2.h, which is shared between fileutils, sh-utils, textutils. + * src/system.h: Move them from here... + * src/sys2.h: ... to here. + + * src/system.h (S_IRUSR, S_IRGRP, S_IWGRP, S_IROTH, S_IWOTH): Define + if not defined. This was necessary on a NeXT Turbostation running + Mach 3.3. Reported by Nelson H. F. Beebe. + + * src/ls.c (usage): + Reported by Paul Slootman via Michael Stone. + 1999-12-09 Jim Meyering * src/df.c (BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): Define diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index ca9e640bfe..d216a40307 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ Changes in release 4.1: +[4.0l] +* `ls -ul' and `ls -uc' sort by name once again, as they should [4.0k] * mv may now be used to move a file onto a symlink to itself when that symlink is on a separate partition. With fileutils-4.0j, it would