summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-01 03:13:22 +0000
committerJim Meyering <jim@meyering.net>1997-02-01 03:13:22 +0000
commit0e291b59ed1dfe2bd0db3c92c857cb82de1e8954 (patch)
tree04d784ffa91320a813e0ec77bf6bef14cd8e8aa1 /old
parentb8c82a8e39e901c6b231217a009982a0e0b782a6 (diff)
downloadcoreutils-0e291b59ed1dfe2bd0db3c92c857cb82de1e8954.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
-rw-r--r--old/sh-utils/ChangeLog10
-rw-r--r--old/textutils/ChangeLog5
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