From c93a59ac4f8c3e97c972d4f7b531183ea7d56ffa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Apr 1999 02:28:20 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 211726f114..8698aa4fc7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,24 @@ +1999-04-20 Jim Meyering + + * tests/Makefile.am (EXTRA_DIST): s/posix-warn/env-warn/. + (check-local): Also test and warn if CDPATH is set. + +1999-04-20 Paul Eggert + + * configure.in (AC_CANONICAL_HOST): Add; needed for new AC_LFS's + cross-compilation. + * config.guess: New file (from autoconf). + * config.sub: New file (from autoconf). + + * src/shred.c : Include first, since it can do + things like #define const, and this must be done before + including any system headers. + + * lib/xstrtoumax.c (my_strtoumax): Fix typo in computing + whether overflow occurred. Improve overflow-detection to use + only one conditional branch total, rather than 2N+1 + conditional branches for an N-digit number. + 1999-04-18 Jim Meyering * configure.in (AC_CHECK_FUNCS): Remove strtoull, strtoumax, and -- 2.47.3