summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-15 18:44:27 +0000
committerJim Meyering <jim@meyering.net>1995-06-15 18:44:27 +0000
commitad1b9f08510cd6f7e28e1dce15480c7b2b06f120 (patch)
tree6348e326900c379c72fa992688ff788d04db6d38 /old/textutils
parentf9f17d4b0f5741ea1bde086b1c7cd71ce94bcbef (diff)
downloadcoreutils-ad1b9f08510cd6f7e28e1dce15480c7b2b06f120.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 69646468d..b8f21e4fe 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jun 15 13:42:38 1995 Jim Meyering (meyering@comco.com)
+
+ * md5sum.c: Don't include values.h.
+ [__P]: Undefine it.
+
+ * md5sum.c: [UNIX || unix]: Also test __UNIX__, __unix__,
+ and _POSIX_VERSION. Reported by Arne H. Juul.
+
Tue Jun 13 21:20:10 1995 Jim Meyering (meyering@comco.com)
* tr.c [NDEBUG]: Define it to disable assertions. Some systems
@@ -61,7 +69,7 @@ Sat May 27 00:35:47 1995 Jim Meyering (meyering@comco.com)
Thu May 25 00:06:50 1995 Jim Meyering (meyering@comco.com)
* tail.c (tail_lines): Change one more `long' to `off_t'.
- Otherwise, tail didn't work on NetBSD. From by Arne H. Juul.
+ Otherwise, tail didn't work on NetBSD. From Arne H. Juul.
* csplit.c [struct control]: Change type of `repeat' to unsigned
long to avoid conversion warning.