From: Jim Meyering Date: Mon, 23 Mar 1998 23:13:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22f~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa4148be50065a002282e39a8234b9113f4c6dc5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b475cdc57d..7707cdf0ab 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,21 @@ +1998-03-23 Jim Meyering + + * acconfig.h: Remove HAVE_INTTYPES_H, now that m4/inttypes_h.m4 + automatically handles it. + +1998-03-19 Jim Meyering + + * src/system.h (SCHAR_MIN): Define. + (SHRT_MIN): Define. + od.c needs these when compiling with NCR's R2.0c C compiler. + (TYPE_MAXIMUM): Cast result to `(t)' so this macro works with + `unsigned char'. + From Greg Wooledge. + +1998-03-15 Jim Meyering + + * src/tail.c (tail_file): Merge largely-duplicated blocks of code. + 1998-03-03 Paul Eggert * src/sort.c (xtmpfopen): Open temporary file exclusively, to