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

index 4ff41a39a764a694c87b3ecc3c9c8cff11ee4998..e05e728d9c623c07b7abd662b830992f6f737461 100644 (file)
@@ -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>
 
index 6fbe1fa1acce098b238fd0d28284d32ff132655f..aba211df20530df71417a4a489970e70f367599e 100644 (file)
@@ -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>