]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 24 Nov 1992 19:54:32 +0000 (19:54 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 24 Nov 1992 19:54:32 +0000 (19:54 +0000)
old/textutils/ChangeLog

index 4be2640dc0c5ca3e894dd623b16dbae1649e816e..eea1b9dd8846f9f8440bb19f410837d7450c6382 100644 (file)
@@ -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 <ctype.h>.
+
        * od.c (print_ascii, dump_strings): Use ISDIGIT and ISPRINT
        macros like pr.c.  Suggested by David J. MacKenzie.