From: Jim Meyering Date: Tue, 24 Nov 1992 19:18:52 +0000 (+0000) Subject: . X-Git-Tag: ISDIGIT-bug-fix~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c856423cb523d58a3810d6a441b84d51f9e7f5e8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index b49241ae25..4be2640dc0 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.