From: Jim Meyering Date: Sun, 11 Dec 1994 23:44:07 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~395 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfa65273737a540fbdec32a31a08c30c08d441eb;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 63e1705c98..5d796540db 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,16 @@ +Sun Dec 11 17:24:09 1994 Jim Meyering (meyering@comco.com) + + * csplit.c (get_format_width, get_format_prec): Use ISDIGIT instead of + comparisons against '0' and '9'. + + * tr.c [!ULONGMAX]: Define it. + [!LONGMAX]: Define in terms of ULONGMAX instead of as a 32-bit constant. + + * full-write.c: Declare (or not) errno based on definedness or + errno, not STDC_HEADERS. + * safe-read.c: Likewise. + * xwrite.c: Likewise. + Thu Nov 17 06:37:33 1994 Jim Meyering (meyering@comco.com) * tail.c (dump_remainder): Flush standard output just before