aboutsummaryrefslogtreecommitdiff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-28 04:27:24 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-28 04:27:24 +0000
commit0e16ecfa1e7689c0b3be626f9a3441ebb5710c70 (patch)
tree12a793be9d9a1f7a4a911239194bae33470dcb23 /localedata/ChangeLog
parent37696206076f6f075542adfdc4b1fe49100e9f32 (diff)
downloadglibc-0e16ecfa1e7689c0b3be626f9a3441ebb5710c70.zip
glibc-0e16ecfa1e7689c0b3be626f9a3441ebb5710c70.tar.gz
glibc-0e16ecfa1e7689c0b3be626f9a3441ebb5710c70.tar.bz2
Update.
* locale/programs/ld-ctype.c (ctype_finish): Take all characters from the input charset into account when generating the hash table. (allocate_arrays): Correct setting default width. Not all empty slots in the table are filled, only those not covert explicitly by the locale description and in the charset. * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for wide character version. For %C handling, test correct pointer variable for NULL. * wcsmbs/wctob.c: Handle WEOF special. * wcsmbs/wcwidth.h: 0xff in width array means invalid character. * wctype/wctype.h: Protect gcc-isms with __extension__. Avoid always-true test to avoid warning.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r--localedata/ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 0b7dac9..f733268 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,47 @@
2000-06-27 Ulrich Drepper <drepper@redhat.com>
+ * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
+ * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
+ U4E06 is not in EUC-JP.
+ * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
+ * tests-mbwc/dat_towctrans.c: Likewise.
+ * tests-mbwc/dat_wcscoll.c: Likewise.
+ * tests-mbwc/dat_wcswidth.c: Likewise.
+ * tests-mbwc/dat_wctob.c: Likewise.
+
+ * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
+ versions.
+
+ * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
+ what is correct.
+ * tests-mbwc/dat_wcsxfrm.c: Likewise.
+ * tests-mbwc/dat_wcwidth.c: Likewise.
+
+ * tests-mbwc/tst_funcs.h: Pretty print.
+
+ * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
+ * tests-mbwc/tst_wcschr.c: Likewise.
+ * tests-mbwc/tst_wcscpy.c: Likewise.
+ * tests-mbwc/tst_wcscat.c: Likewise.
+ * tests-mbwc/tst_wcsncpy.c: Likewise.
+ * tests-mbwc/tst_wcspbrk.c: Likewise.
+ * tests-mbwc/tst_wcsstr.c: Likewise.
+ * tests-mbwc/tst_wctrans.c: Likewise.
+ * tests-mbwc/tst_wctype.c: Likewise.
+
+ * tests-mbwc/tst_wcscoll.c: Print better error messages.
+
+ * Makefile (tests): Define as $(locale_test_suite) but only
+ if not cross-compiling and shared libs are built.
+ (locale_test_suite): New variable. Name all new tests from the
+ locale test suite.
+ Add rule to run new tests only when all data is available.
+ * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
+
+ * tst-ctype-de_DE.in: U00A0 is not in class graph.
+
+ * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
+
* locales/i18n: Backspace isn't blank, tab is.
* tst-ctype.c (main): Add tests for control characters and space.