From 497b8ef43fa893f36cd96abfe117e00e2b4854be Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Jul 2000 18:08:15 +0000 Subject: Update. 2000-07-28 Philip Blundell * math/test-fpucw.c: Ignore reserved bits in control word. 2000-07-28 Philip Blundell * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro. (ret): Redefine to PSEUDO_RET. (PSEUDO): Remove jump to syscall_error. 2000-07-29 Mark Kettenis * resolv/README: Add some information about using the resolver in multi-threaded code and with C++. Spelling fixes. 2000-07-29 Mark Kettenis * resolv/resolv.h (struct __sockaddr_in): Remove. (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in. * sysdeps/powerpc/backtrace.c (struct layout): Make pointers __unbounded. --- localedata/ChangeLog | 5 +++ localedata/tests/test7.cm | 106 +++++++++++++++++++++++----------------------- localedata/tst-locale.sh | 2 +- 3 files changed, 59 insertions(+), 54 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index da0faca..caf60a8 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,10 @@ 2000-07-29 Ulrich Drepper + * tst-digits.c: Add tests for wprintf. + * tests/test7.cm: Change so that it is usable for wprintf tests. + + * tst-locale.sh: Fix typo in last change. + * tst-digits.c: Add ctype and wctype tests. 2000-07-28 Ulrich Drepper diff --git a/localedata/tests/test7.cm b/localedata/tests/test7.cm index 207197e..86b058d 100644 --- a/localedata/tests/test7.cm +++ b/localedata/tests/test7.cm @@ -1,4 +1,4 @@ - test7 + UTF-8 1 3 @@ -21,58 +21,58 @@ CHARMAP \x37 \x38 \x39 - \x41 - \x42 - \x43 - \x44 - \x45 - \x46 - \x47 - \x48 - \x49 - \x4A - \x4B - \x4C - \x4D - \x4E - \x4F - \x50 - \x51 - \x52 - \x53 - \x54 - \x55 - \x56 - \x57 - \x58 - \x59 - \x5A - \x61 - \x62 - \x63 - \x64 - \x65 - \x66 - \x67 - \x68 - \x69 - \x6a - \x6b - \x6c - \x6d - \x6e - \x6f - \x70 - \x71 - \x72 - \x73 - \x74 - \x75 - \x76 - \x77 - \x78 - \x79 - \x7a + \x41 + \x42 + \x43 + \x44 + \x45 + \x46 + \x47 + \x48 + \x49 + \x4a + \x4b + \x4c + \x4d + \x4e + \x4f + \x50 + \x51 + \x52 + \x53 + \x54 + \x55 + \x56 + \x57 + \x58 + \x59 + \x5a + \x61 + \x62 + \x63 + \x64 + \x65 + \x66 + \x67 + \x68 + \x69 + \x6A + \x6B + \x6C + \x6D + \x6E + \x6F + \x70 + \x71 + \x72 + \x73 + \x74 + \x75 + \x76 + \x77 + \x78 + \x79 + \x7A \xe2\x82\x80 \xe2\x82\x81 \xe2\x82\x82 diff --git a/localedata/tst-locale.sh b/localedata/tst-locale.sh index 5aa43e0..b25f9a6 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -52,7 +52,7 @@ test_locale tests/test3.cm tests/test3.def test3 test_locale tests/test4.cm tests/test4.def test4 test_locale tests/test5.cm tests/test5.def test5 tests/test5.ds test_locale tests/test6.cm tests/test6.def test6 tests/test6.ds -test_locale tests/test7.cm tests/test4.def test7 +test_locale tests/test7.cm tests/test7.def test7 exit 0 -- cgit v1.1