]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 20 May 1999 16:29:51 +0000 (16:29 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 May 1999 16:29:51 +0000 (16:29 +0000)
old/textutils/ChangeLog

index d6b563c620aefc8747b9d7dd5b1cdbd563a2093b..b86b7d484b10276ea8642585baf8c4b5e48fca73 100644 (file)
@@ -1,3 +1,29 @@
+1999-05-20  Paul Eggert  <eggert@twinsun.com>
+
+       * src/sort.c (keycompare): Ignore any length difference if the
+       localized comparison says the strings are equal.
+
+       * src/sort.c (memcoll, keycompare, compare): Handle NUL
+       characters properly when comparing with LC_COLLATE semantics.
+       (NLS_MEMCMP): Remove.
+       (memcoll): Renamed from strncoll.
+       Take separate lengths for each string.
+       This function is now invoked only when need_locale.
+       (keycompare): Don't copy strings when ignore and translate
+       are both NULL.
+
+1999-05-18  Paul Eggert  <eggert@twinsun.com>
+
+       * src/sort.c (MONTHTAB_CONST): Renamed from NLS_CONST; the use
+       is also changed.  Define to const also if !HAVE_NL_LANGINFO.
+
+       (usage): `,' -> `;' (English typo).
+
+1999-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * src/cat.c (main): When stdout is in binary mode, make sure all
+       input files are also read in binary mode.
+
 1999-05-17  Jim Meyering  <meyering@ascend.com>
 
        * Version 1.22m.