From 6587c39b3ad22a17a2525597bc8d4712916d29fe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 22 May 1993 05:06:39 +0000 Subject: merge with 1.5.2 --- old/textutils/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ old/textutils/NEWS | 6 ++++++ 2 files changed, 41 insertions(+) (limited to 'old') 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 -- cgit v1.2.3-70-g09d2