From: Jim Meyering Date: Thu, 22 Apr 1999 15:19:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16g~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cbb965035eed4facfdacd0469deb84a0c8dbcc5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 538098695e..f85a89c010 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1999-04-22 Jim Meyering + + * src/shred.c (word32): Don't use `#error'; it runs afoul of + SunOS 4.1.4 cc. + + * lib/strtoull.c: Guard strong_alias and weak_alias with #ifdef _LIBC. + 1999-04-20 Paul Eggert Replace our temporary hack implementation of strtoumax with