From: Jim Meyering Date: Tue, 25 Jun 1996 05:09:55 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_18a~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84a7a232ec73f86742376639f00b8c979549b87;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e27bfc7d6b..c36d3682f3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ +Tue Jun 25 00:03:43 1996 Jim Meyering + + * getline.c: New file. + * getline.h: New file. + * lib/Makefile.am (fu_SOURCES): Add getline.c. + (noinst_HEADERS): Add getline.h. + Mon Jun 24 22:39:02 1996 Jim Meyering + * configure.in (AC_REPLACE_FUNCS): Add strndup. + (AC_PATH_PROG): Check for perl. + * ls.c (decode_switches): Allow 0 as argument to --tabsize (-T) option. Interpret as a directive to use no TAB characters to separate columns. (indent): Handle TABSIZE == 0.