diff options
author | Jim Meyering <jim@meyering.net> | 1993-05-22 05:06:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-05-22 05:06:39 +0000 |
commit | 6587c39b3ad22a17a2525597bc8d4712916d29fe (patch) | |
tree | 0e841eb7fb9d97d3e8ae8c26bd4a6b2c337e0ee5 /old | |
parent | d1c5cbfcddaced8d64b23bc3f22bfc4082b58604 (diff) | |
download | coreutils-6587c39b3ad22a17a2525597bc8d4712916d29fe.tar.xz |
merge with 1.5.2
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 35 | ||||
-rw-r--r-- | old/textutils/NEWS | 6 |
2 files changed, 41 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 7a85cf233..d0f54b56c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,38 @@ +Wed May 19 19:12:18 1993 Karl Berry (karl@owl.hq.ileaf.com) + + * sort.c (main): fflush before exit, so a closed stdout doesn't lose. + +Tue May 18 23:49:26 1993 Jim Meyering (meyering@comco.com) + + * mkinstalldirs: New file. + * Makefile.in (installdirs): Use it. + +Fri May 14 23:45:52 1993 Jim Meyering (meyering@comco.com) + + * all source: With --version, print version and exit immediately. + +Thu May 13 01:03:16 1993 Jim Meyering (meyering@comco.com) + + * Makefile.in (installdirs): New rules for creating installation + directories. (install): depend on it. + + * tail.c (main): Remove --compatible since `+1f' may be used + to get the BSD `-0f' behavior portably. + + * fold.c (main): Turn -N arguments, where N is a digit, into -wN. + From Ian Lance Taylor (ian@cygnus.com). + +Mon May 10 22:33:44 1993 Jim Meyering (meyering@comco.com) + + * tail.c (main): New option -C, --compatible to make `tail -0f' + work like `tail +1f' for compatibility with BSD tail. + +Thu May 6 23:28:56 1993 Jim Meyering (meyering@comco.com) + + * pr.c (print_page): Decrement cols_ready_to_print even when + lines_to_print == 0. The command `echo |pr -2ta' *still* didn't + terminate. Add parentheses for clarity. + Mon May 3 23:57:47 1993 Jim Meyering (meyering@comco.com) * Version 1.5. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index c63422fe5..0742b700d 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,3 +1,9 @@ +Major changes in release 1.6: +* with the --version option programs print the version and exit immediately +* --compatible makes `tail -0f' work like `tail +1f' for compatibility + with BSD tail. +* pr -2a really terminates + Major changes in release 1.5: * sort is 8-bit clean * sort's -n and -M options no longer imply -b |