Commit Graph

664 Commits

Author SHA1 Message Date
Ulrich Drepper 68f3802dfa [BZ #4941]
* locales/oc_FR: Fix Thursday abday and August mon and abmon data.
2007-10-02 04:19:37 +00:00
Ulrich Drepper c8caf08958 * locale/programs/ld-collate.c (collate_read): After initial copy
statement, continue in state 0.
2007-10-02 02:22:28 +00:00
Ulrich Drepper d7c51a0c1a * locales/am_ET (LC_COLLATE): Define new script after copy. 2007-10-02 02:07:50 +00:00
Ulrich Drepper a7f573e5dc * locales/cs_SR: Removed. 2007-09-30 22:58:18 +00:00
Ulrich Drepper 56ebeb41e0 * locale/programs/ld-collate.c (collate_finish): Compare all bytes
of section order.
2007-09-30 22:44:06 +00:00
Ulrich Drepper 0225b58a21 * locales/lo_LA: Add missing collating element o-e. 2007-09-30 22:42:07 +00:00
Ulrich Drepper ad5a3ce30c * locales/is_IS: Cleanup. Remove invalid collation entries. 2007-09-30 22:30:29 +00:00
Ulrich Drepper 0aae2e0e2d * locales/fa_IR: Add missing collating element Alef-Hamza. 2007-09-30 22:29:10 +00:00
Ulrich Drepper 7de8d620d3 * locales/da_DK: Add missing collating symbol ETH. 2007-09-30 22:26:36 +00:00
Ulrich Drepper db007b0d54 * locales/sa_IN: New file.
* SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
2007-09-30 22:19:34 +00:00
Ulrich Drepper bfe6bf17a3 * locales/fr_FR: Change thousands_sep to U0020. 2007-09-30 19:15:24 +00:00
Ulrich Drepper 0911549396 * locales/cs_CZ: Sort lowercase before uppercase. 2007-09-30 18:45:16 +00:00
Ulrich Drepper 22261ce51e * locales/da_DK: Likewise.
* locales/et_EE: Likewise.
	* locales/nb_NO: Likewise.
	* locales/nn_NO: Likewise.
2007-09-30 18:31:57 +00:00
Ulrich Drepper b1e0242141 * locales/en_GB: Change first weekday and workday to Monday. 2007-09-30 18:24:39 +00:00
Ulrich Drepper 592a95ee7c * po/pt_BR.po: Fix typo. 2007-09-30 16:57:15 +00:00
Ulrich Drepper 8ad5c3cd01 * iconvdata/Makefile (modules): Add ISO8859-9E.
(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.
2007-09-30 04:00:26 +00:00
Ulrich Drepper 90bf831bda * iconvdata/Makefile (modules): Add KOI8-RU.
(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.
2007-09-29 04:35:54 +00:00
Ulrich Drepper a6a0334521 [BZ #4556]
* locales/de_CH: Fix d_fmt.
2007-09-23 22:39:15 +00:00
Ulrich Drepper 03c424833d * charmaps/MAC-CENTRALEUROPE: New file. 2007-09-23 17:21:32 +00:00
Ulrich Drepper c869d8c43c [BZ #4972]
2007-09-23  Ulrich Drepper  <drepper@redhat.com>
	[BZ #4972]
	* charaps/MAC-CENTRALEUROPE: New file.
2007-09-23 17:21:22 +00:00
Ulrich Drepper 1ae07d48d4 [BZ #3842]
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.
2007-08-25 05:44:16 +00:00
Ulrich Drepper 2e0e1a0512 [BZ #4566]
* string/strtok.c: Fix typo in comment.
2007-08-22 07:14:16 +00:00
Ulrich Drepper 682e4437a0 [BZ #4582]
* debug/segfault.c: Fix typos in comments.
2007-08-22 07:04:23 +00:00
Ulrich Drepper ce31a3b1c5 * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
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>
2007-08-03 15:50:30 +00:00
Ulrich Drepper 1475e2012f * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
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.
2007-08-01 03:44:35 +00:00
Ulrich Drepper 087722b854 * include/features.h (__USE_ISOC95): New define.
* 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.
2007-07-19 17:28:06 +00:00
Ulrich Drepper f98c2d06bb [BZ #4773]
2007-07-10  Ulrich Drepper  <drepper@redhat.com>
	[BZ #4773]
	* time/strptime_l.c (__strptime_internal): Implement greedy
	matching of weekday and month names.
2007-07-10 22:14:12 +00:00
Ulrich Drepper f84ecfd74f * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon for
January, February, and September to December, mon for January,
	February, September, and December, am_pm, and name_*.
	Patch by Amitakhya Phukan <aphukan@redhat.com>.
2007-05-07 13:14:03 +00:00
Ulrich Drepper 42808a34eb [BZ #4114]
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.
2007-05-04 20:53:10 +00:00
Ulrich Drepper 762422d1bd * locale/programs/ld-collate.c (collate_read): Allow order_start
after copy.
2007-04-28 06:51:26 +00:00
Ulrich Drepper 61d5a67f53 [BZ #3213]
* locale/programs/ld-collate.c (collate_read): Fix printing of
	error message.

	[BZ #3213]
	* locale/C-translit.h.in: Add entry for U2044.
2007-04-28 06:40:56 +00:00
Ulrich Drepper a2809b303c [BZ #4411]
2007-04-24  Ulrich Drepper  <drepper@redhat.com>
	[BZ #4411]
	* locales/en_ZA: Update int_select.
	Patch by Dwayne Bailey <dwayne@translate.org.za>.
2007-04-24 19:04:27 +00:00
Ulrich Drepper 02c906999c * Makefile: Define tst-sscanf-ENV.
* tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
2007-03-14 22:32:50 +00:00
Ulrich Drepper ecb72bd5b6 [BZ #2211]
* stdio-common/vfscanf.c: Handle localized digits etc for floating
	point numbers.
	Patch mostly by Hamed Malek <hamed@farsiweb.info>.
2007-02-19 04:40:58 +00:00
Ulrich Drepper e9bb524634 * stdio-common/vfscanf.c: Remove unused WIDTH handling. 2007-02-18 09:25:25 +00:00
Ulrich Drepper 821d3e7031 * stdio-common/Makefile (tests): Add tst-swscanf.
* stdio-common/tst-sscanf.c: Make tests usable for swscanf
	testing.
	* stdio-common/tst-swscanf.c: New file.
2007-02-18 09:21:24 +00:00
Ulrich Drepper 7acd205c59 * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales. 2007-02-18 04:52:16 +00:00
Ulrich Drepper 4ca6a8d8b9 [BZ #1430]
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>.
2007-02-18 04:43:17 +00:00
Ulrich Drepper 5d2489928c [BZ #672]
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.
2007-02-18 04:34:28 +00:00
Ulrich Drepper 70926737b2 [BZ #58]
* locales/uk_UA: New version.
2007-02-18 03:59:48 +00:00
Ulrich Drepper 9138cc0ba7 [BZ #2633]
* 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.
2007-02-17 19:37:51 +00:00
Ulrich Drepper 6818d837ee [BZ #3842]
* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
	using __libc_enable_secure.
2007-02-17 19:08:46 +00:00
Ulrich Drepper 2e0e802af0 [BZ #2648]
* locales/pl_PL: Fix currency_symbol and its placement.
2007-02-17 18:58:25 +00:00
Ulrich Drepper 07fb518573 [BZ #3348]
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.
2007-02-17 08:36:28 +00:00
Ulrich Drepper 93e6691446 * locale/iso-3166.def: Update entry for Serbia. 2007-02-17 08:08:19 +00:00
Ulrich Drepper 93e364345c * locale/iso-4217.def: Define RSD, remove CSD. 2007-02-17 08:03:11 +00:00
Ulrich Drepper c4630aeaed [BZ #3322]
* SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin.
	* locales/sr_RS: New file.
	* locales/sr_RS@latin: New file.
2007-02-17 07:56:58 +00:00
Ulrich Drepper ad0b348ce1 [BZ #4040]
* sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
	and 64-bit operations.

	[BZ #4040]
	* sysdeps/i386/i486/bits/atomic.h: One more change, this time for
	16-bit operations.
2007-02-17 07:26:50 +00:00
Ulrich Drepper 04632864fd [BZ #3885]
2007-02-16  Ulrich Drepper  <drepper@redhat.com>
	[BZ #3885]
	* locales/i18n: Updates for Unicode 5.0.
	* charmaps/UTF-8: Likewise.
	Patch by Pablo Saratxaga <pablo@walon.org>

	* locales/sl_SI: Slovenia joined the Euro zone.
2007-02-17 07:15:36 +00:00
Ulrich Drepper 81c9d1c10f [BZ #3884]
2007-01-12  Gwenole Beauchesne  <gbeauchesne@mandriva.com>
	[BZ #3884]
	* localedata/locales/sl_SI: Slovenia joined the Euro zone.
	Fix negative number format.
2007-02-17 06:52:02 +00:00