summaryrefslogtreecommitdiff
path: root/old/textutils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-05-01 20:31:22 +0000
committerJim Meyering <jim@meyering.net>1993-05-01 20:31:22 +0000
commitd7fcb354de9387e778645abe75492786788f5381 (patch)
tree9021eabb2a3818d88881581caf14724fb26d7028 /old/textutils/ChangeLog
parentcd3f5c47d5cc6ff344b763a24b33316d97c92a50 (diff)
downloadcoreutils-d7fcb354de9387e778645abe75492786788f5381.tar.xz
merge with 1.4.2.
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r--old/textutils/ChangeLog19
1 files changed, 19 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