From f5ff11c61d7ed15edbce5bb61c0d344418a02e9b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Jun 1995 21:17:13 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d6283c51db..c66178635a 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 + + + * 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 -- 2.47.3