summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-24 19:54:32 +0000
committerJim Meyering <jim@meyering.net>1992-11-24 19:54:32 +0000
commit3a26bddda4fea256408b3cacec21a86be98cbc30 (patch)
tree8b53b88077d0b6e77616dc28cd25c99c0279ab3d /old
parentdf9f61fd4a3e3b8088013cbde3331321c5393649 (diff)
downloadcoreutils-3a26bddda4fea256408b3cacec21a86be98cbc30.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 4be2640dc..eea1b9dd8 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 <ctype.h>.
+
* od.c (print_ascii, dump_strings): Use ISDIGIT and ISPRINT
macros like pr.c. Suggested by David J. MacKenzie.