summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-30 03:13:01 +0000
committerJim Meyering <jim@meyering.net>1998-08-30 03:13:01 +0000
commit8fd24dfea93379eb45b55933667d30508805d81f (patch)
treeeb9ef6ad8c77c1c60c87a222962729ab4dd0c710 /old
parent9355314687e1d8408cc5c0eba83e52ce3dbe87b3 (diff)
downloadcoreutils-8fd24dfea93379eb45b55933667d30508805d81f.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2d7632ca8..f685654a7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,18 @@
1998-08-29 Jim Meyering <meyering@ascend.com>
+ * Version 3.16v.
+
+ * src/du.c (long_options): Use corresponding short-option character
+ in place of `1', and `NULL' in place of pointer in initialization.
+ * src/cp.c (long_opts): Likewise.
+ * src/ln.c (long_options): Likewise.
+ * src/mkdir.c (longopts): Likewise.
+ * src/rmdir.c (longopts): Likewise.
+ * src/chown.c: Replace 12 and 13 with CHAR_MAX + 1 and CHAR_MAX + 2
+ respectively.
+ * src/chmod.c (long_options): Replace 12 with CHAR_MAX + 1.
+ * src/chgrp.c (long_options): Replace 12 with CHAR_MAX + 1.
+
* tests/Fetish.pm: New file -- moved from ls-2/.
* configure.in (AC_OUTPUT): Add tests/dircolors/Makefile.
* tests/Makefile.am (SUBDIRS): Add dircolors.
@@ -15,6 +28,15 @@
* src/dircolors.c (dc_parse_stream): Don't segfault when a line
contains only one token. Reported by Olav Morkrid.
+1998-08-24 Paul Eggert <eggert@twinsun.com>
+
+ * src/system.h (CHAR_MIN, CHAR_MAX):
+ Renamed from SCHAR_MIN, SCHAR_MAX, since these
+ macros apply to char, not signed char.
+
+ * src/df.c, src/du.c, src/touch.c (long_options, main):
+ Don't assume ASCII.
+
1998-08-16 Jim Meyering <meyering@ascend.com>
* lib/filemode.h (PARAMS): Define and use.