summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-24 19:18:52 +0000
committerJim Meyering <jim@meyering.net>1992-11-24 19:18:52 +0000
commitc856423cb523d58a3810d6a441b84d51f9e7f5e8 (patch)
treee491bc31cb4b06503dad8a799e7cc0353c5d19eb /old
parent267096a929a867b5cbb4a3731e96ee9339edf21e (diff)
downloadcoreutils-c856423cb523d58a3810d6a441b84d51f9e7f5e8.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index b49241ae2..4be2640dc 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,8 @@
Tue Nov 24 08:42:30 1992 Jim Meyering (meyering@idefix.comco.com)
+ * od.c (print_ascii, dump_strings): Use ISDIGIT and ISPRINT
+ macros like pr.c. Suggested by David J. MacKenzie.
+
* od.c (print_ascii, dump_strings): Check for isascii before isprint.
(dump_strings): Free malloc'd buffer before returning.
(skip): Return non-zero if an error occurred, zero otherwise.