diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-08 02:44:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-08 02:44:05 +0000 |
commit | 097ca8427d6469ae4dae4ff885b6931a6fa7904d (patch) | |
tree | cc5284f0a8f2a3bfa1e919b3ca171567cb16c241 | |
parent | 546f3f81da5d5abf19505d1144f62a4662d8c54e (diff) | |
download | coreutils-097ca8427d6469ae4dae4ff885b6931a6fa7904d.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 01119c94f..2c555164a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ 1999-03-07 Jim Meyering <meyering@ascend.com> + * lib/xmalloc.c (xalloc_fail): Use "%s" format so the message doesn't + have to be scanned for % signs. Suggestion from François Pinard. + + * Makefile.maint: Add two more URLs and the loops to use them. + * lib/long-options.c (parse_long_options): Include `Copyright...' line in --version output. Add the `...NO warranty...' message. |