about summary refs log tree commit diff
path: root/localedata/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* [BZ #5475]Ulrich Drepper2008-04-071-0/+5
| | | | | | 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/+5
| | | | Patch by Pravin Satpute <psatpute@redhat.com>.
* [BZ #5443]Ulrich Drepper2008-03-311-0/+4
| | | | | | | | | | | | 2008-03-30 Ulrich Drepper <drepper@redhat.com> [BZ #5443] * intl/dcigettext.c (__dcigettext): Get reader lock for locale data before looking for translation. * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock. * locale/freelocale.c: Likewise. * locale/newlocale.c: Likewise. * locale/setlocale.c: Likewise. Based partially on a patch by ryo@np.css.fujitsu.com.
* * locales/iso14651_t1_common: Add support for Devanagari script.Ulrich Drepper2008-03-241-0/+6
| | | | | * locales/mr_IN: Adjust Devanagari sorting for mr_IN. Patch by Pravin Satpute <psatpute@redhat.com>.
* [BZ #5602]Ulrich Drepper2008-03-091-0/+5
| | | | | | 2008-03-08 Ulrich Drepper <drepper@redhat.com> [BZ #5602] * locales/pt_PT: Fix mon_decimal_point.
* [BZ #5778]Ulrich Drepper2008-03-081-0/+5
| | | | | | | | | | | | | * 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>
* * SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.Ulrich Drepper2008-03-041-0/+2
|
* [BZ #5736]Ulrich Drepper2008-03-041-0/+10
| | | | * malloc/malloc.c: Fix typo in comment.
* [BZ #5520] cvs/fedora-glibc-20080111T0737Ulrich Drepper2008-01-111-0/+5
| | | | | | 2008-01-10 Ulrich Drepper <drepper@redhat.com> [BZ #5520] * locales/ga_IE: Fix May, June, November and December entries in mon.
* [BZ #5463, BZ #5464] cvs/fedora-glibc-20071212T1051Ulrich Drepper2007-12-121-0/+10
| | | | | | | | | | | | | | | | | | | * iconvdata/hp-thai8.c: New file. * iconvdata/Makefile: Add rules for hp-thai8.c. * iconvdata/tst-tables.sh: Add entry for HP-THAI8. * iconvdata/gconv-modules: Likewise. [BZ #5464] * iconvdata/hp-greek8.c: New file. * iconvdata/Makefile: Add rules for hp-greek8.c. * iconvdata/tst-tables.sh: Add entry for HP-GREEK8. * iconvdata/gconv-modules: Likewise. [BZ #5463] * iconvdata/hp-turkish8.c: New file. * iconvdata/Makefile: Add rules for hp-turkish8.c. * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8. * iconvdata/gconv-modules: Likewise.
* * charmaps/UTF-8: Add Unicode 5.1 entries.Ulrich Drepper2007-12-111-0/+4
|
* [BZ #5427]Ulrich Drepper2007-12-081-0/+5
| | | | | | | | | | | * iconvdata/hp-roman9.c: New file. * iconvdata/Makefile: Add rules for hp-roman9.c. * iconvdata/tst-tables.sh: Add HP-ROMAN9. * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic. * iconvdata/Makefile: Adjust appropriately. keyword for gcc's braced-groups.
* * locales/si_LK (mon): Fix February and November spelling.Ulrich Drepper2007-12-051-0/+5
| | | | Patch by Danishka Navin <snavin@redhat.com>.
* * sysdeps/x86_64/memset.S: Add sfence after movnti.Ulrich Drepper2007-11-081-0/+3
|
* [BZ #5277]Ulrich Drepper2007-11-081-0/+5
| | | | | | | | | 2007-11-07 Ulrich Drepper <drepper@redhat.com> [BZ #5277] * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed because output buffer is too small break, don't loop. * iconvdata/Makefile (tests): Add bug-iconv6. * iconvdata/bug-iconv6.c: New file.
* * locales/dz_BT: Fix representation of data.Ulrich Drepper2007-11-061-0/+2
|
* * nscd/selinux.c (nscd_request_avc_has_perm): When compiled withUlrich Drepper2007-11-061-0/+6
| | | | | old headers, don't call avc_has_perm if we don't have the permission information.
* [BZ #5225]Ulrich Drepper2007-10-281-0/+5
| | | | | * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer to keep track of end of %[ format string element.
* [BZ #4098] cvs/fedora-glibc-20071014T2102Ulrich Drepper2007-10-141-0/+6
| | | | | | | 2007-10-14 Ulrich Drepper <drepper@redhat.com> [BZ #4098] * locales/pl_PL: Change abmon, abday, and d_fmt according to results of vote.
* * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdefUlrich Drepper2007-10-111-0/+7
| | | | | | and tok_elifndef. * locale/programs/locfile-kw.gperf: Likewise. * locale/programs/ld-collate.c: Implement primitive preprocessor.
* * locales/en_US: Add first_weekday and first_workday. cvs/fedora-glibc-20071010T2047Jakub Jelinek2007-10-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * locales/cs_CZ: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/hu_HU: Likewise. * locales/i18n: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise. 2007-10-10 Jakub Jelinek <jakub@redhat.com> * locales/en_US: Add first_weekday and first_workday. * locales/cs_CZ: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/hu_HU: Likewise. * locales/i18n: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise.
* * locales/de_DE: Set first week day to Monday.Ulrich Drepper2007-10-091-0/+5
| | | | * locales/fr_FR: Likewise.
* [BZ #73]Ulrich Drepper2007-10-071-0/+7
| | | | | | | | 2007-10-07 Ulrich Drepper <drepper@redhat.com> [BZ #73] * locales/nb_NO: Update time information, collation, thousands separator. * locales/nn_NO: Likewise.
* * misc/error.h: Remove support for use outside of libc. We have toUlrich Drepper2007-10-041-0/+4
| | | | | include <features.h> now. Include <bits/error.h> if possible. * misc/bits/error.h: New file.
* * tst-langinfo.sh: Update expected THOUSEP for fr_FR.Jakub Jelinek2007-10-031-0/+4
| | | | | | 2007-10-04 Jakub Jelinek <jakub@redhat.com> * tst-langinfo.sh: Update expected THOUSEP for fr_FR.
* * string/strcoll_l.c (STRCOLL): Correct handling of switching fromUlrich Drepper2007-10-021-0/+3
| | | | backward to forward direction.
* * string/strcoll_l.c (STRCOLL): Correct test for alloca use.Ulrich Drepper2007-10-021-0/+3
|
* * de_DE.in: Adjust for correct handling of backward direction sorting.Ulrich Drepper2007-10-021-0/+4
|
* [BZ #5071]Ulrich Drepper2007-10-021-1/+2
| | | | | | * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has the same number of pages. Patch by Tomash Brechko <tomash.brechko@gmail.com>.
* [BZ #4705]Ulrich Drepper2007-10-021-1/+2
| | | | * locales/et_EE: Likewise.
* [BZ #4941]Ulrich Drepper2007-10-021-0/+3
| | | | * locales/oc_FR: Fix Thursday abday and August mon and abmon data.
* * locale/programs/ld-collate.c (collate_read): After initial copyUlrich Drepper2007-10-021-0/+2
| | | | statement, continue in state 0.
* * locales/am_ET (LC_COLLATE): Define new script after copy.Ulrich Drepper2007-10-021-0/+4
|
* * locales/cs_SR: Removed.Ulrich Drepper2007-09-301-0/+2
|
* * locale/programs/ld-collate.c (collate_finish): Compare all bytesUlrich Drepper2007-09-301-0/+2
| | | | of section order.
* * locales/lo_LA: Add missing collating element o-e.Ulrich Drepper2007-09-301-0/+2
|
* * locales/is_IS: Cleanup. Remove invalid collation entries.Ulrich Drepper2007-09-301-0/+2
|
* * locales/fa_IR: Add missing collating element Alef-Hamza.Ulrich Drepper2007-09-301-0/+2
|
* * locales/da_DK: Add missing collating symbol ETH.Ulrich Drepper2007-09-301-0/+2
|
* * locales/sa_IN: New file.Ulrich Drepper2007-09-301-0/+3
| | | | * SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
* * locales/fr_FR: Change thousands_sep to U0020.Ulrich Drepper2007-09-301-0/+2
|
* * locales/cs_CZ: Sort lowercase before uppercase.Ulrich Drepper2007-09-301-0/+2
|
* * locales/da_DK: Likewise.Ulrich Drepper2007-09-301-0/+4
| | | | | | * 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-301-0/+23
|
* * iconvdata/Makefile (modules): Add ISO8859-9E.Ulrich Drepper2007-09-301-0/+4
| | | | | | | | | | | (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-291-0/+4
| | | | | | | | | | | (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-231-0/+3
| | | | * locales/de_CH: Fix d_fmt.
* * charmaps/MAC-CENTRALEUROPE: New file.Ulrich Drepper2007-09-231-1/+1
|
* [BZ #4972]Ulrich Drepper2007-09-231-0/+5
| | | | | | 2007-09-23 Ulrich Drepper <drepper@redhat.com> [BZ #4972] * charaps/MAC-CENTRALEUROPE: New file.