From 9cda676546e73199a27b1bf0335e122d65bd49cd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Jun 1995 21:22:11 +0000 Subject: . --- old/textutils/ChangeLog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index c66178635..18b2700c7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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 - + * uniq.c (usage): Fix typo in text of --help output. + From Steve McConnel * md5sum.c [uint32]: When testing for 32-bit arithmetic type, also check `unsigned long', as a concession to systems with @@ -21,9 +23,11 @@ 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 . -- cgit v1.2.3-70-g09d2