From: Jim Meyering Date: Sat, 24 Jun 1995 21:17:13 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5ff11c61d7ed15edbce5bb61c0d344418a02e9b;p=thirdparty%2Fcoreutils.git . --- 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