From cfa65273737a540fbdec32a31a08c30c08d441eb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Dec 1994 23:44:07 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.47.3