From d7fcb354de9387e778645abe75492786788f5381 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 May 1993 20:31:22 +0000 Subject: merge with 1.4.2. --- old/textutils/ChangeLog | 19 +++++++++++++++++++ old/textutils/NEWS | 2 ++ 2 files changed, 21 insertions(+) (limited to 'old') diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index dd191a0f6..c885dc8bc 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,22 @@ +Sat May 1 09:03:19 1993 Jim Meyering (meyering@comco.com) + + * uniq.c (main.c): Interpret non-option arguments with a leading `+' + only if we haven't seen `--'. + +Fri Apr 30 20:16:03 1993 Jim Meyering (meyering@comco.com) + + * configure.in [AC_HAVE_HEADERS]: Add limits.h and unistd.h. + + * configure.in [CFLAGS, LDFLAGS]: Assign reasonable defaults. + + * od.c (parse_old_offset): Don't use prototype in function + definition. Remove unnecessary conjunct from test for hexadecimal + prefix. + + * od.c: Depend on __GNUC__ || HAVE_LONG_DOUBLE rather than __STDC__ + for long double support; there are compilers (Stardent Vistra svr4) + without long double but still define __STDC__. + Thu Apr 29 02:01:27 1993 Jim Meyering (meyering@comco.com) * src/*.c and man/*.c except for sort: Add --help and --version diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 96729c49c..4b98a3c10 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,6 @@ Major changes in release 1.5: +* sort is 8-bit clean +* several bugs in sort have been fixed * all programs accept --help and --version options * od --compatible accepts pre-POSIX arguments * pr -2a terminates -- cgit v1.2.3-54-g00ecf