]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 03:13:22 +0000 (03:13 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Feb 1997 03:13:22 +0000 (03:13 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog
old/textutils/ChangeLog

index a46e2d4796a85607f9f3c6a835db768851eaaf4f..4ff41a39a764a694c87b3ecc3c9c8cff11ee4998 100644 (file)
@@ -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
index 34fbb11a7909299958f8ef3fcfc4318e91be6fbc..6488138414320e8cd06cc2ad0b3be8a253497dce 100644 (file)
@@ -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.
index ca80c5874ead974fc9b5dfa6131b0b77144e3b0a..6fbe1fa1acce098b238fd0d28284d32ff132655f 100644 (file)
@@ -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