From: Jim Meyering Date: Sun, 31 Mar 1996 17:20:02 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14b~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa9c4632bb32e69704de58399854c8aa25636016;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a4bd5ebe3d..e424c164e1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 31 11:18:09 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * ls.c (quote_filename): Use ISGRAPH and ISPRINT in place of + ASCII-centric tests against literals. + (length_of_file_name_and_frills): Likewise. + Thu Mar 21 16:43:13 1996 Jim Meyering (meyering@na-net.ornl.gov) * src/*.c (main): Declare to be of type int, not void. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9653759625..8c0cf70066 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,9 +1,3 @@ -Sun Mar 31 11:18:09 1996 Jim Meyering (meyering@na-net.ornl.gov) - - * ls.c (quote_filename): Use ISGRAPH and ISPRINT in place of - ASCII-centric tests against literals. - (length_of_file_name_and_frills): Likewise. - Fri Mar 29 22:13:10 1996 Jim Meyering (meyering@na-net.ornl.gov) * src/Makefile.am (INCLUDES): Replace -I$(top_srcdir)/intl with