summaryrefslogtreecommitdiff
path: root/old/fileutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-12-13 06:45:13 +0000
committerJim Meyering <jim@meyering.net>1999-12-13 06:45:13 +0000
commit7efcffd2e6a399aeb8488e78e297262afd6362f3 (patch)
tree22224bc37dbcca4948230a479859e50fde27443f /old/fileutils/ChangeLog
parent63324e5e7e60cb8b0c70e65831fcf7d5477d8087 (diff)
downloadcoreutils-7efcffd2e6a399aeb8488e78e297262afd6362f3.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r--old/fileutils/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index ec62975a1..f402ba5c2 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,21 @@
+1999-12-13 Jim Meyering <meyering@ascend.com>
+
+ * Version 4.0k.
+
+1999-12-12 Jim Meyering <meyering@ascend.com>
+
+ 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 <meyering@ascend.com>
* src/df.c (BLOCK_SIZE_OPTION, SYNC_OPTION, NO_SYNC_OPTION): Define