diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-04 08:04:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-04 08:04:57 +0000 |
commit | 6c805a2b9def1eb11a5db00b8184fb57a1e4d561 (patch) | |
tree | 8aacb5a1af4ed3830c74e98733f5d743ce1647b9 /intl | |
parent | ea08adbf176bf8df4e57af126f3cbd623f3fa23f (diff) | |
download | glibc-6c805a2b9def1eb11a5db00b8184fb57a1e4d561.tar.gz |
Update.
2003-12-03 Jakub Jelinek <jakub@redhat.com>
* posix/Makefile (distribute): Add BOOST.tests.
(tests): Add tst-boost, depend on tst-boost-mem.
(generated): Add tst-boost-mem and tst-boost.mtrace.
(tst-boost-ARGS, tst-boost-ENV): Set.
($(objpfx)tst-boost-mem): New.
* posix/tst-boost.c: New test.
* posix/BOOST.tests: New file.
* posix/Makefile (distribute): Add PCRE.tests.
(tests): Add tst-pcre, depend on tst-pcre-mem.
(generated): Add tst-pcre-mem and tst-pcre.mtrace.
(tst-pcre-ARGS, tst-pcre-ENV): Set.
($(objpfx)tst-pcre-mem): New.
* posix/tst-pcre.c: New test.
* posix/PCRE.tests: New file.
2003-12-02 Jakub Jelinek <jakub@redhat.com>
* intl/locale.alias: Use nb_NO instead of no_NO for bokm.l.
* sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
Diffstat (limited to 'intl')
-rw-r--r-- | intl/locale.alias | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/locale.alias b/intl/locale.alias index 4cacf88b3d..1a24c9e614 100644 --- a/intl/locale.alias +++ b/intl/locale.alias @@ -26,8 +26,8 @@ # it with the rest of us. Send it using the `glibcbug' script to # bugs@gnu.org. -bokmal no_NO.ISO-8859-1 -bokmål no_NO.ISO-8859-1 +bokmal nb_NO.ISO-8859-1 +bokmål nb_NO.ISO-8859-1 catalan ca_ES.ISO-8859-1 croatian hr_HR.ISO-8859-2 czech cs_CZ.ISO-8859-2 |