about summary refs log tree commit diff
path: root/localedata/locales
Commit message (Collapse)AuthorAgeFilesLines
...
* Extend LC_IDENTIFICATION entries a bit.Ulrich Drepper2001-02-062-6/+6
|
* Update.Ulrich Drepper2001-02-061-0/+391
| | | | | | | 2001-02-04 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Add transliterations for CJK units of measurement.
* Update.Ulrich Drepper2001-01-312-6/+0
| | | | | | | | | | | | | | | | | | | 2001-01-29 Ben Collins <bcollins@debian.org> * sysdeps/sparc/fpu/fraiseexcpt.c: Include <float.h>. * sysdeps/hppa/fpu/fraiseexcpt.c: Likewise. * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise. * sysdeps/s390/fpu/fraiseexcpt.c: Likewise. * locale/programs/ld-measurement.c (measurement_finish): Fix a typo. Patch by Marko Myllynen <myllynen@lut.fi>. * string/bits/string2.h (__strpbrk_c2): Correct parameter types (int instead of char). (__strpbrk_c3): Likewise. Reported by GOTO Masanori <gotom@debian.or.jp>. Reported by Arkadiusz Miskiewicz <misiek@pld.ORG.PL>.
* Update.Ulrich Drepper2001-01-243-18/+18
| | | | * stdlib/Makefile (tst-strtod-ENV): New variable.
* Update.Ulrich Drepper2001-01-081-3/+3
| | | | | * resolv/res_query.c: Use simply getenv() for HOSTALIASES. * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add HOSTALIASES.
* Changed LC_IDENTIFICATION territory field to Republic of Korea. Streamlined ↵Ulrich Drepper2000-11-151-3599/+58
| | | | and extend(include all Hangul syllables) hangul and hanja class definition in LC_CTYPE and hangul portion of LC_COLLATE. Several changes in LC_TIME. Added tel_dom_fmt to LC_TELEPHONE.
* Update.Ulrich Drepper2000-11-091-1/+1
| | | | | | | | | | 2000-11-09 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.2. (RELEASE): Set to stable. * posix/Makefile (tst-dir-ARGS): Fix problem with compiling in source directory.
* Update.Ulrich Drepper2000-11-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * catgets/gencat.c (main): Don't use exit() to avoid warnings with broken compilers. * include/features.h (__STDC_ISO_10646__): Correct value to be 200009L. Patch by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>. 2000-11-08 H.J. Lu <hjl@gnu.org> * pwd/Versions (GLIBC_2.1.2): Add getpwnam_r. 2000-11-08 Jakub Jelinek <jakub@redhat.com> * string/bits/string2.h: Check if _USE_STRING_ARCH_ macros are defined, not _HAVE_STRING_ARCH_. * sysdeps/i386/bits/string.h (_USE_STRING_ARCH_memset, _USE_STRING_ARCH_strchr): Define. * sysdeps/i386/i486/bits/string.h (_USE_STRING_ARCH_memset, _USE_STRING_ARCH_strchr): Define. * sysdeps/sparc/bits/string.h: New file. 2000-11-08 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Tweak <U2014> result. * locale/C-translit.h: Regenerated. 2000-11-08 Ulrich Drepper <drepper@redhat.com> * posix/unistd.h: Add attribute((const)) to sysconf prototype.
* Update.Ulrich Drepper2000-11-081-1/+1
| | | | | | | | | | 2000-11-08 Ulrich Drepper <drepper@redhat.com> * iconvdata/euc-kr.c (euckr_from_ucs4): Map 0x20a9 to \xa3dc. (BODY from direction): Remove special handling of \x5c. * iconvdata/EUC-KR.irreversible: Adjust for this change. * iconvdata/testdata/EUC-KR..UTF8: Likewise. Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
* Update.Ulrich Drepper2000-11-081-45/+73
| | | | * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Skip FPU fields.
* Update.Ulrich Drepper2000-11-073-28/+43
| | | | | | | | | 2000-11-03 Bruno Haible <haible@clisp.cons.org> * locales/translit_neutral: Add more entries. Mostly from Markus Kuhn. * locales/translit_compat: Add a few ligatures. * locales/translit_combining: Add a few plain ASCII alternatives. * locales/translit_fraction: Likewise. Surround with spaces.
* Add more entries.Ulrich Drepper2000-11-071-1/+141
|
* Update.Ulrich Drepper2000-10-3134-3550/+24416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * posix/runtests.c (main): Don't use exit() to avoid warning with broken compilers. * string/bug-strncat1.c: Undefine __USE_STRING_INLINES before defining it again to avoid warning. * string/bug-strpbrk1.c: Likewise. * string/bug-strspn1.c: Likewise. 2000-10-29 Bruno Haible <haible@clisp.cons.org> * locale/C-translit.h.in: Include more rules from translit_neutral. Remove a few German and Danish specific rules. * locale/gen-translit.pl: Avoid an error when printing a string containing a '%' character. * locale/C-translit.h: Regenerated. * intl/translit.po: Choose different translations. * intl/tst-translit.c: Update. 2000-10-29 Bruno Haible <haible@clisp.cons.org> * locale/programs/ld-ctype.c (translit_include_t): New type. (locale_ctype_t): Remove translit_copy_locale, translit_copy_repertoire fields, add translit_include field. (ctype_read): After seeing "translit_start" in ignore_content mode, skip the entire translit section, not only one line. Remove dead test for tok_translit_end. Enqueue include statements into a list. Signal error if tok_eof seen before tok_translit_end. (translit_flatten): New function. (allocate_arrays): Call translit_flatten. 2000-10-30 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-10-301-2065/+3
| | | | | | | | | | | 2000-10-29 Greg Louis <glouis@dynamicro.on.ca> * posix/regex.h (__restrict_arr): Move definition out of #ifndef block. Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but doesn't define __restrict_arr. * manual/search.texi: Correct description if VISIT values. Patch by Ben Collins <bcollins@debian.org>.
* Update.Ulrich Drepper2000-10-271-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-27 Bruno Haible <haible@clisp.cons.org> * locales/sr_YU@cyrillic: New file. Based on a locale file by Anton Zinoviev <anton@lml.bas.bg>. * SUPPORTED: Add sr_YU@cyrillic. 2000-10-27 Bruno Haible <haible@clisp.cons.org> * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n". * locales/be_BY: Likewise. * locales/bg_BG: Likewise. * locales/el_GR: Likewise. * locales/ja_JP: Likewise. * locales/ko_KR: Likewise. * locales/mk_MK: Likewise. * locales/ru_RU: Likewise. * locales/ru_UA: Likewise. * locales/th_TH: Likewise. * locales/tr_TR: Likewise. * locales/uk_UA: Likewise. * locales/zh_CN: Likewise. * tests-mbwc/dat_iswalnum.c: Update for changed character properties in the ja_JP.EUC-JP locale. * tests-mbwc/dat_iswalpha.c: Likewise. * tests-mbwc/dat_iswctype.c: Likewise. * tests-mbwc/dat_iswgraph.c: Likewise. * tests-mbwc/dat_iswprint.c: Likewise. * tests-mbwc/dat_iswpunct.c: Likewise.
* Use Unicode aware LC_CTYPE information from "i18n".Ulrich Drepper2000-10-2713-13120/+4638
|
* Update.Ulrich Drepper2000-10-26113-9/+379
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * locale/C-monetary.c: Set mon_decimal to empty string. Add missing entry _NL_MONETARY_CRNCYSTR. * stdio-common/printf_fp.c: If MON_DECIAL_POINT is not provided use DECIMAL_POINT information. * locale/C-numeric.c: Set mon_grouping entry to empty string. * locale/C-time.c: Add date_fmt entries. Remove two wrong entries. Correct value for number of entries. * locale/localeconv.c: Normalize result passed back in .grouping. Fix assignment to .int_* entries. * locale/Makefile (tests): Add tst-C-locale. * locale/tst-C-locale.c: New file. * locale/setlocale.c: Use LOCALEDIR and not LOCALE_PATH to locate locale files. * locale/newlocale.c: Likewise. 2000-10-26 GOTO Masanori <gotom@debian.or.jp> * locale/langinfo.h: Define _DATE_FMT and _NL_W_DATE_FMT. * locale/categories.def: New support for date_fmt. * locale/programs/ld-time.c: Likewise. * locale/programs/locfile-kw.gperf: Likewise. * locale/programs/locfile-kw.h: Likewise. * locale/programs/locfile-token.h: Likewise. 2000-10-26 Jakub Jelinek <jakub@redhat.com> * sysdeps/ieee754/ldbl-128/e_hypotl.c: New. * math/libm-test.inc (cabs_test, cexp_test, csqrt_test, hypot_test): Increase precision of constants. * sysdeps/alpha/fpu/libm-test-ulps: Update. * sysdeps/arm/libm-test-ulps: Update. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/ia64/fpu/libm-test-ulps: Update. * sysdeps/m68k/fpu/libm-test-ulps: Update. * sysdeps/mips/fpu/libm-test-ulps: Update. * sysdeps/powerpc/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update. * sysdeps/sh/sh4/fpu/libm-test-ulps: Update. * sysdeps/s390/fpu/libm-test-ulps: Update. 2000-10-26 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-10-261-467/+85
| | | | | | | | 2000-10-26 Ulrich Drepper <drepper@redhat.com> * locales/fa_IR: Fix many problems and change to use UTF-8. Patch by Roozbeh Pournader <roozbeh@sharif.edu>. * SUPPORTED: Add fa_IR.UTF-8.
* Update.Ulrich Drepper2000-10-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-19 H.J. Lu <hjl@gnu.org> * elf/Makefile (distribute): Add neededtest.c, neededobj1.c, neededobj2.c and neededobj3.c. (tests): Add neededtest. (modules-names): Add neededobj1, neededobj2 and neededobj3. ($(objpfx)neededobj1.so): New target. ($(objpfx)neededobj2.so): Likewise. ($(objpfx)neededobj3.so): Likewise. ($(objpfx)neededtest): Likewise. ($(objpfx)neededtest.out): Likewise. * elf/neededtest.c: New. Based on the bug report from Allen Bauer <kylix_rd@hotmail.com>. * elf/neededobj1.c: Likewise. * elf/neededobj2.c: Likewise. * elf/neededobj3.c: Likewise. 2000-10-20 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Decrement reference counter for all dependencies even if the DSO does not get unloaded. * elf/dl-load.c (_dl_map_object_from_fd): Pass pointer to ELF header to elf_machine_matches_host. * sysdeps/alpha/dl-machine.h (elf_machine_matches_host): Parameter is now pointer to ELF header. * sysdeps/arm/dl-machine.h: Likewise. * sysdeps/generic/dl-machine.h: Likewise. * sysdeps/hppa/dl-machine.h: Likewise. * sysdeps/i386/dl-machine.h: Likewise. * sysdeps/ia64/dl-machine.h: Likewise. * sysdeps/m68k/dl-machine.h: Likewise. * sysdeps/mips/dl-machine.h: Likewise. * sysdeps/mips/mips64/dl-machine.h: Likewise. * sysdeps/powerpc/dl-machine.h: Likewise. * sysdeps/s390/dl-machine.h: Likewise. * sysdeps/sh/dl-machine.h: Likewise. * sysdeps/sparc/sparc32/dl-machine.h: Likewise. * sysdeps/sparc/sparc64/dl-machine.h: Likewise. Patch by Martin Schwidefsksy <schwidefsky@de.ibm.com>. 2000-10-20 Jakub Jelinek <jakub@redhat.com> * include/limits.h: Include bits/wordsize.h, use #if __WORDSIZE == 64 check instead of #ifdef __alpha__. * include/bits/xopen_lim.h (WORD_BIT, LONG_BIT): Don't count on INT_MAX, __INT_MAX__, LONG_MAX or __LONG_MAX__ being defined when this is included. * posix/wordexp-tst.sh (testout): Place output file in build directory. Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
* Update.Ulrich Drepper2000-10-061-0/+16
| | | | | | 2000-10-06 Ulrich Drepper <drepper@redhat.com> * locales/iso14651_t1: Add currency symbols.
* Update.Ulrich Drepper2000-10-051-0/+61
| | | | | | | * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP. * tests-mbwc/dat_iswdigit.c: Likewise. Add full width digits to alnum class.
* Update.Ulrich Drepper2000-10-053-13/+13
| | | | | | | | | | | | | | | | | * locales/zh_CN: Remove non-ASCII digit entry. * locales/ja_JP: Likewise. 2000-09-30 Bruno Haible <haible@clisp.cons.org> * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII digits. (is_alpha): Add them here. * locales/i18n (digit): Remove all non-ASCII digits. (alpha): Add them here. * dump-ctype.c: Pretty print. 2000-10-04 Ulrich Drepper <drepper@redhat.com>
* Update.Ulrich Drepper2000-10-041-3/+1
| | | | | | | * iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9. (BODY from direction): Map \x5c to U20a9. * iconvdata/testdata/EUC-KR..UTF8: Adjust to this change. * iconvdata/EUC-KR.irreversible: New file.
* Update.Ulrich Drepper2000-10-031-4/+6
| | | | | | | | | 2000-10-02 Jakub Jelinek <jakub@redhat.com> * elf/nextmod1.c (failing_rtld_next_use): Ensure it is not tail call optimized. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: New file.
* Last non <Uxxxx> entries removed.Ulrich Drepper2000-09-291-46/+47
|
* Update.Ulrich Drepper2000-09-262-2/+2
| | | | * elf/rtld.c (process_envvars): Open debug output file with O_NOFOLLOW.
* Update.Ulrich Drepper2000-09-261-496/+929
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-23 Bruno Haible <haible@clisp.cons.org> * iconvdata/gbk.c (USE_PRIVATE_AREA): Define to 0. (__gbk_to_ucs): Conditionalize private area mappings. (__gbk_from_ucs4_tab9): Likewise. (BODY for TO_LOOP): Likewise. * iconvdata/testdata/GBK: Don't use characters not yet in Unicode. * iconvdata/testdata/GBK..UTF-8: Likewise. * iconvdata/tst-tables.sh: Enable GBK test. 2000-09-23 Bruno Haible <haible@clisp.cons.org> * iconvdata/gbk.c (__gbk_to_ucs): Swap U+2014 and U+2015. (__gbk_from_ucs4_tab4): Swap entries for U+2014 and U+2015. (BODY for FROM_LOOP): Reject input > 0xFEA0, avoids out-of-bounds array access. * iconvdata/gbgbk.c (BODY for FROM_LOOP): Map 0xA844 to 0xA1AA. * iconvdata/testdata/GBK..UTF8: Swap U+2014 and U+2015. 2000-09-23 Bruno Haible <haible@clisp.cons.org> * iconvdata/johab.c (final_to_ucs): Fix typos. (jamo_from_ucs_table): Likewise. (BODY for FROM_LOOP): Map 0x5c to U+20A9. Reject ranges 0xD9E6..0xD9FE and 0xDEF2..0xDEFE. (BODY for TO_LOOP): Map U+20A9 to 0x5c. Don't produce values in the range 0xD9E6..0xD9FE. * iconvdata/tst-tables.sh: Enable JOHAB testing.
* Update LC_PAPER and LC_MEASUREMENT information.Ulrich Drepper2000-09-241-3/+3
|
* Remove extra <U0020> from day and abday entries.Ulrich Drepper2000-09-1316-184/+184
|
* Update.Ulrich Drepper2000-09-132-0/+443
| | | | | | * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3. * locales/mr_IN: New file. * locales/mt_MT: New file.
* Update.Ulrich Drepper2000-09-021-8/+4
| | | | | | * iconvdata/big5hkscs.c: Regenerated from charmap. * iconvdata/testdata/BIG5HKSCS: Regenerated. * iconvdata/testdata/BIG5HKSCS..UTF8: Regenerated.
* Update.Ulrich Drepper2000-09-011-7/+6
| | | | | | | * SUPPORTED: Add zh_HK.BIG5HKSCS. * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm. Changes by Roger So <spacehunt@e-fever.org>.
* Update.Ulrich Drepper2000-08-311-0/+186
| | | | | | * intl/locale.alias: Add aliases for bomal and nynorsk. * locale/iso-639.def: Fix 639-1 code for Bokmal.
* Update.Ulrich Drepper2000-08-301-0/+2
| | | | * locales/ja_JP: Add yesstr and nostr information.
* Update.Ulrich Drepper2000-08-301-1/+1
| | | | | | | | | | 2000-08-29 Ulrich Drepper <drepper@redhat.com> * charmaps/GB18030: Add entries from GBK not present here. * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030. * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
* Update.Ulrich Drepper2000-08-291-2/+2
| | | | | | | | 2000-08-29 Ulrich Drepper <drepper@redhat.com> * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the names don't match don't return. Patch by Olaf Kirch <okir@flash.lst.de>.
* Mention broken LC_COLLATE specification.Ulrich Drepper2000-08-281-2064/+50
|
* Update.Ulrich Drepper2000-08-251-0/+78
| | | | | | | | | | | | | | | | | | 2000-08-25 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of irreversible in recursive call of conversion function to signal that no error handling is wanted. * iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too. (STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL. * iconv/skeleton.c (lirreversiblep): New variable. Set to NULL is recursive error handling call, otherwise to &lirreversible. Use it for calls to conversion functions. * iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when transliterating. (ucs4_internal_loop_unaligned): Likewise. (ucs4le_internal_loop): Likewise. (ucs4le_internal_loop_unaligned): Likewise.
* Update.Ulrich Drepper2000-08-251-1/+1
| | | | | | 2000-08-25 Ulrich Drepper <drepper@redhat.com> * locales/i18n (default_missing): Change back to only U003F.
* Update.Ulrich Drepper2000-08-231-0/+47
| | | | | | | | 2000-08-23 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-ctype.c (ctype_read): Allow more than one default_missing character being specified, pick the first representable.
* Update.Ulrich Drepper2000-08-232-4/+4
| | | | | | 2000-08-22 Ulrich Drepper <drepper@redhat.com> * locale/iso-4217.def: Update entry for Nicaragua.
* Update.Ulrich Drepper2000-08-233-2/+4
| | | | | * locales/es_MX: Correct int_curr_symbol. * locales/es_PE: Likewise.
* Update.Ulrich Drepper2000-08-234-1885/+2
| | | | | | | | | | * SUPPORTED: Add missing supported locales. * locales/fa_IR: Correct a few of the contained bugs. * locales/en_CA,2.5: Removed. * locales/fr_CA,2.13: Removed. * locales/in_ID: Removed.
* Chinese language locale for Hong Kong.Ulrich Drepper2000-08-231-0/+199
|
* Update.Ulrich Drepper2000-08-221-0/+201
| | | | | | | | 2000-08-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove. * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove. (__syscall__sysctl): Add.
* Update.Ulrich Drepper2000-08-221-0/+217
| | | | | * locales/vi_VN: New file. * SUPPORTED: Add vi_VN.UTF-8.
* Update.Ulrich Drepper2000-08-222-1/+212
| | | | | | | * locales/ko_KR: Correct currency_symbol entry. * locales/hi_IN: New file. * SUPPORTED: Add hi_IN.UTF-8.
* Update.Ulrich Drepper2000-08-2215-0/+3143
| | | | | | | | | | | | | | | | | | | | | | | | | | 2000-08-22 Ulrich Drepper <drepper@redhat.com> * locales/ar_AE: New file. * locales/ar_BH: New file. * locales/ar_DZ: New file. * locales/ar_EG: New file. * locales/ar_IQ: New file. * locales/ar_JO: New file. * locales/ar_KW: New file. * locales/ar_LB: New file. * locales/ar_LY: New file. * locales/ar_MA: New file. * locales/ar_OM: New file. * locales/ar_QA: New file. * locales/ar_SD: New file. * locales/ar_SY: New file. * locales/ar_TN: New file. * locales/ar_YE: New file. * SUPPORTED: Add Arabic locales. * locales/es_CR: New file. * locales/es_NI: New file. * locales/es_PR: New file.
* Arabic language locale for United Arab Emirates.Ulrich Drepper2000-08-221-0/+203
|
* Spanish langauge locale for Puerto Rico.Ulrich Drepper2000-08-223-0/+432
|