diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 20:32:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-18 20:32:49 +0000 |
commit | 874bb5e379330c3a8b7e1686b24750a306106422 (patch) | |
tree | 7426193c68aa916ea7bc845d18b270c7c42e597f /localedata | |
parent | 74238b8ee7150094715513a9cc36ef2db79370c9 (diff) | |
download | glibc-874bb5e379330c3a8b7e1686b24750a306106422.tar glibc-874bb5e379330c3a8b7e1686b24750a306106422.tar.gz glibc-874bb5e379330c3a8b7e1686b24750a306106422.tar.bz2 glibc-874bb5e379330c3a8b7e1686b24750a306106422.zip |
Update.
2000-07-18 Ulrich Drepper <drepper@redhat.com>
* tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
space.
* tst-ctype.c: Likewise.
* tst-ctype.sh: Likewise.
* locales/i18n: Likewise.
* locales/ja_JP: Likewise.
* tests-mbwc/dat_iswcntrl.c: Likewise.
* tests-mbwc/dat_iswctype.c: Likewise.
* tests-mbwc/dat_iswspace.c: Likewise.
* tst-ctype.sh: Also test C locale.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 710da90b55..6af974ed09 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,17 @@ +2000-07-18 Ulrich Drepper <drepper@redhat.com> + + * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as + space. + * tst-ctype.c: Likewise. + * tst-ctype.sh: Likewise. + * locales/i18n: Likewise. + * locales/ja_JP: Likewise. + * tests-mbwc/dat_iswcntrl.c: Likewise. + * tests-mbwc/dat_iswctype.c: Likewise. + * tests-mbwc/dat_iswspace.c: Likewise. + + * tst-ctype.sh: Also test C locale. + 2000-07-16 Ulrich Drepper <drepper@redhat.com> * Makefile: Rewrite rules for tests to run them only when necessary. |