]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 15 Jun 1995 18:44:27 +0000 (18:44 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 15 Jun 1995 18:44:27 +0000 (18:44 +0000)
old/textutils/ChangeLog

index 69646468de685564fc6438f8d46b08d0648e7e58..b8f21e4fe0a02c2ff2a7f642109659dcf15ac160 100644 (file)
@@ -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.