diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-21 05:20:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-21 05:20:10 +0000 |
commit | 0e442c97a578d8cdbf21efca49da7bc9cfe0bf85 (patch) | |
tree | c949857f2f52681b2daa7ff4fec4bfdef9b11c33 | |
parent | 2411847f1637e0fc42ab141c703dfd7ca72f508e (diff) | |
download | coreutils-0e442c97a578d8cdbf21efca49da7bc9cfe0bf85.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 70a354bfa..a25f57cf1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +Sat Apr 20 22:48:59 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * ls.c: Include xstrtol.h. + (decode_switches): Use xstrtol, not atoi. + Detect and ignore invalid value for COLUMNS environment variable. + In error about invalid TABSIZE, don't reference optarg! + [!POSIXLY_CORRECT]: Don't consider TABSIZE environment variable. + + * install.c: Include xstrtol.h. + [HAVE_VALUES_H]: Include <values.h>. + [!BITSPERBYTE]: Define. + [!UID_T_MAX]: Define. + [!GID_T_MAX]: Define. + (get_ids): Use xstrtol, not atoi. + (is_number): Remove now-unused function. + * configure.in (AC_CHECK_HEADERS): Add values.h. + Fri Apr 19 00:06:02 1996 Jim Meyering (meyering@na-net.ornl.gov) * Makefile.am (cvs-dist): New rule. Based on the one from |