diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-22 15:19:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-22 15:19:11 +0000 |
commit | 4cbb965035eed4facfdacd0469deb84a0c8dbcc5 (patch) | |
tree | d6ad020f93c2f567b351b4d66d6909f3f9eba2a4 /old/fileutils | |
parent | 62edaf0b5551fb7d138f382815dd052e85c3e601 (diff) | |
download | coreutils-4cbb965035eed4facfdacd0469deb84a0c8dbcc5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 538098695..f85a89c01 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +1999-04-22 Jim Meyering <meyering@ascend.com> + + * 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 <eggert@twinsun.com> Replace our temporary hack implementation of strtoumax with |