diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-04 05:36:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-04 05:36:19 +0000 |
commit | 0f67dfcaa3d0db4a795057a80e4c00cef81875d3 (patch) | |
tree | adab879d321c42fd8f7a4f0bc008d2991b35e447 /old/textutils | |
parent | 88cbad981787d34f3dc8118bde16416c12a50421 (diff) | |
download | coreutils-0f67dfcaa3d0db4a795057a80e4c00cef81875d3.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c71fc5336..20736e3b0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,45 @@ +1999-03-03 Jim Meyering <meyering@ascend.com> + + * src/cat.c: Include long-options.h + [long_options]: Remove the "help" and "version" entries. + Remove declarations of show_help and show_version. + (main): Use parse_long_options, including author name(s). + Remove the show_version and show_help blocks. + * cksum.c: Likewise. + * comm.c: Likewise. + * csplit.c: Likewise. + * cut.c: Likewise. + * expand.c: Likewise. + * fmt.c: Likewise. + * fold.c: Likewise. + * head.c: Likewise. + * nl.c: Likewise. + * od.c: Likewise. + * paste.c: Likewise. + * pr.c: Likewise. + * split.c: Likewise. + * sum.c: Likewise. + * tac.c: Likewise. + * tail.c: Likewise. + * tr.c: Likewise. + * unexpand.c: Likewise. + * uniq.c: Likewise. + * wc.c: Likewise. + + * src/ptx.c: Include long-options.h + [long_options]: Remove the "help" and "version" entries. + Remove declarations of show_help and show_version. + (main): Remove `const' attribute from dcl of argv parameter. + Call bindtextdomain and textdomain. + Use parse_long_options, including author name(s). + Remove the show_version and show_help blocks. + + * src/join.c (main): Include author name argument in call to + parse_long_options. + * src/md5sum.c (main): Likewise. + * src/sort.c (main): Likewise. + * src/tsort.c (main): Likewise. + 1999-02-07 Jim Meyering <meyering@ascend.com> * Version 1.22h. |