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

index c66178635a555f2166508afb8e80591357abac4e..18b2700c7f61fc3f78a2df81d6d583d862223858 100644 (file)
@@ -1,12 +1,14 @@
+Sat Jun 24 16:18:01 1995  Jim Meyering  (meyering@comco.com)
+
        * cat.c, comm.c, join.c, sort.c, uniq.c: Undefine min/max before
-       defining to avoid redefinition warning on systems.
+       defining to avoid redefinition warning on some 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>
+       * uniq.c (usage): Fix typo in text of --help output.
+       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
        error in sa_handler assignment.
 
        * fmt.c [word]: Redefine.  Otherwise, systems (Unicos for one) with
-       headers that define `word' to be a type get syntax errors because
-       of the variable by the same name.
-       * join.c [join]: Redefine.  Also for Unicos.
+       headers that typedef `word' get syntax errors because of the
+       variable by the same name.
+
+       * join.c [join]: Redefine to avoid conflict with prototype in some
+       system header file.  Also for Unicos.
 
        * md5sum.c (main): Remove spurious colon in getopt spec string.
        From Ken Pizzini <kenp@spry.com>.