diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-03 05:51:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-03 05:51:15 +0000 |
commit | bf6bcd3c164826fdcfb2e73d0d38cf249ad16864 (patch) | |
tree | 7bf06a50fdc5f5e784ef1569973acd60942bb321 /old | |
parent | b439039b9b6222d598cf8fc1bc3fb3f3512b8305 (diff) | |
download | coreutils-bf6bcd3c164826fdcfb2e73d0d38cf249ad16864.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d71f06dd6..a0a2f5bea 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 <carlj@cjlinux.home.org>. Fri Dec 22 21:34:55 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |