From: Jim Meyering Date: Sun, 21 Apr 1996 05:20:10 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12l^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e442c97a578d8cdbf21efca49da7bc9cfe0bf85;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 70a354bfac..a25f57cf10 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 . + [!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