diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-15 14:48:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-15 14:48:36 +0000 |
commit | 52070d3e4a02c2a4388ea6dac1c2511d89507936 (patch) | |
tree | 1620108d986889b68d5a5efe9b83dee853dfd952 /old/textutils/ChangeLog | |
parent | 85cc6dedf81694625ca63e2a903a6fb40fb7b8aa (diff) | |
download | coreutils-52070d3e4a02c2a4388ea6dac1c2511d89507936.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 0837916ab..132577f9b 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,24 @@ +1998-08-15 Jim Meyering <meyering@ascend.com> + + * src/pr.c (usage): Reformat. + + * src/ptx.c: Add braces to suppress warning about ambiguous `else'. + * lib/bumpalloc.h: Likewise. + +1998-08-13 François Pinard <pinard@iro.umontreal.ca> + + * src/ptx.c: New file. + * src/Makefile.am (bin_PROGRAMS): Add ptx. + * lib/bumpalloc.h, lib/diacrit.h, lib/diacrit.c: New files. + * lib/Makefile.am (libtu_a_SOURCES): Add diacrit.c. + (noinst_HEADERS): Add bumpalloc.h and diacrit.h. + +1998-08-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * src/pr.c (long_options): Add long names for all options. + (usage): Update help string. + (main): Handle the special options --pages and --columns. + 1998-08-02 Jim Meyering <meyering@ascend.com> * lib/linebuffer.c (readline): Return zero upon error as well as upon |