From 0e16ecfa1e7689c0b3be626f9a3441ebb5710c70 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jun 2000 04:27:24 +0000 Subject: 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. --- localedata/ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0b7dac9a8a..f733268498 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,47 @@ 2000-06-27 Ulrich Drepper + * 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. -- cgit 1.4.1