summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-02 14:42:45 +0000
committerJim Meyering <jim@meyering.net>2002-08-02 14:42:45 +0000
commitf74c790e4d7b9c049471e3515c0872d6114f76fd (patch)
treebc9de194e2d6c689d3dbc1b97d0a2ffe907eeb47
parent545c2323d493c7ed9c770d9b8e45a15db6f615bc (diff)
downloadcoreutils-f74c790e4d7b9c049471e3515c0872d6114f76fd.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72e0cb6ca..46d59dfeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,23 @@
-2002-07-29 Jim Meyering <meyering@lucent.com>
+2002-08-02 Jim Meyering <meyering@lucent.com>
* Version 0.1.0.
+2002-08-02 Paul Eggert <eggert@twinsun.com>
+
+ * NEWS, doc/coreutils.texi: uniq now obeys LC_COLLATE.
+
+ * src/uniq.c: Include hard-locale.h, xmemcoll.h.
+ (hard_LC_COLLATE): New var.
+ (different): Args are now char *, not const char *.
+ Use xmemcoll instead of memcmp to compare lines, so that
+ LC_COLLATE has effect. However, use memcmp if it is an
+ easy locale.
+ (check_file): Do not include newline in comparison, so that
+ xmemcoll has a byte to stomp on temporarily.
+ (main): Set hard_LC_COLLATE.
+
+2002-07-29 Jim Meyering <meyering@lucent.com>
+
* Makefile.am (SUBDIRS): Remove djgpp, for now.
2002-07-08 Jim Meyering <meyering@lucent.com>
@@ -14,3 +30,4 @@
* configure.ac: Merge the three files from fileutils,
textutils, and sh-utils.
* Makefile.am: Likewise.
+ * src/Makefile.am: Likewise.