]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 24 Jun 1995 21:17:13 +0000 (21:17 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Jun 1995 21:17:13 +0000 (21:17 +0000)
old/textutils/ChangeLog

index d6283c51db869daa2b115c4e253bbdc7c4401a44..c66178635a555f2166508afb8e80591357abac4e 100644 (file)
@@ -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