summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-01 04:25:59 +0000
committerJim Meyering <jim@meyering.net>1997-02-01 04:25:59 +0000
commita7dbd3f5e4fdccfa1247ddf36dd5545c67023afd (patch)
treeddf38977770620add4f55c5caf49f298870c3557 /old
parente077b7593bbb59b8e469281bbea5398ad717321a (diff)
downloadcoreutils-a7dbd3f5e4fdccfa1247ddf36dd5545c67023afd.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog1
-rw-r--r--old/textutils/ChangeLog11
2 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 4ff41a39a..e05e728d9 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,7 @@ 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.
+ (usage): Bracket bug-reporting address with <> and append a period.
1997-01-27 Paul Eggert <eggert@twinsun.com>
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 6fbe1fa1a..aba211df2 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,18 @@
Fri Jan 31 19:53:54 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/tac.c: Rename globals buffer and buffer_size to have G_ prefix
+ to avoid shadowing local variables.
+
+ * lib/long-options.c (parse_long_options): Compare getopt_long return
+ value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter
+ in getopt_long call.
+
+ * src/pr.c (add_line_number): Rename from `number' to avoid shadowing
+ local variables.
+
* src/*.c: Compare getopt_long return value against -1, not EOF.
Use NULL, not `(int *) 0' as last parameter in getopt_long call.
+ (usage): Bracket bug-reporting address with <> and append a period.
Wed Jan 29 20:54:24 1997 Jim Meyering <meyering@na-net.ornl.gov>