From 3a26bddda4fea256408b3cacec21a86be98cbc30 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 24 Nov 1992 19:54:32 +0000 Subject: [PATCH] . --- old/textutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.47.3