This commit is contained in:
Jim Meyering
1996-01-03 05:51:15 +00:00
parent b439039b9b
commit bf6bcd3c16
+8 -3
View File
@@ -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>