summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-21 02:28:20 +0000
committerJim Meyering <jim@meyering.net>1999-04-21 02:28:20 +0000
commitc93a59ac4f8c3e97c972d4f7b531183ea7d56ffa (patch)
tree1c571ac0aca962cee99c1da04a62451dc1d1187b /old
parentabc54153b1f089e511b55cf67a390b08fe34c852 (diff)
downloadcoreutils-c93a59ac4f8c3e97c972d4f7b531183ea7d56ffa.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 211726f11..8698aa4fc 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,24 @@
+1999-04-20 Jim Meyering <meyering@ascend.com>
+
+ * 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 <eggert@twinsun.com>
+
+ * 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 <config.h>: 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 <meyering@ascend.com>
* configure.in (AC_CHECK_FUNCS): Remove strtoull, strtoumax, and