]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 5 Aug 2000 08:34:36 +0000 (08:34 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Aug 2000 08:34:36 +0000 (08:34 +0000)
old/textutils/ChangeLog

index f5866b0263b72716de06c20a19917ad777fd0411..ec1aa11c0cb2bb65a13c4116ba539f3e7f29c973 100644 (file)
@@ -1,5 +1,14 @@
+2000-08-05  Jim Meyering  <meyering@lucent.com>
+
+       * src/csplit.c (MAX): Remove definition (It's in sys2.h).
+
 2000-08-04  Jim Meyering  <meyering@lucent.com>
 
+       * src/sort.c (main): Rename local `t' to `tmp_dir' to avoid shadowing
+       a previous local by that name.
+       (usage): Warn that GNU sort is now locale-aware, and suggest
+       people put LC_ALL=POSIX in their environment.
+
        * src/pr.c (store_columns): Remove conjunct that would dereference
        an out-of-bounds pointer.  Reported by Greg McGary (who found this
        bug using his bounded-pointers-enabled gcc).