summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-05 08:34:36 +0000
committerJim Meyering <jim@meyering.net>2000-08-05 08:34:36 +0000
commite69797a267529b36748af96f535bcb2b6c62e604 (patch)
treeca786831080bff6f8e621bf094685c5c6a37f261
parent77a40f148fd62fd46cd232321d3a04f04764fa7b (diff)
downloadcoreutils-e69797a267529b36748af96f535bcb2b6c62e604.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index f5866b026..ec1aa11c0 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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).