summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-11 15:00:38 +0000
committerJim Meyering <jim@meyering.net>2001-11-11 15:00:38 +0000
commitfa3228b72d77bd0c86eff9549480e16184c239ca (patch)
tree5de849e3fb7a3d0bca706697881626cd711b6a1d /old
parent507b8890a4b8f82360076618588f55b8046ccef6 (diff)
downloadcoreutils-fa3228b72d77bd0c86eff9549480e16184c239ca.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 16909c88b..5f2ac56e1 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,16 +1,21 @@
2001-11-11 Jim Meyering <meyering@lucent.com>
+ * Version 2.0.17.
+
* src/pr.c (struct COLUMN) [print_func]: Declare with a protype.
(struct COLUMN) [char_func]: Declare with a protype.
* src/od.c (parse_old_offset): Declare to be static.
- * Version 2.0.17.
-
* src/join.c (make_blank): Declare to be static.
(prfield): Declare local to be of type size_t, not int.
+ Some help strings were very long. Split them so that
+ they're no longer than the magic length 509 that ISO C89
+ compilers are required to support. Sorry, translators :-(
+
* src/md5sum.c (usage): Split --help output into smaller pieces.
+ * src/ptx.c (main, usage): Split --help output into smaller pieces.
* src/wc.c (usage): Split --help output into smaller pieces.
Use fputs, not printf.
@@ -23,6 +28,11 @@
* src/nl.c (usage): Likewise.
* src/od.c (usage): Likewise.
* src/pr.c (usage): Likewise.
+ * src/sort.c (usage): Likewise.
+ * src/split.c (usage): Likewise.
+ * src/tac.c (usage): Likewise.
+ * src/tr.c (usage): Likewise.
+ * src/unexpand.c (usage): Likewise.
* src/sys2.h (alloca) [__GNUC__]: Define only if not already defined.