diff options
author | Jim Meyering <jim@meyering.net> | 1993-05-01 20:31:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-05-01 20:31:22 +0000 |
commit | d7fcb354de9387e778645abe75492786788f5381 (patch) | |
tree | 9021eabb2a3818d88881581caf14724fb26d7028 /old | |
parent | cd3f5c47d5cc6ff344b763a24b33316d97c92a50 (diff) | |
download | coreutils-d7fcb354de9387e778645abe75492786788f5381.tar.xz |
merge with 1.4.2.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 19 | ||||
-rw-r--r-- | old/textutils/NEWS | 2 |
2 files changed, 21 insertions, 0 deletions
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 |