From: Jim Meyering Date: Wed, 3 Jan 1996 05:51:15 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13j~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6bcd3c164826fdcfb2e73d0d38cf249ad16864;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d71f06dd60..a0a2f5beab 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,8 +1,13 @@ + + * configure.in (VERSION): Set variable directly rather than from + a separate file. + * Makefile.am (DIST_OTHER): Remove VERSION. + * src/Makefile.am (version.c): Depend on Makefile, not ../VERSION. + Tue Jan 2 00:08:08 1996 Jim Meyering (meyering@na-net.ornl.gov) - * sort.c (keycompare): Rewrite cases handling -i and -if to fix bug - whereby non-ascii characters (supposed to be ignored with -i) were - treated as significant. Reported by Carl Johnson + * sort.c (keycompare): Rewrite cases handling ignored characters + so that they really are ignored. Reported by Carl Johnson . Fri Dec 22 21:34:55 1995 Andreas Schwab