diff options
-rw-r--r-- | old/fileutils/ChangeLog | 5 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 10 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a46e2d479..4ff41a39a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 31 21:13:04 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/*.c: Compare getopt_long return value against -1, not EOF. + Use NULL, not `(int *) 0' as last parameter in getopt_long call. + 1997-01-27 Paul Eggert <eggert@twinsun.com> * src/ls.c (print_long_format): Fix off-by-one problem in size diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 34fbb11a7..648813841 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +Fri Jan 31 21:13:13 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/*.c: Compare getopt_long return value against -1, not EOF. + Use NULL, not `(int *) 0' as last parameter in getopt_long call. + +Mon Jan 27 21:43:50 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/chroot.c (usage): Remove one space in message to make + colons line up. + Sun Jan 26 12:51:05 1997 Jim Meyering <meyering@na-net.ornl.gov> * Version 1.16. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ca80c5874..6fbe1fa1a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 31 19:53:54 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/*.c: Compare getopt_long return value against -1, not EOF. + Use NULL, not `(int *) 0' as last parameter in getopt_long call. + Wed Jan 29 20:54:24 1997 Jim Meyering <meyering@na-net.ornl.gov> * tests/tr-test/Test.pm: Do each test twice: get input via REDIR |