From: Jim Meyering Date: Tue, 24 Nov 1992 19:54:32 +0000 (+0000) Subject: . X-Git-Tag: ISDIGIT-bug-fix~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a26bddda4fea256408b3cacec21a86be98cbc30;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 4be2640dc0..eea1b9dd88 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,11 @@ Tue Nov 24 08:42:30 1992 Jim Meyering (meyering@idefix.comco.com) + * tr.c: Define new macros ISPRINT, ISALNUM, ISXDIGIT, ... that + use isascii if it is defined. + (is_char_class_member, make_printable_char, make_printable_str, + non_neg_strtol): Use new macros instead of lower case ones + from . + * od.c (print_ascii, dump_strings): Use ISDIGIT and ISPRINT macros like pr.c. Suggested by David J. MacKenzie.