From 9a96f7c461a5c7c53639d3f84bd446a6959aa1a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 7 May 1993 03:09:55 +0000 Subject: merge with 1.5 --- old/textutils/ChangeLog | 29 ++++++++++++++++++++++++++++- old/textutils/NEWS | 1 + 2 files changed, 29 insertions(+), 1 deletion(-) (limited to 'old') diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 02cafcda2..7a85cf233 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,8 +1,35 @@ +Mon May 3 23:57:47 1993 Jim Meyering (meyering@comco.com) + + * Version 1.5. + + * od.c (main): Remove set-but-not-used variable, `usage_error'. + + * split.c (main): Call usage with an argument. + +Sun May 2 16:05:04 1993 Jim Meyering (meyering@comco.com) + + * configure.in: Reverse if-else branches in AC_TEST_PROGRAM test + for 8-bit clean memcmp. + + * cat.c (usage, main): Remove unused argument. + + * csplit.c (remove_line): Remove set-but-not-used variable, `line_got.' + (check_for_offset): Remove unused argument `argnum.' + + * configure.in: Add AC_SIZE_T. + Sat May 1 09:03:19 1993 Jim Meyering (meyering@comco.com) - * uniq.c (main.c): Interpret non-option arguments with a leading `+' + * uniq.c (main): Interpret non-option arguments with a leading `+' only if we haven't seen `--'. + * tr.c (main): Change variable name to avoid shadowed dcl. + * wc.c (write_counts): Ditto. + + * sum.1: Make documentation agree with the code. + + * od.c: Depend only on HAVE_LONG_DOUBLE for long double support. + Fri Apr 30 20:16:03 1993 Jim Meyering (meyering@comco.com) * configure.in [AC_HAVE_HEADERS]: Add limits.h. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 4b98a3c10..c63422fe5 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,6 @@ Major changes in release 1.5: * sort is 8-bit clean +* sort's -n and -M options no longer imply -b * several bugs in sort have been fixed * all programs accept --help and --version options * od --compatible accepts pre-POSIX arguments -- cgit v1.2.3-54-g00ecf