diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-20 16:29:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-20 16:29:51 +0000 |
commit | bffbff4ff22d228ab24202cc267b04232e0ee821 (patch) | |
tree | 2c1f7a039b1a2ae80ace136df26dea6dc32025fe /old/textutils | |
parent | d30365509df7ced5f8134e8d40cd9581090b776b (diff) | |
download | coreutils-bffbff4ff22d228ab24202cc267b04232e0ee821.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d6b563c62..b86b7d484 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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. |