diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 63e1705c9..5d796540d 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 |