about summary refs log tree commit diff
path: root/localedata/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix first day of week and a few spellings in crh_UA locale.Reþat SABIQ2009-10-291-0/+5
|
* Add ps_AF locale.Ulrich Drepper2009-10-151-0/+8
|
* Define week, first_weekday, first_workday in de_AT locale.Ulrich Drepper2009-06-161-0/+6
| | | | BZ #10011
* Missing BZ number.Ulrich Drepper2009-06-151-0/+1
|
* Dhivehi language locale for Maldives.Sofwath2009-06-151-0/+6
|
* Urdu language locale for India.Pravin Satpute2009-06-091-0/+5
|
* * localedata/locales/bn_BD: Remove comment about missing collationUlrich Drepper2009-05-041-0/+7
| | | | | | rules. * localedata/locales/iso14651_t1_common: Add Bengali collation rules. Patch by Pravin Satpute <psatpute@redhat.com>.
* * locales/cs.CZ: Change week[2] to 19971130, change first_weekday andUlrich Drepper2009-04-251-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first_workday to 2. * locales/da_DK: Likewise. * locales/de_DE: Likewise. * locales/fr_FR: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/ht_HT: Likewise. * locales/hu_HU: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/mk_MK: Likewise. * locales/nb_NO: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/nn_NO: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise. * locales/uk_UA: Likewise. * locales/csb_PL: Change week[2] to 19971130. * locales/en_GB: Likewise. * locales/et_EE: Likewise. * locales/sr_ME: Set week to 7;19971130;4. * locales/sr_RS: Likewise. * locales/sr_RS@latin: Likewise.
* [BZ #9963]Ulrich Drepper2009-04-231-0/+14
| | | | | | | | | | | | | | | 2009-04-22 Ulrich Drepper <drepper@redhat.com> [BZ #9963] * locales/en_PH: Fix LC_PAPER. * locales/es_CL: Likewise. * locales/es_CO: Likewise. * locales/es_MX: Likewise. * locales/es_US: Likewise. * locales/es_VE: Likewise. * locales/fil_PH: Likewise. * locales/ik_CA: Likewise. * locales/iu_CA: Likewise. * locales/tl_PH: Likewise.
* * malloc/malloc.c (malloc_info): Output address space information.Ulrich Drepper2009-04-181-0/+4
|
* * wcsmbs/wcsatcliff.c (MEMCHR): Define.Ulrich Drepper2009-04-071-0/+5
|
* * locales/ks_IN: New file.Ulrich Drepper2009-04-061-0/+6
| | | | | Patch by Mohammad Nayeem <mohammad.nayeem@gmail.com> and Pravin Satpute <psatpute@redhat.com>.
* [BZ #9985] Jakub Jelinek2009-03-231-0/+6
| | | | | | | | | | * charmaps/UTF-8: Fix encoding of <U1080>..<U109F>, <U12AF>. Based on patch by Keith Stribley <devel@thanlwinsoft.org>. 2009-03-23 Jakub Jelinek <jakub@redhat.com> [BZ #9985] * charmaps/UTF-8: Fix encoding of <U1080>..<U109F>, <U12AF>. Based on patch by Keith Stribley <devel@thanlwinsoft.org>.
* [BZ #9759]Ulrich Drepper2009-03-151-0/+3
| | | | | | | | | | | | | | * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort, alphasort64, versionsort, and versionsort64 to POSIX 2008. * dirent/alphasort.c: Adjust implementation to type change. * dirent/alphasort64.c: Likewise. * dirent/scandir.c: Likewise. * dirent/versionsort.c: Likewise. * dirent/versionsort64.c: Likewise. * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64 declaration. * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64 declaration.
* [BZ #9880]Ulrich Drepper2009-03-151-0/+3
| | | | | | | * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments correctly. Set segleft member in output as required. Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>. * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
* [BZ #9881]Ulrich Drepper2009-03-151-0/+6
| | | | | | | | | * inet/inet6_rth.c (inet6_rth_add): Add some error checking. Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>. * inet/Makefile (tests): Add tst-inet6_rth. * inet/tst-inet6_rth.c: New file. alignment of La_x86_64_regs. Store xmm parameters.
* [BZ #9948]Ulrich Drepper2009-03-141-0/+1
| | | | | | | 2009-03-14 Ulrich Drepper <drepper@redhat.com> * locale/iso-639.def: Add Min Nan. [BZ #9948]
* * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.Ulrich Drepper2009-03-141-0/+6
| | | | * elf/dl-sysdep.c (auxvars): Compress data structure.
* * locales/iso14651_t1_common: Add rules for sorting Malayalam.Ulrich Drepper2009-02-111-0/+5
| | | | Patch by Santhosh Thottingal <santhosh.thottingal@gmail.com>.
* [BZ #7098]Ulrich Drepper2009-02-071-0/+5
| | | | | | * Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save timestamp in compressed charmaps. Patch by Gilles Espinasse <g.esp@free.fr>.
* [BZ #9753]Ulrich Drepper2009-02-071-0/+3
| | | | | | | 2009-01-16 Petr Baudis <pasky@suse.cz> [BZ #9753] * resolv/res_libc.c (__res_maybe_init): Call __res_vinit() even if we currently have zero nscount.
* [BZ #9781]Ulrich Drepper2009-02-071-0/+7
| | | | | * grp/compat-initgroups.c (compat_call): Switch to use malloc when the input line is too long.
* [BZ #9791]Ulrich Drepper2009-02-071-0/+1
|
* * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):Ulrich Drepper2009-01-281-0/+9
| | | | | Add "t" to clobber list. (INTERNAL_SYSCALL_NCS): Likewise.
* [BZ #9706]Ulrich Drepper2009-01-091-0/+3
| | | | | | | | | 2009-01-08 Ulrich Drepper <drepper@redhat.com> [BZ #9706] * nss/nss_files/files-parse.c (strtou32): New function. (INT_FIELD): Use strotu32 instead of strtoul to unify behavior across 32-bit and 64-bit platforms. (INT_FIELD_MAYBE_NULL): Likewise.
* [BZ #9701]Ulrich Drepper2009-01-091-0/+3
| | | | * locales/sk_SK: Slovakia uses the Euro.
* [BZ #9705]Ulrich Drepper2009-01-091-0/+5
| | | | | | 2009-01-08 Ulrich Drepper <drepper@redhat.com> [BZ #9705] * locales/el_CY: Cyprus uses the Euro.
* * locales/iso14651_t1_common: Fix sorting of U+0AB3. cvs/fedora-glibc-20090102T0809Ulrich Drepper2008-12-311-0/+5
| | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* Patch by Pravin Satpute <psatpute@redhat.com>.Ulrich Drepper2008-12-301-0/+1
|
* * locales/i18n: Move Indic Matra characters to punct.Ulrich Drepper2008-12-301-0/+16
| | | | | | | | | | | | | | | * locales/as_IN: Add support for internationalized digits. * locales/bn_BD: Likewise. * locales/bn_IN: Likewise. * locales/gu_IN: Likewise. * locales/hi_IN: Likewise. * locales/kn_IN: Likewise. * locales/ml_IN: Likewise. * locales/mr_IN: Likewise. * locales/or_IN: Likewise. * locales/pa_IN: Likewise. * locales/ta_IN: Likewise. * locales/te_IN: Likewise.
* [BZ #9677]Ulrich Drepper2008-12-261-1/+1
| | | | | | | 2008-12-21 Bruno Haible <bruno@clisp.org> [BZ #9677] * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object if no output is written.
* * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct arrayUlrich Drepper2008-12-261-0/+5
| | | | length constant.
* * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.Ulrich Drepper2008-12-061-0/+2
|
* 2008-12-05 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper2008-12-061-0/+5
| | | | | | | | | Ulrich Drepper <drepper@redhat.com> * scripts/firstversion.awk: Use custom comparison function to compare version numbers. * scripts/versions.awk: Use sort invocation which can handle multi-digit sub-version numbers.
* 2008-09-09 Aurelien Jarno <aurelien@aurel32.net>Ulrich Drepper2008-10-311-0/+130
| | | | | | * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15. 2008-10-31 Ulrich Drepper <drepper@redhat.com>
* [BZ #6974]Ulrich Drepper2008-10-311-0/+11
| | | | | | * sunrpc/rpc_main.c (mkfile_output): Properly handle filename without dot. Properly terminate the string with a null byte. Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
* * locales/en_GB: Set first weekday and workday to 2.Ulrich Drepper2008-09-171-0/+4
|
* * locales/nl_AW: New file.Ulrich Drepper2008-09-161-0/+3
| | | | * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
* * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8.Ulrich Drepper2008-09-161-0/+1
|
* * locales/en_AG: New file.Ulrich Drepper2008-09-161-0/+4
|
* * locales/ht_HT: New file.Ulrich Drepper2008-09-161-0/+3
| | | | * SUPPORTED: Add ht_HT.UTF-8.
* * locales/en_GB: Change dom_tel_fmt to %A %l.Ulrich Drepper2008-09-161-0/+3
| | | | * locales/de_DE: Likewise.
* * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.Ulrich Drepper2008-09-161-2/+12
| | | | | | | | | | | * locales/sd_IN: New file. Contributed by Pravin Satpute <psatpute@redhat.com>. * locales/sd_IN@devanagari: Fix locale name. * locales/ks_IN@devanagari: Likewise. * locales/sd_IN@devanagari: New file. * locales/ks_IN@devanagari: New file.
* * SUPPORTED (SUPPORTED-LOCALES): Add ks_IN@devnagari andUlrich Drepper2008-09-011-0/+3
| | | | sd_IN@devanagari.
* [BZ #6856, BZ #6857]Ulrich Drepper2008-09-011-1/+11
| | | | | | | | | | | 2008-09-01 Ulrich Drepper <drepper@redhat.com> [BZ #6857] * sd_IN@devanagari: New file. Contributed by Pravin Satpute <psatpute@redhat.com>. [BZ #6856] * ks_IN@devanagari: New file. Contributed by Pravin Satpute <psatpute@redhat.com>.
* * locales/iso14651_t1_common: Add Kannada collation support.Ulrich Drepper2008-07-111-0/+5
| | | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* [BZ #6713]Ulrich Drepper2008-07-081-0/+6
| | | | | | | 2008-07-08 Ulrich Drepper <drepper@redhat.com> [BZ #6713] * charmaps/UTF-8: Fix U1DBA entry representation. Patch by Colin Watson.
* [BZ #6657]Ulrich Drepper2008-06-271-0/+4
| | | | | | | | 2008-06-27 Ulrich Drepper <drepper@redhat.com> [BZ #6657] * time/strptime_l.c: Don't clear s.era_cnt after successful match of %EY. Patch by Petr Baudis.
* [BZ #6654]Ulrich Drepper2008-06-261-0/+3
| | | | | | | 2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #6654] * stdlib/canonicalize.c (__realpath): readlink can write too much into the buffer on platforms without PATH_MAX.
* [BZ #5210]Ulrich Drepper2008-06-251-0/+3
| | | | | | | | 2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #5210] * configure.in: Add -Werror to -fstack-protector test to catch unsupported architectures. Patch by Gilles Esponasse <g.esp@free.fr>.