diff options
author | Jim Meyering <jim@meyering.net> | 1992-12-10 19:34:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1992-12-10 19:34:55 +0000 |
commit | 38575ad4621f4c73c70ce1c607d031736021f3b0 (patch) | |
tree | f1c5a678885df6f96ea4f55dc6de4e39929dea13 /old | |
parent | 08c5ed9a7e032ad266e3d03a04f2200dbcc0fa8a (diff) | |
download | coreutils-38575ad4621f4c73c70ce1c607d031736021f3b0.tar.xz |
Merge with pre-release 1.3.6.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 598c09068..a4fa7d7ba 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,4 +1,4 @@ -Tue Dec 8 10:31:14 CST 1992 +Tue Dec 8 10:31:14 1992 Jim Meyering (meyering@idefix.comco.com) * tr.c (is_char_class_member): Remove unreached return after abort. @@ -18,11 +18,16 @@ Wed Dec 2 12:28:10 1992 Jim Meyering (meyering@idefix.comco.com) struct option to use new macros from getopt.h: no_argument, required_argument, and optional_argument. -Wed Nov 25 07:51:55 1992 Jim Meyering (meyering@idefix.comco.com) +Tue Dec 01 10:57:24 1992 Jim Meyering (meyering@idefix.comco.com) - * pr.c, sort.c, od.c: Make definitions of ISPRINT etc consistent. + * od.c, pr.c, sort.c: Make uses of ctype.h macros consistent. - * tr.c (main): Close stdin and stdout. + * tr.c (main): Close stdin and stdout and check return status. + +Tue Nov 24 09:26:08 1992 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu) + + * system.h, csplit.c: Use HAVE_FCNTL_H and HAVE_STRING_H + instead of USG. Tue Nov 24 08:42:30 1992 Jim Meyering (meyering@idefix.comco.com) @@ -48,6 +53,10 @@ Tue Nov 24 08:42:30 1992 Jim Meyering (meyering@idefix.comco.com) (write_block, dump_strings, dump): Don't test return value from functions that operate on streams. Rely on later ferror tests. +Sat Nov 21 12:41:49 1992 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu) + + * sort.c (main, usage): Add -T option. + Thu Nov 19 14:33:40 1992 David J. MacKenzie (djm@goldman.gnu.ai.mit.edu) * tail.c (tail_forever, sigusr1, kill_kids): New functions to |