+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).