about summary refs log tree commit diff
path: root/localedata/locales
Commit message (Collapse)AuthorAgeFilesLines
* * localedata/locales/bn_BD: Remove comment about missing collationUlrich Drepper2009-05-042-1/+245
| | | | | | 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-2525-63/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2310-33/+15
| | | | | | | | | | | | | | | 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.
* * string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper2009-04-071-43/+7
| | | | | * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after first read quad word.
* * locales/ks_IN: New file.Ulrich Drepper2009-04-061-0/+211
| | | | | Patch by Mohammad Nayeem <mohammad.nayeem@gmail.com> and Pravin Satpute <psatpute@redhat.com>.
* [BZ #9759]Ulrich Drepper2009-03-151-8/+8
| | | | | | | | | | | | | | * 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-1/+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-2/+2
| | | | | | | | | * 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.
* * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.Ulrich Drepper2009-03-141-0/+205
| | | | * elf/dl-sysdep.c (auxvars): Compress data structure.
* * locales/iso14651_t1_common: Add rules for sorting Malayalam.Ulrich Drepper2009-02-111-0/+325
| | | | Patch by Santhosh Thottingal <santhosh.thottingal@gmail.com>.
* [BZ #9753]Ulrich Drepper2009-02-071-5/+7
| | | | | | | 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-072-4/+4
| | | | | * grp/compat-initgroups.c (compat_call): Switch to use malloc when the input line is too long.
* * nss/getent.c (print_networks): Don't print comma between aliases.Ulrich Drepper2009-01-285-51/+39
|
* [BZ #9706]Ulrich Drepper2009-01-091-4/+4
| | | | | | | | | 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-2/+2
| | | | * locales/sk_SK: Slovakia uses the Euro.
* [BZ #9705]Ulrich Drepper2009-01-091-2/+2
| | | | | | 2009-01-08 Ulrich Drepper <drepper@redhat.com> [BZ #9705] * locales/el_CY: Cyprus uses the Euro.
* * init.c (__pthread_initialize_minimal_internal): Check forUlrich Drepper2009-01-031-1/+1
| | | | | | | FUTEX_CLOCK_REALTIME flag. * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of computing relative timeout.
* * locales/iso14651_t1_common: Fix sorting of U+0AB3. cvs/fedora-glibc-20090102T0809Ulrich Drepper2008-12-311-3/+3
| | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* * locales/i18n: Move Indic Matra characters to punct.Ulrich Drepper2008-12-3012-44/+206
| | | | | | | | | | | | | | | * 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.
* 2008-12-05 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper2008-12-061-0/+180
| | | | | | | | | 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.
* * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define FUTEX_WAIT_BITSETUlrich Drepper2008-12-052-2/+2
| | | | and FUTEX_WAKE_BITSET.
* [BZ #6867]Ulrich Drepper2008-10-31128-145/+229
| | | | * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
* * locales/en_GB: Set first weekday and workday to 2.Ulrich Drepper2008-09-171-2/+2
|
* * locales/nl_AW: New file.Ulrich Drepper2008-09-161-0/+100
| | | | * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
* * locales/en_AG: New file.Ulrich Drepper2008-09-161-0/+99
|
* * locales/ht_HT: New file.Ulrich Drepper2008-09-161-0/+178
| | | | * SUPPORTED: Add ht_HT.UTF-8.
* * locales/en_GB: Change dom_tel_fmt to %A %l.Ulrich Drepper2008-09-162-2/+2
| | | | * locales/de_DE: Likewise.
* * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.Ulrich Drepper2008-09-163-22/+228
| | | | | | | | | | | * 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.
* [BZ #6856, BZ #6857]Ulrich Drepper2008-09-011-0/+204
| | | | | | | | | | | 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>.
* Sindhi language locale for India using Devanagari script.Ulrich Drepper2008-09-011-0/+206
|
* * locales/iso14651_t1_common: Add Kannada collation support.Ulrich Drepper2008-07-111-0/+270
| | | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* [BZ #5210]Ulrich Drepper2008-06-251-0/+2
| | | | | | | | 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>.
* [BZ #5814]Ulrich Drepper2008-06-251-3/+5
| | | | | | 2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #5814] * locales/fi_FI: Fix separator for hours, minutes, and seconds.
* * locales/iso14651_t1_common: Add support for Gurumukhi script.Ulrich Drepper2008-06-241-0/+226
| | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* Remove U0C0D entry added for Telugu.Ulrich Drepper2008-05-211-3/+0
|
* * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp. cvs/fedora-glibc-20080516T2152Ulrich Drepper2008-05-161-1/+2
|
* [BZ #6442]Ulrich Drepper2008-05-152-1/+274
| | | | | | | | | | | * string/endian.h: Add macros for fixed-size endian conversion. * bits/byteswap.h: Allow inclusion from <endian.h>. * sysdeps/i386/bits/byteswap.h: Likewise. * sysdeps/ia64/bits/byteswap.h: Likewise. * sysdeps/s390/bits/byteswap.h: Likewise. * sysdeps/x86_64/bits/byteswap.h: Likewise. * string/Makefile (tests): Add tst-endian. * string/tst-endian.c: New file.
* [BZ #5209, BZ #5381]Ulrich Drepper2008-04-191-151/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-15 Ulrich Drepper <drepper@redhat.com> [BZ #5209] * sysdeps/unix/sysv/linux/times.c: New file. [BZ #5381] * nscd/nscd.h: Define enum in_flight, mem_in_flight, and mem_in_flight_list variables. Add new parameter to mempool_alloc prototype. * nscd/mem.c (mempool_alloc): Take additional parameter. Initialize appropriate mem_in_flight element. (gc): Take allocations which have not yet been committed to the database into account. * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call. Reset mem_in_flight before returning. * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and cue it up in mem_in_flight_list. * nscd/aicache.c: Adjust mempool_alloc call. * nscd/grpcache.c: Likewise. * nscd/hstcache.c: Likewise. * nscd/initgrcache.c: Likewise. * nscd/pwdcache.c: Likewise. * nscd/servicescache.c: Likewise. * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead of -fpie. * nscd/connections.c (handle_request): Provide better error message in case SELinux forbids the service. * version.h (VERSION): Bump to 2.8.90.
* [BZ #6042]Ulrich Drepper2008-04-081-2064/+4
| | | | | | | | 2008-04-07 Ulrich Drepper <drepper@redhat.com> [BZ #6042] * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more ETHERTYPE_* definitions. Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
* [BZ #6040]Ulrich Drepper2008-04-081-24/+35
| | | | * locales/fr_FR: Fix abmon, abday, d_ftm, grouping.
* Fix first weight for U+1E60, U+1E62, U+1E64, U+1E66, and U+1E68.Ulrich Drepper2008-04-071-423/+423
|
* [BZ #5475]Ulrich Drepper2008-04-071-2/+2
| | | | | | 2008-04-07 Ulrich Drepper <drepper@redhat.com> [BZ #5475] * resolv/res_init.c: Handle scope IDs in resolv.conf.
* * locales/iso14651_t1_common: Add support for Gujarati script.Ulrich Drepper2008-03-311-0/+260
| | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* * locales/iso14651_t1_common: Add support for Devanagari script.Ulrich Drepper2008-03-242-0/+323
| | | | | * locales/mr_IN: Adjust Devanagari sorting for mr_IN. Patch by Pravin Satpute <psatpute@redhat.com>.
* [BZ #5602]Ulrich Drepper2008-03-091-1/+1
| | | | | | 2008-03-08 Ulrich Drepper <drepper@redhat.com> [BZ #5602] * locales/pt_PT: Fix mon_decimal_point.
* [BZ #5778]Ulrich Drepper2008-03-081-2/+2
| | | | | | | | | | | | | * sysdeps/unix/sysv/linux/pathconf.h: Declare __statfs_chown_restricted. * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted for _PC_CHOWN_RESTRICTED. * sysdeps/unix/sysv/linux/pathconf.c: Likewise. Implement __statfs_chown_restricted. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change _POSIX_CHOWN_RESTRICTED value to zero. 2008-02-26 Harsha Jagasia <harsha.jagasia@amd.com>
* [BZ #5627]Ulrich Drepper2008-03-045-4/+179
| | | | | | 2008-03-04 Ulrich Drepper <drepper@redhat.com> [BZ #5627] * locale/iso-639.def: Add Shuswap.
* [BZ #5520] cvs/fedora-glibc-20080111T0737Ulrich Drepper2008-01-111-4/+4
| | | | | | 2008-01-10 Ulrich Drepper <drepper@redhat.com> [BZ #5520] * locales/ga_IE: Fix May, June, November and December entries in mon.
* * locales/si_LK (mon): Fix February and November spelling.Ulrich Drepper2007-12-052-6/+5
| | | | Patch by Danishka Navin <snavin@redhat.com>.
* * sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper2007-11-081-6/+5
|