about summary refs log tree commit diff
path: root/localedata
Commit message (Collapse)AuthorAgeFilesLines
* * locale/programs/ld-collate.c (collate_read): After initial copyUlrich Drepper2007-10-023-0/+232
| | | | statement, continue in state 0.
* * locales/am_ET (LC_COLLATE): Define new script after copy.Ulrich Drepper2007-10-022-4/+8
|
* * locales/cs_SR: Removed.Ulrich Drepper2007-09-302-349/+2
|
* * locale/programs/ld-collate.c (collate_finish): Compare all bytesUlrich Drepper2007-09-304-1/+4
| | | | of section order.
* * locales/lo_LA: Add missing collating element o-e.Ulrich Drepper2007-09-302-4/+7
|
* * locales/is_IS: Cleanup. Remove invalid collation entries.Ulrich Drepper2007-09-302-3/+2
|
* * locales/fa_IR: Add missing collating element Alef-Hamza.Ulrich Drepper2007-09-302-0/+3
|
* * locales/da_DK: Add missing collating symbol ETH.Ulrich Drepper2007-09-301-0/+2
|
* * locales/sa_IN: New file.Ulrich Drepper2007-09-303-0/+258
| | | | * SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
* * locales/fr_FR: Change thousands_sep to U0020.Ulrich Drepper2007-09-302-1/+3
|
* * locales/cs_CZ: Sort lowercase before uppercase.Ulrich Drepper2007-09-303-4/+6
|
* * locales/da_DK: Likewise.Ulrich Drepper2007-09-306-0/+19
| | | | | | * locales/et_EE: Likewise. * locales/nb_NO: Likewise. * locales/nn_NO: Likewise.
* * locales/en_GB: Change first weekday and workday to Monday.Ulrich Drepper2007-09-301-0/+2
|
* * po/pt_BR.po: Fix typo.Ulrich Drepper2007-09-3020-0/+4289
|
* * iconvdata/Makefile (modules): Add ISO8859-9E.Ulrich Drepper2007-09-302-0/+267
| | | | | | | | | | | (distribute): Add iso8859-9e.c. (gen-8bit-gap-modules): Add iso8859-9e. * iconvdata/iso8859-9e.c: New file. * iconvdata/gconv-modules: Add entries for ISO-8859-9E. * iconvdata/TESTS: Likewise. * iconvdata/tst-tables.sh: Likewise. * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
* * iconvdata/Makefile (modules): Add KOI8-RU.Ulrich Drepper2007-09-292-0/+268
| | | | | | | | | | | (distribute): Add koi8-ru.c. (gen-8bit-gap-modules): Add koi8-ru. * iconvdata/koi8-ru.c: New file. * iconvdata/gconv-modules: Add entries for KOI8-RU. * iconvdata/TESTS: Likewise. * iconvdata/tst-tables.sh: Likewise. * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
* [BZ #4556]Ulrich Drepper2007-09-232-3/+5
| | | | * locales/de_CH: Fix d_fmt.
* * charmaps/MAC-CENTRALEUROPE: New file.Ulrich Drepper2007-09-231-1/+1
|
* [BZ #4972]Ulrich Drepper2007-09-232-0/+266
| | | | | | 2007-09-23 Ulrich Drepper <drepper@redhat.com> [BZ #4972] * charaps/MAC-CENTRALEUROPE: New file.
* [BZ #3842]Ulrich Drepper2007-08-252-2/+8
| | | | | | | 2007-08-24 Ulrich Drepper <drepper@redhat.com> [BZ #3842] * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator. The latter might be more correct but usually cannot be displayed.
* [BZ #4566]Ulrich Drepper2007-08-223-0/+185
| | | | * string/strtok.c: Fix typo in comment.
* [BZ #4582]Ulrich Drepper2007-08-222-1/+6
| | | | * debug/segfault.c: Fix typos in comments.
* * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper2007-08-031-0/+4
| | | | | | | | | | | failed. * intl/finddomain.c (_nl_find_domain): Free normalized_codeset on failure. * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be allocated. 2007-08-03 Jakub Jelinek <jakub@redhat.com>
* Add U0141 and U0142.Ulrich Drepper2007-08-031-0/+4
|
* * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper2007-08-012-1/+5
| | | | | | | | | | | | | | | | value. * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning if off_t is different rank from size_t. * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program, uw_frame_state_for): Avoid type punning warnings. * sysdeps/generic/unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise. * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise. (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes, get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char pointers.
* * include/features.h (__USE_ISOC95): New define.Ulrich Drepper2007-07-191-0/+6
| | | | | | | * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf, swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even for -std=iso9899:199409. * CONFORMANCE: Remove comments about unsupported AMD1.
* * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.Ulrich Drepper2007-07-192-9/+9
| | | | * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
* [BZ #4773]Ulrich Drepper2007-07-102-1/+8
| | | | | | | 2007-07-10 Ulrich Drepper <drepper@redhat.com> [BZ #4773] * time/strptime_l.c (__strptime_internal): Implement greedy matching of weekday and month names.
* Test of greedy matching in strptime.Ulrich Drepper2007-07-101-0/+23
|
* * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon forUlrich Drepper2007-05-072-17/+24
| | | | | | January, February, and September to December, mon for January, February, September, and December, am_pm, and name_*. Patch by Amitakhya Phukan <aphukan@redhat.com>.
* [BZ #4114]Ulrich Drepper2007-05-042-0/+8
| | | | | | | 2007-05-04 Ulrich Drepper <drepper@redhat.com> [BZ #4114] * locales/ast_ES: New file. * SUPPORTED (SUPPORTED-LOCALES): Add ast_ES.UTF-8 and ast_ES.
* Asturian language locale for Spain.Ulrich Drepper2007-05-041-0/+132
|
* * locale/programs/ld-collate.c (collate_read): Allow order_startUlrich Drepper2007-04-285-2424/+27947
| | | | after copy.
* [BZ #3213]Ulrich Drepper2007-04-282-0/+7
| | | | | | | | * locale/programs/ld-collate.c (collate_read): Fix printing of error message. [BZ #3213] * locale/C-translit.h.in: Add entry for U2044.
* [BZ #4411]Ulrich Drepper2007-04-242-6/+15
| | | | | | | 2007-04-24 Ulrich Drepper <drepper@redhat.com> [BZ #4411] * locales/en_ZA: Update int_select. Patch by Dwayne Bailey <dwayne@translate.org.za>.
* * Makefile: Define tst-sscanf-ENV.Ulrich Drepper2007-03-142-0/+7
| | | | * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
* Use fa_IR.UTF-8 which exists internally.Ulrich Drepper2007-03-141-1/+1
|
* [BZ #2211]Ulrich Drepper2007-02-193-3/+63
| | | | | | * stdio-common/vfscanf.c: Handle localized digits etc for floating point numbers. Patch mostly by Hamed Malek <hamed@farsiweb.info>.
* * stdio-common/vfscanf.c: Remove unused WIDTH handling.Ulrich Drepper2007-02-182-4/+6
|
* * stdio-common/Makefile (tests): Add tst-swscanf.Ulrich Drepper2007-02-182-2/+4
| | | | | | * stdio-common/tst-sscanf.c: Make tests usable for swscanf testing. * stdio-common/tst-swscanf.c: New file.
* * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.Ulrich Drepper2007-02-182-2/+2
|
* [BZ #1430]Ulrich Drepper2007-02-182-41/+15
| | | | | | | | 2007-02-17 Ulrich Drepper <drepper@redhat.com> [BZ #1430] * locales/hu_HU: Revert * locales/hu_HU: Better collation. Patch by Gyuro Lehel <lehel@freemail.hu>.
* [BZ #672]Ulrich Drepper2007-02-188-13092/+1923
| | | | | | | | | | | | | | | | | 2005-01-16 Denis Barbier <barbier@linuxfr.org> [BZ #672] * locales/ca_ES: Replace current collation rules by including iso14651_t1 and adding extra rules if needed. There should be no noticeable changes in sorted text. only ligatures and ignoreable characters have modified weights. * locales/da_DK: Likewise. * locales/en_CA: Likewise. * locales/es_US: Likewise. * locales/fi_FI: Likewise. * locales/nb_NO: Likewise. [BZ #672] * locales/iso14651_t1: Simplified. Extended.
* [BZ #58]Ulrich Drepper2007-02-182-114/+1243
| | | | * locales/uk_UA: New version.
* [BZ #2633]Ulrich Drepper2007-02-172-15/+29
| | | | | | | | * libio/stdio.h: Define struct _IO_FILE in global namespace. * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace. Remove using for __jmp_buf_tag. * locale/locale.h (struct lconv): Also define in std namespace. * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
* [BZ #3842]Ulrich Drepper2007-02-172-2/+6
| | | | | * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut using __libc_enable_secure.
* [BZ #2648]Ulrich Drepper2007-02-172-5/+8
| | | | * locales/pl_PL: Fix currency_symbol and its placement.
* [BZ #3348]Ulrich Drepper2007-02-173-0/+193
| | | | | | | | | 2007-02-17 Ulrich Drepper <drepper@redhat.com> [BZ #3348] * malloc/memusage.sh: Cleanups. * debug/xtrace.sh: Quoting and trap changes. * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
* * locale/iso-3166.def: Update entry for Serbia.Ulrich Drepper2007-02-172-28/+56
|
* * locale/iso-4217.def: Define RSD, remove CSD.Ulrich Drepper2007-02-173-0/+245
|