From 8fd24dfea93379eb45b55933667d30508805d81f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Aug 1998 03:13:01 +0000 Subject: . --- old/fileutils/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 + * 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 + + * 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 * lib/filemode.h (PARAMS): Define and use. -- cgit v1.2.3-70-g09d2