summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-24 21:17:13 +0000
committerJim Meyering <jim@meyering.net>1995-06-24 21:17:13 +0000
commitf5ff11c61d7ed15edbce5bb61c0d344418a02e9b (patch)
tree05d1cec53164b8724aa0f52e9bec1c7dd09e75b9
parent86671a4ed09283236daad34900e55a9c7de1d57d (diff)
downloadcoreutils-f5ff11c61d7ed15edbce5bb61c0d344418a02e9b.tar.xz
.
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index d6283c51d..c66178635 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,16 @@
+ * cat.c, comm.c, join.c, sort.c, uniq.c: Undefine min/max before
+ defining to avoid redefinition warning on systems.
+
+ * csplit.c (read_input): Rename paramater MAX to MAX_N_BYTES.
+ This avoids potential conflict with max macro from some system's
+ header files when using bad pre-ANSI compilers.
+
+ * uniq.c (usage): Fix typo. From Steve McConnel
+ <steve@acadcomp.sil.org>
+
+ * md5sum.c [uint32]: When testing for 32-bit arithmetic type,
+ also check `unsigned long', as a concession to systems with
+ int's smaller than 32 bits.
* configure.in (AC_REPLACE_FUNCS): Remove memcmp (again!) since
AC_FUNC_MEMCMP already handles it. This avoids warnings from