diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-11 14:36:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-11 14:36:08 +0000 |
commit | 99ec01ea67407ea602e8b66f4420b969064456b3 (patch) | |
tree | f4f6246073e4789e4d763e7e9b4a08bf6198869f /old/textutils | |
parent | 051550c21b27f066af2b6c72004de70652fc035a (diff) | |
download | coreutils-99ec01ea67407ea602e8b66f4420b969064456b3.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3022f4760..16909c88b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,9 +1,28 @@ 2001-11-11 Jim Meyering <meyering@lucent.com> + * 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. + + * src/md5sum.c (usage): Split --help output into smaller pieces. + * src/wc.c (usage): Split --help output into smaller pieces. Use fputs, not printf. + * src/cat.c (usage): Likewise. + * src/cut.c (usage): Likewise. + * src/csplit.c (usage): Likewise. + * src/expand.c (usage): Likewise. + * src/head.c (usage): Likewise. + * src/join.c (usage): Likewise. + * src/nl.c (usage): Likewise. + * src/od.c (usage): Likewise. + * src/pr.c (usage): Likewise. * src/sys2.h (alloca) [__GNUC__]: Define only if not already defined. |