Remove socket.S implementation
[glibc.git] / localedata / ChangeLog
blob1f2577de3e3ccc3509dec885e06d9a0c2453c8fe
1 2015-05-16  Carlos O'Donell  <carlos@redhat.com>
3         * Makefile (INSTALL-SUPPORTED-LOCALES): Fail if localedef fails.
5 2015-05-16  Marko Myllynen  <myllynen@redhat.com>
7         * locales/bo_CN (LC_NAME): Fix compilation.
8         * locales/bo_IN (LC_NAME): Likewise.
10 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
12         * gen-locales.mk: New Makefile snippet to generate locales.
13         * localedata/Makefile: Use gen-locales.mk for locale
14         generation.
15         * localedata/gen-locale.sh (generate_locale): Make path to
16         charmaps independent of current working directory.
18 2015-05-07  Christian Schmidt  <glibc@chsc.dk>
20         [BZ #17692]
21         * locales/da_DK: Update currency_symbol.
23 2015-04-10  Stefan Liebler  <stli@linux.vnet.ibm.com>
25         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Change expected
26         result to -2 in case of n == 0.
27         * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Check result against
28         -2 instead of 0.
30 2015-03-04  Roland McGrath  <roland@hack.frob.com>
32         * bug-setlocale1.c (do_test): Remove argument handling and
33         self-exec'ing logic.  Just expect to be run with the right
34         variables (and nothing else) directly in the environment instead.
35         (TEST_FUNCTION): Don't pass arguments to do_test.
36         * Makefile (bug-setlocale1-ARGS, bug-setlocale1-static-ARGS):
37         Variables removed.
38         (bug-setlocale1-ENV-only, bug-setlocale1-static-ENV-only):
39         New variables.
41 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
43         * unicode-gen/ctype_compatibility.py: Use date ranges in
44         copyright notice.
45         * unicode-gen/ctype_compatibility_test_cases.py: Likewise.
46         * unicode-gen/gen_unicode_ctype.py: Likewise.
47         * unicode-gen/utf8_compatibility.py: Likewise.
48         * unicode-gen/utf8_gen.py: Likewise.  Use upper case for
49         global variables, use tuples for global constant arrays.  From
50         Mike FABIAN.  Suggested by Mike Frysinger <vapier@gentoo.org>.
52 2015-02-20  Alexandre Oliva <aoliva@redhat.com>
54         [BZ #17588]
55         [BZ #13064]
56         [BZ #14094]
57         [BZ #17998]
58         * unicode-gen/Makefile: New.
59         * unicode-gen/unicode-license.txt: New, from Unicode.
60         * unicode-gen/UnicodeData.txt: New, from Unicode.
61         * unicode-gen/DerivedCoreProperties.txt: New, from Unicode.
62         * unicode-gen/EastAsianWidth.txt: New, from Unicode.
63         * unicode-gen/gen_unicode_ctype.py: New generator, from Mike
64         FABIAN <mfabian@redhat.com>.
65         * unicode-gen/ctype_compatibility.py: New verifier, from
66         Pravin Satpute <psatpute@redhat.com> and Mike FABIAN.
67         * unicode-gen/ctype_compatibility_test_cases.py: New verifier
68         module, from Mike FABIAN.
69         * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute
70         and Mike FABIAN.
71         * unicode-gen/utf8_compatibility.py: New verifier, from Pravin
72         Satpute and Mike FABIAN.
73         * charmaps/UTF-8: Update.
74         * locales/i18n: Update.
75         * gen-unicode-ctype.c: Remove.
76         * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns
77         true for ordinal indicators.
79 2015-01-21  Marek Polacek  <polacek@redhat.com>
81         * tests-mbwc/tst_wcscpy.c (tst_wcscpy): Fix condition.
83 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
85         * All files with FSF copyright notices: Update copyright dates
86         using ../scripts/update-copyrights.
88 2014-12-01  Pravin Satpute <psatpute@redhat.com>
90         [BZ #16857]
91         * locales/raj_IN: New locale for raj_IN.
92         * SUPPORTED: Add raj_IN.
94         [BZ #17192]
95         * locales/ce_RU: New locale Chechen for RUSSIAN FEDERATION.
96         * SUPPORTED: Add ce_RU.
98 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
100         [BZ #17475]
101         * SUPPORTED: Add Bhili and Tulu locales.
102         * locales/tu_IN: New Tulu locale.
103         * locales/bh_IN: New Bhili locale.
105 2014-07-02  Florian Weimer  <fweimer@redhat.com>
107         * tst-setlocale3.c: New file.
108         * Makefile (tests): Add tst-setlocale3.
110 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
112         * Makefile (LOCALES): Add en_GB.UTF-8.
114 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
116         * Makefile (LOCALEDEF): Use $(rtld-prefix).
118 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
120         * Makefile (test-srcs): Remove tst-mbswcs1, tst-mbswcs2,
121         tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype.
122         (generated): Remove tst-mbswcs.out.
123         (tests): Add tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4,
124         tst-mbswcs5 and tst-wctype.
125         (tests-special): Remove $(objpfx)tst-mbswcs.out and
126         $(objpfx)tst-wctype.out.
127         ($(objpfx)tst-mbswcs.out): Remove rule.
128         ($(objpfx)tst-wctype.out): Likewise.
129         (tst-wctype-ENV): New variable.
130         * tst-mbswcs.sh: Remove file.
131         * tst-wctype.sh: Likewise.
133 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
135         * tst-fmon.sh: Don't set LANGUAGE.
136         * tst-locale.sh: Likewise.
138 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
140         * Makefile ($(addprefix $(objpfx),$(CTYPE_FILES))): Use
141         $(built-program-cmd-before-env), $(run-program-env) and
142         $(built-program-cmd-after-env).
143         ($(objpfx)sort-test.out): Use $(test-program-prefix-before-env),
144         $(run-program-env) and $(test-program-prefix-after-env).
145         ($(objpfx)tst-fmon.out): Use $(run-program-prefix-before-env),
146         $(run-program-env) and $(run-program-prefix-after-env).
147         ($(objpfx)tst-locale.out): Use $(built-program-cmd-before-env),
148         $(run-program-env) and $(built-program-cmd-after-env).
149         ($(objpfx)tst-trans.out): Use $(run-program-prefix-before-env),
150         $(run-program-env), $(run-program-prefix-after-env),
151         $(test-program-prefix-before-env) and
152         $(test-program-prefix-after-env).
153         ($(objpfx)tst-ctype.out): Use $(test-program-cmd-before-env),
154         $(run-program-env) and $(test-program-cmd-after-env).
155         ($(objpfx)tst-wctype.out): Likewise.
156         ($(objpfx)tst-langinfo.out): Likewise.
157         ($(objpfx)tst-langinfo-static.out): Likewise.
158         * gen-locale.sh: Use localedef_before_env, run_program_env and
159         localedef_after_env arguments.
160         * sort-test.sh: Use test_program_prefix_before_env,
161         run_program_env and test_program_prefix_after_env arguments.
162         * tst-ctype.sh: Use tst_ctype_before_env, run_program_env and
163         tst_ctype_after_env arguments.
164         * tst-fmon.sh: Use run_program_prefix_before_env, run_program_env
165         and run_program_prefix_after_env arguments.
166         * tst-langinfo.sh: Use tst_langinfo_before_env, run_program_env
167         and tst_langinfo_after_env arguments.
168         * tst-locale.sh: Use localedef_before_env, run_program_env and
169         localedef_after_env arguments.
170         * tst-mbswcs.sh: Do not set environment variables explicitly.
171         * tst-numeric.sh: Likewise.
172         * tst-rpmatch.sh: Likewise.
173         * tst-trans.sh: Use run_program_prefix_before_env,
174         run_program_env, run_program_prefix_after_env,
175         test_program_prefix_before_env and test_program_prefix_after_env
176         arguments.
177         * tst-wctype.sh: Use tst_wctype_before_env, run_program_env and
178         tst_wctype_after_env arguments.
180 2014-06-05  Andreas Schwab  <schwab@suse.de>
182         [BZ #16095]
183         * SUPPORTED: Add uz_UZ.UTF-8/UTF-8.
185 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
187         * Makefile (TEST_MBWC_ENV): Remove variable.
188         (tst_iswalnum-ENV): Likewise.
189         (tst_iswalpha-ENV): Likewise.
190         (tst_iswcntrl-ENV): Likewise.
191         (tst_iswctype-ENV): Likewise.
192         (tst_iswdigit-ENV): Likewise.
193         (tst_iswgraph-ENV): Likewise.
194         (tst_iswlower-ENV): Likewise.
195         (tst_iswprint-ENV): Likewise.
196         (tst_iswpunct-ENV): Likewise.
197         (tst_iswspace-ENV): Likewise.
198         (tst_iswupper-ENV): Likewise.
199         (tst_iswxdigit-ENV): Likewise.
200         (tst_mblen-ENV): Likewise.
201         (tst_mbrlen-ENV): Likewise.
202         (tst_mbrtowc-ENV): Likewise.
203         (tst_mbsrtowcs-ENV): Likewise.
204         (tst_mbstowcs-ENV): Likewise.
205         (tst_mbtowc-ENV): Likewise.
206         (tst_strcoll-ENV): Likewise.
207         (tst_strfmon-ENV): Likewise.
208         (tst_strxfrm-ENV): Likewise.
209         (tst_swscanf-ENV): Likewise.
210         (tst_towctrans-ENV): Likewise.
211         (tst_towlower-ENV): Likewise.
212         (tst_towupper-ENV): Likewise.
213         (tst_wcrtomb-ENV): Likewise.
214         (tst_wcscat-ENV): Likewise.
215         (tst_wcschr-ENV): Likewise.
216         (tst_wcscmp-ENV): Likewise.
217         (tst_wcscoll-ENV): Likewise.
218         (tst_wcscpy-ENV): Likewise.
219         (tst_wcscspn-ENV): Likewise.
220         (tst_wcslen-ENV): Likewise.
221         (tst_wcsncat-ENV): Likewise.
222         (tst_wcsncmp-ENV): Likewise.
223         (tst_wcsncpy-ENV): Likewise.
224         (tst_wcspbrk-ENV): Likewise.
225         (tst_wcsrtombs-ENV): Likewise.
226         (tst_wcsspn-ENV): Likewise.
227         (tst_wcsstr-ENV): Likewise.
228         (tst_wcstod-ENV): Likewise.
229         (tst_wcstok-ENV): Likewise.
230         (tst_wcstombs-ENV): Likewise.
231         (tst_wcswidth-ENV): Likewise.
232         (tst_wcsxfrm-ENV): Likewise.
233         (tst_wctob-ENV): Likewise.
234         (tst_wctomb-ENV): Likewise.
235         (tst_wctrans-ENV): Likewise.
236         (tst_wctype-ENV): Likewise.
237         (tst_wcwidth-ENV): Likewise.
238         (tst-digits-ENV): Likewise.
239         (tst-mbswcs6-ENV): Likewise.
240         (tst-xlocale1-ENV): Likewise.
241         (tst-xlocale2-ENV): Likewise.
242         (tst-strfmon1-ENV): Likewise.
243         (tst-strptime-ENV): Likewise.
244         (tst-setlocale-ENV): Don't set LOCPATH.
245         (bug-iconv-trans-ENV): Remove variable.
246         (tst-sscanf-ENV): Likewise.
247         (tst-leaks-ENV): Don't set LOCPATH.
248         (bug-setlocale1-ENV): Remove variable.
249         (bug-setlocale1-static-ENV): Likewise.
250         (tst-setlocale2-ENV): Likewise.
252 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
254         * Makefile (LOCALEDEF): Use $(elf-objpfx) instead of
255         $(common-objpfx)elf/.
257 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
259         * Makefile (LOCALES): Move definition above include of Rules.
260         (LOCALE_SRCS): Likewise.
261         (CHARMAPS): Likewise.
262         (CTYPE_FILES): Likewise.
263         (tests-special): Add locale files.
264         ($(addprefix $(objpfx),$(CTYPE_FILES))): Use $(evaluate-test).
266         * Makefile (generated): Rename tests to end with .out.
267         (tests-special): Likewise.
268         ($(objpfx)mtrace-tst-leaks): Likewise.
270 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
272         * Makefile (tests): Change dependencies to ....
273         (tests-special): ... additions to this variable.
275 2014-02-28  Roland McGrath  <roland@hack.frob.com>
277         * Makefile (generated, generated-dirs): Use += rather than =.
279 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
281         * Makefile: Include Makeconfig immediately after defining subdir.
282         (all): Remove target.
284 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
286         * Makefile ($(objpfx)sort-test.out): Use $(evaluate-test).
287         ($(objpfx)tst-fmon.out): Likewise.
288         ($(objpfx)tst-numeric.out): Likewise.
289         ($(objpfx)tst-locale.out): Likewise.
290         ($(objpfx)tst-rpmatch.out): Likewise.
291         ($(objpfx)tst-trans.out): Likewise.
292         ($(objpfx)tst-mbswcs.out): Likewise.
293         ($(objpfx)tst-ctype.out): Likewise.
294         ($(objpfx)tst-wctype.out): Likewise.
295         ($(objpfx)tst-langinfo.out): Likewise.
296         ($(objpfx)mtrace-tst-leaks): Likewise.
298 2013-12-26  Chris Leonard  <cjl@sugarlabs.org>
300         * locales/sa_IN: Add lang_name.
301         * locales/sat_IN: Likewise.
302         * locales/sc_IT: Likewise.
303         * locales/se_NO: Likewise.
304         * locales/si_LK: Likewise.
305         * locales/sl_SI: Likewise.
306         * locales/sq_AL: Likewise.
307         * locales/sq_MK: Likewise.
308         * locales/sv_FI: Likewise.
309         * locales/sv_SE: Likewise.
310         * locales/szl_PL: Likewise.
312 2013-12-20  Chris Leonard  <cjl@sugarlabs.org>
314         * locales/oc_FR: Add lang_name.
315         * locales/or_IN: Likewise.
316         * locales/pa_IN: Likewise.
317         * locales/pa_PK: Likewise.
318         * locales/pap_AW: Likewise.
319         * locales/pap_CW: Likewise.
320         * locales/pl_PL: Likewise.
321         * locales/pt_BR: Likewise.
322         * locales/pt_PT: Likewise.
323         * locales/quz_PE: Likewise.
325 2013-12-12  Toke Høiland-Jørgensen <toke@toke.dk>
327         [BZ #15593]
328         * locales/translit_neutral: Add entries for U00D8 and U00F8.
330 2013-12-12  Marko Myllynen  <myllynen@redhat.com>
332         * locales/fi_FI: Fix Charset comment.
333         * locales/fi_FI@euro: Likewise.
335 2013-12-01  Chris Leonard  <cjl@sugarlabs.org>
337         * locales/mag_IN: Add lang_name.
338         * locales/mai_IN: Likewise.
339         * locales/mg_MG: Likewise.
340         * locales/mi_NZ: Likewise.
341         * locales/mk_MK: Likewise.
342         * locales/ml_IN: Likewise.
343         * locales/mn_MN: Likewise.
344         * locales/mni_IN: Likewise.
345         * locales/mr_IN: Likewise.
346         * locales/ms_MY: Likewise.
347         * locales/mt_MT: Likewise.
348         * locales/nb_NO: Likewise.
349         * locales/ne_NP: Likewise.
350         * locales/nhn_MX: Likewise.
351         * locales/nl_AW: Likewise.
352         * locales/nl_BE: Likewise.
353         * locales/nl_NL: Likewise.
354         * locales/nn_NO: Likewise.
356 2013-11-26  Chris Leonard  <cjl@sugarlabs.org>
358         * locales/ka_GE: Add lang_name.
359         * locales/kl_GL: Likewise.
360         * locales/kn_IN: Likewise.
361         * locales/ko_KR: Likewise.
362         * locales/kok_IN: Likewise.
363         * locales/ks_IN: Likewise.
364         * locales/ks_IN@devanagari: Likewise.
365         * locales/kw_GB: Likewise.
366         * locales/ky_KG: Likewise.
367         * locales/lg_UG: Likewise.
368         * locales/li_BE: Likewise.
369         * locales/li_NL: Likewise.
370         * locales/lij_IT: Likewise.
371         * locales/lt_LT: Likewise.
372         * locales/lv_LV: Likewise.
374 2013-11-25  Chris Leonard  <cjl@sugarlabs.org>
376         * locales/ga_IE: Add lang_name.
377         * locales/gl_ES: Likewise.
378         * locales/gu_IN: Likewise.
379         * locales/gv_GB: Likewise.
380         * locales/hi_IN: Likewise.
381         * locales/hne_IN: Likewise.
382         * locales/hr_HR: Likewise.
383         * locales/hu_HU: Likewise.
384         * locales/id_ID: Likewise.
385         * locales/ik_CA: Likewise.
386         * locales/is_IS: Likewise.
387         * locales/it_CH: Likewise.
388         * locales/it_IT: Likewise.
389         * locales/ja_JP: Likewise.
391 2013-11-24  Chris Leonard  <cjl@sugarlabs.org>
393         * locales/bs_BA: Add lang_name.
394         * locales/ca_AD: Likewise.
395         * locales/ca_ES: Likewise.
396         * locales/ca_FR: Likewise.
397         * locales/ca_IT: Likewise.
398         * locales/crh_UA: Likewise.
399         * locales/csb_PL: Likewise.
400         * locales/cv_RU: Likewise.
401         * locales/da_DK: Likewise.
402         * locales/doi_IN: Likewise.
403         * locales/dv_MV: Likewise.
404         * locales/el_CY: Likewise.
405         * locales/el_GR: Likewise.
406         * locales/el_GR@euro: Likewise.
407         * locales/eu_ES: Likewise.
408         * locales/fi_FI: Likewise.
409         * locales/fil_PH: Likewise.
410         * locales/fo_FO: Likewise.
411         * locales/fur_IT: Likewise.
412         * locales/fy_DE: Likewise.
413         * locales/fy_NL: Likewise.
415 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
417         * locales/be_BY: Add lang_name.
418         * locales/be_BY@latin: Likewise.
419         * locales/ber_DZ: Likewise.
420         * locales/ber_MA: Likewise.
421         * locales/bg_BG: Likewise.
422         * locales/bho_IN: Likewise.
423         * locales/bn_BD: Likewise.
424         * locales/bn_IN: Likewise.
425         * locales/br_FR: Likewise.
427 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
429         * locales/an_ES: Add lang_name.
430         * locales/anp_IN: Likewise.
431         * locales/as_IN: Likewise.
432         * locales/ast_ES: Likewise.
433         * locales/ayc_PE: Likewise.
434         * locales/az_AZ: Likewise.
436 2013-11-22  Chris Leonard  <cjl@sugarlabs.org>
438         * locales/de_AT: Add lang_name to German, English, Spanish, French locales.
439         * locales/de_BE: Likewise.
440         * locales/de_CH: Likewise.
441         * locales/de_DE: Likewise.
442         * locales/de_LU: Likewise.
443         * locales/en_AG: Likewise.
444         * locales/en_AU: Likewise.
445         * locales/en_BW: Likewise.
446         * locales/en_CA: Likewise.
447         * locales/en_DK: Likewise.
448         * locales/en_GB: Likewise.
449         * locales/en_HK: Likewise.
450         * locales/en_IE: Likewise.
451         * locales/en_IN: Likewise.
452         * locales/en_NZ: Likewise.
453         * locales/en_PH: Likewise.
454         * locales/en_SG: Likewise.
455         * locales/en_US: Likewise.
456         * locales/en_ZM: Likewise.
457         * locales/en_ZW: Likewise.
458         * locales/es_AR: Likewise.
459         * locales/es_BO: Likewise.
460         * locales/es_CL: Likewise.
461         * locales/es_CO: Likewise.
462         * locales/es_CR: Likewise.
463         * locales/es_CU: Likewise.
464         * locales/es_DO: Likewise.
465         * locales/es_EC: Likewise.
466         * locales/es_ES: Likewise.
467         * locales/es_GT: Likewise.
468         * locales/es_HN: Likewise.
469         * locales/es_MX: Likewise.
470         * locales/es_NI: Likewise.
471         * locales/es_PA: Likewise.
472         * locales/es_PE: Likewise.
473         * locales/es_PR: Likewise.
474         * locales/es_PY: Likewise.
475         * locales/es_SV: Likewise.
476         * locales/es_US: Likewise.
477         * locales/es_UY: Likewise.
478         * locales/es_VE: Likewise.
479         * locales/fr_BE: Likewise.
480         * locales/fr_CA: Likewise.
481         * locales/fr_CH: Likewise.
482         * locales/fr_FR: Likewise.
483         * locales/fr_LU: Likewise.
485 2013-11-21  Chris Leonard  <cjl@sugarlabs.org>
487         * locales/ar_AE: Add lang_name to Arabic locales.
488         * locales/ar_BH: Likewise.
489         * locales/ar_DZ: Likewise.
490         * locales/ar_EG: Likewise.
491         * locales/ar_IN: Likewise.
492         * locales/ar_IQ: Likewise.
493         * locales/ar_JO: Likewise.
494         * locales/ar_KW: Likewise.
495         * locales/ar_LB: Likewise.
496         * locales/ar_LY: Likewise.
497         * locales/ar_MA: Likewise.
498         * locales/ar_OM: Likewise.
499         * locales/ar_QA: Likewise.
500         * locales/ar_SA: Likewise.
501         * locales/ar_SD: Likewise.
502         * locales/ar_SS: Likewise.
503         * locales/ar_SY: Likewise.
504         * locales/ar_TN: Likewise.
505         * locales/ar_YE: Likewise.
507 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
509         [BZ #15601]
510         * locales/or_IN: Rename Oriya to Odia.
512 2013-11-18  Chris Leonard  <cjl@sugarlabs.org>
514         [BZ #16144]
515         * locales/tk_TM: Duplicated abday value for tk_TM.
517 2013-11-18  OndÅ™ej Bílka  <neleai@seznam.cz>
519         * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Remove unused t_ini variable.
521 2013-11-17  Chris Leonard  <cjl@sugarlabs.org>
523         [BZ #16146]
524         * locales/wae_CH: Correct wae_CH to UTF-8 encoding.
526 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
528         [BZ #16172]
529         * locales/the_NP: New locale for the_NP.
530         * SUPPORTED: Add the_NP.
532 2013-11-14  Chris Leonard  <cjl@sugarlabs.org>
534         [BZ #16143]
535         * locales/pap_AN: pap_* locales have duplicated LC_NUMERIC section.
536         * locales/pap_AW: Likewise.
537         * locales/pap_CW: Likewise.
539 2013-11-08  Chris Leonard  <cjl@sugarlabs.org>
541         [BZ #16103]
542         * locales/aa_DJ: LC_MEASUREMENT review and standardization
543         * locales/aa_ER: Likewise.
544         * locales/aa_ER@saaho: Likewise.
545         * locales/aa_ET: Likewise.
546         * locales/af_ZA: Likewise.
547         * locales/ak_GH: Likewise.
548         * locales/am_ET: Likewise.
549         * locales/an_ES: Likewise.
550         * locales/anp_IN: Likewise.
551         * locales/ar_AE: Likewise.
552         * locales/ar_BH: Likewise.
553         * locales/ar_DZ: Likewise.
554         * locales/ar_EG: Likewise.
555         * locales/ar_IN: Likewise.
556         * locales/ar_IQ: Likewise.
557         * locales/ar_JO: Likewise.
558         * locales/ar_KW: Likewise.
559         * locales/ar_LB: Likewise.
560         * locales/ar_LY: Likewise.
561         * locales/ar_MA: Likewise.
562         * locales/ar_OM: Likewise.
563         * locales/ar_QA: Likewise.
564         * locales/ar_SA: Likewise.
565         * locales/ar_SD: Likewise.
566         * locales/ar_SS: Likewise.
567         * locales/ar_SY: Likewise.
568         * locales/ar_TN: Likewise.
569         * locales/ar_YE: Likewise.
570         * locales/as_IN: Likewise.
571         * locales/ast_ES: Likewise.
572         * locales/ayc_PE: Likewise.
573         * locales/az_AZ: Likewise.
574         * locales/be_BY: Likewise.
575         * locales/be_BY@latin: Likewise.
576         * locales/bem_ZM: Likewise.
577         * locales/ber_DZ: Likewise.
578         * locales/ber_MA: Likewise.
579         * locales/bg_BG: Likewise.
580         * locales/bho_IN: Likewise.
581         * locales/bn_BD: Likewise.
582         * locales/bn_IN: Likewise.
583         * locales/bo_CN: Likewise.
584         * locales/bo_IN: Likewise.
585         * locales/br_FR: Likewise.
586         * locales/br_FR@euro: Likewise.
587         * locales/brx_IN: Likewise.
588         * locales/bs_BA: Likewise.
589         * locales/byn_ER: Likewise.
590         * locales/ca_AD: Likewise.
591         * locales/ca_ES: Likewise.
592         * locales/ca_ES@euro: Likewise.
593         * locales/ca_FR: Likewise.
594         * locales/ca_IT: Likewise.
595         * locales/cmn_TW: Likewise.
596         * locales/crh_UA: Likewise.
597         * locales/cs_CZ: Likewise.
598         * locales/csb_PL: Likewise.
599         * locales/cv_RU: Likewise.
600         * locales/cy_GB: Likewise.
601         * locales/da_DK: Likewise.
602         * locales/de_AT: Likewise.
603         * locales/de_AT@euro: Likewise.
604         * locales/de_BE: Likewise.
605         * locales/de_BE@euro: Likewise.
606         * locales/de_CH: Likewise.
607         * locales/de_DE: Likewise.
608         * locales/de_DE@euro: Likewise.
609         * locales/de_LU: Likewise.
610         * locales/de_LU@euro: Likewise.
611         * locales/doi_IN: Likewise.
612         * locales/dv_MV: Likewise.
613         * locales/dz_BT: Likewise.
614         * locales/el_CY: Likewise.
615         * locales/el_GR: Likewise.
616         * locales/el_GR@euro: Likewise.
617         * locales/en_AG: Likewise.
618         * locales/en_AU: Likewise.
619         * locales/en_BW: Likewise.
620         * locales/en_CA: Likewise.
621         * locales/en_DK: Likewise.
622         * locales/en_GB: Likewise.
623         * locales/en_HK: Likewise.
624         * locales/en_IE: Likewise.
625         * locales/en_IE@euro: Likewise.
626         * locales/en_IN: Likewise.
627         * locales/en_NG: Likewise.
628         * locales/en_NZ: Likewise.
629         * locales/en_PH: Likewise.
630         * locales/en_SG: Likewise.
631         * locales/en_US: Likewise.
632         * locales/en_ZA: Likewise.
633         * locales/en_ZM: Likewise.
634         * locales/en_ZW: Likewise.
635         * locales/es_AR: Likewise.
636         * locales/es_BO: Likewise.
637         * locales/es_CL: Likewise.
638         * locales/es_CO: Likewise.
639         * locales/es_CR: Likewise.
640         * locales/es_CU: Likewise.
641         * locales/es_DO: Likewise.
642         * locales/es_EC: Likewise.
643         * locales/es_ES: Likewise.
644         * locales/es_ES@euro: Likewise.
645         * locales/es_GT: Likewise.
646         * locales/es_HN: Likewise.
647         * locales/es_MX: Likewise.
648         * locales/es_NI: Likewise.
649         * locales/es_PA: Likewise.
650         * locales/es_PE: Likewise.
651         * locales/es_PR: Likewise.
652         * locales/es_PY: Likewise.
653         * locales/es_SV: Likewise.
654         * locales/es_US: Likewise.
655         * locales/es_UY: Likewise.
656         * locales/es_VE: Likewise.
657         * locales/et_EE: Likewise.
658         * locales/eu_ES: Likewise.
659         * locales/eu_ES@euro: Likewise.
660         * locales/fa_IR: Likewise.
661         * locales/ff_SN: Likewise.
662         * locales/fi_FI: Likewise.
663         * locales/fi_FI@euro: Likewise.
664         * locales/fil_PH: Likewise.
665         * locales/fo_FO: Likewise.
666         * locales/fr_BE: Likewise.
667         * locales/fr_BE@euro: Likewise.
668         * locales/fr_CA: Likewise.
669         * locales/fr_CH: Likewise.
670         * locales/fr_FR: Likewise.
671         * locales/fr_FR@euro: Likewise.
672         * locales/fr_LU: Likewise.
673         * locales/fr_LU@euro: Likewise.
674         * locales/fur_IT: Likewise.
675         * locales/fy_DE: Likewise.
676         * locales/fy_NL: Likewise.
677         * locales/ga_IE: Likewise.
678         * locales/ga_IE@euro: Likewise.
679         * locales/gd_GB: Likewise.
680         * locales/gez_ER: Likewise.
681         * locales/gez_ER@abegede: Likewise.
682         * locales/gez_ET: Likewise.
683         * locales/gez_ET@abegede: Likewise.
684         * locales/gl_ES: Likewise.
685         * locales/gl_ES@euro: Likewise.
686         * locales/gu_IN: Likewise.
687         * locales/gv_GB: Likewise.
688         * locales/ha_NG: Likewise.
689         * locales/hak_TW: Likewise.
690         * locales/he_IL: Likewise.
691         * locales/hi_IN: Likewise.
692         * locales/hne_IN: Likewise.
693         * locales/hr_HR: Likewise.
694         * locales/hsb_DE: Likewise.
695         * locales/hu_HU: Likewise.
696         * locales/hy_AM: Likewise.
697         * locales/ia_FR: Likewise.
698         * locales/id_ID: Likewise.
699         * locales/ig_NG: Likewise.
700         * locales/ik_CA: Likewise.
701         * locales/is_IS: Likewise.
702         * locales/it_CH: Likewise.
703         * locales/it_IT: Likewise.
704         * locales/it_IT@euro: Likewise.
705         * locales/iu_CA: Likewise.
706         * locales/ja_JP: Likewise.
707         * locales/ka_GE: Likewise.
708         * locales/kk_KZ: Likewise.
709         * locales/kl_GL: Likewise.
710         * locales/km_KH: Likewise.
711         * locales/kn_IN: Likewise.
712         * locales/ko_KR: Likewise.
713         * locales/kok_IN: Likewise.
714         * locales/ks_IN: Likewise.
715         * locales/ks_IN@devanagari: Likewise.
716         * locales/ku_TR: Likewise.
717         * locales/kw_GB: Likewise.
718         * locales/ky_KG: Likewise.
719         * locales/lb_LU: Likewise.
720         * locales/lg_UG: Likewise.
721         * locales/li_BE: Likewise.
722         * locales/li_NL: Likewise.
723         * locales/lij_IT: Likewise.
724         * locales/lo_LA: Likewise.
725         * locales/lt_LT: Likewise.
726         * locales/lv_LV: Likewise.
727         * locales/lzh_TW: Likewise.
728         * locales/mag_IN: Likewise.
729         * locales/mai_IN: Likewise.
730         * locales/mg_MG: Likewise.
731         * locales/mhr_RU: Likewise.
732         * locales/mi_NZ: Likewise.
733         * locales/mk_MK: Likewise.
734         * locales/ml_IN: Likewise.
735         * locales/mn_MN: Likewise.
736         * locales/mni_IN: Likewise.
737         * locales/mr_IN: Likewise.
738         * locales/ms_MY: Likewise.
739         * locales/mt_MT: Likewise.
740         * locales/my_MM: Likewise.
741         * locales/nan_TW: Likewise.
742         * locales/nan_TW@latin: Likewise.
743         * locales/nb_NO: Likewise.
744         * locales/nds_DE: Likewise.
745         * locales/nds_NL: Likewise.
746         * locales/ne_NP: Likewise.
747         * locales/nhn_MX: Likewise.
748         * locales/niu_NU: Likewise.
749         * locales/niu_NZ: Likewise.
750         * locales/nl_AW: Likewise.
751         * locales/nl_BE: Likewise.
752         * locales/nl_BE@euro: Likewise.
753         * locales/nl_NL: Likewise.
754         * locales/nl_NL@euro: Likewise.
755         * locales/nn_NO: Likewise.
756         * locales/nr_ZA: Likewise.
757         * locales/nso_ZA: Likewise.
758         * locales/oc_FR: Likewise.
759         * locales/om_ET: Likewise.
760         * locales/om_KE: Likewise.
761         * locales/or_IN: Likewise.
762         * locales/os_RU: Likewise.
763         * locales/pa_IN: Likewise.
764         * locales/pa_PK: Likewise.
765         * locales/pap_AN: Likewise.
766         * locales/pap_AW: Likewise.
767         * locales/pap_CW: Likewise.
768         * locales/pl_PL: Likewise.
769         * locales/ps_AF: Likewise.
770         * locales/pt_BR: Likewise.
771         * locales/pt_PT: Likewise.
772         * locales/pt_PT@euro: Likewise.
773         * locales/quz_PE: Likewise.
774         * locales/ro_RO: Likewise.
775         * locales/ru_RU: Likewise.
776         * locales/ru_UA: Likewise.
777         * locales/rw_RW: Likewise.
778         * locales/sa_IN: Likewise.
779         * locales/sat_IN: Likewise.
780         * locales/sc_IT: Likewise.
781         * locales/sd_IN: Likewise.
782         * locales/sd_IN@devanagari: Likewise.
783         * locales/se_NO: Likewise.
784         * locales/shs_CA: Likewise.
785         * locales/si_LK: Likewise.
786         * locales/sid_ET: Likewise.
787         * locales/sk_SK: Likewise.
788         * locales/sl_SI: Likewise.
789         * locales/so_DJ: Likewise.
790         * locales/so_ET: Likewise.
791         * locales/so_KE: Likewise.
792         * locales/so_SO: Likewise.
793         * locales/sq_AL: Likewise.
794         * locales/sq_MK: Likewise.
795         * locales/sr_ME: Likewise.
796         * locales/sr_RS: Likewise.
797         * locales/sr_RS@latin: Likewise.
798         * locales/ss_ZA: Likewise.
799         * locales/st_ZA: Likewise.
800         * locales/sv_FI: Likewise.
801         * locales/sv_FI@euro: Likewise.
802         * locales/sv_SE: Likewise.
803         * locales/sw_KE: Likewise.
804         * locales/sw_TZ: Likewise.
805         * locales/szl_PL: Likewise.
806         * locales/ta_IN: Likewise.
807         * locales/ta_LK: Likewise.
808         * locales/te_IN: Likewise.
809         * locales/tg_TJ: Likewise.
810         * locales/th_TH: Likewise.
811         * locales/ti_ER: Likewise.
812         * locales/ti_ET: Likewise.
813         * locales/tig_ER: Likewise.
814         * locales/tk_TM: Likewise.
815         * locales/tl_PH: Likewise.
816         * locales/tn_ZA: Likewise.
817         * locales/tr_CY: Likewise.
818         * locales/tr_TR: Likewise.
819         * locales/ts_ZA: Likewise.
820         * locales/tt_RU: Likewise.
821         * locales/tt_RU@iqtelif: Likewise.
822         * locales/ug_CN: Likewise.
823         * locales/uk_UA: Likewise.
824         * locales/unm_US: Likewise.
825         * locales/ur_IN: Likewise.
826         * locales/ur_PK: Likewise.
827         * locales/uz_UZ: Likewise.
828         * locales/uz_UZ@cyrillic: Likewise.
829         * locales/ve_ZA: Likewise.
830         * locales/vi_VN: Likewise.
831         * locales/wa_BE: Likewise.
832         * locales/wa_BE@euro: Likewise.
833         * locales/wae_CH: Likewise.
834         * locales/wal_ET: Likewise.
835         * locales/wo_SN: Likewise.
836         * locales/xh_ZA: Likewise.
837         * locales/yi_US: Likewise.
838         * locales/yo_NG: Likewise.
839         * locales/yue_HK: Likewise.
840         * locales/zh_CN: Likewise.
841         * locales/zh_HK: Likewise.
842         * locales/zh_SG: Likewise.
843         * locales/zh_TW: Likewise.
844         * locales/zu_ZA: Likewise.
846 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
848         * locales/unm_US: Adjust language-code fields of LC_ADDRESS.
849         * locales/wal_ET: Likewise.
851 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
853         * locales/quz_PE: Adjust language-code fields of LC_ADDRESS.
854         * locales/szl_PL: Likewise.
855         * locales/ta_IN: Likewise.
856         * locales/ta_LK: Likewise.
857         * locales/te_IN: Likewise.
858         * locales/tg_TJ: Likewise.
859         * locales/tl_PH: Likewise.
860         * locales/tn_ZA: Likewise.
861         * locales/tr_CY: Likewise.
862         * locales/tr_TR: Likewise.
863         * locales/ts_ZA: Likewise.
864         * locales/tt_RU: Likewise.
865         * locales/tt_RU@iqtelif: Likewise.
866         * locales/ug_CN: Likewise.
867         * locales/ur_IN: Likewise.
868         * locales/ur_PK: Likewise.
869         * locales/uz_UZ: Likewise.
870         * locales/uz_UZ@cyrillic: Likewise.
871         * locales/ve_ZA: Likewise.
872         * locales/vi_VN: Likewise.
873         * locales/wa_BE: Likewise.
874         * locales/wal_ET: Likewise.
875         * locales/wo_SN: Likewise.
876         * locales/xh_ZA: Likewise.
877         * locales/yi_US: Likewise.
878         * locales/yue_HK: Likewise.
879         * locales/zh_HK: Likewise.
880         * locales/zh_SG: Likewise.
882 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
884         * locales/pa_IN: Adjust language-code fields of LC_ADDRESS.
885         * locales/pa_PK: Likewise.
886         * locales/pl_PL: Likewise.
887         * locales/ps_AF: Likewise.
888         * locales/pt_BR: Likewise.
889         * locales/pt_PT: Likewise.
890         * locales/ru_RU: Likewise.
891         * locales/ru_UA: Likewise.
892         * locales/sa_IN: Likewise.
893         * locales/sat_IN: Likewise.
894         * locales/sc_IT: Likewise.
895         * locales/sd_IN: Likewise.
896         * locales/sd_IN@devanagari: Likewise.
897         * locales/se_NO: Likewise.
898         * locales/si_LK: Likewise.
899         * locales/sk_SK: Likewise.
900         * locales/sl_SI: Likewise.
901         * locales/sq_AL: Likewise.
902         * locales/sq_MK: Likewise.
903         * locales/ss_ZA: Likewise.
904         * locales/st_ZA: Likewise.
905         * locales/sv_SE: Likewise.
906         * locales/sw_KE: Likewise.
907         * locales/sw_TZ: Likewise.
909 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
911         * locales/nb_NO: Adjust language-code fields of LC_ADDRESS.
912         * locales/ne_NP: Likewise.
913         * locales/nhn_MX: Likewise.
914         * locales/niu_NU: Likewise.
915         * locales/niu_NZ: Likewise.
916         * locales/nl_AW: Likewise.
917         * locales/nl_BE: Likewise.
918         * locales/nn_NO: Likewise.
919         * locales/nr_ZA: Likewise.
920         * locales/oc_FR: Likewise.
921         * locales/or_IN: Likewise.
922         * locales/os_RU: Likewise.
924 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
926         * locales/mag_IN: Adjust language-code fields of LC_ADDRESS.
927         * locales/mai_IN: Likewise.
928         * locales/mg_MG: Likewise.
929         * locales/mhr_RU: Likewise.
930         * locales/mi_NZ: Likewise.
931         * locales/ml_IN: Likewise.
932         * locales/mni_IN: Likewise.
933         * locales/mr_IN: Likewise.
934         * locales/ms_MY: Likewise.
935         * locales/mt_MT: Likewise.
937 2013-10-29  Chris Leonard  <cjl@sugarlabs.org>
939         [BZ #16078]
940         * locales/anp_IN: New locale for anp_IN.
941         * SUPPORTED: Add anp_IN.
943 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
945         * locales/ja_JP: Adjust language-code fields of LC_ADDRESS.
946         * locales/ka_GE: Likewise.
947         * locales/kk_KZ: Likewise.
948         * locales/kl_GL: Likewise.
949         * locales/kn_IN: Likewise.
950         * locales/ko_KR: Likewise.
951         * locales/kok_IN: Likewise.
952         * locales/ks_IN: Likewise.
953         * locales/ku_TR: Likewise.
954         * locales/kw_GB: Likewise.
955         * locales/ky_KG: Likewise.
956         * locales/lg_UG: Likewise.
957         * locales/lij_IT: Likewise.
958         * locales/lt_LT: Likewise.
959         * locales/lv_LV: Likewise.
961 2013-10-13  Chris Leonard  <cjl@sugarlabs.org>
963         * locales/he_IL: Adjust language-code fields of LC_ADDRESS.
964         * locales/hi_IN: Likewise.
965         * locales/hne_IN: Likewise.
966         * locales/hr_HR: Likewise.
967         * locales/hsb_DE: Likewise.
968         * locales/ht_HT: Likewise.
969         * locales/hu_HU: Likewise.
970         * locales/hy_AM: Likewise.
971         * locales/ia_FR: Likewise.
972         * locales/id_ID: Likewise.
973         * locales/ig_NG: Likewise.
974         * locales/ik_CA: Likewise.
975         * locales/is_IS: Likewise.
976         * locales/it_CH: Likewise.
977         * locales/it_IT: Likewise.
978         * locales/iu_CA: Likewise.
980 2013-10-05  Chris Leonard  <cjl@sugarlabs.org>
982         * locales/ff_SN: Adjust language-code fields of LC_ADDRESS.
983         * locales/fil_PH: Likewise.
984         * locales/fo_FO: Likewise.
985         * locales/fr_BE: Likewise.
986         * locales/fr_CA: Likewise.
987         * locales/fr_CH: Likewise.
988         * locales/fr_FR: Likewise.
989         * locales/fr_LU: Likewise.
990         * locales/fur_IT: Likewise.
991         * locales/fy_DE: Likewise.
992         * locales/fy_NL: Likewise.
993         * locales/ga_IE: Likewise.
994         * locales/gez_ER: Likewise.
995         * locales/gez_ET: Likewise.
996         * locales/gl_ES: Likewise.
997         * locales/gu_IN: Likewise.
998         * locales/gv_GB: Likewise.
1000 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
1002         * locales/pap_AN: Copy / modify pap_AN into pap_AW and pap_CW.
1003         * locales/pap_AW: Likewise.
1004         * locales/pap_CW: Likewise.
1005         * SUPPORTED: Add ar_SS, pap_AW, pap_CW.
1007 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
1009         * locales/ar_SD: Split ar_SD into ar_SD and ar_SS
1010         * locales/ar_SS: Likewise.
1012 2013-09-25  Michael Bauer  <fios@akerbeltz.org>
1014         [BZ #15400]
1015         * locales/gd_GB: Version 1.2 of gd_GB locale.
1017 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1019         [BZ #15609]
1020         * locales/cmn_TW: New locale for cmn_TW.
1021         * SUPPORTED: Add cmn_TW.
1023 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1025         [BZ #15608]
1026         * locales/hak_TW: New locale for hak_TW.
1027         * SUPPORTED: Add hak_TW.
1029 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1031         [BZ #15608]
1032         * locales/lzh_TW: New locale for lzh_TW.
1033         * SUPPORTED: Add lzh_TW.
1035 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1037         [BZ #15608]
1038         * locales/nan_TW: New locale for nan_TW.
1039         * SUPPORTED: Add nan_TW.
1041 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1043         * locales/as_IN: Adjust language-code fields of LC_ADDRESS.
1044         * locales/ast_ES: Likewise.
1045         * locales/ayc_PE: Likewise.
1046         * locales/az_AZ: Likewise.
1047         * locales/be_BY: Likewise.
1048         * locales/bem_ZM: Likewise.
1049         * locales/bg_BG: Likewise.
1050         * locales/bho_IN: Likewise.
1051         * locales/bn_BD: Likewise.
1052         * locales/bn_IN: Likewise.
1053         * locales/bo_CN: Likewise.
1054         * locales/bo_IN: Likewise.
1055         * locales/br_FR: Likewise.
1056         * locales/brx_IN: Likewise.
1057         * locales/bs_BA: Likewise.
1058         * locales/ca_AD: Likewise.
1059         * locales/ca_ES: Likewise.
1060         * locales/ca_FR: Likewise.
1061         * locales/ca_IT: Likewise.
1062         * locales/crh_UA: Likewise.
1063         * locales/csb_PL: Likewise.
1064         * locales/cv_RU: Likewise.
1065         * locales/da_DK: Likewise.
1066         * locales/de_AT: Likewise.
1067         * locales/de_BE: Likewise.
1068         * locales/de_CH: Likewise.
1069         * locales/de_DE: Likewise.
1070         * locales/de_LU: Likewise.
1071         * locales/doi_IN: Likewise.
1072         * locales/dv_MV: Likewise.
1073         * locales/dz_BT: Likewise.
1074         * locales/el_CY: Likewise.
1075         * locales/el_GR: Likewise.
1076         * locales/en_AG: Likewise.
1077         * locales/en_AU: Likewise.
1078         * locales/en_BW: Likewise.
1079         * locales/en_CA: Likewise.
1080         * locales/en_DK: Likewise.
1081         * locales/en_GB: Likewise.
1082         * locales/en_HK: Likewise.
1083         * locales/en_IE: Likewise.
1084         * locales/en_IN: Likewise.
1085         * locales/en_NG: Likewise.
1086         * locales/en_NZ: Likewise.
1087         * locales/en_PH: Likewise.
1088         * locales/en_SG: Likewise.
1089         * locales/en_US: Likewise.
1090         * locales/en_ZA: Likewise.
1091         * locales/en_ZM: Likewise.
1092         * locales/en_ZW: Likewise.
1093         * locales/es_AR: Likewise.
1094         * locales/es_BO: Likewise.
1095         * locales/es_CL: Likewise.
1096         * locales/es_CO: Likewise.
1097         * locales/es_CR: Likewise.
1098         * locales/es_CU: Likewise.
1099         * locales/es_DO: Likewise.
1100         * locales/es_EC: Likewise.
1101         * locales/es_ES: Likewise.
1102         * locales/es_GT: Likewise.
1103         * locales/es_HN: Likewise.
1104         * locales/es_MX: Likewise.
1105         * locales/es_NI: Likewise.
1106         * locales/es_PA: Likewise.
1107         * locales/es_PE: Likewise.
1108         * locales/es_PR: Likewise.
1109         * locales/es_PY: Likewise.
1110         * locales/es_SV: Likewise.
1111         * locales/es_US: Likewise.
1112         * locales/es_UY: Likewise.
1113         * locales/es_VE: Likewise.
1114         * locales/eu_ES: Likewise.
1116 2013-09-21  Chris Leonard  <cjl@sugarlabs.org>
1118         [BZ#15919]
1119         * locales/ak_GH: New locale for ak_GH.
1120         * SUPPORTED: Add ak_GH.
1122 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1124         * locales/aa_DJ: Adjust language-code fields of LC_ADDRESS.
1125         * locales/aa_ER: Likewise.
1126         * locales/aa_ET: Likewise.
1127         * locales/af_ZA: Likewise.
1128         * locales/am_ET: Likewise.
1129         * locales/ar_AE: Likewise.
1130         * locales/ar_BH: Likewise.
1131         * locales/ar_DZ: Likewise.
1132         * locales/ar_EG: Likewise.
1133         * locales/ar_IN: Likewise.
1134         * locales/ar_IQ: Likewise.
1135         * locales/ar_JO: Likewise.
1136         * locales/ar_KW: Likewise.
1137         * locales/ar_LB: Likewise.
1138         * locales/ar_LY: Likewise.
1139         * locales/ar_MA: Likewise.
1140         * locales/ar_OM: Likewise.
1141         * locales/ar_QA: Likewise.
1142         * locales/ar_SA: Likewise.
1143         * locales/ar_SD: Likewise.
1144         * locales/ar_SY: Likewise.
1145         * locales/ar_TN: Likewise.
1146         * locales/ar_YE: Likewise.
1148 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1150         * locales/aa_ER: Add country_car field to LC_ADDRESS.
1151         * locales/as_IN: Likewise.
1152         * locales/ast_ES: Likewise.
1153         * locales/ayc_PE: Likewise.
1154         * locales/bem_ZM: Likewise.
1155         * locales/ber_DZ: Likewise.
1156         * locales/ber_MA: Likewise.
1157         * locales/bho_IN: Likewise.
1158         * locales/bo_IN: Likewise.
1159         * locales/brx_IN: Likewise.
1160         * locales/byn_ER: Likewise.
1161         * locales/ca_AD: Likewise.
1162         * locales/ca_FR: Likewise.
1163         * locales/ca_IT: Likewise.
1164         * locales/crh_UA: Likewise.
1165         * locales/cv_RU: Likewise.
1166         * locales/doi_IN: Likewise.
1167         * locales/dz_BT: Likewise.
1168         * locales/el_CY: Likewise.
1169         * locales/en_US: Likewise.
1170         * locales/en_ZM: Likewise.
1171         * locales/es_CU: Likewise.
1172         * locales/ff_SN: Likewise.
1173         * locales/fil_PH: Likewise.
1174         * locales/gd_GB: Likewise.
1175         * locales/hne_IN: Likewise.
1176         * locales/ht_HT: Likewise.
1177         * locales/kl_GL: Likewise.
1178         * locales/kok_IN: Likewise.
1179         * locales/ks_IN: Likewise.
1180         * locales/lij_IT: Likewise.
1181         * locales/mag_IN: Likewise.
1182         * locales/mai_IN: Likewise.
1183         * locales/mg_MG: Likewise.
1184         * locales/mhr_RU: Likewise.
1185         * locales/mni_IN: Likewise.
1186         * locales/my_MM: Likewise.
1187         * locales/nhn_MX: Likewise.
1188         * locales/niu_NZ: Likewise.
1189         * locales/or_IN: Likewise.
1190         * locales/os_RU: Likewise.
1191         * locales/pa_PK: Likewise.
1192         * locales/quz_PE: Likewise.
1193         * locales/rw_RW: Likewise.
1194         * locales/sat_IN: Likewise.
1195         * locales/sc_IT: Likewise.
1196         * locales/sd_IN: Likewise.
1197         * locales/sd_IN@devanagari: Likewise.
1198         * locales/shs_CA: Likewise.
1199         * locales/si_LK: Likewise.
1200         * locales/sid_ET: Likewise.
1201         * locales/sq_MK: Likewise.
1202         * locales/sw_KE: Likewise.
1203         * locales/sw_TZ: Likewise.
1204         * locales/szl_PL: Likewise.
1205         * locales/ta_LK: Likewise.
1206         * locales/ti_ER: Likewise.
1207         * locales/tig_ER: Likewise.
1208         * locales/tl_PH: Likewise.
1209         * locales/ts_ZA: Likewise.
1210         * locales/unm_US: Likewise.
1211         * locales/ur_IN: Likewise.
1212         * locales/wa_BE: Likewise.
1213         * locales/yi_US: Likewise.
1215 2013-09-06  Chris Leonard  <cjl@sugarlabs,.org>
1217         * locales/nr_ZA: Deduplicate country_car.
1218         * locales/nso_ZA: Likewise.
1219         * locales/ss_ZA: Likewise.
1220         * locales/tn_ZA: Likewise.
1221         * locales/ve_ZA: Likewise.
1222         * locales/tk_TM: Comment reformat.
1224 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
1226         [BZ #15923]
1228         * locales/ar_SD: Update iso-1427.def and related occurrences.
1229         * locales/az_AZ: Likewise.
1230         * locales/dv_MV: Likewise.
1231         * locales/es_VE: Likewise.
1233 2013-09-04  Jakub Bogusz  <qboosh@pld-linux.org>
1235         * locales/am_ET: Add country_car field to LC_ADDRESS.
1236         * locales/an_ES: Likewise.
1237         * locales/ar_AE: Likewise.
1238         * locales/ar_BH: Likewise.
1239         * locales/ar_DZ: Likewise.
1240         * locales/ar_EG: Likewise.
1241         * locales/ar_IN: Likewise.
1242         * locales/ar_IQ: Likewise.
1243         * locales/ar_JO: Likewise.
1244         * locales/ar_KW: Likewise.
1245         * locales/ar_LB: Likewise.
1246         * locales/ar_LY: Likewise.
1247         * locales/ar_MA: Likewise.
1248         * locales/ar_QA: Likewise.
1249         * locales/ar_SA: Likewise.
1250         * locales/ar_SD: Likewise.
1251         * locales/ar_SY: Likewise.
1252         * locales/ar_TN: Likewise.
1253         * locales/az_AZ: Likewise.
1254         * locales/be_BY: Likewise.
1255         * locales/bn_BD: Likewise.
1256         * locales/bn_IN: Likewise.
1257         * locales/br_FR: Likewise.
1258         * locales/bs_BA: Likewise.
1259         * locales/ca_ES: Likewise.
1260         * locales/csb_PL: Likewise.
1261         * locales/da_DK: Likewise.
1262         * locales/de_AT: Likewise.
1263         * locales/de_BE: Likewise.
1264         * locales/de_CH: Likewise.
1265         * locales/de_LU: Likewise.
1266         * locales/el_GR: Likewise.
1267         * locales/en_AU: Likewise.
1268         * locales/en_BW: Likewise.
1269         * locales/en_CA: Likewise.
1270         * locales/en_DK: Likewise.
1271         * locales/en_GB: Likewise.
1272         * locales/en_HK: Likewise.
1273         * locales/en_IE: Likewise.
1274         * locales/en_IN: Likewise.
1275         * locales/en_NZ: Likewise.
1276         * locales/en_PH: Likewise.
1277         * locales/en_SG: Likewise.
1278         * locales/en_ZW: Likewise.
1279         * locales/es_AR: Likewise.
1280         * locales/es_BO: Likewise.
1281         * locales/es_CL: Likewise.
1282         * locales/es_CO: Likewise.
1283         * locales/es_DO: Likewise.
1284         * locales/es_EC: Likewise.
1285         * locales/es_ES: Likewise.
1286         * locales/es_GT: Likewise.
1287         * locales/es_MX: Likewise.
1288         * locales/es_NI: Likewise.
1289         * locales/es_PA: Likewise.
1290         * locales/es_PE: Likewise.
1291         * locales/es_PY: Likewise.
1292         * locales/es_SV: Likewise.
1293         * locales/es_UY: Likewise.
1294         * locales/es_VE: Likewise.
1295         * locales/eu_ES: Likewise.
1296         * locales/fo_FO: Likewise.
1297         * locales/fr_BE: Likewise.
1298         * locales/fr_CA: Likewise.
1299         * locales/fr_CH: Likewise.
1300         * locales/fr_FR: Likewise.
1301         * locales/fr_LU: Likewise.
1302         * locales/fur_IT: Likewise.
1303         * locales/fy_DE: Likewise.
1304         * locales/ga_IE: Likewise.
1305         * locales/gez_ER: Likewise.
1306         * locales/gez_ET: Likewise.
1307         * locales/gl_ES: Likewise.
1308         * locales/gu_IN: Likewise.
1309         * locales/gv_GB: Likewise.
1310         * locales/he_IL: Likewise.
1311         * locales/hi_IN: Likewise.
1312         * locales/hr_HR: Likewise.
1313         * locales/hu_HU: Likewise.
1314         * locales/id_ID: Likewise.
1315         * locales/ik_CA: Likewise.
1316         * locales/is_IS: Likewise.
1317         * locales/it_CH: Likewise.
1318         * locales/it_IT: Likewise.
1319         * locales/iu_CA: Likewise.
1320         * locales/ja_JP: Likewise.
1321         * locales/ka_GE: Likewise.
1322         * locales/kk_KZ: Likewise.
1323         * locales/kn_IN: Likewise.
1324         * locales/ko_KR: Likewise.
1325         * locales/ku_TR: Likewise.
1326         * locales/kw_GB: Likewise.
1327         * locales/ky_KG: Likewise.
1328         * locales/lg_UG: Likewise.
1329         * locales/lt_LT: Likewise.
1330         * locales/lv_LV: Likewise.
1331         * locales/mi_NZ: Likewise.
1332         * locales/ml_IN: Likewise.
1333         * locales/mr_IN: Likewise.
1334         * locales/ms_MY: Likewise.
1335         * locales/mt_MT: Likewise.
1336         * locales/nb_NO: Likewise.
1337         * locales/ne_NP: Likewise.
1338         * locales/nl_BE: Likewise.
1339         * locales/nn_NO: Likewise.
1340         * locales/nr_ZA: Likewise.
1341         * locales/nso_ZA: Likewise.
1342         * locales/om_ET: Likewise.
1343         * locales/om_KE: Likewise.
1344         * locales/pa_IN: Likewise.
1345         * locales/pl_PL: Likewise.
1346         * locales/pt_BR: Likewise.
1347         * locales/pt_PT: Likewise.
1348         * locales/ru_RU: Likewise.
1349         * locales/ru_UA: Likewise.
1350         * locales/sa_IN: Likewise.
1351         * locales/se_NO: Likewise.
1352         * locales/sk_SK: Likewise.
1353         * locales/sl_SI: Likewise.
1354         * locales/so_ET: Likewise.
1355         * locales/so_KE: Likewise.
1356         * locales/so_SO: Likewise.
1357         * locales/sq_AL: Likewise.
1358         * locales/ss_ZA: Likewise.
1359         * locales/sv_SE: Likewise.
1360         * locales/ta_IN: Likewise.
1361         * locales/te_IN: Likewise.
1362         * locales/tg_TJ: Likewise.
1363         * locales/th_TH: Likewise.
1364         * locales/ti_ET: Likewise.
1365         * locales/tl_PH: Likewise.
1366         * locales/tn_ZA: Likewise.
1367         * locales/ts_ZA: Likewise.
1368         * locales/tt_RU: Likewise.
1369         * locales/tt_RU@iqtelif: Likewise.
1370         * locales/ur_PK: Likewise.
1371         * locales/uz_UZ: Likewise.
1372         * locales/ve_ZA: Likewise.
1373         * locales/vi_VN: Likewise.
1374         * locales/wal_ET: Likewise.
1375         * locales/wo_SN: Likewise.
1376         * locales/zh_SG: Likewise.
1378 2013-09-03  Chris Leonard  <cjl@sugarlabs.org>
1380         * locales/ayc_PE: Add FSF statement to ayc_PE locale.
1382         [BZ#15886]
1383         * locales/ht_HT: 1.1 revision of ht_HT locale.
1385         [BZ#15887]
1386         * locales/quz_PE: New locale for quz_PE.
1387         * SUPPORTED: Add quz_PE.
1389 2013-08-30   OndÅ™ej Bílka  <neleai@seznam.cz>
1391         * tests-mbwc/dat_wcsncat.c: Fix typos.
1392         * tests/test6.c: Likewise.
1393         * tst-digits.c: Likewise.
1395 2013-06-13  Johan Heikkila  <johan.heikkila@gmail.com>
1397         [BZ#15432]
1398         * locales/sv_FI@euro: Add LC_MEASUREMENT.
1400         [BZ#15431]
1401         * locales/sv_FI: Add LC_MEASUREMENT, use copy in LC_TELEPHONE,
1402         update LC_ADDRESS with using postal_fmt from Finnish Post Office
1403         recommendations at
1404         http://www.posti.fi/hinnatjaohjeet/osoitejakuorimerkinnat/osoitemerkinnat.html
1405         and add missing entries.
1407 2013-06-11  Andreas Schwab  <schwab@suse.de>
1409         [BZ #14991]
1410         * charmaps/BIG5-HKSCS: Update to HKSCS-2008.
1412 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
1414         * charmaps/BIG5: Remove trailing whitespace.
1415         * charmaps/IBM866NAV: Likewise.
1416         * charmaps/ISIRI-3342: Likewise.
1417         * charmaps/ISO_8859-1,GL: Likewise.
1418         * locales/ber_DZ: Likewise.
1419         * locales/bn_BD: Likewise.
1420         * locales/crh_UA: Likewise.
1421         * locales/en_NG: Likewise.
1422         * locales/es_US: Likewise.
1423         * locales/fil_PH: Likewise.
1424         * locales/fy_DE: Likewise.
1425         * locales/gu_IN: Likewise.
1426         * locales/ha_NG: Likewise.
1427         * locales/hi_IN: Likewise.
1428         * locales/ig_NG: Likewise.
1429         * locales/ik_CA: Likewise.
1430         * locales/iu_CA: Likewise.
1431         * locales/kn_IN: Likewise.
1432         * locales/ks_IN@devanagari: Likewise.
1433         * locales/li_BE: Likewise.
1434         * locales/li_NL: Likewise.
1435         * locales/mg_MG: Likewise.
1436         * locales/ml_IN: Likewise.
1437         * locales/mr_IN: Likewise.
1438         * locales/nso_ZA: Likewise.
1439         * locales/or_IN: Likewise.
1440         * locales/pa_IN: Likewise.
1441         * locales/ro_RO: Likewise.
1442         * locales/shs_CA: Likewise.
1443         * locales/so_ET: Likewise.
1444         * locales/ta_IN: Likewise.
1445         * locales/te_IN: Likewise.
1446         * locales/tk_TM: Likewise.
1447         * locales/tt_RU@iqtelif: Likewise.
1448         * locales/uk_UA: Likewise.
1449         * locales/ur_IN: Likewise.
1450         * locales/uz_UZ: Likewise.
1451         * locales/uz_UZ@cyrillic: Likewise.
1452         * locales/yo_NG: Likewise.
1453         * tests-mbwc/dat_mblen.c: Likewise.
1454         * tests-mbwc/dat_towctrans.c: Likewise.
1456 2013-04-27  Nik Kalach  <nikka@fedoraproject.org>
1458         [BZ #15221]
1459         * locales/ia_FR: Fix postal_fmt definition.
1461 2013-02-01  Andreas Jaeger  <aj@suse.de>
1463         * CHECKSUMS: Remove file.
1465 2013-01-14  Joseph Myers  <joseph@codesourcery.com>
1467         * Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
1468         not $(test-program-cmd).
1470 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1472         * Makefile ($(objpfx)sort-test.out): Replace
1473         $(run-program-prefix) with $(test-program-prefix).
1474         ($(objpfx)tst-numeric.out): Likewise.
1475         ($(objpfx)tst-mbswcs.out): Likewise.
1476         ($(objpfx)tst-fmon.out): Add $(test-program-prefix).
1477         ($(objpfx)tst-trans.out): Likewise.
1478         ($(objpfx)tst-rpmatch.out): Replace $(built-program-cmd) with
1479         $(test-program-cmd).
1480         ($(objpfx)tst-ctype.out): Likewise.
1481         ($(objpfx)tst-wctype.out): Likewise.
1482         ($(objpfx)tst-langinfo.out): Likewise.
1483         (bug-setlocale1-ARGS): Replace $(built-program-cmd) with
1484         $(test-program-cmd).
1485         * sort-test.sh (run_program_prefix): Renamed to ...
1486         (test_program_prefix): This.
1487         * tst-mbswcs.sh: Likewise.
1488         * tst-numeric.sh: Likewise.
1489         * tst-wctype.sh: Likewise.
1490         * tst-fmon.sh (test_program_prefix): New. Replace
1491         ${run_program_prefix} with ${test_program_prefix} when running.
1492         tst-fmon.
1493         * tst-trans.sh: (test_program_prefix): New.  Replace
1494         ${run_program_prefix} with ${test_program_prefix} when running
1495         tst-trans.
1497 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1499         * Makefile (tests-static): New variable.
1500         (tests): Add $(tests-static).
1501         (bug-setlocale1-ARGS): Set to -- $(built-program-cmd).
1502         (bug-setlocale1-static-ENV): New variable.
1503         (bug-setlocale1-static-ARGS): Likewise.
1504         * bug-setlocale1.c (do_test): Support run directly.  Check env[1]
1505         instead of newargv[0].
1506         * bug-setlocale1-static.c: New file.
1508 2013-01-03  Chris Leonard  <cjl@sugarlabs.org>
1510         [BZ #14982]
1511         * locales/dz_BT: Add new contact information for dz-BT maintainer.
1513         [BZ #13951]
1514         * locales/dz_BT: Correct LC_ADDRESS countryname for Bhutan in
1515         Dzongkha.
1517 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
1519         * All files with FSF copyright notices: Update copyright dates
1520         using scripts/update-copyrights.
1522 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
1524         * README: Use sourceware.org in Bugzilla URL.
1525         * locales/si_LK (email): Use sourceware.org in email address.
1527 2012-12-03  Ashish Shah  <ashishks@redhat.com>
1529         * locales/uk_UA (currency_symbol): Fix.
1531 2012-12-03  Rakesh Pandit  <rakesh@fedoraproject.org>
1533         * locales/ks_IN@devanagari: Fix week day names.
1535 2012-12-03  Jeff Law  <law@redhat.com>
1537         * locales/zh_CH (abmon): Remove whitespace.
1539 2012-11-26  Nik Kalach  <nikka@fedoraproject.org>
1541         * locales/ia_FR (abmon): Fix December.
1543         [BZ#14879]
1544         * locales/ia_FR : New file.
1545         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1547 2012-11-22  Andreas Jaeger  <aj@suse.de>
1549         * locales/niu_NU: Fix comment.
1551 2012-11-21  Andreas Jaeger  <aj@suse.de>
1553         * locales/szl_PL (LC_COLLATE): Fix syntax error.
1555         * SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry.
1557 2012-11-21  Chris Leonard  <cjl@sugarlabs.org>
1559         [BZ #14863]
1560         * SUPPORTED: Add niu_NU and niu_NZ.
1561         * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue,
1562         contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1563         Fakaotimanava-Lui <emani@niue.nu>.
1564         * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New
1565         Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1566         Fakaotimanava-Lui <emani@niue.nu>.
1568 2012-11-19  Eagle Burkut  <eagle.burkut@gmail.com>
1570         [BZ #13759]
1571         * locales/ug_CN (LC_COLLATE, LC_TIME, LC_MESSAGES): Fix entries.
1573 2012-11-16  Andreas Jaeger  <aj@suse.de>
1575         [BZ #14368]
1576         * locales/szl_PL: New Silesian Language Locale for Poland.
1577         Contributed by Przemyslaw Buczkowski <przemub@yahoo.pl>.
1578         * localedata/SUPPORTED (SUPPORTED-LOCALES): Add szl_PL.
1580         [BZ # 14828]
1581         * locales/ayc_PE: Add Aymara locale for Peru
1582         contributed by Chris Leonard <cjl@sugarlabs.org> and
1583         Amos Batto <amosbatto@yahoo.com>.
1584         * SUPPORTED (SUPPORTED-LOCALES): Add ayc_PE.
1586         [BZ # 14501]
1587         * locales/nhn_MX: Add Central Nahuatl locale for Mexico,
1588         contributed by Jorge Becerril <jrbecster@gmail.com>.
1589         * SUPPORTED (SUPPORTED-LOCALES): Add nhn_MX.
1591 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1593         [BZ #13952]
1594         * locales/km_KH: Correct country-name and lang-name.
1596 2012-11-15  Andreas Jaeger  <aj@suse.de>
1598         [BZ #13603]
1599         [BZ #13604]
1600         [BZ #13698]
1601         * locales/doi_IN: New file, contributed by Pravin Satpute
1602         <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>.
1603         * locales/mni_IN: New file, contributed by Pravin Satpute
1604         <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>.
1605         * locales/sat_IN: New file, contributed by Pravin Satpute
1606         <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>.
1607         * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
1609 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1611         [BZ #13950]
1612         * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with
1613         proper content, disable others.
1614         * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
1616 2012-11-07  Dmitry V. Levin  <ldv@altlinux.org>
1618         [BZ#14807]
1619         * locales/ru_RU (abmon): Change back from genitive to nominative,
1620         apply fixed three-letter abbreviation form, remove trailing dots.
1622         [BZ#10873]
1623         * locales/ru_RU (abday): Remove trailing dots.
1625 2012-11-02  Marko Myllynen  <myllynen@redhat.com>
1627         [BZ #14669]
1628         * locales/fi_FI@euro (LC_IDENTIFICATION): Add missing
1629         LC_MEASUREMENT, fix LC_TELEPHONE category.
1631 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
1633         * Makefile [$(run-built-tests) = yes] (LOCALES): Add en_US.UTF-8.
1635 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
1637         * Makefile [$(cross-compiling) = no]: Change condition to
1638         [$(run-built-tests) = yes].
1640 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
1641             Joseph Myers  <joseph@codesourcery.com>
1643         * tst-fmon.sh: Redirect test program stdin in loop from /dev/null.
1644         * tst-numeric.sh: Likewise.
1645         * tst-rpmatch.sh: Likewise.
1647 2012-10-19  Jim Blandy  <jimb@codesourcery.com>
1648             Joseph Myers  <joseph@codesourcery.com>
1650         * tst-wctype.sh (run_program_prefix): Remove variable.
1651         (tst_wctype): New variable.  Use it directly to run test program
1652         instead of passing test program name as argument.
1654 2012-10-19  Florian Pritz  <bluewind@xinu.at>
1656         [BZ #13758]
1657         * locales/de_AT (LC_TIME): Change month name from "FebruAr" to
1658         "Februar".
1660 2012-10-19  Pravin Satpute  <psatpute@redhat.com>
1662         [BZ #14694]
1663         * locales/mr_IN: Fix Wednesday in DAY and August, September and
1664         October in ABMON and MON.
1666 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
1668         * gen-locale.sh: Add "set -e".
1669         * sort-test.sh: Likewise.
1670         * tst-ctype.sh: Likewise.
1671         * tst-fmon.sh: Likewise.
1672         * tst-langinfo.sh: Likewise.
1673         * tst-locale.sh: Likewise.
1674         * tst-mbswcs.sh: Likewise.
1675         * tst-numeric.sh: Likewise.
1676         * tst-rpmatch.sh: Likewise.
1677         * tst-trans.sh: Likewise.
1678         * tst-wctype.sh: Likewise.
1679         * Makefile: Do not specify -e option when running testsuite
1680         shell scripts.
1682         * sort-test.sh: Add copyright header.
1684 2012-09-05  Jeff Law  <law@redhat.com>
1686         [BZ#14510]
1687         * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep.
1688         * locales/es_GT: Likewise.
1689         * locales/es_HN: Likewise.
1690         * locales/es_MX: Likewise.
1691         * locales/es_NI: Likewise.
1692         * locales/es_PA: Likewise.
1693         * locales/es_PR: Likewise.
1694         * locales/es_SV: Likewise.
1696 2012-06-20  Petr Baudis  <pasky@ucw.cz>
1698         * locales/mag_IN: Fix comment character.
1699         * locales/tr_CY (LC_TIME): Remove redundant first_weekday
1700         and first_workday.
1702 2012-06-04  Petr Baudis  <pasky@ucw.cz>
1704         [BZ#13996]
1705         * locales/tr_TR: Change currency from YTL to TL.
1706         Patch by <gokcen@pardus.org.tr>.
1708 2012-06-04  Serkan Kaba  <serkan@gentoo.org>
1710         [BZ#13223]
1711         * locales/tr_TR: Fix first_weekday and first_workday.
1713 2012-06-01  Jeff Law  <law@redhat.com>
1715         [BZ#14199]
1716         * locales/en_ES: Fix first_weekday and first_workday.
1717         * locales/{ast_ES, br_FR, cy_GB, de_DE, de_LU}: Likewise.
1718         * locales/{el_GR, en_IE, eu_ES, fr_LU, fy_NL}: Likewise.
1719         * locales/{ga_IE, gd_GB, gl_ES, gv_GB, it_IT}: Likewise.
1720         * locales/{kw_GB, lij_IT, lt_LT, lv_LV, mt_MT}: Likewise.
1721         * locales/{nl_BE, oc_FR, tr_CY, wa_BE}: Likewise.
1723 2012-04-20  Chandan Kumar  <chandankumar.093047@gmail.com>
1725         [BZ#13968]
1726         * locales/mag_IN: New file.
1727         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1729 2012-05-21  Bruno Haible  <bruno@clisp.org>
1730             Andreas Jaeger  <aj@suse.de>
1732         * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1.
1733         * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1
1734         anymore.
1735         * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list.
1736         (tests): Remove tst-strptime.
1738 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
1740         [BZ #11837]
1741         * charmaps/GB18030: Add missing entries.
1743 2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>
1745         [BZ #13758]
1746         * locales/de_AT (LC_TIME): Change month name from "Feber" to
1747         "Februar".
1749 2012-04-12  Mike Frysinger  <vapier@gentoo.org>
1751         [BZ #3768]
1752         * locales/en_GB (LC_TIME): Set am_pm and t_fmt_ampm fields.
1753         * locales/cy_GB (LC_TIME): Likewise.  Also copy date_fmt from en_GB.
1755 2012-04-04  Jeff Law  <law@redhat.com>
1757         [BZ #6770]
1758         * locales/ca_ES (LC_TIME): Add first_weekday and first_workday.
1760 2012-04-04  Petr Baudis  <pasky@ucw.cz>
1762         [BZ #6770]
1763         * locales/ca_ES: This locale is now maintained by Jordi Mallach.
1765 2012-04-04  Dmitry V. Levin  <ldv@altlinux.org>
1767         [BZ #10346]
1768         * locales/ru_UA (LC_TIME): Add first_weekday and first_workday.
1770 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
1772         [BZ #13673]
1773         Replace FSF snail mail address with URLs, as per GNU coding standards.
1775 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
1777         * Makefile (distribute): Remove variable.
1779 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
1781         Revert changes to locales from previous commit.
1783 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1785         Replace FSF snail mail address with URLs, as per GNU coding standards.
1787 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
1789         [BZ #13547]
1790         * locales/hu_HU: Fix collation rules.
1791         Patch by Egmont Koblinger <egmont@gmail.com>.
1793 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
1795         [BZ #12840]
1796         * locales/sv_SE: Modernize date format.
1798         [BZ #12906]
1799         * SUPPORTED (SUPPORTED-LOCALES): Add wal_ET entry.
1801         * locales/wal_ET: Remove lang_ab entry.
1803         [BZ #12962]
1804         * locales/fi_FI: Various fixups.
1805         Patch by Marko Myllynen <myllynen@redhat.com>.
1807         [BZ #13085]
1808         * locales/ta_LK: New file.
1809         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1811         * locales/si_LK: Add country_ab2, country_ab3, country_num.
1813 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
1815         [BZ #13096]
1816         * locales/fi_FI: Fix collation reordering rules.
1818         [BZ #13189]
1819         * SUPPORTED (SUPPORTED-LOCALES): Add ur_IN entry.
1821         [BZ #13282]
1822         * locales/brx_IN: New file.
1823         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1825         [BZ #13413]
1826         * locales/nl_BE: Use LC_MONETARY from nl_NL.
1828         [BZ #13416]
1829         * locales/es_CU: New file.
1830         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1832         [BZ #13423]
1833         * locales/unm_US: New file.
1834         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1836         [BZ #13523]
1837         * locales/bho_IN: New file.
1838         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1840 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
1842         * Makefile (charmaps): Not need to filter out any of the VC
1843         directories.
1844         (locales): Likewise.
1846 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
1848         [BZ #13147]
1849         * locales/de_AT: Use de_DE for LC_NUMERIC.
1850         * locales/es_BO: Use es_ES for LC_MESSAGES and LC_NUMERIC.
1851         * locales/es_CL: Likewise.
1852         * locales/es_CO: Likewise.
1853         * locales/es_DO: Likewise.
1854         * locales/es_EC: Likewise.
1855         * locales/es_GT: Likewise.
1856         * locales/es_HN: Likewise.
1857         * locales/es_MX: Likewise.
1858         * locales/es_NI: Likewise.
1859         * locales/es_PA: Likewise.
1860         * locales/es_PE: Likewise.
1861         * locales/es_PR: Likewise.
1862         * locales/es_PY: Likewise.
1863         * locales/es_SV: Likewise.
1864         * locales/es_UY: Likewise.
1865         * locales/es_VE: Likewise.
1866         * locales/es_ES: Fix LC_NUMERIC.
1867         * locales/es_CR: Use es_ES for LC_MESSAGES.
1868         * locales/fr_BE: Actually use grouping in LC_NUMERIC.
1869         * locales/fr_CA: Use fr_FR for LC_MESSAGES and LC_NUMERIC.
1870         * locales/fr_CH: Use de_CH for LC_NUMERIC.
1871         * locales/fr_LU: Use same grouping in LC_NUMERIC as in LC_MONETARY.
1873 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
1875         * Makefile (tests): Add tst-setlocale2:
1876         (LOCALES): Add tr_TR.ISO-8859-9;
1877         (tst-setlocale2-ENV): Define.
1878         * tst-setlocale2.c: New file.
1880 2011-07-02  Roland McGrath  <roland@hack.frob.com>
1882         * tests-mbwc/tst_funcs.h (TST_DECL_VARS, TST_HEAD_LOCALE):
1883         Remove unused variable.
1885 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
1887         [BZ #12788]
1888         * bug-setlocale1.c: New file.
1889         * Makefile: Add rules to build and run bug-setlocale1.
1891 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
1893         [BZ #11837]
1894         * charmaps/GB18030: Update to GB18020-2005.
1896 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
1898         [BZ #11987]
1899         * locales/sl_SI (LC_TIME): Add first_weekday and first_workday.
1900         Patch by SaÅ¡o Å½ivanovic <saso.zivanovic@guest.arnes.si>.
1902 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
1904         [BZ #9732]
1905         * locales/dz_BT: Move collations rules to...
1906         * locales/iso14651_t1_common: ...here.
1908         [BZ #9730]
1909         * locales/sv_FI (LC_TIME): Fix d_t_fmt and add first_weekday and
1910         first_workday.
1911         Patch by Johan Heikkila <johan.heikkila@gmail.com>.
1913 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
1915         [BZ #12582]
1916         * charmaps/en_SG (LC_TIME): Fix time formats.
1917         Patch by KH Teo <b3virq3b@gmail.com>.
1919 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
1921         [BZ #11487]
1922         * locales/sq_AL (yesexpr): Recognize pP as well.
1923         (noexpr): Recognize jJ as well.
1925         [BZ #11532]
1926         * charmaps/CP770: New file.
1927         * charmaps/CP771: New file.
1928         * charmaps/CP772: New file.
1929         * charmaps/CP773: New file.
1930         * charmaps/CP774: New file.
1932         [BZ #11578]
1933         * locales/es_PA: Change paper format to letter.
1934         * locales/es_SV: Likewise.
1935         Patch by Caolán McNamara <caolanm@redhat.com>.
1937         [BZ #11653]
1938         * locales/es_NI: Fix currency_symbol.
1940         [BZ #11668]
1941         * locales/es_NI: Change paper format to letter.
1943         [BZ #11945]
1944         * locales/ru_RU [LC_TIME]: Lowercase month names.
1945         Patch by Alexey Balmashnov  <a.balmashnov@gmail.com>.
1947         [BZ #11947]
1948         * locales/mhr_RU: New file.
1949         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1951         [BZ #11258]
1952         * locales/translit_neutral: Add entry for U20A1.
1953         * locales/es_SV (currency_symbol): Change to U20A1.
1955         [BZ #12158]
1956         * locales/lij_IT: New file.
1957         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1959         [BZ #12200]
1960         * locales/yue_HK: New file.
1961         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1962         Contributed by Chunshek Chan <chunshek@gmail.com>.
1964         [BZ #12178]
1965         * locales/wae_CH: New file.
1966         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1967         Patch mostly by Kevin Bortis <bortis@translate-wae.ch>.
1969         [BZ #12346]
1970         * locales/et_EE (LC_MONETARY): Change to Euro.
1971         Patch by Priit Laes <plaes@plaes.org>.
1973         [BZ #12449]
1974         * locales/lb_LU: New file.
1975         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1977         [BZ #12551]
1978         * locales/sw_KE: New file.
1979         * locales/sw_TZ: New file.
1980         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1982         [BZ #12611]
1983         * locales/ff_SN: New file.
1984         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1986         [BZ #12660]
1987         * locales/tk_TM: Change day and month names back after edict.
1988         Patch by Ghorban M. Tavakoly <gmt314@yahoo.com>.
1990         [BZ #12681]
1991         * locales/bem_ZA: New file.
1992         * locales/en_ZA: New file.
1993         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1995         [BZ #12541]
1996         * locales/ar_IN: Update currency_symbol.
1997         * locales/as_IN: Likewise.
1998         * locales/bn_IN: Likewise.
1999         * locales/en_IN: Likewise.
2000         * locales/gu_IN: Likewise.
2001         * locales/hi_IN: Likewise.
2002         * locales/kn_IN: Likewise.
2003         * locales/kok_IN: Likewise.
2004         * locales/ks_IN: Likewise.
2005         * locales/ml_IN: Likewise.
2006         * locales/mr_IN: Likewise.
2007         * locales/or_IN: Likewise.
2008         * locales/pa_IN: Likewise.
2009         * locales/sa_IN: Likewise.
2010         * locales/sd_IN: Likewise.
2011         * locales/ta_IN: Likewise.
2012         * locales/te_IN: Likewise.
2013         Patch by pravin.d.s@gmail.com.
2015         [BZ #12711]
2016         * charmaps/UTF-8: Update from reason Unidata.txt file.
2018         [BZ #12738]
2019         * locales/os_RU: New file.
2020         Contributed by Soslan Khubulov <soslanx@gmail.com>.
2021         * SUPPORTED: Add entry for os_RU.
2023 2010-12-02  Andreas Schwab  <schwab@redhat.com>
2025         * SUPPORTED: Remove .UTF-8 suffix from az_AZ, as_IN, tt_RU locale
2026         names.
2028 2010-05-17  Andreas Schwab  <schwab@redhat.com>
2030         * locales/es_CR (LC_ADDRESS): Fix character names in lang_ab.
2032 2010-05-04  Andreas Schwab  <schwab@redhat.com>
2034         * SUPPORTED (SUPPORTED-LOCALES): Fix name of tt_RU.UTF-8@iqtelif
2035         locale.
2037 2010-05-03  Ulrich Drepper  <drepper@redhat.com>
2039         [BZ #11520]
2040         * locales/de_CH: Define week, first_weekday, and first_workday.
2042 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
2044         * locales/ar_AE: Fix typo.
2045         * locales/ar_BH: Likewise.
2046         * locales/ar_DZ: Likewise.
2047         * locales/ar_EG: Likewise.
2048         * locales/ar_IQ: Likewise.
2049         * locales/ar_JO: Likewise.
2050         * locales/ar_KW: Likewise.
2051         * locales/ar_LB: Likewise.
2052         * locales/ar_LY: Likewise.
2053         * locales/ar_MA: Likewise.
2054         * locales/ar_OM: Likewise.
2055         * locales/ar_QA: Likewise.
2056         * locales/ar_SD: Likewise.
2057         * locales/ar_SY: Likewise.
2058         * locales/ar_TN: Likewise.
2059         * locales/ar_YE: Likewise.
2060         * locales/ber_DZ: Likewise.
2061         * locales/ber_MA: Likewise.
2062         * locales/bn_IN: Likewise.
2063         * locales/en_HK: Likewise.
2064         * locales/en_IN: Likewise.
2065         * locales/en_PH: Likewise.
2066         * locales/en_SG: Likewise.
2067         * locales/gu_IN: Likewise.
2068         * locales/hi_IN: Likewise.
2069         * locales/hne_IN: Likewise.
2070         * locales/kn_IN: Likewise.
2071         * locales/kok_IN: Likewise.
2072         * locales/ks_IN@devanagari: Likewise.
2073         * locales/ml_IN: Likewise.
2074         * locales/mr_IN: Likewise.
2075         * locales/ms_MY: Likewise.
2076         * locales/mt_MT: Likewise.
2077         * locales/my_MM: Likewise.
2078         * locales/ne_NP: Likewise.
2079         * locales/nn_NO: Likewise.
2080         * locales/pa_IN: Likewise.
2081         * locales/sa_IN: Likewise.
2082         * locales/sd_IN@devanagari: Likewise.
2083         * locales/sq_AL: Likewise.
2084         * locales/sq_MK: Likewise.
2085         * locales/ta_IN: Likewise.
2086         * locales/te_IN: Likewise.
2087         * locales/zh_HK: Likewise.
2088         * locales/zh_SG: Likewise.
2090         * SUPPORTED (SUPPORTED-LOCALES): Add cv_RU.
2092         [BZ #10824]
2093         * locales/cv_RU: New file.
2094         Contributed by Adi Roiban <adi@roiban.ro>.
2096         [BZ #10936]
2097         * locales/es_GT: Change paper size to letter.
2099         * SUPPORTED (SUPPORTED-LOCALES): Add kok_IN and sq_MK.
2101         [BZ #11470]
2102         * locales/sq_MK: New file.
2103         Contributed by Agron Selimaj <linuxmaster@verizon.net>.
2105 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
2107         [BZ #11471]
2108         * locales/sq_AL: Fix Mr. Mrs. Ms. and Miss.
2109         Patch by Agron Selimaj <linuxmaster@verizon.net>.
2111 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
2113         [BZ #11007]
2114         * locales/pt_BR: Define thousands_sep and grouping.
2116 2010-01-28  Marcelo E. Magallon  <marcelo.magallon@gmail.com>
2118         [BZ #11258]
2119         * locales/es_CR: Update for LC_MONETARY, LC_NUMERIC, LC_PAPER,
2120         LC_TELEPHONE and LC_NAME and LC_ADDRESS.
2122 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
2124         [BZ #11272]
2125         * locales/fr_BE: Define week, first_weekday, and first_workday.
2127 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
2129         [BZ #10554]
2130         * locales/et_EE: Change first_weekday and first_workday.
2131         Patch by Priit Laes <plaes@plaes.org>.
2133 2010-02-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2135         * Makefile: Add missing gconv-modules dependency.
2137 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
2139         [BZ #10414]
2140         * locales/iso14651_t1_common: Fix sorting of malayalam letter 'na'.
2141         Patch by Pravin Satpute <psatpute@redhat.com>.
2143         * locales/kok_IN: New file.
2144         Contributed by Pravin Satpute <psatpute@redhat.com> and
2145         Shailendra Bandodkar <sbandodk@redhat.com>.
2147         * locales/ta_IN: Move collation data...
2148         * locales/iso14651_t1_common: ...here.
2149         Patch by Pravin Satpute <psatpute@redhat.com>.
2151         * locales/as_IN: Use iso14651_t1 instead of local collation data.
2152         Patch by Pravin Satpute <psatpute@redhat.com>.
2154 2010-01-25  Andreas Schwab  <schwab@redhat.com>
2156         * locales/i18n: Don't map U00DF to U1E9E in toupper table.
2158 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
2160         * locales/hsb_DE: Define week, first_weekday, and first_workday.
2162 2009-11-23  Ulrich Drepper  <drepper@redhat.com>
2164         * locales/en_DK: Define week, first_weekday, and first_workday.
2166 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
2168         * locales/nl_NL: Define week, first_weekday, and first_workday.
2170 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
2172         * locales/it_CH: Fix typos in last change.
2173         * locales/it_IT: Likewise.
2175         * SUPPORTED (SUPPORTED-LOCALES): Add my_MM.
2177         [BZ #9986]
2178         * locales/iso_14651_common: Add rules for Burmese.
2179         * locales/my_MM: New file.
2180         Contributed by Keith Stribley <devel@thanlwinsoft.org>.
2182         [BZ #10286]
2183         * locales/ast_ES: Define first_weekday.
2185         [BZ #10312]
2186         * locales/es_CO: Define am_pm , t_fmt_ampm, first_weekday.
2187         Patch by Jorge Guerrero <geojorg@gmail.com>.
2189         [BZ #10319]
2190         * locales/shs_CA: Fix accents.
2191         Patch by Neskie Manuel <neskiem@gmail.com>.
2193 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
2195         [BZ #10425]
2196         * locales/it_IT: Fix date_fmt.
2197         * locales/it_CH: Likewise.
2198         Patch by Nicolo' Chieffo <nicolo.chieffo@gmail.com>.
2200         * locales/POSIX: Define yesstr and nostr.
2201         * locales/en_US: Likewise.
2202         Patch by Petr Machata <pmachata@redhat.com>.
2204         * locales/crh_UA: Fix first day of week and a few spellings.
2205         Patch by Reþat SABIQ <tilde.birlik@gmail.com>.
2207 2009-10-15  Ulrich Drepper  <drepper@redhat.com>
2209         * SUPPORTED (SUPPORTED-LOCALES): Add ps_AF.UTF-8.
2211         * locale/ps_AF: New file.
2212         Contributed by Sayamindu Dasgupta <sayamindu@gmail.com> and
2213         Pravin Satpute <psatpute@redhat.com>.
2215 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2217         [BZ #10011]
2218         * locales/de_AT: Define week, first_weekday, first_workday.
2219         Patch by Paul Marcher <flyer@gmail.com>.
2221 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2223         [BZ #10213]
2224         * SUPPORTED (SUPPORTED-LOCALES): Add dv_MV.UTF-8 entry.
2225         * locales/dv_MV: New file.
2226         Contributed by sofwathullah.mohamed@gmail.com.
2228 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2230         * locales/ur_IN: New file.
2231         Contributed by Pravin Satpute <psatpute@redhat.com>.
2233 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2235         * localedata/locales/bn_BD: Remove comment about missing collation
2236         rules.
2237         * localedata/locales/iso14651_t1_common: Add Bengali collation rules.
2238         Patch by Pravin Satpute <psatpute@redhat.com>.
2240 2009-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2242         * locales/cs.CZ: Change week[2] to 19971130, change first_weekday and
2243         first_workday to 2.
2244         * locales/da_DK: Likewise.
2245         * locales/de_DE: Likewise.
2246         * locales/fr_FR: Likewise.
2247         * locales/fur_IT: Likewise.
2248         * locales/fy_DE: Likewise.
2249         * locales/ht_HT: Likewise.
2250         * locales/hu_HU: Likewise.
2251         * locales/li_BE: Likewise.
2252         * locales/li_NL: Likewise.
2253         * locales/mk_MK: Likewise.
2254         * locales/nb_NO: Likewise.
2255         * locales/nds_DE: Likewise.
2256         * locales/nds_NL: Likewise.
2257         * locales/nn_NO: Likewise.
2258         * locales/pl_PL: Likewise.
2259         * locales/sc_IT: Likewise.
2260         * locales/sk_SK: Likewise.
2261         * locales/uk_UA: Likewise.
2263         * locales/csb_PL: Change week[2] to 19971130.
2264         * locales/en_GB: Likewise.
2265         * locales/et_EE: Likewise.
2267         * locales/sr_ME: Set week to 7;19971130;4.
2268         * locales/sr_RS: Likewise.
2269         * locales/sr_RS@latin: Likewise.
2271 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2273         [BZ #9963]
2274         * locales/en_PH: Fix LC_PAPER.
2275         * locales/es_CL: Likewise.
2276         * locales/es_CO: Likewise.
2277         * locales/es_MX: Likewise.
2278         * locales/es_US: Likewise.
2279         * locales/es_VE: Likewise.
2280         * locales/fil_PH: Likewise.
2281         * locales/ik_CA: Likewise.
2282         * locales/iu_CA: Likewise.
2283         * locales/tl_PH: Likewise.
2285 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2287         * SUPPORTED: Add ks_IN.
2289 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2291         * locales/ks_IN@devanagari: Replace duplicated information with copy.
2292         Fix title.  Patch by Pravin Satpute <psatpute@redhat.com>.
2294 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2296         * locales/ks_IN: New file.
2297         Patch by Mohammad Nayeem <mohammad.nayeem@gmail.com> and
2298         Pravin Satpute <psatpute@redhat.com>.
2300 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2302         [BZ #9985]
2303         * charmaps/UTF-8: Fix encoding of <U1080>..<U109F>, <U12AF>.
2304         Based on patch by Keith Stribley <devel@thanlwinsoft.org>.
2306 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2308         [BZ #9844]
2309         * locales/iso14651_t1_common: Move U0138 entry.
2311         [BZ #9833]
2312         * locales/ko_KR: Fix noexpr.  Add nostr.
2314         [BZ #9891]
2315         * locales/mt_MT: Fix spelling of August (Awwissu).
2316         Patch by Martin Pitt.
2318 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2320         [BZ #9916]
2321         * SUPPORTED (SUPPORTED-LOCALES): Add nan_TW@latin.
2322         * locales/nan_TW@latin: New file.
2323         Contributed by Arne Goetje.
2325 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2327         * locales/iso14651_t1_common: Add rules for sorting Malayalam.
2328         Patch by Santhosh Thottingal <santhosh.thottingal@gmail.com>.
2330 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2332         [BZ #7098]
2333         * Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save
2334         timestamp in compressed charmaps.
2335         Patch by Gilles Espinasse <g.esp@free.fr>.
2337         [BZ #9730]
2338         * locales/sv_FI: Fix time formats.
2340         [BZ #9736]
2341         * locales/el_CY: Fix frac_digits and int_frac_digits.
2342         * locales/el_GR: Likewise.
2343         Patch by Clint Adams <schizo@debian.org>.
2345 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
2347         [BZ #9791]
2348         * locales/as_IN: Break circular include loops introduced in last patch.
2349         * locales/bn_BD: Likewise.
2350         * locales/bn_IN: Likewise.
2351         * locales/hi_IN: Likewise.
2352         * locales/mr_IN: Likewise.
2353         Patch by Pravin Satpute <psatpute@redhat.com>.
2355 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
2357         [BZ #9701]
2358         * locales/sk_SK: Slovakia uses the Euro.
2360         [BZ #9704]
2361         * locales/mt_MT: Malta uses the Euro.
2363         [BZ #9705]
2364         * locales/el_CY: Cyprus uses the Euro.
2366 2008-12-31  Ulrich Drepper  <drepper@redhat.com>
2368         * locales/iso14651_t1_common: Fix sorting of U+0AB3.
2369         Patch by Pravin Satpute <psatpute@redhat.com>.
2371 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
2373         * locales/i18n: Move Indic Matra characters to punct.
2374         * locales/as_IN: Add support for internationalized digits.
2375         * locales/bn_BD: Likewise.
2376         * locales/bn_IN: Likewise.
2377         * locales/gu_IN: Likewise.
2378         * locales/hi_IN: Likewise.
2379         * locales/kn_IN: Likewise.
2380         * locales/ml_IN: Likewise.
2381         * locales/mr_IN: Likewise.
2382         * locales/or_IN: Likewise.
2383         * locales/pa_IN: Likewise.
2384         * locales/ta_IN: Likewise.
2385         * locales/te_IN: Likewise.
2386         Patch by Pravin Satpute <psatpute@redhat.com>.
2388 2008-12-26  Ulrich Drepper  <drepper@redhat.com>
2390         * tests-mbwc/tst_types.h (TIN_MBRLEN_REC): Use correct array
2391         length constant.
2393 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
2395         * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
2397         * locales/hne_IN: New file.
2398         Contributed by Pravin Satpute <psatpute@redhat.com>.
2400 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
2402         [BZ #6920]
2403         * locales/af_ZA: Fix %%z and %%T and postal_fmts.
2404         * locales/ar_SA: Likewise.
2405         * locales/be_BY: Likewise.
2406         * locales/bs_BA: Likewise.
2407         * locales/ca_AD: Likewise.
2408         * locales/ca_ES: Likewise.
2409         * locales/crh_UA: Likewise.
2410         * locales/cs_CZ: Likewise.
2411         * locales/da_DK: Likewise.
2412         * locales/de_AT: Likewise.
2413         * locales/de_BE: Likewise.
2414         * locales/de_CH: Likewise.
2415         * locales/de_DE: Likewise.
2416         * locales/de_LU: Likewise.
2417         * locales/el_CY: Likewise.
2418         * locales/el_GR: Likewise.
2419         * locales/en_AU: Likewise.
2420         * locales/en_BW: Likewise.
2421         * locales/en_CA: Likewise.
2422         * locales/en_DK: Likewise.
2423         * locales/en_GB: Likewise.
2424         * locales/en_IE: Likewise.
2425         * locales/en_NG: Likewise.
2426         * locales/en_NZ: Likewise.
2427         * locales/en_ZA: Likewise.
2428         * locales/en_ZW: Likewise.
2429         * locales/es_AR: Likewise.
2430         * locales/es_BO: Likewise.
2431         * locales/es_CL: Likewise.
2432         * locales/es_CO: Likewise.
2433         * locales/es_CR: Likewise.
2434         * locales/es_DO: Likewise.
2435         * locales/es_EC: Likewise.
2436         * locales/es_ES: Likewise.
2437         * locales/es_GT: Likewise.
2438         * locales/es_HN: Likewise.
2439         * locales/es_MX: Likewise.
2440         * locales/es_NI: Likewise.
2441         * locales/es_PA: Likewise.
2442         * locales/es_PE: Likewise.
2443         * locales/es_PR: Likewise.
2444         * locales/es_PY: Likewise.
2445         * locales/es_SV: Likewise.
2446         * locales/es_UY: Likewise.
2447         * locales/es_VE: Likewise.
2448         * locales/eu_ES: Likewise.
2449         * locales/fa_IR: Likewise.
2450         * locales/fi_FI: Likewise.
2451         * locales/fo_FO: Likewise.
2452         * locales/fr_BE: Likewise.
2453         * locales/fr_CA: Likewise.
2454         * locales/fr_CH: Likewise.
2455         * locales/fr_FR: Likewise.
2456         * locales/fr_LU: Likewise.
2457         * locales/fy_DE: Likewise.
2458         * locales/fy_NL: Likewise.
2459         * locales/ga_IE: Likewise.
2460         * locales/gd_GB: Likewise.
2461         * locales/gl_ES: Likewise.
2462         * locales/gv_GB: Likewise.
2463         * locales/ha_NG: Likewise.
2464         * locales/he_IL: Likewise.
2465         * locales/hr_HR: Likewise.
2466         * locales/hsb_DE: Likewise.
2467         * locales/hu_HU: Likewise.
2468         * locales/id_ID: Likewise.
2469         * locales/ig_NG: Likewise.
2470         * locales/ik_CA: Likewise.
2471         * locales/is_IS: Likewise.
2472         * locales/it_CH: Likewise.
2473         * locales/it_IT: Likewise.
2474         * locales/iu_CA: Likewise.
2475         * locales/iw_IL: Likewise.
2476         * locales/kk_KZ: Likewise.
2477         * locales/kl_GL: Likewise.
2478         * locales/ko_KR: Likewise.
2479         * locales/ku_TR: Likewise.
2480         * locales/kw_GB: Likewise.
2481         * locales/ky_KG: Likewise.
2482         * locales/lg_UG: Likewise.
2483         * locales/li_BE: Likewise.
2484         * locales/li_NL: Likewise.
2485         * locales/lt_LT: Likewise.
2486         * locales/lv_LV: Likewise.
2487         * locales/mg_MG: Likewise.
2488         * locales/mk_MK: Likewise.
2489         * locales/mn_MN: Likewise.
2490         * locales/nb_NO: Likewise.
2491         * locales/nds_DE: Likewise.
2492         * locales/nds_NL: Likewise.
2493         * locales/nl_BE: Likewise.
2494         * locales/nl_NL: Likewise.
2495         * locales/nr_ZA: Likewise.
2496         * locales/nso_ZA: Likewise.
2497         * locales/pa_PK: Likewise.
2498         * locales/pl_PL: Likewise.
2499         * locales/pt_BR: Likewise.
2500         * locales/pt_PT: Likewise.
2501         * locales/ru_RU: Likewise.
2502         * locales/ru_UA: Likewise.
2503         * locales/rw_RW: Likewise.
2504         * locales/se_NO: Likewise.
2505         * locales/shs_CA: Likewise.
2506         * locales/sk_SK: Likewise.
2507         * locales/sl_SI: Likewise.
2508         * locales/sr_ME: Likewise.
2509         * locales/sr_RS: Likewise.
2510         * locales/sr_RS@latin: Likewise.
2511         * locales/ss_ZA: Likewise.
2512         * locales/st_ZA: Likewise.
2513         * locales/sv_FI: Likewise.
2514         * locales/sv_SE: Likewise.
2515         * locales/tg_TJ: Likewise.
2516         * locales/tk_TM: Likewise.
2517         * locales/tl_PH: Likewise.
2518         * locales/tn_ZA: Likewise.
2519         * locales/tr_CY: Likewise.
2520         * locales/tr_TR: Likewise.
2521         * locales/ts_ZA: Likewise.
2522         * locales/tt_RU@iqtelif: Likewise.
2523         * locales/ur_PK: Likewise.
2524         * locales/ve_ZA: Likewise.
2525         * locales/wa_BE: Likewise.
2526         * locales/wo_SN: Likewise.
2527         * locales/xh_ZA: Likewise.
2528         * locales/yo_NG: Likewise.
2529         * locales/zu_ZA: Likewise.
2530         Patch by Pekka Vuorela <pvuorela@gmail.com>.
2532         * tests-mbwc/dat_mbtowc.c (tst_mbtowc_loc): Avoid some warnings.
2534         [BZ #6968]
2535         * locales/iso14651_t1_common: Add support for Sinhala.
2536         * localedata/si_LK.in: New file.
2537         Patch by harshula@gmail.com.
2538         * Makefile (test-input): Add si_LK.UTF-8.
2539         (LOCALES): Likewise.
2541 2008-09-17  Ulrich Drepper  <drepper@redhat.com>
2543         * locales/en_GB: Set first weekday and workday to 2.
2545 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
2547         * locales/nl_AW: New file.
2548         * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
2550         * locales/en_AG: New file.
2551         * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8.
2553 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
2555         * locales/ht_HT: New file.
2556         * SUPPORTED: Add ht_HT.UTF-8.
2558         * locales/en_GB: Change dom_tel_fmt to %A %l.
2559         * locales/de_DE: Likewise.
2561         * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.
2563         * locales/sd_IN: New file.
2564         Contributed by Pravin Satpute <psatpute@redhat.com>.
2566         * locales/sd_IN@devanagari: Fix locale name.
2567         * locales/ks_IN@devanagari: Likewise.
2569 2008-09-01  Ulrich Drepper  <drepper@redhat.com>
2571         * SUPPORTED (SUPPORTED-LOCALES): Add ks_IN@devnagari and
2572         sd_IN@devanagari.
2574         [BZ #6857]
2575         * locales/sd_IN@devanagari: New file.
2576         Contributed by Pravin Satpute <psatpute@redhat.com>.
2578         [BZ #6856]
2579         * locales/ks_IN@devanagari: New file.
2580         Contributed by Pravin Satpute <psatpute@redhat.com>.
2582 2008-07-11  Ulrich Drepper  <drepper@redhat.com>
2584         * locales/iso14651_t1_common: Add Kannada collation support.
2585         Patch by Pravin Satpute <psatpute@redhat.com>.
2587 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2589         [BZ #6713]
2590         * charmaps/UTF-8: Fix U1DBA entry representation.
2591         Patch by Colin Watson.
2593 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2595         * tst-strptime.c (do_test): Add test of %EY.
2597 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2599         * tst-strptime.c (do_test): Add test for parsing era year
2600         representation.
2602         [BZ #5911]
2603         * locales/es_CR: Define first_weekday and first_workday.
2605         [BZ #5814]
2606         * locales/fi_FI: Fix separator for hours, minutes, and seconds.
2608 2008-06-24  Ulrich Drepper  <drepper@redhat.com>
2610         * locales/iso14651_t1_common: Add support for Gurumukhi script.
2611         Patch by Pravin Satpute <psatpute@redhat.com>.
2613 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2615         * locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.
2616         Reported by Pravin Satpute.
2618 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2620         * locales/iso14651_t1_common: Remove duplicate U0C7B definition.
2622 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2624         [BZ #6438]
2625         * locales/iso14651_t1_common: Add sorting data for Telugu.
2627         [BZ #6447]
2628         * locales/be_BY: Fix yesexpr.
2629         Patch by Alexander Mikhailian <mikhailian@altern.org>.
2631 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2633         * charmaps/UTF-8: Update for Unicode v5.1.
2634         * locales/i18n: Update for Unicode 5.
2636 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2638         * tst-langinfo.sh: Adjust for latest fr_FR locale changes.
2640 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2642         [BZ #6021]
2643         * locales/es_ES: Fix p_cs_precedes and n_cs_precedes.
2644         Use common collation definition.
2646         [BZ #6040]
2647         * locales/fr_FR: Fix abmon, abday, d_ftm, grouping.
2649         [BZ #6004]
2650         * locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62,
2651         U+1E64, U+1E66, and U+1E68.
2652         Patch by Jesse Thilo <unixweenie@gmail.com>.
2654         [BZ #5478]
2655         * locales/hu_HU: Fix name_fmt.
2657 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2659         * locales/iso14651_t1_common: Add support for Gujarati script.
2660         Patch by Pravin Satpute <psatpute@redhat.com>.
2662 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2664         * Makefile (LOCALES): Add ja_JP.UTF-8.
2666 2008-03-23  Ulrich Drepper  <drepper@redhat.com>
2668         * locales/iso14651_t1_common: Add support for Devanagari script.
2669         * locales/mr_IN: Adjust Devanagari sorting for mr_IN.
2670         Patch by Pravin Satpute <psatpute@redhat.com>.
2672 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2674         [BZ #5602]
2675         * locales/pt_PT: Fix mon_decimal_point.
2677 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2679         [BZ #5777]
2680         * locales/es_CR: Define am/pm format.
2682 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2684         * SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.
2686         * locales/en_CA: Add language information in LC_ADDRESS section.
2687         * locales/fr_CA: Likewise.
2688         * locales/ik_CA: Likewise.
2689         * locales/iu_CA: Likewise.
2691         [BZ #5627]
2692         * locales/shs_CA: New file.
2694 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2696         [BZ #5520]
2697         * locales/ga_IE: Fix May, June, November and December entries in mon.
2699 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2701         * charmsp/HP-THAI8: New file.
2703         [BZ #5464]
2704         * charmaps/HP-GREEK8: New file.
2706         [BZ #5463]
2707         * charmaps/HP-TURKISH8: New file.
2709 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2711         * charmaps/UTF-8: Add Unicode 5.1 entries.
2713 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2715         [BZ #5427]
2716         * charmaps/HP-ROMAN9: New file.
2718 2007-12-04  Ulrich Drepper  <drepper@redhat.com>
2720         * locales/si_LK (mon): Fix February and November spelling.
2721         Patch by Danishka Navin <snavin@redhat.com>.
2723 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
2725         [BZ #5238]
2726         * locales/ug_CN: Fix typo in collating symbol definition.
2728         [BZ #5237]
2729         * locales/lo_LA: Fix typos in collation symbols.
2731 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
2733         * locales/dz_BT: Fix representation of data.
2735         * SUPPORTED (SUPPORTED-LOCALES): Add bo_CN and bo_IN.
2736         * locales/bo_CN: New file.
2737         * locales/bo_IN: New file.
2739 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
2741         [BZ #5224]
2742         * locales/ig_NG: Add missing collating elements and symbols.
2744 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2746         [BZ #4098]
2747         * locales/pl_PL: Change abmon, abday, and d_fmt according to
2748         results of vote.
2750 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
2752         * locales/iso14651_t1_common: If DIACRIT_FORWARD is defined, define
2753         second level of <LATIN> script as forward.
2754         * locales/de_DE: Define DIACRIT_FORWARD.
2755         * de_DE.in: Revert last change.
2757 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
2759         * locales/en_US: Add first_weekday and first_workday.
2760         * locales/cs_CZ: Likewise.
2761         * locales/fur_IT: Likewise.
2762         * locales/fy_DE: Likewise.
2763         * locales/hu_HU: Likewise.
2764         * locales/i18n: Likewise.
2765         * locales/li_BE: Likewise.
2766         * locales/li_NL: Likewise.
2767         * locales/nds_DE: Likewise.
2768         * locales/nds_NL: Likewise.
2769         * locales/pl_PL: Likewise.
2770         * locales/sc_IT: Likewise.
2771         * locales/sk_SK: Likewise.
2773 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
2775         * locales/de_DE: Set first week day to Monday.
2776         * locales/fr_FR: Likewise.
2778 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
2780         [BZ #73]
2781         * locales/nb_NO: Update time information, collation, thousands
2782         separator.
2783         * locales/nn_NO: Likewise.
2785 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
2787         * locales/en_NG: New file.
2789 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
2791         * tst-langinfo.sh: Update expected THOUSEP for fr_FR.
2793 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
2795         * charmaps/UTF-8: Fix U06FF definition.  Remove double U074A
2796         definition.  Add U0B71 and U27C0 to U27CA definitions.
2798         * de_DE.in: Adjust for correct handling of backward direction sorting.
2800         * fr_FR.in: New file.
2801         * Makefile: Add rules to run fr_FR sorting test.
2803 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
2805         [BZ #4941]
2806         * locales/oc_FR: Fix Thursday abday and August mon and abmon data.
2808         * SUPPORTED (SUPPORTED-LOCALES): Add ber_MA.UTF-8.
2810         * locales/am_ET (LC_COLLATE): Define new script after copy.
2812 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
2814         * locales/cs_SR: Removed.
2816         * locales/lo_LA: Add missing collating element o-e.
2818         * locales/is_IS: Cleanup.  Remove invalid collation entries.
2819         * locales/lv_LV: Likewise.
2821         * locales/fa_IR: Add missing collating element Alef-Hamza.
2823         * locales/da_DK: Add missing collating symbol ETH.
2824         * locales/nb_NO: Likewise.
2826         * locales/sa_IN: New file.
2827         * SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
2829         * locales/fr_FR: Change thousands_sep to U0020.
2831         * locales/cs_CZ: Sort lowercase before uppercase.
2833         * locales/en_GB: Change first weekday and workday to Monday.
2834         * locales/nb_NO: Likewise.
2835         * locales/nn_NO: Likewise.
2836         [BZ #4833]
2837         * locales/da_DK: Likewise.
2838         [BZ #4705]
2839         * locales/et_EE: Likewise.
2841         * locales/iso14651_t1_common: Add rules for Georgian.
2843         * locales/ber_DZ: New file.
2844         * locales/fil_PH: New file.
2845         * locales/fur_IT: New file.
2846         * locales/fy_DE: New file.
2847         * locales/ha_NG: New file.
2848         * locales/ig_NG: New file.
2849         * locales/ik_CA: New file.
2850         * locales/iu_CA: New file.
2851         * locales/li_BE: New file.
2852         * locales/li_NL: New file.
2853         * locales/nds_DE: New file.
2854         * locales/nds_NL: New file.
2855         * locales/pap_AN: New file.
2856         * locales/sc_IT: New file.
2857         * locales/tk_TM: New file.
2858         * locales/ug_CN: New file.
2859         * locales/yo_NG: New file.
2860         * SUPPORTED: Add the new locales.
2862 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
2864         * charmaps/ISO-8859-9E: New file.
2866 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
2868         * charmaps/KOI8-RU: New file.
2870 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
2872         [BZ #4556]
2873         * locales/de_CH: Fix d_fmt.
2875         [BZ #4972]
2876         * charmaps/MAC-CENTRALEUROPE: New file.
2878 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
2880         [BZ #3842]
2881         * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator.
2882         The latter might be more correct but usually cannot be displayed.
2884 2007-08-22  Ulrich Drepper  <drepper@redhat.com>
2886         [BZ #4554]
2887         * locales/wo_SN: New file.
2888         * SUPPORTED: Add wo_SN entry.
2890         [BZ #4557]
2891         * locales/as_IN: Change <UNASSIGNED-09CE> to <U09CE>.
2893 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2895         * locales/translit_combining: Add U0141 and U0142.
2897 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2899         * tst-strptime.c (do_test): Use %tu in fmt string for ptrdiff_t value.
2901 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
2903         * locales/ar_SA (d_t_fmt, d_fmt, t_fmt, t_fmt_ampm): Replace %.1d
2904         with supported %e and %.1H with %k.
2905         * locales/dz_BT (t_fmt): Remove whitespace between % and H.
2907 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
2909         [BZ #4773]
2910         * Makefile: Add rules to build and run tst-strptime.
2911         * tst-strptime.c: New file.
2913 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2915         * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon for
2916         January, February, and September to December, mon for January,
2917         February, September, and December, am_pm, and name_*.
2918         Patch by Amitakhya Phukan <aphukan@redhat.com>.
2920 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
2922         [BZ #4114]
2923         * locales/ast_ES: New file.
2924         * SUPPORTED (SUPPORTED-LOCALES): Add ast_ES.UTF-8 and ast_ES.
2926 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2928         [BZ #4024]
2929         * locales/iso14651_t1: Include iso14651_t1_common for common
2930         sorting data.
2931         * locales/iso14651_t1_common: New file.
2932         * locales/iso14651_t1_pinyin: New file.
2933         * locales/zh_CN (LC_COLLATE): Use iso14651_t1_pinyin instead of
2934         iso14651_t1.
2936         [BZ #3213]
2937         * locales/translit_neutral: Add entry for U2044.
2939 2007-04-24  Ulrich Drepper  <drepper@redhat.com>
2941         [BZ #4411]
2942         * locales/en_ZA: Update int_select.
2943         Patch by Dwayne Bailey <dwayne@translate.org.za>.
2945 2007-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
2947         * Makefile: Define tst-sscanf-ENV.
2948         * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
2950 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2952         * Makefile (tests): Add tst-sscanf.
2953         (LOCALES): Add fa_IR.UTF-8.
2954         * tst-sscanf.c: New file.
2956         * da_DK.in: Adjust for unified collation.
2958         * locales/vi_VN: Don't define HOK here as well.
2960 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2962         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.
2964         [BZ #1430]
2965         * locales/hu_HU: Revert
2966                 * locales/hu_HU: Better collation.
2967                 Patch by Gyuro Lehel <lehel@freemail.hu>.
2969 2005-01-16  Denis Barbier  <barbier@linuxfr.org>
2971         [BZ #672]
2972         * locales/ca_ES: Replace current collation rules by including
2973         iso14651_t1 and adding extra rules if needed.  There should be
2974         no noticeable changes in sorted text. only ligatures and
2975         ignoreable characters have modified weights.
2976         * locales/da_DK: Likewise.
2977         * locales/en_CA: Likewise.
2978         * locales/es_US: Likewise.
2979         * locales/fi_FI: Likewise.
2980         * locales/nb_NO: Likewise.
2982 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2984         [BZ #672]
2985         * locales/iso14651_t1: Simplified.  Extended.
2987         [BZ #58]
2988         * locales/uk_UA: New version.
2990         [BZ #3156]
2991         * locales/pl_PL: Fix abday, abmon, d_t_fmt, d_fmt, and date_fmt.
2993         [BZ #2692]
2994         * locales/es_VE: Add am/pm format support.
2996         [BZ #2648]
2997         * locales/pl_PL: Fix currency_symbol and its placement.
2999         [BZ #3363]
3000         * SUPPORTED (SUPPORTED-LOCALES): Add tt_RU@iqtelif.
3001         * locales/tt_RU@iqtelif: New file.
3003         [BZ #3334]
3004         * locales/sr_ME: Update from maintainer.
3006         [BZ #3326]
3007         * SUPPORTED (SUPPORTED-LOCALES): Add crh_UA.
3008         * locales/crh_UA: New file.
3010 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
3012         [BZ #3322]
3013         * SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin.
3014         * locales/sr_RS: New file.
3015         * locales/sr_RS@latin: New file.
3017         [BZ #3995]
3018         * locales/ru_RU (LC_TIME): Set first_weekday and first_workday.
3020         [BZ #3885]
3021         * locales/i18n: Updates for Unicode 5.0.
3022         * charmaps/UTF-8: Likewise.
3023         Patch by Pablo Saratxaga <pablo@walon.org>
3025 2007-01-12  Gwenole Beauchesne  <gbeauchesne@mandriva.com>
3027         [BZ #3884]
3028         * locales/sl_SI: Slovenia joined the Euro zone.
3029         Fix negative number format.
3031 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
3033         [BZ #3851]
3034         * locales/bn_BD: Fix full name of January and February.
3035         Patch by Jamil Ahmed <jamil@bengalinux.org>.
3037 2007-02-02  Bruno Haible  <bruno@clisp.org>
3039         * charmaps/EUC-KR: Add mapping for 0xA2 0xE8.
3040         * charmaps/JOHAB: Add mapping for 0xD9 0xE8.
3041         Reported by Jungshik Shin <jungshik@google.com>.
3043         * charmaps/JOHAB: Add mappings for 0xD9 0xE6 and 0xD9 0xE7.
3044         Reported by Jungshik Shin <jungshik@google.com>.
3046 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
3048         * charmaps/BRF: New file.
3049         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3051 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3053         * locales/cs_CZ (LC_TIME): Change d_fmt to %e.%m.%Y from %-d.%-m.%Y.
3054         Change d_t_fmt to %a %-d. %B %Y, %H:%M:%S %Z from
3055         %a %e. %B %Y, %H:%M:%S %Z.
3057 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3059         * locales/mai_IN: New file.
3060         Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.
3062         * SUPPORTED: Add mai_IN/UTF-8.
3064 2006-10-12  Ulrich Drepper  <drepper@redhat.com>
3066         [BZ #3320]
3067         * locales/es_ES (LC_TIME): Add week, first_weekday, and first_workday.
3069 2006-10-05  Dmitry V. Levin  <ldv@altlinux.org>
3071         * locales/tt_RU: Fix territory, title and descriptive comment.
3073 2006-10-05  Ulrich Drepper  <drepper@redhat.com>
3075         * locales/pa_IN (abday): Fix spelling of Sunday.
3076         Patch by Mayank Jain <majain@redhat.com>.
3078 2006-10-01  Ulrich Drepper  <drepper@redhat.com>
3080         * locales/en_GB: Use more complete en_US data in LC_NAME.
3082 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
3084         [BZ #39]
3085         * locales/sr_ME: New file.
3086         * SUPPORTED (SUPPORTED-LOCALES): Add sr_ME.
3088 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
3090         [BZ #2823]
3091         * locales/mk_MK: Fix date_fmt.  Add week, first_weekday, and
3092         first_workday information.
3093         Patch by Damjan Georgievski.
3095 2006-09-05  Ulrich Drepper  <drepper@redhat.com>
3097         * locales/or_IN (mon): Fix February string.
3099 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3101         [BZ #2695]
3102         * locales/et_EE: Update LC_ADDRESS category.
3103         Patch by Priit Laes <amd@store20.com>.
3105 2006-08-23  Ulrich Drepper  <drepper@redhat.com>
3107         [BZ #2662]
3108         * locales/bn_BD: Fix abday and day spelling of Tuesday.
3110         [BZ #2473]
3111         * locales/en_NZ: Define am/pm formats.
3113 2006-08-22  Ulrich Drepper  <drepper@redhat.com>
3115         * locales/nn_NO: Copy more categories from nb_NO.
3117 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
3119         [BZ #3034]
3120         * locales/ml_IN (abmon): Fix June entry.
3121         * locales/bn_IN (abday): Fix Tuesday entry.
3122         (day): Likewise.
3123         (abmon): Fix January and February entries.
3124         (mon): Likewise.
3125         Patches by Mayank Jain <majain@redhat.com>.
3127 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3129         [BZ #935]
3130         * SUPPORTED (SUPPORTED-LOCALES): Add fy_NL.
3131         * locales/fy_NL: New file.
3133 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3135         [BZ #3034]
3136         * locales/pa_IN (day): Fix spelling of Saturday.
3137         * locales/or_IN (mon): Fix spelling of May.
3138         * locales/ml_IN (day): Fix spelling of Sunday, Monday, Wednesday.
3139         (abmon): Fix spelling of March to October.
3140         (mon): Fix spelling of March, April, June, August to December.
3141         Patches by Mayank Jain <majain@redhat.com>.
3143 2006-06-03  Eddy Petrisor  <eddy.petrisor@gmail.com>
3145         [BZ #2125]
3146         * locales/ro_RO: Fix collation rules for <U0218> and <U021A>.
3147         Define first_weekday, first_workdayweek_day, work_day,
3148         country_isbn and country_post fields.
3149         Comments for terminology and bibliographic codes were added.
3151 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
3153         * SUPPORTED (SUPPORTED-LOCALES): Add csb_PL.UTF-8.
3155         [BZ #2961]
3156         * locales/csb_PL: New file.
3158 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
3160         * locales/es_NI: Define real t_fmt_ampm and am_pm.
3161         * locales/es_PE: Likewise.
3163 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
3165         * locales/te_IN: Minor fixups.
3166         * locales/pt_PT: Likewise.
3168         * locales/aa_DJ: Add transliateration support to LC_CTYPE.
3169         * locales/af_ZA: Likewise.
3170         * locales/am_ET: Likewise.
3171         * locales/ar_AE: Likewise.
3172         * locales/ar_BH: Likewise.
3173         * locales/ar_DZ: Likewise.
3174         * locales/ar_EG: Likewise.
3175         * locales/ar_IN: Likewise.
3176         * locales/ar_IQ: Likewise.
3177         * locales/ar_JO: Likewise.
3178         * locales/ar_KW: Likewise.
3179         * locales/ar_LB: Likewise.
3180         * locales/ar_LY: Likewise.
3181         * locales/ar_MA: Likewise.
3182         * locales/ar_OM: Likewise.
3183         * locales/ar_QA: Likewise.
3184         * locales/ar_SA: Likewise.
3185         * locales/ar_SD: Likewise.
3186         * locales/ar_SY: Likewise.
3187         * locales/ar_TN: Likewise.
3188         * locales/ar_YE: Likewise.
3189         * locales/as_IN: Likewise.
3190         * locales/az_AZ: Likewise.
3191         * locales/be_BY: Likewise.
3192         * locales/bg_BG: Likewise.
3193         * locales/bn_BD: Likewise.
3194         * locales/bn_IN: Likewise.
3195         * locales/ca_AD: Likewise.
3196         * locales/ca_ES: Likewise.
3197         * locales/ca_ES@euro: Likewise.
3198         * locales/ca_FR: Likewise.
3199         * locales/ca_IT: Likewise.
3200         * locales/cs_CZ: Likewise.
3201         * locales/dz_BT: Likewise.
3202         * locales/el_CY: Likewise.
3203         * locales/el_GR: Likewise.
3204         * locales/en_AU: Likewise.
3205         * locales/en_CA: Likewise.
3206         * locales/en_DK: Likewise.
3207         * locales/en_GB: Likewise.
3208         * locales/en_HK: Likewise.
3209         * locales/en_IE: Likewise.
3210         * locales/en_IE@euro: Likewise.
3211         * locales/en_IN: Likewise.
3212         * locales/en_NZ: Likewise.
3213         * locales/en_PH: Likewise.
3214         * locales/en_SG: Likewise.
3215         * locales/en_US: Likewise.
3216         * locales/en_ZA: Likewise.
3217         * locales/es_AR: Likewise.
3218         * locales/es_BO: Likewise.
3219         * locales/es_CL: Likewise.
3220         * locales/es_CO: Likewise.
3221         * locales/es_CR: Likewise.
3222         * locales/es_DO: Likewise.
3223         * locales/es_EC: Likewise.
3224         * locales/es_ES: Likewise.
3225         * locales/es_ES@euro: Likewise.
3226         * locales/es_GT: Likewise.
3227         * locales/es_HN: Likewise.
3228         * locales/es_MX: Likewise.
3229         * locales/es_NI: Likewise.
3230         * locales/es_PA: Likewise.
3231         * locales/es_PE: Likewise.
3232         * locales/es_PR: Likewise.
3233         * locales/es_PY: Likewise.
3234         * locales/es_SV: Likewise.
3235         * locales/es_US: Likewise.
3236         * locales/es_UY: Likewise.
3237         * locales/es_VE: Likewise.
3238         * locales/et_EE: Likewise.
3239         * locales/eu_ES: Likewise.
3240         * locales/eu_ES@euro: Likewise.
3241         * locales/fa_IR: Likewise.
3242         * locales/fi_FI: Likewise.
3243         * locales/fi_FI@euro: Likewise.
3244         * locales/fo_FO: Likewise.
3245         * locales/ga_IE: Likewise.
3246         * locales/ga_IE@euro: Likewise.
3247         * locales/gez_ER: Likewise.
3248         * locales/gez_ET: Likewise.
3249         * locales/gl_ES: Likewise.
3250         * locales/gl_ES@euro: Likewise.
3251         * locales/gu_IN: Likewise.
3252         * locales/gv_GB: Likewise.
3253         * locales/he_IL: Likewise.
3254         * locales/hi_IN: Likewise.
3255         * locales/hr_HR: Likewise.
3256         * locales/hy_AM: Likewise.
3257         * locales/id_ID: Likewise.
3258         * locales/is_IS: Likewise.
3259         * locales/it_CH: Likewise.
3260         * locales/it_IT: Likewise.
3261         * locales/it_IT@euro: Likewise.
3262         * locales/iw_IL: Likewise.
3263         * locales/ja_JP: Likewise.
3264         * locales/kk_KZ: Likewise.
3265         * locales/kl_GL: Likewise.
3266         * locales/km_KH: Likewise.
3267         * locales/kn_IN: Likewise.
3268         * locales/ko_KR: Likewise.
3269         * locales/kw_GB: Likewise.
3270         * locales/ky_KG: Likewise.
3271         * locales/lg_UG: Likewise.
3272         * locales/lt_LT: Likewise.
3273         * locales/lv_LV: Likewise.
3274         * locales/mk_MK: Likewise.
3275         * locales/mr_IN: Likewise.
3276         * locales/ms_MY: Likewise.
3277         * locales/mt_MT: Likewise.
3278         * locales/nb_NO: Likewise.
3279         * locales/ne_NP: Likewise.
3280         * locales/nl_BE: Likewise.
3281         * locales/nl_BE@euro: Likewise.
3282         * locales/nl_NL: Likewise.
3283         * locales/nl_NL@euro: Likewise.
3284         * locales/nn_NO: Likewise.
3285         * locales/nr_ZA: Likewise.
3286         * locales/om_KE: Likewise.
3287         * locales/or_IN: Likewise.
3288         * locales/pa_IN: Likewise.
3289         * locales/pl_PL: Likewise.
3290         * locales/pt_BR: Likewise.
3291         * locales/pt_PT: Likewise.
3292         * locales/pt_PT@euro: Likewise.
3293         * locales/ru_RU: Likewise.
3294         * locales/ru_UA: Likewise.
3295         * locales/rw_RW: Likewise.
3296         * locales/se_NO: Likewise.
3297         * locales/si_LK: Likewise.
3298         * locales/sk_SK: Likewise.
3299         * locales/sl_SI: Likewise.
3300         * locales/so_SO: Likewise.
3301         * locales/sq_AL: Likewise.
3302         * locales/ss_ZA: Likewise.
3303         * locales/st_ZA: Likewise.
3304         * locales/sv_FI: Likewise.
3305         * locales/sv_FI@euro: Likewise.
3306         * locales/sv_SE: Likewise.
3307         * locales/ta_IN: Likewise.
3308         * locales/te_IN: Likewise.
3309         * locales/tg_TJ: Likewise.
3310         * locales/th_TH: Likewise.
3311         * locales/ti_ET: Likewise.
3312         * locales/tn_ZA: Likewise.
3313         * locales/tr_TR: Likewise.
3314         * locales/ts_ZA: Likewise.
3315         * locales/tt_RU: Likewise.
3316         * locales/uk_UA: Likewise.
3317         * locales/ve_ZA: Likewise.
3318         * locales/vi_VN: Likewise.
3319         * locales/xh_ZA: Likewise.
3320         * locales/zh_CN: Likewise.
3321         * locales/zh_HK: Likewise.
3322         * locales/zh_SG: Likewise.
3323         * locales/zu_ZA: Likewise.
3325 2006-05-26  Ulrich Drepper  <drepper@redhat.com>
3327         * SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.
3328         * locales/as_IN: New file.
3329         * locales/or_IN: New file.
3330         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
3332 2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3334         [BZ #1203]
3335         * locales/de_DE: Fix order of day of month and month name in
3336         date_fmt.  Add period after the day number and avoid padding.
3338         * SUPPORTED (SUPPORTED-LOCALES): Add tr_CY.ISO-8859-9 and
3339         tr_CY.UTF-8.
3341         [BZ #531]
3342         * locales/tr_CY: New file.
3344 2006-01-07  Eddy Petrisor  <eddy.petrisor@gmail.com>
3346         * locales/ro_RO: The sorting order of the letters a circumflex and
3347         a with breve was corrected according to the Romanian alphabet.
3348         Capital A with breve is in no longer used within day names.
3349         Romanian post-92 writing rules are used within day and abday fields.
3350         Fixed the international currency symbol because after the
3351         denomination (starting with the 1st of July 2005), the symbol is
3352         RON (1 RON = 10000 ROL).
3353         Grouping sign for thousands, which is ".", is used for Romanian.
3354         Numbers are grouped in sets of 3 digits.
3355         The short date format is %d.%m.%Y for Romanian in Romania.
3356         The year is placed before the time in date_fmt.
3357         %Z was replaced with %z in date formats because %Z is not
3358         used nor widely known in Romania, and Romania uses daylight saving
3359         and the difference is more obvious this way.
3360         abday for Saturday was changed because i> looks bad and is
3361         incorrect according to post-92 writing rules.
3362         In Romanian months' names are not capitalized. The same goes for
3363         the days' names.
3364         A4 is the prefered paper type and metric system is used;
3365         FIXMEs were removed.
3366         country_name, country_car, lang_name and lang_ab were added.
3367         name_mr, name_mrs, name_miss were added; name_ms omitted as
3368         there is no proper form it in Romanian.
3369         An explanation related to the cedilla/comma issue and
3370         the reson why the transliteration is a good idea was added.
3371         The default encoding was changed to UTF-8 because this is the
3372         only encoding that supports all Romanian specific symbols and
3373         dicritics.
3374         The name format was corrected while salutation abbreviation was
3375         omitted.
3376         postal_fmt was corrected according to the Romanian style of
3377         writing this information.
3379 2006-05-01  Ulrich Drepper  <drepper@redhat.com>
3381         * SUPPORTED (SUPPORTED-LOCALES): Add el_CY.ISO-8859-7 and el_CY.UTF-8.
3383         [BZ #531]
3384         * locales/el_CY: New file.
3386         [BZ #192]
3387         * locales/hu_HU: Better month name abbreviations.
3389         * SUPPORTED (SUPPORTED-LOCALES): Add hy_AM.UTF-8 and hy_AM.ARMSCII-8.
3391         [BZ #68]
3392         * locales/hy_AM: Remove special collation rules.  Fix yesexpr, noexpr,
3393         country_name, country_car, lang_name, name_fmt, name_miss, name_mr,
3394         and name_mrs.
3396         [BZ #388]
3397         * locales/pl_PL: Don't ignore U0020 in collation.
3399         [BZ #352]
3400         * locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep.
3402 2006-05-01  Alexander Shopov  <ash@contact.bg>
3404         [BZ #2625]
3405         * charmaps/MIK: New file.
3407 2006-04-26  Ulrich Drepper  <drepper@redhat.com>
3409         * locales/bg_BG: Update after iso-4217.def update.
3410         * locales/bs_BA: Likewise.
3411         * locales/es_MX: Likewise.
3412         * locales/ru_RU: Likewise.
3413         * locales/tg_TJ: Likewise.
3414         * locales/tt_RU: Likewise.
3416 2006-04-25  Ulrich Drepper  <drepper@redhat.com>
3418         [BZ #2376]
3419         * locales/es_UY: Change curreny_symbol.
3421 2006-04-24  Ulrich Drepper  <drepper@redhat.com>
3423         [BZ #2349]
3424         * locales/de_CH: Change thousand separator to '.
3426 2006-01-17  Robert Millan  <robertmh@gnu.org>
3428         [BZ #2158]
3429         * SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
3430         * locales/ca_AD: New file.
3431         * locales/ca_FR: New file.
3432         * locales/ca_IT: New file.
3434 2006-04-23  Ulrich Drepper  <drepper@redhat.com>
3436         [BZ #2134]
3437         * locales/pa_PK: New file.
3438         * SUPPORTED: Add pa_PK.UTF-8.
3440         [BZ #1974]
3441         * locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt,
3442         am_pm, and name_fmt.
3444         [BZ #1787]
3445         * locales/en_ZA: Updates.
3447         [BZ #1786]
3448         * locales/af_ZA: Updates.
3450         [BZ #1785]
3451         * locales/st_ZA: Updates and formatting changes.
3453         [BZ #1784]
3454         * locales/zu_ZA: Updates and formatting changes.
3456         [BZ #1783]
3457         * locales/xh_ZA: Updates and formatting changes.
3459         [BZ #1782]
3460         * locales/nr_ZA: New file.
3461         * locales/SUPPORTED: Add nr_ZA.UTF-8.
3463 2006-04-10  Jakub Jelinek  <jakub@redhat.com>
3465         * locales/cs_CZ (LC_TIME): Define week.
3466         * locales/sk_SK (LC_TIME): Likewise.
3467         * locales/pl_PL (LC_TIME): Likewise.
3468         * locales/en_US (LC_TIME): Change week to 7;19971130;7.
3470 2005-12-27  Roland McGrath  <roland@redhat.com>
3472         * tst-ctype.c (main): Add some casts.
3474         * tst-mbswcs1.c (main): Make BUF const.  Add casts in mbrtowc calls.
3476 2006-01-02  Andreas Jaeger  <aj@suse.de>
3478         * locales/fi_FI: Fix date_fmt.
3479         * locales/mn_MN: Likewise.
3481 2005-11-21  Ulrich Drepper  <drepper@redhat.com>
3483         * locales/se_NO: Remove RCS ID line.
3485 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
3487         [BZ 1872]
3488         * charmaps/ISO_11548-1. New file.
3489         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3491 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
3493         [BZ #1294]
3494         * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
3496 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
3498         * SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
3500 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
3502         [BZ #119]
3503         * locales/es_AR: Fix thousands_sep and grouping.
3505 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3507         [BZ #451]
3508         * locales/rw_RW: New file.
3509         * SUPPORTED (SUPPORTED-LOCALES): Add rw_RW.UTF-8.
3511         [BZ #367]
3512         * locales/si_LK: New file.
3513         * SUPPORTED (SUPPORTED-LOCALES): Add si_LK.UTF-8.
3515         [BZ #297]
3516         * locales/fi_FI: Change date_fmt.
3518         * locales/te_IN: Fix noexpr, replace yY with nN.
3520         [BZ #305]
3521         * locales/bn_BD: Add yY and nN to yesexpr and noexpr respectively.
3522         * locales/ml_IN: Likewise.
3523         * locales/ta_IN: Likewise.
3524         * locales/kw_GB: Add yY to yesexpr.
3525         * locales/oc_FR: Likewise.
3527         * locales/bn_IN: Use copy "bn_BD" in LC_MESSAGES definition.
3529         [BZ #71]
3530         [BZ #305]
3531         * locales/ar_EG: Add yY and nN to yesexpr and noexpr respectively.
3532         Define yesstr and nostr.
3533         * locales/ar_AE: Use copy "ar_EG" in LC_MESSAGES definition.
3534         * locales/ar_BH: Likewise.
3535         * locales/ar_DZ: Likewise.
3536         * locales/ar_IN: Likewise.
3537         * locales/ar_IQ: Likewise.
3538         * locales/ar_JO: Likewise.
3539         * locales/ar_KW: Likewise.
3540         * locales/ar_LB: Likewise.
3541         * locales/ar_LY: Likewise.
3542         * locales/ar_MA: Likewise.
3543         * locales/ar_OM: Likewise.
3544         * locales/ar_QA: Likewise.
3545         * locales/ar_SA: Likewise.
3546         * locales/ar_SD: Likewise.
3547         * locales/ar_SY: Likewise.
3548         * locales/ar_TN: Likewise.
3549         * locales/ar_YE: Likewise.
3551         [BZ #56]
3552         * locales/de_DE: Add transliterations for quoting characters.
3554         [BZ #448]
3555         * locales/vi_VN: Several fixes.
3556         Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>.
3558         [BZ #428]
3559         * locales/te_IN: Several fixes.
3560         Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>.
3562         [BZ #368]
3563         * locales/dz_BT: New file.
3564         * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
3566         [BZ #195]
3567         * locales/hu_HU: Add some transliterations.
3569         [BZ #1429]
3570         * locales/hu_HU: Define week.
3572         [BZ #982]
3573         * locales/ml_IN: Fix title.
3575         [BZ #981]
3576         * locales/ca_ES: Fix title.
3578         [BZ #980]
3579         * locales/yi_US: Fix title.
3581         * locales/nl_NL: Define country_car, lang_name, lang_ab,
3582         lang_term, and lang_lib.
3584         [BZ #870]
3585         * locales/ku_TR: New file.
3586         * SUPPORTED (SUPPORTED-LOCALES): Add ku_TR.ISO-8859-9 and
3587         ku_TR.UTF-8.
3589 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3591         [BZ #533]
3592         * locales/ss_ZA: New file.
3593         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3595         [BZ #529]
3596         * locales/tn_ZA: New file.
3597         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3599         [BZ #491]
3600         * locales/ve_ZA: New file.
3601         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3603         [BZ #486]
3604         * locales/nso_ZA: New file.
3605         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3607         * SUPPORTED: Add nso_ZA.UTF-8, ve_ZA.UTF-8, tn_ZA.UTF-8, and
3608         ss_ZA.UTF-8.
3610 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
3612         [BZ #532]
3613         * locales/ts_ZA: New file.
3614         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3616         * SUPPORTED: Add ts_ZA.UTF-8.
3618 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
3620         * locales/en_US: Fix postal_fmt.
3621         * locales/es_US: Update LC_ADDRESS info from en_US.
3622         Reported by FrankTang@gmail.com.
3624 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
3626         [BZ #811]
3627         * locales/zh_CN: Fix date_fmt information.
3629         * SUPPORTED (SUPPORTED-LOCALES): Add km_KH.
3631         [BZ #826]
3632         * locales/km_KH: New file.
3634         * Makefile (LOCALES): Add zh_TW.EUC-TW.
3636 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
3638         [BZ #668]
3639         * locales/yi_US: Spelling fixes.
3641         [BZ #667]
3642         * locales/wa_BE: Fixed weekday names to match new orthographic rules.
3644         [BZ #666]
3645         * locales/tg_TJ: Correct yesexpr.
3647         [BZ #665]
3648         * locales/sq_AL: Add language specific collation.
3650         [BZ #663]
3651         * locales/bs_BA: Don't comment out reorder-after.  Fix tel_int_fmt.
3653         [BZ #662]
3654         * locales/az_AZ: Fix the day and month names.  Add transliteration
3655         for schwa character.
3657         [BZ #657]
3658         * locales/bn_BD: Some corrections.
3659         Patch by Jamil Ahmed <jamil@bengalinux.org>.
3661         [BZ #588]
3662         * locales/el_GR: Change to use 12h time format.
3663         Patch by Konstantinos Margaritis <markos@debian.org>.
3665         * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8.
3667         [BZ #566]
3668         * locales/hsb_DE: New file.
3670         [BZ #527]
3671         * locales/sid_ET: Remove incorrect lang_ab definition.
3673         [BZ #525]
3674         * locales/ru_RU: Use nominative instead of genitive in mon data to
3675         align with other locales with the same issue.
3677         * SUPPORTED (SUPPORTED-LOCALES): Add ky_KG.
3679         [BZ #520]
3680         * locales/ky_KG: New file.
3682         [BZ #495]
3683         * locales/st_ZA: Updates and corrections.
3684         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3686         [BZ #493]
3687         * locales/xh_ZA: Updates and corrections.
3688         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3690         [BZ #488]
3691         * locales/zu_ZA: Updates and corrections.
3692         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3694         [BZ #484]
3695         * locales/af_ZA: Updates and corrections.
3696         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3698         * SUPPORTED (SUPPORTED-LOCALES): Add be_BY@latin.
3700         [BZ #1347]
3701         * locales/be_BY@latin: New file.
3703 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
3705         * SUPPORTED (SUPPORTED-LOCALES): Add mg_MG and mg_MG.UTF-8.
3707         [BZ #704]
3708         * locales/mg_MG: New file.
3710 2005-07-26  Ulrich Drepper  <drepper@redhat.com>
3712         * locales/hu_HU: Better collation.
3713         Patch by Gyuro Lehel <lehel@freemail.hu>.
3715 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
3717         [BZ #448]
3718         * locales/vi_VN: Update locale.
3720 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
3722         * locales/en_US: Remove duplicate am_pn entry.
3724 2005-05-28  Jakub Jelinek  <jakub@redhat.com>
3726         [BZ #622]
3727         * locales/pa_IN (am_pm): Fix typos.
3728         Patch by Denis Barbier <barbier@linuxfr.org>.
3730 2005-05-22  Ulrich Drepper  <drepper@redhat.com>
3732         [BZ #1092]
3733         * locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.
3735 2005-04-28  Jakub Jelinek  <jakub@redhat.com>
3737         [BZ #1084]
3738         * SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
3740 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3742         [BZ #1091]
3743         * locales/fa_IR: Add alt_digits, change date and time
3744         representation, and various cleanups.
3745         Patch by Hamed Malek <hamed@bamdad.org>.
3747 2005-03-21  Jakub Jelinek  <jakub@redhat.com>
3749         [BZ #823]
3750         * charmaps/WINDOWS-31J: Add % before alias keyword.
3752 2005-02-27  Denis Barbier  <barbier@debian.org>
3754         [BZ #38]
3755         * locales/sr_CS: New file.
3756         Contributed by Danilo Segan <dsegan@gmx.net>
3757         * SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
3759 2005-03-18  Andreas Schwab  <schwab@suse.de>
3761         [BZ #622]
3762         * locales/pa_IN (am_pm): Fix character names.
3764 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
3766         [BZ #1084]
3767         * SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
3769 2004-12-19  Roland McGrath  <roland@frob.com>
3771         * gen-unicode-ctype.c (output_tables): Fix email address in output.
3773 2004-10-02  Petter Reinholdtsen  <pere@hungry.com>
3775         [BZ #82]
3776         * locales/bn_BD: Remove duplicate LC_MESSAGES block. Correct the
3777         remaining block.  Change contact info as this locale is now
3778         maintained by Jamil Ahmed.  Patch from Jamil Ahmed.
3780         * locales/bn_BD: Change category entries to look more like
3781         standard references.
3783         [BZ #26]
3784         * locales/ta_IN: Correct sorting order.  Corrected day and month
3785         abbrevations.  Corrected name strings for mr., mrs. and miss.
3786         Patch from Thuraiappah Vaseeharan.
3788 2004-12-17  GOTO Masanori  <gotom@debian.or.jp>
3790         * locales/te_IN: Fix language name spelling.
3792 2004-12-14  Ulrich Drepper  <drepper@redhat.com>
3794         * locales/en_ZA: Update by Dwayne Bailey.
3796 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
3798         * locales/pa_IN: Add some missing fields and fix some spelling
3799         mistakes.  Patch by Jatin Nansi <jnansi@redhat.com>.
3801 2004-10-31  Petter Reinholdtsen  <pere@hungry.com>
3803         [BZ #337]
3804         * SUPPORTED: Update bug reporting comment.
3805         * locales/af_ZA: Change contact address from bug-glibc@gnu.org
3806         to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing
3807         list).
3808         * locales/an_ES: Likewise.
3809         * locales/ar_AE: Likewise.
3810         * locales/ar_BH: Likewise.
3811         * locales/ar_DZ: Likewise.
3812         * locales/ar_EG: Likewise.
3813         * locales/ar_IN: Likewise.
3814         * locales/ar_IQ: Likewise.
3815         * locales/ar_JO: Likewise.
3816         * locales/ar_KW: Likewise.
3817         * locales/ar_LB: Likewise.
3818         * locales/ar_LY: Likewise.
3819         * locales/ar_MA: Likewise.
3820         * locales/ar_OM: Likewise.
3821         * locales/ar_QA: Likewise.
3822         * locales/ar_SA: Likewise.
3823         * locales/ar_SD: Likewise.
3824         * locales/ar_SY: Likewise.
3825         * locales/ar_TN: Likewise.
3826         * locales/ar_YE: Likewise.
3827         * locales/be_BY: Likewise.
3828         * locales/bn_IN: Likewise.
3829         * locales/br_FR@euro: Likewise.
3830         * locales/ca_ES: Likewise.
3831         * locales/ca_ES@euro: Likewise.
3832         * locales/cs_CZ: Likewise.
3833         * locales/da_DK: Likewise.
3834         * locales/de_AT: Likewise.
3835         * locales/de_AT@euro: Likewise.
3836         * locales/de_BE: Likewise.
3837         * locales/de_BE@euro: Likewise.
3838         * locales/de_CH: Likewise.
3839         * locales/de_DE: Likewise.
3840         * locales/de_DE@euro: Likewise.
3841         * locales/de_LU: Likewise.
3842         * locales/de_LU@euro: Likewise.
3843         * locales/el_GR: Likewise.
3844         * locales/el_GR@euro: Likewise.
3845         * locales/en_AU: Likewise.
3846         * locales/en_BW: Likewise.
3847         * locales/en_CA: Likewise.
3848         * locales/en_DK: Likewise.
3849         * locales/en_GB: Likewise.
3850         * locales/en_HK: Likewise.
3851         * locales/en_IE: Likewise.
3852         * locales/en_IE@euro: Likewise.
3853         * locales/en_IN: Likewise.
3854         * locales/en_NZ: Likewise.
3855         * locales/en_PH: Likewise.
3856         * locales/en_SG: Likewise.
3857         * locales/en_US: Likewise.
3858         * locales/en_ZW: Likewise.
3859         * locales/es_AR: Likewise.
3860         * locales/es_BO: Likewise.
3861         * locales/es_CL: Likewise.
3862         * locales/es_CO: Likewise.
3863         * locales/es_CR: Likewise.
3864         * locales/es_DO: Likewise.
3865         * locales/es_EC: Likewise.
3866         * locales/es_ES: Likewise.
3867         * locales/es_ES@euro: Likewise.
3868         * locales/es_GT: Likewise.
3869         * locales/es_HN: Likewise.
3870         * locales/es_MX: Likewise.
3871         * locales/es_NI: Likewise.
3872         * locales/es_PA: Likewise.
3873         * locales/es_PE: Likewise.
3874         * locales/es_PR: Likewise.
3875         * locales/es_PY: Likewise.
3876         * locales/es_SV: Likewise.
3877         * locales/es_US: Likewise.
3878         * locales/es_UY: Likewise.
3879         * locales/es_VE: Likewise.
3880         * locales/et_EE: Likewise.
3881         * locales/eu_ES: Likewise.
3882         * locales/eu_ES@euro: Likewise.
3883         * locales/fi_FI: Likewise.
3884         * locales/fi_FI@euro: Likewise.
3885         * locales/fo_FO: Likewise.
3886         * locales/fr_BE: Likewise.
3887         * locales/fr_BE@euro: Likewise.
3888         * locales/fr_CA: Likewise.
3889         * locales/fr_CH: Likewise.
3890         * locales/fr_FR: Likewise.
3891         * locales/fr_FR@euro: Likewise.
3892         * locales/fr_LU: Likewise.
3893         * locales/fr_LU@euro: Likewise.
3894         * locales/ga_IE: Likewise.
3895         * locales/ga_IE@euro: Likewise.
3896         * locales/gl_ES: Likewise.
3897         * locales/gl_ES@euro: Likewise.
3898         * locales/gu_IN: Likewise.
3899         * locales/gv_GB: Likewise.
3900         * locales/he_IL: Likewise.
3901         * locales/hi_IN: Likewise.
3902         * locales/hr_HR: Likewise.
3903         * locales/hu_HU: Likewise.
3904         * locales/id_ID: Likewise.
3905         * locales/is_IS: Likewise.
3906         * locales/it_CH: Likewise.
3907         * locales/it_IT: Likewise.
3908         * locales/it_IT@euro: Likewise.
3909         * locales/iw_IL: Likewise.
3910         * locales/ja_JP: Likewise.
3911         * locales/kk_KZ: Likewise.
3912         * locales/kl_GL: Likewise.
3913         * locales/kn_IN: Likewise.
3914         * locales/ko_KR: Likewise.
3915         * locales/kw_GB: Likewise.
3916         * locales/lo_LA: Likewise.
3917         * locales/lt_LT: Likewise.
3918         * locales/lv_LV: Likewise.
3919         * locales/ml_IN: Likewise.
3920         * locales/mn_MN: Likewise.
3921         * locales/mr_IN: Likewise.
3922         * locales/ms_MY: Likewise.
3923         * locales/mt_MT: Likewise.
3924         * locales/nb_NO: Likewise.
3925         * locales/nl_BE: Likewise.
3926         * locales/nl_BE@euro: Likewise.
3927         * locales/nl_NL: Likewise.
3928         * locales/nl_NL@euro: Likewise.
3929         * locales/nn_NO: Likewise.
3930         * locales/pa_IN: Likewise.
3931         * locales/pl_PL: Likewise.
3932         * locales/pt_BR: Likewise.
3933         * locales/pt_PT: Likewise.
3934         * locales/pt_PT@euro: Likewise.
3935         * locales/ro_RO: Likewise.
3936         * locales/ru_RU: Likewise.
3937         * locales/ru_UA: Likewise.
3938         * locales/sk_SK: Likewise.
3939         * locales/sl_SI: Likewise.
3940         * locales/sq_AL: Likewise.
3941         * locales/sv_FI: Likewise.
3942         * locales/sv_FI@euro: Likewise.
3943         * locales/sv_SE: Likewise.
3944         * locales/ta_IN: Likewise.
3945         * locales/te_IN: Likewise.
3946         * locales/th_TH: Likewise.
3947         * locales/tr_TR: Likewise.
3948         * locales/uk_UA: Likewise.
3949         * locales/ur_PK: Likewise.
3950         * locales/vi_VN: Likewise.
3951         * locales/wa_BE@euro: Likewise.
3952         * locales/zh_CN: Likewise.
3953         * locales/zh_HK: Likewise.
3954         * locales/zh_SG: Likewise.
3955         * locales/zh_TW: Likewise.
3957         [BZ #187]
3958         * locales/tr_TR: Add 'yY' and 'nN' to yesexpr and noexpr, to avoid
3959         surprises when using untranslated program.
3960         * locales/tr_TR: Remove trailing '.*' from yesexpr and noexpr to
3961         make it more like the structure of the POSIX locale values.
3962         * locales/tr_TR: Correct numeric decimal point to use comma, and
3963         correct grouping.
3964         Based on patches from Deniz Akkus Kanca and Nilgün Belma Bugüner.
3966         [BZ #421]
3967         * locales/tr_TR: Update with new currency symbol valid from
3968         2005-01-01.  Patch from Nilgün Belma Bugüner.
3969         * locales/tr_TR: Convert UTF-8 comment to <U#> notation.
3971 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
3973         * locales/fa_IR: Add to_inpunct map.
3974         Patch by Hamed Malek <hamed@bamdad.org>.
3976 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
3978         [BZ #413]
3979         * locales/gu_IN: Update various incorrect and missing information.
3980         Patch by Ankit Patel <ankit@redhat.com>.
3982 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
3984         * locales/nb_NO: Make language field consistent in form with nn_NO.
3986 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
3988         * locales/cy_GB: Fix d_t_fmt ("a viz" -> "mis").
3989         Reported by Alan Cox <alan@redhat.com>.
3991 2004-08-07  Petter Reinholdtsen  <pere@hungry.com>
3993         * Makefile (test-input): Add tr_TR.UTF-8 sorting test.  Test case
3994         for BZ #19.
3995         * tr_TR.in: New file.
3997 2004-07-31  Bruno Haible  <bruno@clisp.org>
3999         * charmaps/EUC-JISX0213: Updated to JISX0213 plane 1 version 2004.
4000         * charmaps/SHIFT_JISX0213: Likewise.
4002 2004-07-22  Bruno Haible  <bruno@clisp.org>
4004         * charmaps/ISO-8859-7: Add mappings for 0xA4, 0xA5, 0xAA.  Add alias
4005         ISO_8859-7:2003.
4007 2004-07-22  Bruno Haible  <bruno@clisp.org>
4009         * charmaps/ISO-8859-11: Define identity mapping for 0x80..0x9F.
4011 2004-07-14  Petter Reinholdtsen  <pere@hungry.com>
4013         * locales/kr_KO: Change month names to use latin numbers instead
4014         of hangul numeric pronounciation.  Patch from Changwoo
4015         Ryu.[BZ #25]
4017 2004-07-17  Petter Reinholdtsen  <pere@hungry.com>
4019         * charmaps/IBM874: Add new alias WINDOWS-874 for IBM874 [BZ #244].
4021 2004-05-18  Petter Reinholdtsen  <pere@hungry.com>
4023         * locales/sl_SI [LC_TIME]: Correct d_fmt date format from
4024         '22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
4025         Reinhardt, and approved by the locale author Borka
4026         Jerman-Blazic. [BZ #163]
4028 2004-05-17  Ulrich Drepper  <drepper@redhat.com>
4030         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_YU locales.
4032 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
4034         * locales/it_IT: Change currency formatting from none to two
4035         fraction dicits, as Italy now uses the Euro.  Patch from Marko
4036         Djukic. [BZ #111]
4038 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
4040         * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
4041         (nn_NO) as in Norwegian BokmÃ¥l (nb_NO). [BZ #74]
4043 2004-05-03  Ulrich Drepper  <drepper@redhat.com>
4045         * locales/wal_ET: New file [BZ #142].  Contributed by Daniel Yacob.
4047 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
4049         * locales/sid_ET: Correct lang_ab and source information.
4050         Patch from Daniel Yacob.
4052 2004-04-17  Petter Reinholdtsen  <pere@hungry.com>
4054         * locales/et_EE: Change default charset for et_EE locale from
4055         ISO-8859-1 to ISO-8859-15, to reflect the content of
4056         <URL:http://www.eki.ee/itstandard/contents.html>.  Based on input
4057         from Indrek Hein and Meelis Roos.
4058         * SUPPORTED: Add et_EE.ISO-8859-15. [BZ #118]
4060 2004-04-17  Ulrich Drepper  <drepper@redhat.com>
4062         * SUPPORTED (SUPPORTED-LOCALES): Add kk_KZ/PT154.
4063         * locales/kk_KZ: New file.
4064         * charmaps/PT154: New file.
4065         * charmaps/RK1048: New file.
4067 2004-03-19  Petter Reinholdtsen  <pere@hungry.com>
4069         * locales/af_ZA: Make sure yesexpr and noexpr regex start with '^'.
4070         * locales/ar_TN: Likewise.
4071         * locales/ar_YE: Likewise.
4072         * locales/bn_BD: Likewise.
4073         * locales/br_FR: Likewise.
4074         * locales/ca_ES: Likewise.
4075         * locales/cy_GB: Likewise.
4076         * locales/gd_GB: Likewise.
4077         * locales/gv_GB: Likewise.
4078         * locales/hy_AM: Likewise.
4079         * locales/id_ID: Likewise.
4080         * locales/ka_GE: Likewise.
4081         * locales/kw_GB: Likewise.
4082         * locales/lg_UG: Likewise.
4083         * locales/mk_MK: Likewise.
4084         * locales/oc_FR: Likewise.
4085         * locales/ru_UA: Likewise.
4086         * locales/sk_SK: Likewise.
4087         * locales/sr_YU: Likewise.
4088         * locales/sr_YU@cyrillic: Likewise.
4089         * locales/uk_UA: Likewise.
4090         * locales/ur_PK: Likewise.
4091         * locales/wa_BE: Likewise.
4093 2004-03-17  Ulrich Drepper  <drepper@redhat.com>
4095         * locales/fa_IR: Fix yesexpr and noexpr.
4096         Patch by Hamed Malek <hamed@bamdad.org>.
4098 2004-02-16  Ulrich Drepper  <drepper@redhat.com>
4100         * locales/tr_TR: Correct sorting order of the normal and dotless I
4101         [BZ #19].
4103 2004-02-09  Ulrich Drepper  <drepper@redhat.com>
4105         * locales/fa_IR: Add to_outpunct info and change decimal_point and
4106         thousand_sep to ASCII value.
4108 2004-01-19  Ulrich Drepper  <drepper@redhat.com>
4110         * SUPPORTED: Add all kinds of UTF-8 locales.
4112 2004-01-18  Bruno Haible  <bruno@clisp.org>
4114         * locales/lg_UG: Renamed from lug_UG, with trivial updates.
4115         * locales/lug_UG: Remove file.
4116         * SUPPORTED: Create lg_UG instead of lug_UG.
4118 2003-12-31  Bruno Haible  <bruno@clisp.org>
4120         * charmaps/IBM866NAV: Fix the character values.
4122 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4124         * sort-test.sh: Print the status for both the sorting tests, xfrm
4125         and collate, making it possible to know which one of them that
4126         fail if only one of them misbehaves.  Indent output from
4127         'diff -u' when sorting test fail, to make it easier to visually
4128         group the output.
4130 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4132         * tst-fmon.data: Add simple test to check left justified currency
4133         values in the C locale.
4135 2004-01-01  Ulrich Drepper  <drepper@redhat.com>
4137         * tst-fmon.sh: Don't print every line.  The program already prints
4138         the failing ones.
4140         * tst-fmon.c (main): Fix typo in message.
4142 2003-07-06  Petter Reinholdtsen  <pere@hungry.com>
4144         * locales/en_ZA: Correcty typo in changelog (Sofware -> Software).
4145         * locales/hr_HR: Correct the email address of Tomislav Vujec.
4146         * locales/ja_JP: Document EUC-JP as the recommended charset.
4147         * locales/ko_KR: List Won-kyu Park as the author/contact for the
4148         locale.
4149         * locales/ru_UA: Correct the email address of Denis V. Dmitrienko.
4151 2003-12-22  Ulrich Drepper  <drepper@redhat.com>
4153         * tst-numeric.data: Remove reliance on nb_NO.ISO-8859-1 locale.
4155 2003-12-05  Ulrich Drepper  <drepper@redhat.com>
4157         * SUPPORTED: Add az_ZA.UTF-8, bn_BD, bn_IN, br_FR@euro, tt_RU, zh_SG.
4159         * locales/aa_DJ: Add int_select.  Use copy where possible.
4160         * locales/am_ET: Likewise.
4161         * locales/ar_BH: Likewise.
4162         * locales/ar_DZ: Likewise.
4163         * locales/ar_EG: Likewise.
4164         * locales/ar_IN: Likewise.
4165         * locales/az_AZ: Likewise.
4166         * locales/be_BY: Likewise.
4167         * locales/bn_BD: Likewise.
4168         * locales/bn_IN: Likewise.
4169         * locales/br_FR: Likewise.
4170         * locales/bs_BA: Likewise.
4171         * locales/da_DK: Likewise.
4172         * locales/de_AT: Likewise.
4173         * locales/de_BE: Likewise.
4174         * locales/el_GR: Likewise.
4175         * locales/en_AU: Likewise.
4176         * locales/en_BW: Likewise.
4177         * locales/en_CA: Likewise.
4178         * locales/en_DK: Likewise.
4179         * locales/en_IN: Likewise.
4180         * locales/es_AR: Likewise.
4181         * locales/es_BO: Likewise.
4182         * locales/es_CL: Likewise.
4183         * locales/es_CO: Likewise.
4184         * locales/es_CR: Likewise.
4185         * locales/es_DO: Likewise.
4186         * locales/es_EC: Likewise.
4187         * locales/es_GT: Likewise.
4188         * locales/es_HN: Likewise.
4189         * locales/es_SV: Likewise.
4190         * locales/et_EE: Likewise.
4191         * locales/fi_FI: Likewise.
4192         * locales/fr_BE: Likewise.
4193         * locales/fr_CA: Likewise.
4194         * locales/fr_FR: Likewise.
4195         * locales/gu_IN: Likewise.
4196         * locales/hi_IN: Likewise.
4197         * locales/hr_HR: Likewise.
4198         * locales/hu_HU: Likewise.
4199         * locales/is_IS: Likewise.
4200         * locales/ka_GE: Likewise.
4201         * locales/kn_IN: Likewise.
4202         * locales/ml_IN: Likewise.
4203         * locales/mr_IN: Likewise.
4204         * locales/nl_BE: Likewise.
4205         * locales/pa_IN: Likewise.
4206         * locales/pt_BR: Likewise.
4207         * locales/ru_RU: Likewise.
4208         * locales/sq_AL: Likewise.
4209         * locales/ta_IN: Likewise.
4210         * locales/te_IN: Likewise.
4211         * locales/ti_ER: Likewise.
4212         * locales/ti_ET: Likewise.
4213         * locales/zh_HK: Likewise.
4215         * locales/hy_AM: Fix some syntax errors and formatting mistakes.
4217         * locales/tt_RU: Use copy in a few places.  Add dummy LC_NAME,
4218         LC_ADDRESS, and LC_TELEPHONE definitions.
4220 2003-11-30  Petter Reinholdtsen  <pere@hungry.com>
4222         * tst-fmon.sh: Allow quotes around the result string, to make it
4223         easier to see important whitespace.
4224         * tst-fmon.data: Likewise.
4226         * tst-fmon.sh: Clean up output, unify capitalization and output order.
4227         * tst-fmon.c: Likewise.
4229         * tst-fmon.data: Add test for international currency formatting.
4230         * tst-fmon-locales/tstfmon_n01y12: Add definitions for int_* fields.
4231         * tst-fmon-locales/tstfmon_n02n40: Likewise.
4232         * tst-fmon-locales/tstfmon_n10y31: Likewise.
4233         * tst-fmon-locales/tstfmon_n11y41: Likewise.
4234         * tst-fmon-locales/tstfmon_n12y11: Likewise.
4235         * tst-fmon-locales/tstfmon_n20n32: Likewise.
4236         * tst-fmon-locales/tstfmon_n30y20: Likewise.
4237         * tst-fmon-locales/tstfmon_n41n00: Likewise.
4238         * tst-fmon-locales/tstfmon_y01y10: Likewise.
4239         * tst-fmon-locales/tstfmon_y02n22: Likewise.
4240         * tst-fmon-locales/tstfmon_y22n42: Likewise.
4241         * tst-fmon-locales/tstfmon_y30y21: Likewise.
4242         * tst-fmon-locales/tstfmon_y32n31: Likewise.
4243         * tst-fmon-locales/tstfmon_y40y00: Likewise.
4244         * tst-fmon-locales/tstfmon_y42n21: Likewise.
4246         * locales/en_US: Correct spacing for international
4247         currency formatting, now that strfmon() works better.
4249         * locales/ja_JP: Correct currency position and
4250         spacing now that strfmon() work better.
4252 2003-12-03  Ulrich Drepper  <drepper@redhat.com>
4254         * locales/af_ZA: Add ISO 3166 information.
4255         * locales/ar_AE: Likewise.
4256         * locales/ar_BH: Likewise.
4257         * locales/ar_DZ: Likewise.
4258         * locales/ar_EG: Likewise.
4259         * locales/ar_IN: Likewise.
4260         * locales/ar_IQ: Likewise.
4261         * locales/ar_JO: Likewise.
4262         * locales/ar_KW: Likewise.
4263         * locales/ar_LB: Likewise.
4264         * locales/ar_LY: Likewise.
4265         * locales/ar_MA: Likewise.
4266         * locales/ar_OM: Likewise.
4267         * locales/ar_QA: Likewise.
4268         * locales/ar_SA: Likewise.
4269         * locales/ar_SD: Likewise.
4270         * locales/ar_SY: Likewise.
4271         * locales/ar_TN: Likewise.
4272         * locales/ar_YE: Likewise.
4273         * locales/az_AZ: Likewise.
4274         * locales/be_BY: Likewise.
4275         * locales/bn_BD: Likewise.
4276         * locales/bn_IN: Likewise.
4277         * locales/bs_BA: Likewise.
4278         * locales/ca_ES: Likewise.
4279         * locales/cs_CZ: Likewise.
4280         * locales/cy_GB: Likewise.
4281         * locales/da_DK: Likewise.
4282         * locales/de_AT: Likewise.
4283         * locales/de_BE: Likewise.
4284         * locales/de_CH: Likewise.
4285         * locales/de_LU: Likewise.
4286         * locales/el_GR: Likewise.
4287         * locales/en_AU: Likewise.
4288         * locales/en_BW: Likewise.
4289         * locales/en_CA: Likewise.
4290         * locales/en_DK: Likewise.
4291         * locales/en_GB: Likewise.
4292         * locales/en_HK: Likewise.
4293         * locales/en_IE: Likewise.
4294         * locales/en_IN: Likewise.
4295         * locales/en_NZ: Likewise.
4296         * locales/en_PH: Likewise.
4297         * locales/en_SG: Likewise.
4298         * locales/en_ZA: Likewise.
4299         * locales/en_ZW: Likewise.
4300         * locales/es_AR: Likewise.
4301         * locales/es_BO: Likewise.
4302         * locales/es_CL: Likewise.
4303         * locales/es_CO: Likewise.
4304         * locales/es_CR: Likewise.
4305         * locales/es_DO: Likewise.
4306         * locales/es_EC: Likewise.
4307         * locales/es_ES: Likewise.
4308         * locales/es_GT: Likewise.
4309         * locales/es_HN: Likewise.
4310         * locales/es_MX: Likewise.
4311         * locales/es_NI: Likewise.
4312         * locales/es_PA: Likewise.
4313         * locales/es_PE: Likewise.
4314         * locales/es_PR: Likewise.
4315         * locales/es_PY: Likewise.
4316         * locales/es_SV: Likewise.
4317         * locales/es_US: Likewise.
4318         * locales/es_UY: Likewise.
4319         * locales/es_VE: Likewise.
4320         * locales/et_EE: Likewise.
4321         * locales/eu_ES: Likewise.
4322         * locales/fi_FI: Likewise.
4323         * locales/fo_FO: Likewise.
4324         * locales/fr_BE: Likewise.
4325         * locales/fr_CA: Likewise.
4326         * locales/fr_CH: Likewise.
4327         * locales/fr_FR: Likewise.
4328         * locales/fr_LU: Likewise.
4329         * locales/ga_IE: Likewise.
4330         * locales/gl_ES: Likewise.
4331         * locales/gu_IN: Likewise.
4332         * locales/gv_GB: Likewise.
4333         * locales/he_IL: Likewise.
4334         * locales/hi_IN: Likewise.
4335         * locales/hr_HR: Likewise.
4336         * locales/hu_HU: Likewise.
4337         * locales/id_ID: Likewise.
4338         * locales/is_IS: Likewise.
4339         * locales/it_CH: Likewise.
4340         * locales/it_IT: Likewise.
4341         * locales/iw_IL: Likewise.
4342         * locales/ja_JP: Likewise.
4343         * locales/kl_GL: Likewise.
4344         * locales/kn_IN: Likewise.
4345         * locales/ko_KR: Likewise.
4346         * locales/kw_GB: Likewise.
4347         * locales/lt_LT: Likewise.
4348         * locales/lug_UG: Likewise.
4349         * locales/lv_LV: Likewise.
4350         * locales/ml_IN: Likewise.
4351         * locales/mr_IN: Likewise.
4352         * locales/ms_MY: Likewise.
4353         * locales/mt_MT: Likewise.
4354         * locales/nb_NO: Likewise.
4355         * locales/ne_NP: Likewise.
4356         * locales/nl_BE: Likewise.
4357         * locales/nl_NL: Likewise.
4358         * locales/nn_NO: Likewise.
4359         * locales/pa_IN: Likewise.
4360         * locales/pl_PL: Likewise.
4361         * locales/pt_BR: Likewise.
4362         * locales/pt_PT: Likewise.
4363         * locales/ro_RO: Likewise.
4364         * locales/ru_RU: Likewise.
4365         * locales/ru_UA: Likewise.
4366         * locales/se_NO: Likewise.
4367         * locales/sk_SK: Likewise.
4368         * locales/sl_SI: Likewise.
4369         * locales/sq_AL: Likewise.
4370         * locales/sr_YU: Likewise.
4371         * locales/st_ZA: Likewise.
4372         * locales/sv_FI: Likewise.
4373         * locales/sv_SE: Likewise.
4374         * locales/ta_IN: Likewise.
4375         * locales/te_IN: Likewise.
4376         * locales/tg_TJ: Likewise.
4377         * locales/th_TH: Likewise.
4378         * locales/tl_PH: Likewise.
4379         * locales/uk_UA: Likewise.
4380         * locales/ur_PK: Likewise.
4381         * locales/uz_UZ@cyrillic: Likewise.
4382         * locales/vi_VN: Likewise.
4383         * locales/xh_ZA: Likewise.
4384         * locales/zh_HK: Likewise.
4385         * locales/zh_SG: Likewise.
4386         * locales/zu_ZA: Likewise.
4388 2003-11-23  Petter Reinholdtsen  <pere@hungry.com>
4390         * locales/translit_et: Removed unused file.
4392         * locales/fi_FI: First weekday and workday is Monday in Finland.
4393         Correction from Tommi Vainikainen.
4395 2003-11-20  Jakub Jelinek  <jakub@redhat.com>
4397         * Makefile (LOCALES): Add cs_CZ.UTF-8.
4399 2003-11-15  Ulrich Drepper  <drepper@redhat.com>
4401         * Makefile (tst-leaks-ENV): Add LOCPATH.
4403 2003-11-11  Jakub Jelinek  <jakub@redhat.com>
4405         * Makefile (LOCALES): Add tr_TR.UTF-8.
4407 2003-11-08  Ulrich Drepper  <drepper@redhat.com>
4409         * locales/ne_NP: New file.
4410         * locales/gu_IN: New file.
4411         * locales/kn_IN: New file.
4412         * locales/pa_IN: New file.
4413         Patch by Gnutupalli Karunakar <karunakar@freedomink.org>.
4415         * SUPPORTED (SUPPORTED-LOCALES): Add ne_NP, gu_IN, kn_IN, and pa_IN.
4417 2003-11-04  Ulrich Drepper  <drepper@redhat.com>
4419         * tst-numeric.data: Fix fallout from nb_NO introduction.
4420         * Makefile (LOCALES): Likewise.
4422 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4424         * SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
4426         * SUPPORTED (SUPPORTED-LOCALES): Add more support locales.
4428 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4430         * locales/aa_DJ: New file.
4431         * locales/aa_ER: New file.
4432         * locales/aa_ER@saaho: New file.
4433         * locales/aa_ET: New file.
4434         * locales/byn_ER: New file.
4435         * locales/gez_ER: New file.
4436         * locales/gez_ER@abegede: New file.
4437         * locales/gez_ET: New file.
4438         * locales/gez_ET@abegede: New file.
4439         * locales/om_ET: New file.
4440         * locales/om_KE: New file.
4441         * locales/sid_ET: New file.
4442         * locales/so_DJ: New file.
4443         * locales/so_ET: New file.
4444         * locales/so_KE: New file.
4445         * locales/so_SO: New file.
4446         * locales/tig_ER: New file.
4447         * locales/am_ET: Various updates.
4448         * locales/ti_ER: Likewise.
4449         * locales/ti_ET: Likewise.
4450         Patch by Daniel Yacob <locales@geez.org>.
4452 2003-10-31  Roland McGrath  <roland@redhat.com>
4454         * bug-usesetlocale.c: New file.
4455         * Makefile (tests): Add it.
4457 2003-10-01  Ulrich Drepper  <drepper@redhat.com>
4459         * SUPPORTED (SUPPORTED-LOCALES): Add uz_UZ@cyrillic.UTF-8.
4461         * locales/uz_UZ: New version by Mashrab Kuvatov.
4462         * locales/uz_UZ@cyrillic: New file.  Patch by Mashrab Kuvatov.
4464 2003-09-21  Jordi Mallach  <jordi@gnu.org>
4466         * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits
4467         values.
4468         * locales/eu_ES: Fix int_frac_digits and frac_digits values.
4469         * locales/gl_ES: Likewise.
4471 2003-09-17  Ulrich Drepper  <drepper@redhat.com>
4473         * locales/lo_LA: Fix duplicated collation entries.
4474         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4476 2003-09-01  Petter Reinholdtsen  <pere@hungry.com>
4478         * locales/iw_IL: Add comment stating why there are two locales for
4479         Hebrew in Israel, and that he_IL replaces iw_IL.
4480         * locales/he_IL: Likewise.
4482 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
4484         * locales/an_ES: Fix locale header information.
4485         * locales/wa_BE: Likewise.
4486         * locales/yi_US: Likewise.
4487         Patch by Jordi Mallach <jordi@sindominio.net>.
4489 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
4491         * charmaps/WINDOWS-31J: New file.
4492         * charmaps/EUC-JP-MS: New file
4493         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
4495 2003-07-27  Andreas Jaeger  <aj@suse.de>
4497         * collate-test.c: Include error.h for error prototype.
4498         * xfrm-test.c: Likewise.
4500 2003-07-13  Petter Reinholdtsen  <pere@hungry.com>
4502         * collate-test.c (main): Correct handling of files with more then
4503         100 lines.  Print error message if argument is missing, instead of
4504         segfaulting.
4505         * xfrm-test.c: Likewise.
4507 2003-07-02  Ulrich Drepper  <drepper@redhat.com>
4509         * locales/lo_LA: Update collation info for U0EAF and U0EC6.
4510         Update era_t_fmt, era_d_t_fmt, country_name, and lang_name fields.
4511         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4513 2003-06-25  Petter Reinholdtsen  <pere@hungry.com>
4515         * locales/an_ES: Change default charset from ISO-8859-1 to
4516         ISO-8859-15 as the locale need the EURO sign.
4518         * SUPPORTED (SUPPORTED-LOCALES): Add an_ES.ISO-8859-15.
4520 2003-06-21  Petter Reinholdtsen  <pere@hungry.com>
4522         * locales/no_NO [LC_COLLATE]: Add missing eth letter, sorted as
4523         latin letter d.
4525 2003-06-16  Bruno Haible  <bruno@clisp.org>
4527         * charmaps/ISO-8859-15: Add aliases ISO_8859-15, LATIN-9.
4528         * charmaps/ISO-8859-16: Add aliases ISO_8859-16:2001, ISO_8859-16.
4529         * charmaps/IBM1047: Add alias IBM-1047.
4530         * charmaps/GBK: Add aliases CP936, MS936, WINDOWS-936.
4532 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4534         * locales/fi_FI [LC_TIME]: Correct month names to make the dates
4535         gramatically correct.  Patch from Eero Häkkinen. [PR libc/5013].
4537 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
4539         * locales/an_ES: New file.  Contributed by Jordi Mallach Péez.
4541 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4543         * tst-fmon.c (main): Remove unused variable 'monval'.
4545         * tst-fmon.sh: Make sure all tests are executed before an error
4546         code is reported to make.
4547         * tst-numeric.sh: Likewise.
4549 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4551         * locales/is_IS [LC_TIME]: Use lower case letters in month and
4552         week day names.  Patch from Bjarni Ingi Gislason.
4554 2003-05-31  Petter Reinholdtsen  <pere@hungry.com>
4556         * locales/fi_FI: Add URL to a reference documenting Finish in
4557         Finland
4558         * locales/fi_FI [LC_MONETARY]: Correct mon_thousands_sep from
4559         period (U002E) to non-break space (U00A0).
4560         suggestion from Eero Häkkinen.
4561         [LC_NUMERIC]: Correct thousands_sep from period (U002E) to
4562         non-break space (U00A0).  Based on suggestion from Eero Häkkinen.
4564 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
4566         * locales/lo_LA: New file.
4567         Contributed by Anousak Souphavanh <anousak@muanglao.com>.
4568         * SUPPORTED (SUPPORTED-LOCALES): Add lo_LA.UTF8.
4570 2003-05-29  Petter Reinholdtsen  <pere@hungry.com>
4572         * locales/uk_UA: Correct mail address of Denys Dmytriyenko.
4574 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
4576         * locales/st_ZA: New file.
4577         * locales/xh_ZA: New file.
4578         * locales/zu_ZA: New file.
4579         Contributed by Dwayne Bailey <dwayne@translate.org.za>.
4581 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
4583         * locales/de_DE: Use two-letter abday values.
4584         * tst-langinfo.sh: Update after de_DE locale change.
4586 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4588         * tests-mbwc/tst_wcsxfrm.c (tst_wcsxfrm): Use %zu instead of %d
4589         format specifier when printing ret.
4591 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4593         * tst-fmon.c: Report name of locale if setlocale() fails.
4594         * tst-numeric.c: Likewise.
4596         * tst-fmon.sh: Ignore lines starting with hash '#' in the data file.
4597         * tst-numeric.sh: Likewise.
4599 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4601         * sort-test.sh: Output 'diff -u' when sorting test failed, to make
4602         it easier to find out what was wrong with the sorting order.
4604 2003-04-16  Petter Reinholdtsen  <pere@hungry.com>
4606         * Makefile (tests): Add LC_NUMERIC test tst-numeric.out.
4607         (tst-numeric.out): Define.
4608         * tst-numeric.c: New file.
4609         * tst-numeric.sh: New file.
4610         * tst-numeric.data: New file.
4612 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
4614         * locales/ar_BH: Fix spelling of Bahrain.
4616 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
4618         * locales/uk_UA: Fix sorting.
4619         Patch by Leonid Kanter <leon@geon.donetsk.ua>.
4621 2003-04-15  Petter Reinholdtsen  <pere@hungry.com>
4623         * locales/ar_SD [LC_MONETARY]: Use international currency symbol
4624         'SDD' for Sudan.
4625         * locales/es_EC [LC_MONETARY]: Use international currency symbol
4626         'USD' for Ecuador.
4627         Source is CIA World Fact book.
4629 2003-04-05  Petter Reinholdtsen  <pere@hungry.com>
4631         * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
4632         to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
4633         the locale building again.
4634         * locales/sr_YU@cyrillic: Likewise.
4636 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
4638         * locales/mn_MN: Fix country_post and country_ab2.
4640 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
4642         * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
4643         Added ^ to LC_MESSAGES regex "^[yY].*".
4644         Confirmed LC_PAPER and LC_MEASUREMENT settings.
4645         Added country and language names to LC_ADDRESS.
4646         Added missing info for LC_TELEPHONE.
4647         Patch by Dwayne Bailey <dwayne@obsidian.co.za>.
4649 2003-03-14  Ulrich Drepper  <drepper@redhat.com>
4651         * localedata/mn_MN: New file.
4652         Contributed by Sanlig Badral <badral@chinggis.com>.
4654 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
4656         * Makefile (LOCALES): Add vi_VN.TCVN5712-1.
4658 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
4660         * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
4661         as 2.  Reported by Christian Rose <menthos@gnu.org>.
4663         * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
4665 2002-12-03  Roland McGrath  <roland@redhat.com>
4667         * charmaps/CP1125: New file.
4668         * CHECKSUMS: Add it.
4670 2002-11-06  Thorsten Kukuk  <kukuk@suse.de>
4672         * locales/tl_PH: Fix typo: Philipines -> Philippines.
4674 2002-10-18  Bruno Haible  <bruno@clisp.org>
4676         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
4678         * charmaps/KOI8-T: Correct a typo.
4679         * charmaps/CP1256: Use official Unicode character names.
4680         * charmaps/EUC-JP: Likewise.
4681         * charmaps/GBK: Likewise.
4682         * charmaps/ISO-8859-11: Likewise.
4683         * charmaps/KOI8-U: Likewise.
4684         * charmaps/MAC-SAMI: Likewise.
4685         * charmaps/TIS-620: Likewise.
4686         * charmaps/CP949: Likewise. Use Hangul syllable names according to
4687         Unicode 3.0 book, section 3.11.
4688         * charmaps/EUC-KR: Likewise.
4689         * charmaps/JOHAB: Likewise.
4691 2002-09-27  Ulrich Drepper  <drepper@redhat.com>
4693         * locales/zh_TW: Use shorter forms for abday and day.
4694         Patch by Rex Tsai <chihchun@kalug.linux.org.tw>.
4696 2002-09-23  Roland McGrath  <roland@redhat.com>
4698         * tst-xlocale1.c (main): int -> size_t for counter.
4699         * tst-xlocale2.c (do_test): Likewise.
4700         * tst-ctype.c (main): Likewise.
4702 2002-09-22  Bruno Haible  <bruno@clisp.org>
4704         * charmaps/TSCII: New file.
4706 2002-09-20  Roland McGrath  <roland@redhat.com>
4708         * gen-locale.sh (generate_locale): Clean up overly baroque sh syntax.
4709         Touch the LC_CTYPE file of the output after a successful run.
4710         Reported by Bruno Haible <bruno@clisp.org>.
4712 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
4714         * localedata/locales/bg_BG: Update LC_IDENTIFICATION info.
4715         Patch by Yanko Kaneti <yaneti@declera.com>.
4717 2002-09-01  Roland McGrath  <roland@redhat.com>
4719         * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global.
4721 2002-08-28  Roland McGrath  <roland@redhat.com>
4723         * tst-xlocale1.c (main): Remove __ from function names.
4724         * tst-xlocale2.c: Likewise.
4726 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
4728         * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing
4729         code.
4730         * tests-mbwc/tst_mbrtowc.c: Likewise.
4731         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
4732         * tests-mbwc/tst_mbstowcs.c: Likewise.
4733         * tests-mbwc/tst_strfmon.c: Likewise.
4734         * tests-mbwc/tst_strxfrm.c: Likewise.
4735         * tests-mbwc/tst_swscanf.c: Likewise.
4736         * tests-mbwc/tst_wcscat.c: Likewise.
4737         * tests-mbwc/tst_wcschr.c: Likewise.
4738         * tests-mbwc/tst_wcscpy.c: Likewise.
4739         * tests-mbwc/tst_wcscspn.c: Likewise.
4740         * tests-mbwc/tst_wcsncat.c: Likewise.
4741         * tests-mbwc/tst_wcsncpy.c: Likewise.
4742         * tests-mbwc/tst_wcspbrk.c: Likewise.
4743         * tests-mbwc/tst_wcsrtombs.c: Likewise.
4744         * tests-mbwc/tst_wcsspn.c: Likewise.
4745         * tests-mbwc/tst_wcsstr.c: Likewise.
4746         * tests-mbwc/tst_wcstod.c: Likewise.
4747         * tests-mbwc/tst_wcstok.c: Likewise.
4748         * tests-mbwc/tst_wcstombs.c: Likewise.
4750 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
4752         * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of
4753         range.
4755 2002-08-09  Roland McGrath  <roland@redhat.com>
4757         * Makefile ($(INSTALL-SUPPORTED-LOCALES)): Pass --alias-file option to
4758         localedef.
4760 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4762         * locales/fa_IR: Fixing the Alef Hamza vs Waw Hamza ordering bug.
4763         Adding presentation forms, Alef Wasla, and Rial Sign.
4764         Handling frequent canonically equivalent sequences like each other.
4765         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
4767 2002-07-02  Thorsten Kukuk  <kukuk@suse.de>
4769         * locales/es_EC: Fix typo: Equador -> Ecuador.
4771 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4773         * locales/th_TH: Change tel_dom_fmt.
4774         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
4776 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4778         * charmaps/ISO-8859-11: New file.
4780 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4782         * locales/lug_UG: New file.
4783         Contributed by Kizito Birabwa <kompyuta@kizito.uklinux.net>.
4785         * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
4786         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
4788 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4790         * locales/mt_MT: Add locale-specific collation info.
4791         Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701].
4793         * locales/en_AU: Add am/pm support.
4794         Patch partly by maffew@cat.org.au [PR libc/3911].
4796 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4798         * locales/be_BY: Fix int_curr_symbol.
4799         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3565].
4801 2002-05-06  Jungshik Shin  <jshin@mailaps.org>
4803         * charmaps/UTF-8: Fix wcwidth for Hangul Conjoining medial vowels
4804         and trailing consonant.
4805         * charmaps/GB18030: Likewise
4807 2002-04-21  Bruno Haible  <bruno@clisp.org>
4809         * charmaps/GB18030: Add Unicode planes 1 (scripts, symbols), 2 (CJK),
4810         14 (tags), 15 and 16 (private use), accidentally removed by the
4811         2002-01-16 patch.  Replace width table by one which is based on
4812         Unicode but is biased for CJK.
4814 2002-04-19  Bruno Haible  <bruno@clisp.org>
4816         * charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
4817         * charmaps/MAC-SAMI: Likewise.
4819 2002-04-15  Bruno Haible  <bruno@clisp.org>
4821         * charmaps/EUC-JISX0213: New file.
4822         * charmaps/SHIFT_JISX0213: New file.
4824 2002-04-15  Bruno Haible  <bruno@clisp.org>
4826         * charmaps/BIG5-HKSCS: Update to Unicode 3.2.
4828 2002-04-15  Bruno Haible  <bruno@clisp.org>
4830         * charmaps/EUC-TW: Add many mappings for characters introduced in
4831         Unicode 3.1 and 3.2.
4833 2002-04-15  Bruno Haible  <bruno@clisp.org>
4835         * charmaps/GB18030: Update for Unicode 3.2:
4836         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4837         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4838         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4839         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4840         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4841         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4842         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4843         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4844         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4845         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4846         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4847         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4848         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4849         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4851 2002-04-15  Bruno Haible  <bruno@clisp.org>
4853         * charmaps/UTF-8: Update for Unicode 3.2:
4854         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4855         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4856         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4857         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4858         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4859         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4860         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4861         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4862         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4863         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4864         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4865         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4866         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4867         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4868         Assign width 2 to <U3008>..<U300B>, <U3014>..<U3015>, <U3018>..<U301B>.
4870 2002-04-15  Bruno Haible  <bruno@clisp.org>
4872         Update to Unicode 3.2.
4873         * locales/translit_circle: Add <U3251>..<U325F>, <U32B1>..<U32BF>.
4874         * locales/translit_cjk_compat: Change <UF951>.  Add <UFA30>..<UFA6A>.
4875         * locales/translit_combining: Add more combining characters.
4876         * locales/translit_compat: Add <U2047>, <U2057>, <U205F>, <U2A0C>,
4877         <U2A74>..<U2A76>.
4878         * locales/translit_font: Add <U213D>..<U2140>, <U2145>..<U2149>.
4879         * locales/translit_neutral: Add <U2060>..<U2063>, <U30A0>,
4880         <UFE00>..<UFE0F>.
4881         * locales/translit_small: Add small Hiragana letters and small
4882         Katakana letters.
4883         * locales/translit_wide: Add <UFF5F>..<UFF60>.
4885 2002-04-15  Bruno Haible  <bruno@clisp.org>
4887         * locales/i18n (LC_CTYPE): Update to Unicode 3.2. In detail:
4888         (upper): Add <U0220>, <U03D8>, <U048A>, <U04C5>, <U04C9>, <U04CD>,
4889         <U0500>, <U0502>, <U0504>, <U0506>, <U0508>, <U050A>, <U050C>, <U050E>.
4890         (lower): Add <U019E>, <U03D9>, <U048B>, <U04C6>, <U04CA>, <U04CE>,
4891         <U0501>, <U0503>, <U0505>, <U0507>, <U0509>, <U050B>, <U050D>, <U050F>.
4892         (alpha): Add <U0220>, <U03D8>..<U03D9>, <U048A>..<U048B>,
4893         <U04C5>..<U04C6>, <U04C9>..<U04CA>, <U04CD>..<U04CE>, <U0500>..<U050F>,
4894         <U066E>..<U066F>, <U07B1>, <U0B83>, <U10F7>..<U10F8>, <U1700>..<U170C>,
4895         <U170E>..<U1711>, <U1720>..<U1731>, <U1740>..<U1751>, <U1760>..<U1770>,
4896         <U17D7>, <U17DC>, <U2071>, <U213D>..<U213F>, <U2145>..<U2149>,
4897         <U303B>..<U303C>, <U3095>..<U3096>, <U309F>, <U30FF>, <U31F0>..<U31FF>,
4898         <UFA30>..<UFA6A>, <UFE73>.
4899         (space): Add <U205F>.
4900         (punct): Add <U034F>, <U0363>..<U036F>, <U03F6>, <U1712>..<U1714>,
4901         <U1732>..<U1736>, <U1752>..<U1753>, <U1772>..<U1773>, <U2047>,
4902         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U20B0>..<U20B1>,
4903         <U20E4>..<U20EA>, <U2140>..<U2144>, <U214A>..<U214B>, <U21F4>..<U21FF>,
4904         <U22F2>..<U22FF>, <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>,
4905         <U2596>..<U259F>, <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>,
4906         <U2680>..<U2689>, <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>,
4907         <U2900>..<U2AFF>, <U303D>, <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>,
4908         <UA4A2>..<UA4A3>, <UA4B4>, <UA4C1>, <UA4C5>, <UFDFC>, <UFE00>..<UFE0F>,
4909         <UFF5F>..<UFF60>. Remove <U0B83>, <U17D7>, <U17DC>.
4910         (graph): Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4911         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4912         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4913         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4914         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4915         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4916         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4917         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4918         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4919         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4920         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4921         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4922         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4923         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.
4924         (print): Likewise. Also add <U205F>.
4925         (blank): Add <U205F>.
4926         (toupper): Add (<U019E>,<U0220>), (<U03D9>,<U03D8>), (<U048B>,<U048A>),
4927         (<U04C6>,<U04C5>), (<U04CA>,<U04C9>), (<U04CE>,<U04CD>),
4928         (<U0501>,<U0500>), (<U0503>,<U0502>), (<U0505>,<U0504>),
4929         (<U0507>,<U0506>), (<U0509>,<U0508>), (<U050B>,<U050A>),
4930         (<U050D>,<U050C>), (<U050F>,<U050E>).
4931         (totitle): Likewise.
4932         (tolower): Add (<U0220>,<U019E>), (<U03D8>,<U03D9>), (<U048A>,<U048B>),
4933         (<U04C5>,<U04C6>), (<U04C9>,<U04CA>), (<U04CD>,<U04CE>),
4934         (<U0500>,<U0501>), (<U0502>,<U0503>), (<U0504>,<U0505>),
4935         (<U0506>,<U0507>), (<U0508>,<U0509>), (<U050A>,<U050B>),
4936         (<U050C>,<U050D>), (<U050E>,<U050F>).
4937         (combining): Add <U034F>, <U0363>..<U036F>, <U1712>..<U1714>,
4938         <U1732>..<U1734>, <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>,
4939         <U20E4>..<U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4940         (combining_level3): Add <U034F>, <U1712>..<U1714>, <U1732>..<U1734>,
4941         <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>, <U20E4>..<U20E6>,
4942         <U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4943         * locales/tr_TR: Likewise.
4945 2002-04-15  Bruno Haible  <bruno@clisp.org>
4947         * charmaps/IBM856: New file.
4948         * charmaps/IBM922: New file.
4949         * charmaps/IBM1124: New file.
4950         * charmaps/IBM1129: New file.
4951         * charmaps/IBM1160: New file.
4952         * charmaps/IBM1161: New file.
4953         * charmaps/IBM1132: New file.
4954         * charmaps/IBM1133: New file.
4955         * charmaps/IBM1162: New file.
4956         * charmaps/IBM1163: New file.
4957         * charmaps/IBM1164: New file.
4958         * charmaps/ARMSCII-8: New file.
4960 2002-04-14  Wolfram Gloger  <wg@malloc.de>
4962         * tests-mbwc/tst_types.h: Increase MONSIZE.
4963         * tests-mbwc/tst_strfmon.c: Fail test if buffer too small.
4965 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
4967         * locales/ms_MY (day): Fix a typo.
4969 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
4971         * locales/es_ES: Define int_frac_digits and frac_digits as 2.
4973 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
4975         * locales/vi_VN: Fix various mistakes and add some more information.
4976         Patch by Le Hong Boi <le.hong.boi@quantic.com.vn>.
4978 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
4980         * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for
4981         Euro locales.
4982         * tst-fmon.data: Likewise.
4984         * locales/br_FR: Eliminate old national currencies of countries
4985         participating in Euro.  Make @euro files pure copies.
4986         * locales/ca_ES: Likewise.
4987         * locales/ca_ES@euro: Likewise.
4988         * locales/de_AT: Likewise.
4989         * locales/de_AT@euro: Likewise.
4990         * locales/de_BE: Likewise.
4991         * locales/de_BE@euro: Likewise.
4992         * locales/de_DE: Likewise.
4993         * locales/de_DE@euro: Likewise.
4994         * locales/de_LU: Likewise.
4995         * locales/de_LU@euro: Likewise.
4996         * locales/el_GR: Likewise.
4997         * locales/el_GR@euro: Likewise.
4998         * locales/en_IE: Likewise.
4999         * locales/en_IE@euro: Likewise.
5000         * locales/es_ES: Likewise.
5001         * locales/es_ES@euro: Likewise.
5002         * locales/fi_FI: Likewise.
5003         * locales/fi_FI@euro: Likewise.
5004         * locales/fr_BE: Likewise.
5005         * locales/fr_BE@euro: Likewise.
5006         * locales/fr_FR: Likewise.
5007         * locales/fr_FR@euro: Likewise.
5008         * locales/fr_LU: Likewise.
5009         * locales/fr_LU@euro: Likewise.
5010         * locales/ga_IE: Likewise.
5011         * locales/ga_IE@euro: Likewise.
5012         * locales/gl_ES: Likewise.
5013         * locales/gl_ES@euro: Likewise.
5014         * locales/it_IT: Likewise.
5015         * locales/it_IT@euro: Likewise.
5016         * locales/nl_NL: Likewise.
5017         * locales/nl_NL@euro: Likewise.
5018         * locales/pt_PT: Likewise.
5019         * locales/pt_PT@euro: Likewise.
5021         * locales/br_FR@euro: New file.
5023 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
5025         * locales/eu_ES: Corrections of date and time formats.
5026         * locales/hu_HU: Adjust a comment.
5027         * locales/wa_BE: New file.
5028         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
5030         * SUPPORTED (SUPPORTED-LOCALES): Add wa_BE and wa_BE@uero.
5031         * locales/wa_BE@euro: New file.
5033         * locales/zh_HK: Correct date information.
5034         Patch by Anthony Fok <anthony@thizlinux.com>.
5036 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
5038         * locales/sr_YU: Correct month entries for June and July
5039         [PR libc/2955].  Patch by Alastair McKinstry <alastair@pdd.3com.com>.
5041         * locales/pl_PL: Update int_curr_symbol.
5043 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
5045         * locales/el_GR: Bug fixes for spelling.
5046         Patch by Alexandros Diamantidis <adia@hellug.gr>.
5048 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
5050         * da_DK.in: Add a few more character sequences, no real words.
5052 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
5054         * charmaps/MACINTOSH: Update to Apple's latest definition.
5056 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
5058         * charmaps/GB18030: Update.
5059         Patch by Yu Shao <yshao@redhat.com>.
5061 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
5063         * locales/hu_HU: New version with corrected collation.
5064         Patch by Nagy Péter <chichken@interbase.hu>.
5066 2001-12-28  Ulrich Drepper  <drepper@redhat.com>
5068         * locales/bn_BD: New file.
5069         Contributed by Taneem Ahmed <taneem@eyetap.org>.
5071 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5073         * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
5075 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
5077         * locales/ms_MY: Various bug fixes and additions.
5078         Patch by Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>.
5080         * locales/ca_ES: Fix typos (desembre -> decembre).
5081         Patch by Xavi Drudis Ferran <xdrudis@tinet.org>.
5083 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
5085         * charmaps/TCVN5712-1: Add combined characters.
5087 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5089         * locales/bg_BG: Rewrite.
5090         Patch by Alexander Shopov <al_shopov@web.bg>.
5092         * charmapsTCVN5712-1: New file.
5094 2001-12-03  Ulrich Drepper  <drepper@redhat.com>
5096         * locales/translit_neutral: Define transliteration for dong sign.
5098 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
5100         * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
5102         * locales/de_CH: Define decimal point to '.' and thousands
5103         separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
5105 2001-11-21  Bruno Haible  <bruno@clisp.org>
5107         * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
5109 2001-11-15  Børre Gaup  <boerre.gaup@pc.nu>
5111         * locales/se_NO: New file.
5113 2001-10-08  Won-kyu Park  <wkpark@chem.skku.ac.kr>
5115         * locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE.
5117 2001-09-30  Ulrich Drepper  <drepper@redhat.com>
5119         * charmaps/SAMI-WS2: Add Euro sign.
5120         Patch by Petter Reinholdtsen <pere@hungry.com>.
5122 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5124         * Makefile: Add rules to build and run tst-xlocale2.
5125         * tst-xlocale2.c: New file.
5127 2001-08-14  Ulrich Drepper  <drepper@redhat.com>
5129         * Makefile: Add rules to build and run tst-xlocale1.
5130         * tst-xlocale1.c: New file.
5132         * bug-iconv-trans.c: Improve error messages.
5134 2001-08-12  Ulrich Drepper  <drepper@redhat.com>
5136         * charmaps/ISO-IR-209: New file.
5137         * charmaps/MAC-SAMI: New file.
5138         Contributed by Regnor Jernsletten <Regnor.Jernsletten@eunet.no>.
5140 2001-08-04  Ulrich Drepper  <drepper@redhat.com>
5142         * charmaps/GEORGIAN-PS: New file.
5143         * charmaps/GEORGIAN-ACADEMY: New file.
5144         * SUPPORTED: Add ka_GE/GEORGIAN-PS.
5146 2001-08-03  Ulrich Drepper  <drepper@redhat.com>
5148         * Makefile: Add rules to build and run tst-mbswcs6.
5149         * tst-mbswcs6.c: New file.
5151         * SUPPORTED: Add several new locales.
5153         * charmaps/KOI8-T: New file.
5155 2001-08-02  Ulrich Drepper  <drepper@redhat.com>
5157         * locales/af_ZA: Use generic LC_COLLATE data.
5158         * locales/el_GR: Likewise.
5159         * locales/hu_HU: Likewise.
5160         * locales/ro_RO: Likewise.  Add transliteration.
5161         * locales/be_BY: Likewise.  Handle Ukrainian Ghe.
5162         * locales/ru_RU: Likewise.
5163         * locales/ru_UA: Likewise.
5164         * locales/uk_UA: Likewise.
5165         * locales/eu_ES: LC_TIME strings fixed.
5166         * locales/am_ET: New file.
5167         * locales/translit_et: New file.
5168         * locales/az_AZ: New file.
5169         * locales/br_FR: New file.
5170         * locales/bs_BA: New file.
5171         * locales/cy_GB: New file.
5172         * locales/hy_AM: New file.
5173         * locales/ka_GE: New file.
5174         * locales/mi_NZ: New file.
5175         * locales/oc_FR: New file.
5176         * locales/tg_TJ: New file.
5177         * locales/ti_ER: New file.
5178         * locales/ti_ET: New file.
5179         * locales/tl_PH: New file.
5180         * locales/tt_RU: New file.
5181         * locales/ur_PK: New file.
5182         * locales/uz_UZ: New file.
5183         * locales/yi_US: New file.
5184         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
5186 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
5188         * locales/tr_TR: Define missing fields and remove FIXME comments.
5189         Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
5191 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
5193         * locales/en_CA (LC_PAPER): Change to Letter.
5194         * locales/fr_CA (LC_PAPER): Likewise.
5195         * locales/es_PR (LC_PAPER): Change to Letter.
5196         (LC_MEASUREMENT): Change to 2.
5197         * locales/es_US (LC_PAPER): Change to Letter.
5198         (LC_MEASUREMENT): Change to 2.
5200 2001-07-07  Ulrich Drepper  <drepper@redhat.com>
5202         * Makefile: Add dependencies to locale files for all tests in $(tests).
5204 2001-06-28  H.J. Lu  <hjl@gnu.org>
5206         * Makefile: Include SUPPORTED.
5207         (INSTALL-SUPPORTED-LOCALES): New.
5208         ($(INSTALL-SUPPORTED-LOCALES)): New target.
5209         (install-locales-dir): Likewise.
5210         (install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
5211         * SUPPORTED: Changed the format for parallel install.
5213 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
5215         * Makefile: Add rules to build and run tst-leaks.
5216         * tst-leaks.c: New file.
5218 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5220         * locales/ro_RO (day): Use U0163 instead of U021B.
5222 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5224         * SUPPORTED (zh_HK): Update character map name to BIG5-HKSCS.
5226 2001-06-09  Bruno Haible  <haible@clisp.cons.org>
5228         * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
5229         code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
5231 2001-05-26  Bruno Haible  <haible@clisp.cons.org>
5233         * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
5234         to SHIFT_JIS. Add SJIS as alias.
5235         * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
5236         * gen-locale.sh: Likewise.
5238 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5240         * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5241         full Hangul syllable names. Add Unicode planes 1 (scripts, symbols),
5242         2 (CJK), 14 (tags), 15 and 16 (private use). Update width table.
5243         Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
5245 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5247         * charmaps/UTF-8: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5248         range syntax for <U3400>..<U4DB5>, <U4E00>..<U9FA5>, <UE000>..<UF8FF>.
5249         Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16
5250         (private use). Update width table. Assign width 1 to <U3008>, <U3009>,
5251         <U3014>, <U3015>, <U3018>, <U3019>.
5253 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5255         * gen-unicode-ctype.c: Update to Unicode 3.1.
5256         (unicode_attributes): Change size to 0x110000.
5257         (fill_attribute): Change limit for i to 0x110000. Ignore surrogates;
5258         Unicode now officially allows a 32-bit representation and deprecates
5259         the use of surrogates in this representation.
5260         (fill_attributes): Loop up to 0x110000.
5261         (unicode_combining): Remove array.
5262         (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't
5263         contain this property any more.
5264         (is_alpha): Incorporate changes by Theppitak Karoonboonyanan
5265         2001-02-15.
5266         (is_combining): Use new but equivalent definition.
5267         (ucs_symbol, ucs_symbol_range): New functions.
5268         (output_charclass): Loop up to 0x110000.
5269         (output_charmap): Likewise.
5270         (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where
5271         appropriate.
5272         (main): Expect only two arguments. Remove fill_combining() call.
5273         * locales/i18n (LC_CTYPE): To "upper", add <U03F4> and Deseret letters.
5274         To "lower", add <U03F5> and Deseret letters.
5275         To "alpha", add <U03F4>, <U03F5>, <U16EE>..<U16F0>, Old Italic letters,
5276         Gothic letters, Deseret letters, mathematical symbols.
5277         From "punct", remove <U16EE>..<U16F0> and surrogates. Add many new
5278         Unicode 3.1 characters.
5279         To "graph" and "print", add <U03F4>, <U03F5>. Remove surrogates. Add
5280         many new Unicode 3.1 characters.
5281         "toupper", "tolower", "totitle": Update.
5282         To "combining", add some new musical symbols.
5283         To "combining_level3", add some new musical symbols.
5284         * locales/tr_TR (LC_CTYPE): Update from i18n.
5285         * locales/translit_font: Add transliterations for new Unicode 3.1
5286         mathematical symbols.
5287         * locales/translit_compat: Add transliterations for <U03F4>, <U03F5>.
5288         * locales/translit_cjk_compat: Add transliterations for CJK
5289         compatibility characters in Unicode plane 2.
5291 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5293         * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for
5294         <U4EA0>, <U51AB>, <U52F9>. Remove 0x8EAExxxx mappings. Add
5295         0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx,
5296         0x8EAFxxxx mappings instead.
5298 2001-05-26  Ulrich Drepper  <drepper@redhat.com>
5300         * locales/ro_RO: Correct abday, day, abmon, and mon info.
5301         Patch by Ionel Mugurel Ciobîcã <tgakic@bambam.chem.tue.nl>.
5303 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
5305         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Use a private mbstate_t
5306         for some tests, because mbrlen (NULL, 0, &s) does not always put back
5307         s into the initial state.
5309 2001-05-14  Andreas Jaeger  <aj@suse.de>
5311         * locales/ms_MY: Fix entries for Tue and Wednesday.
5312         Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
5314 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
5316         * locales/be_BY: Fix syntax in LC_COLLATE section.
5317         * locales/ru_UA: Likewise.
5318         * locales/tr_TR: Likewise.
5319         * locales/uk_UA: Likewise.
5321 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
5323         * locales/fa_IR: Add outdigit information and collation.
5324         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5326 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
5328         * locales/i18n: Don't define outdigit.
5330 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
5332         * locales/th_TH: Remove name_ms entry.
5333         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5335 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
5337         * locales/th_TH: Update era information and some of the new
5338         categories.
5339         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5341 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
5343         * locales/i18n: Correct classification of Thai characters.  This
5344         differs from Unicode's tables but is in line with linguistic rules
5345         in Thailand.
5346         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5348 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
5350         * charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
5351         Patch by Yong Li <rigel863@yahoo.com>.
5353 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
5355         * SUPPORTED: Add zh_CN.GBK.
5357 2001-02-09  Andreas Jaeger  <aj@suse.de>
5359         * locales/en_IN: Add newline at end of file.
5361         * SUPPORTED: Add more entries.
5363 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
5365         * locales/en_HK: At newline at the end of the file.
5367 2001-02-08  Andreas Jaeger  <aj@suse.de>
5369         * localedata/SUPPORTED: Add some entries for new locales.
5371 2001-02-07  Andreas Jaeger  <aj@suse.de>
5373         * locales/ar_IN: New.
5374         * locales/bn_IN: New.
5375         * locales/el_GR@euro: New.
5376         * locales/en_HK: New.
5377         * locales/en_IN: New.
5378         * locales/en_PH: New.
5379         * locales/en_SG: New.
5380         * locales/ms_MY: New.
5381         * locales/ta_IN: New.
5382         * locales/te_IN: New.
5383         * locales/zh_SG: New.
5385 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
5387         * locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
5388         * locales/zh_CN: Likewise.
5390 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
5392         * locales/translit_cjk_compat: Add missing characters in range
5393         U+3300..U+33FF.
5395 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
5397         * locales/fi_FI: Remove FIXME comments.
5398         * locales/sv_FI: Likewise.
5399         Patch by Marko Myllynen <myllynen@lut.fi>.
5401 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
5403         * locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
5404         Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.
5406 2001-01-23  Andreas Schwab  <schwab@suse.de>
5408         * locales/el_GR: Add missing quotes around multicharacter strings.
5409         * locales/ru_RU: Likewise.
5411 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
5413         * Makefile (LOCALES): Add fr_FR.ISO-8859-1.
5414         * tst-langinfo.sh: Add French tests.
5416 2001-01-08  Jakub Jelinek  <jakub@redhat.com>
5418         * locales/cs_CZ: Fix grammar of comment above abmon.
5419         Reported by Stanislav Brabec <utx@penguin.cz>.
5421 2000-12-31  Andreas Jaeger  <aj@suse.de>
5423         * tst-fmon.c (main): Use return instead of exit to avoid warning.
5425 2000-12-21  Ulrich Drepper  <drepper@redhat.com>
5427         * tests/test5.cm: Define code_set_name.
5429 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
5431         * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
5432         * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
5433         REVERSE SOLIDUS.
5435 2000-11-30  Ulrich Drepper  <drepper@redhat.com>
5437         * Makefile (tests): Add tst-setlocale.
5438         (tst-setlocale-ENV): Define.
5439         * tst-setlocale.c: New file.
5441 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
5443         * Makefile (LOCALES): Add ja_JP.SJIS.
5445 2000-11-23  Ulrich Drepper  <drepper@redhat.com>
5447         * tst-digits.c (main): Add casts to avoid warnings.
5448         * collate-test.c (xstrcoll): Make l1 and l2 const.
5449         * xfrm-test.c (xstrcmp): Make l1 and l2 const.
5451 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
5453         * charmaps/BALTIC: Superceded by ISO-8859-13.
5455 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
5457         * locales/ko_KR: Changed LC_IDENTIFICATION territory field to
5458         Republic of Korea.  Streamlined and extend(include all Hangul
5459         syllables) hangul and hanja class definition in LC_CTYPE and
5460         hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
5461         tel_dom_fmt to LC_TELEPHONE.
5462         Patch by Jungshik Shin <jshin@pantheon.yale.edu>.
5464 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
5466         * locales/ko_KR: Fix currency_symbol.
5467         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5469 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
5471         * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
5472         Reported by Markus Kuhn.
5474 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
5476         * charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
5477         * locales/ko_KR: Revert change.  Use full with won sign.
5478         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5480 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
5482         * locales/mk_MK: Update.
5483         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
5485 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
5487         * charmaps/BIG5: Add mapping for <U20AC> back.
5488         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5490 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
5492         * locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
5493         * locales/translit_compat: Add a few ligatures.
5494         * locales/translit_combining: Add a few plain ASCII alternatives.
5495         * locales/translit_fraction: Likewise.  Surround with spaces.
5497 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5499         * locales/translit_hangul: New file.
5500         * locales/ko_KR (LC_CTYPE): Include it.
5502 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5504         * locales/translit_cjk_variants: New file.
5505         * locales/ja_JP (LC_CTYPE): Include it.
5507 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5509         * locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
5510         transliteration rules.
5512 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5514         * locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
5515         transliteration rules.
5516         * locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
5517         * locales/de_BE (LC_CTYPE): Likewise.
5518         * locales/de_CH (LC_CTYPE): Likewise.
5519         * locales/de_LU (LC_CTYPE): Likewise.
5520         * locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
5521         * locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
5522         * locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
5523         * locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.
5525 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5527         * locales/translit_combining: New file.
5528         * locales/fr_FR (LC_CTYPE): Include it.
5529         * locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
5530         * locales/fr_CA (LC_CTYPE): Likewise.
5531         * locales/fr_CH (LC_CTYPE): Likewise.
5532         * locales/fr_LU (LC_CTYPE): Likewise.
5533         * locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
5534         * locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
5535         * locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.
5537 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5539         * locales/translit_wide: New file.
5540         * locales/translit_narrow: New file.
5541         * locales/translit_font: New file.
5542         * locales/translit_circle: New file.
5543         * locales/translit_small: New file.
5544         * locales/translit_fraction: New file.
5545         * locales/translit_compat: New file.
5546         * locales/translit_cjk_compat: New file.
5547         * locales/translit_neutral: New file.  Include all of the above.
5548         * locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
5549         German and Danish specific rules.
5551 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5553         * locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
5554         * locales/zh_CN (LC_CTYPE): Likewise.
5555         * locales/ko_KR (LC_CTYPE): Likewise.
5557 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5559         * charmaps/UTF-8: Set width of U200B to 0.
5560         * charmaps/GB18030: Likewise.
5562 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
5564         * charmaps/BIG5: Update.
5565         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5567         * locales/mk_MK: Use iso14651_t1 file.
5568         Patch by Damjan <arhiv@freemail.org.mk>.
5570 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
5572         * charmaps/VISCII: New file.
5574 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5576         * locales/sr_YU@cyrillic: New file. Based on a locale file by
5577         Anton Zinoviev <anton@lml.bas.bg>.
5578         * SUPPORTED: Add sr_YU@cyrillic.
5580 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5582         * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
5583         * locales/be_BY: Likewise.
5584         * locales/bg_BG: Likewise.
5585         * locales/el_GR: Likewise.
5586         * locales/ja_JP: Likewise.
5587         * locales/ko_KR: Likewise.
5588         * locales/mk_MK: Likewise.
5589         * locales/ru_RU: Likewise.
5590         * locales/ru_UA: Likewise.
5591         * locales/th_TH: Likewise.
5592         * locales/tr_TR: Likewise.
5593         * locales/uk_UA: Likewise.
5594         * locales/zh_CN: Likewise.
5595         * tests-mbwc/dat_iswalnum.c: Update for changed character properties
5596         in the ja_JP.EUC-JP locale.
5597         * tests-mbwc/dat_iswalpha.c: Likewise.
5598         * tests-mbwc/dat_iswctype.c: Likewise.
5599         * tests-mbwc/dat_iswgraph.c: Likewise.
5600         * tests-mbwc/dat_iswprint.c: Likewise.
5601         * tests-mbwc/dat_iswpunct.c: Likewise.
5603 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5605         * fr_CA,2.13.in: Removed.
5607 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
5609         * locales/POSIX: New support for date_fmt.
5610         * locales/af_ZA: Likewise.
5611         * locales/ar_AE: Likewise.
5612         * locales/ar_BH: Likewise.
5613         * locales/ar_DZ: Likewise.
5614         * locales/ar_EG: Likewise.
5615         * locales/ar_IQ: Likewise.
5616         * locales/ar_JO: Likewise.
5617         * locales/ar_KW: Likewise.
5618         * locales/ar_LB: Likewise.
5619         * locales/ar_LY: Likewise.
5620         * locales/ar_MA: Likewise.
5621         * locales/ar_OM: Likewise.
5622         * locales/ar_QA: Likewise.
5623         * locales/ar_SA: Likewise.
5624         * locales/ar_SD: Likewise.
5625         * locales/ar_SY: Likewise.
5626         * locales/ar_TN: Likewise.
5627         * locales/ar_YE: Likewise.
5628         * locales/be_BY: Likewise.
5629         * locales/bg_BG: Likewise.
5630         * locales/ca_ES: Likewise.
5631         * locales/cs_CZ: Likewise.
5632         * locales/da_DK: Likewise.
5633         * locales/de_AT: Likewise.
5634         * locales/de_BE: Likewise.
5635         * locales/de_CH: Likewise.
5636         * locales/de_DE: Likewise.
5637         * locales/de_LU: Likewise.
5638         * locales/el_GR: Likewise.
5639         * locales/en_AU: Likewise.
5640         * locales/en_CA: Likewise.
5641         * locales/en_DK: Likewise.
5642         * locales/en_GB: Likewise.
5643         * locales/en_IE: Likewise.
5644         * locales/en_NZ: Likewise.
5645         * locales/en_US: Likewise.
5646         * locales/en_ZA: Likewise.
5647         * locales/es_AR: Likewise.
5648         * locales/es_BO: Likewise.
5649         * locales/es_CL: Likewise.
5650         * locales/es_CO: Likewise.
5651         * locales/es_CR: Likewise.
5652         * locales/es_DO: Likewise.
5653         * locales/es_EC: Likewise.
5654         * locales/es_ES: Likewise.
5655         * locales/es_GT: Likewise.
5656         * locales/es_HN: Likewise.
5657         * locales/es_MX: Likewise.
5658         * locales/es_NI: Likewise.
5659         * locales/es_PA: Likewise.
5660         * locales/es_PE: Likewise.
5661         * locales/es_PR: Likewise.
5662         * locales/es_PY: Likewise.
5663         * locales/es_SV: Likewise.
5664         * locales/es_US: Likewise.
5665         * locales/es_UY: Likewise.
5666         * locales/es_VE: Likewise.
5667         * locales/et_EE: Likewise.
5668         * locales/eu_ES: Likewise.
5669         * locales/fa_IR: Likewise.
5670         * locales/fi_FI: Likewise.
5671         * locales/fo_FO: Likewise.
5672         * locales/fr_BE: Likewise.
5673         * locales/fr_CA: Likewise.
5674         * locales/fr_CH: Likewise.
5675         * locales/fr_FR: Likewise.
5676         * locales/fr_LU: Likewise.
5677         * locales/ga_IE: Likewise.
5678         * locales/gl_ES: Likewise.
5679         * locales/gv_GB: Likewise.
5680         * locales/he_IL: Likewise.
5681         * locales/hi_IN: Likewise.
5682         * locales/hr_HR: Likewise.
5683         * locales/hu_HU: Likewise.
5684         * locales/i18n: Likewise.
5685         * locales/id_ID: Likewise.
5686         * locales/is_IS: Likewise.
5687         * locales/it_CH: Likewise.
5688         * locales/it_IT: Likewise.
5689         * locales/iw_IL: Likewise.
5690         * locales/ja_JP: Likewise.
5691         * locales/kl_GL: Likewise.
5692         * locales/ko_KR: Likewise.
5693         * locales/kw_GB: Likewise.
5694         * locales/lt_LT: Likewise.
5695         * locales/lv_LV: Likewise.
5696         * locales/mk_MK: Likewise.
5697         * locales/mr_IN: Likewise.
5698         * locales/mt_MT: Likewise.
5699         * locales/nl_BE: Likewise.
5700         * locales/nl_NL: Likewise.
5701         * locales/nn_NO: Likewise.
5702         * locales/no_NO: Likewise.
5703         * locales/pl_PL: Likewise.
5704         * locales/pt_BR: Likewise.
5705         * locales/pt_PT: Likewise.
5706         * locales/ro_RO: Likewise.
5707         * locales/ru_RU: Likewise.
5708         * locales/ru_UA: Likewise.
5709         * locales/sk_SK: Likewise.
5710         * locales/sl_SI: Likewise.
5711         * locales/sq_AL: Likewise.
5712         * locales/sr_YU: Likewise.
5713         * locales/sv_FI: Likewise.
5714         * locales/sv_SE: Likewise.
5715         * locales/th_TH: Likewise.
5716         * locales/tr_TR: Likewise.
5717         * locales/uk_UA: Likewise.
5718         * locales/vi_VN: Likewise.
5719         * locales/zh_CN: Likewise.
5720         * locales/zh_HK: Likewise.
5721         * locales/zh_TW: Likewise.
5723 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5725         * locales/fa_IR: Fix many problems and change to use UTF-8.
5726         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5727         * SUPPORTED: Add fa_IR.UTF-8.
5729 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
5731         * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.
5733 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
5735         * locales/iso14651_t1: Handle Macedonian correctly.
5736         Patch by Damjan <arhiv@freemail.org.mk>.
5738 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
5740         * locales/iso14651_t1: Add currency symbols.
5742 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5744         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
5745         * tests-mbwc/dat_iswdigit.c: Likewise.
5747         * locales/zh_CN: Remove non-ASCII digit entry.
5748         * locales/ja_JP: Likewise.
5749         Add full width digits to alnum class.
5751 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5753         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
5754         digits.
5755         (is_alpha): Add them here.
5756         * locales/i18n (digit): Remove all non-ASCII digits.
5757         (alpha): Add them here.
5759         * dump-ctype.c: Pretty print.
5761 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5763         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
5764         * locales/ko_KR: Change currency_symbol back to use U20a9.
5766 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
5768         * tst-langinfo.sh: Adjust for change in ja_JP.
5770 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
5772         * locales/ja_JP: Changed yesexpr/noexpr expression,
5773         fixed typo in era, added definition for name_gen.
5775 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5777         * SUPPORTED: Add ko_KR.UTF-8.
5779 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
5781         * charmaps/BIG5: Add a width table.
5782         * charmaps/GB18030: Likewise.
5783         * charmaps/ISO-8859-6: Likewise.
5784         * charmaps/ISO-8859-8: Likewise.
5785         * charmaps/TIS-620: Likewise.
5787 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5789         * Makefile (repertoiremaps): Remove variable.
5790         (distribute): Remove repertoiremaps.
5791         (install-others): Likewise. Add .gz to charmaps.
5792         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
5794 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5796         * charmaps/ISO-IR-197: Remove alias "none".
5798 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5800         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
5801         width of format control characters to 0.
5803 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5805         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
5806         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
5807         return values.  Only the sign matters.
5809 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
5811         * locales/ar_SA: Last non <Uxxxx> entries removed.
5812         Patch by Martin Strassburger <martin.strassburger@sap.com>.
5814 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
5816         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
5817         we have EUC-KR.
5819 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5821         * locales/uk_UA: Fix yesexpr.
5822         * locales/ru_UA: Likewise.
5823         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
5825 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5827         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
5828         so they become printable and carry a width.  Comment out surrogate
5829         ranges.  Add a WIDTH table.
5831 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5833         * gen-unicode-ctype.c: New file.
5834         * dump-ctype.c: New file.
5835         * Makefile (distribute): Add them.
5836         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
5837         gen-unicode-ctype.c.
5838         (blank): Add U+1680.
5839         (cntrl): Add U+2028, U+2029.
5840         (space): Add U+1680, U+2028, U+2029.
5841         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
5842         (alnum, alpha, print, graph, punct): Lots of additions.
5843         (lower, upper, tolower, toupper, combining, combining_level3): Update.
5844         (totitle): New map.
5845         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
5846         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
5847         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
5848         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
5849         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
5850         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
5851         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
5853 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5855         * charmaps/GBK: Add commented mappings for GBK characters not yet in
5856         Unicode.
5858 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5860         * charmaps/GBK: Remove /x80 entry.
5862 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5864         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
5865         to use it.
5867 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5869         * charmaps/JOHAB: Add identity mapping for 0x7f.
5871 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
5873         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
5874         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
5876 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
5878         * charmaps/GB2312: Change code_set_name to GB2312.
5880 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
5882         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
5883         * localedata/locales/ar_BH: Likewise.
5884         * localedata/locales/ar_DZ: Likewise.
5885         * localedata/locales/ar_EG: Likewise.
5886         * localedata/locales/ar_IQ: Likewise.
5887         * localedata/locales/ar_JO: Likewise.
5888         * localedata/locales/ar_KW: Likewise.
5889         * localedata/locales/ar_LB: Likewise.
5890         * localedata/locales/ar_LY: Likewise.
5891         * localedata/locales/ar_MA: Likewise.
5892         * localedata/locales/ar_OM: Likewise.
5893         * localedata/locales/ar_QA: Likewise.
5894         * localedata/locales/ar_SD: Likewise.
5895         * localedata/locales/ar_SY: Likewise.
5896         * localedata/locales/ar_TN: Likewise.
5897         * localedata/locales/ar_YE: Likewise.
5899 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
5901         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
5902         * locales/mr_IN: New file.
5903         * locales/mt_MT: New file.
5905         * charmaps/GB18030: Comment out entries in user-defined area.
5907 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
5909         * charmaps/GB18030: Add back entries which got lost in last change.
5911 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
5913         * charmaps/GB18030: Update once more.
5915         * charmaps/JOHAB: New file.
5916         * SUPPORTED: Add ko_KR.JOHAB.
5918 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
5920         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
5921         but not in EUC-KR.
5923 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5925         * charmaps/EUC-TW: Add commented non-reversible mappings.
5927 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5929         * charmaps/CP949: New file.
5931 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5933         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
5935 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5937         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
5938         U+007E.
5940 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5942         * charmaps/INIS-8: Update to use <Uxxxx> format.
5943         * charmaps/ISO_2033-1983: Likewise.
5944         * charmaps/ISO_5427-EXT: Likewise.
5946 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
5948         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
5949         * SUPPORTED: Add zh_HK.BIG5HKSCS.
5951         * charmaps/BIG5HKSCS: Add Big5 codes.
5953         * Makefile (test-input): Add sv_SE.ISO-8859-1.
5954         (LOCALES): Likewise.
5955         * sv_SE.ISO-8859-1: New file.
5957 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
5959         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
5960         Changes by Roger So <spacehunt@e-fever.org>.
5962         * SUPPORTED: Add nn_NO.ISO-8859-1.
5963         * locales/nn_NO: New file.
5965 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
5967         * charmaps/BIG5HKSCS: Regenerated from official data file.
5969         * locales/ja_JP: Add yesstr and nostr information.
5971         * charmaps/GB18030: Add entries from GBK not present here.
5973         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
5975         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
5977 2000-08-29  Akira Higuchi  <a@kondara.org>
5979         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
5980         * charmaps/GBK: Likewise.
5982         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
5984 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
5986         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
5987         and customize with several reorder-after statements.
5988         Reported by menthos@menthos.com.
5990 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
5992         * locales/ja_JP: Add new categories with generic information.
5994         * locales/i18n (default_missing): Change back to only U003F.
5996 2000-08-24  Andreas Jaeger  <aj@suse.de>
5998         * Makefile (generated): Add some .out files.
6000 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
6002         * locales/i18n: Add transliteration information.
6004 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
6006         * locales/ca_ES@euro: Country is Spain.
6007         * locales/ca_ES: Likewise.
6009         * locales/es_MX: Correct int_curr_symbol.
6010         * locales/es_PE: Likewise.
6012         * SUPPORTED: Add missing supported locales.
6014         * locales/fa_IR: Correct a few of the contained bugs.
6016         * locales/zh_HK: New file.
6018         * charmaps/BIG5HKSCS: New file.
6020         * locales/en_CA,2.5: Removed.
6021         * locales/fr_CA,2.13: Removed.
6022         * locales/in_ID: Removed.
6024         * locales/sq_AL: New file.
6025         * SUPPORTED: Add sq_AL.ISO-8859-1.
6027         * locales/vi_VN: New file.
6028         * SUPPORTED: Add vi_VN.UTF-8.
6030         * locales/ko_KR: Correct currency_symbol entry.
6032         * locales/hi_IN: New file.
6033         * SUPPORTED: Add hi_IN.UTF-8.
6035         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
6037         * sort-test.sh: Improve error handling by printing more information.
6039         * locales/ar_AE: New file.
6040         * locales/ar_BH: New file.
6041         * locales/ar_DZ: New file.
6042         * locales/ar_EG: New file.
6043         * locales/ar_IQ: New file.
6044         * locales/ar_JO: New file.
6045         * locales/ar_KW: New file.
6046         * locales/ar_LB: New file.
6047         * locales/ar_LY: New file.
6048         * locales/ar_MA: New file.
6049         * locales/ar_OM: New file.
6050         * locales/ar_QA: New file.
6051         * locales/ar_SD: New file.
6052         * locales/ar_SY: New file.
6053         * locales/ar_TN: New file.
6054         * locales/ar_YE: New file.
6055         * SUPPORTED: Add Arabic locales.
6057 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
6059         * locales/es_CR: New file.
6060         * locales/es_NI: New file.
6061         * locales/es_PR: New file.
6063         * locales/es_AR: Share LC_COLLATE description with es_ES.
6064         * locales/es_BO: Likewise.
6065         * locales/es_CL: Likewise.
6066         * locales/es_CO: Likewise.
6067         * locales/es_DO: Likewise.
6068         * locales/es_GT: Likewise.
6069         * locales/es_HN: Likewise.
6070         * locales/es_MX: Likewise.
6071         * locales/es_PA: Likewise.
6072         * locales/es_PE: Likewise.
6073         * locales/es_PY: Likewise.
6074         * locales/es_SV: Likewise.
6075         * locales/es_UY: Likewise.
6076         * locales/es_VE: Likewise.
6077         * locales/es_EC: Share LC_COLLATE description with es_US.
6079         * locales/ko_KR: Updated for glibc 2.2.
6080         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
6081         * SUPPORTED: Add ko_KR.
6083         * locales/de_BE@euro: New file.
6084         * locales/eu_ES@euro: New file.
6085         * locales/ga_IE@euro: New file.
6086         * locales/gl_ES@euro: New file.
6087         * locales/nl_BE@euro: New file.
6088         * locales/sv_FI@euro: New file.
6089         * SUPPORTED: Add the new locales.
6091         * Makefile (install-locales): Handle option in locale name.  Print
6092         progress information.
6094         * SUPPORTED: Add all the @euro locales.
6096         * locales/ca_ES@euro: Update charset comment.
6097         * locales/de_AT@euro: Likewise.
6098         * locales/de_DE@euro: Likewise.
6099         * locales/de_LU@euro: Likewise.
6100         * locales/en_IE@euro: Likewise.
6101         * locales/es_ES@euro: Likewise.
6102         * locales/fi_FI@euro: Likewise.
6103         * locales/fr_BE@euro: Likewise.
6104         * locales/fr_FR@euro: Likewise.
6105         * locales/fr_LU@euro: Likewise.
6106         * locales/it_IT@euro: Likewise.
6107         * locales/nl_NL@euro: Likewise.
6108         * locales/pt_PT@euro: Likewise.
6110 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
6112         * locales/ca_ES: Correct comment.
6114         * locales/ca_ES@euro: New file.
6115         * locales/de_AT@euro: New file.
6116         * locales/de_DE@euro: New file.
6117         * locales/de_LU@euro: New file.
6118         * locales/en_IE@euro: New file.
6119         * locales/es_ES@euro: New file.
6120         * locales/fi_FI@euro: New file.
6121         * locales/fr_BE@euro: New file.
6122         * locales/fr_FR@euro: New file.
6123         * locales/fr_LU@euro: New file.
6124         * locales/it_IT@euro: New file.
6125         * locales/nl_NL@euro: New file.
6126         * locales/pt_PT@euro: New file.
6128 2000-08-19  Andreas Jaeger  <aj@suse.de>
6130         * tst-digits.c: Include stdlib.h and string.h to provide
6131         prototypes for exit, strlen and strcmp.
6133 2000-08-18  Andreas Jaeger  <aj@suse.de>
6135         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
6136         (TST_DECL_VARS): Don't declare err_flg.
6137         (TST_GET_ERRET): Don't set err_flg.
6138         (TST_GET_ERRET_SEQ): Likewise.
6139         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
6141         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
6142         * tests-mbwc/dat_iswalnum.c: Likewise.
6143         * tests-mbwc/dat_iswalpha.c: Likewise.
6144         * tests-mbwc/dat_iswcntrl.c: Likewise.
6145         * tests-mbwc/dat_iswctype.c: Likewise.
6146         * tests-mbwc/dat_iswdigit.c: Likewise.
6147         * tests-mbwc/dat_iswgraph.c: Likewise.
6148         * tests-mbwc/dat_iswlower.c: Likewise.
6149         * tests-mbwc/dat_iswprint.c: Likewise.
6150         * tests-mbwc/dat_iswpunct.c: Likewise.
6151         * tests-mbwc/dat_iswspace.c: Likewise.
6152         * tests-mbwc/dat_iswupper.c: Likewise.
6153         * tests-mbwc/dat_iswxdigit.c: Likewise.
6154         * tests-mbwc/dat_mblen.c: Likewise.
6155         * tests-mbwc/dat_mbrlen.c: Likewise.
6156         * tests-mbwc/dat_mbrtowc.c: Likewise.
6157         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6158         * tests-mbwc/dat_mbstowcs.c: Likewise.
6159         * tests-mbwc/dat_mbtowc.c: Likewise.
6160         * tests-mbwc/dat_strcoll.c: Likewise.
6161         * tests-mbwc/dat_strfmon.c: Likewise.
6162         * tests-mbwc/dat_strxfrm.c: Likewise.
6163         * tests-mbwc/dat_swscanf.c: Likewise.
6164         * tests-mbwc/dat_towctrans.c: Likewise.
6165         * tests-mbwc/dat_towlower.c: Likewise.
6166         * tests-mbwc/dat_towupper.c: Likewise.
6167         * tests-mbwc/dat_wcrtomb.c: Likewise.
6168         * tests-mbwc/dat_wcscat.c: Likewise.
6169         * tests-mbwc/dat_wcschr.c: Likewise.
6170         * tests-mbwc/dat_wcscmp.c: Likewise.
6171         * tests-mbwc/dat_wcscoll.c: Likewise.
6172         * tests-mbwc/dat_wcscpy.c: Likewise.
6173         * tests-mbwc/dat_wcscspn.c: Likewise.
6174         * tests-mbwc/dat_wcslen.c: Likewise.
6175         * tests-mbwc/dat_wcsncat.c: Likewise.
6176         * tests-mbwc/dat_wcsncmp.c: Likewise.
6177         * tests-mbwc/dat_wcsncpy.c: Likewise.
6178         * tests-mbwc/dat_wcspbrk.c: Likewise.
6179         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6180         * tests-mbwc/dat_wcsspn.c: Likewise.
6181         * tests-mbwc/dat_wcsstr.c: Likewise.
6182         * tests-mbwc/dat_wcstod.c: Likewise.
6183         * tests-mbwc/dat_wcstok.c: Likewise.
6184         * tests-mbwc/dat_wcstombs.c: Likewise.
6185         * tests-mbwc/dat_wcswidth.c: Likewise.
6186         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6187         * tests-mbwc/dat_wctob.c: Likewise.
6188         * tests-mbwc/dat_wctomb.c: Likewise.
6189         * tests-mbwc/dat_wctrans.c: Likewise.
6190         * tests-mbwc/dat_wctype.c: Likewise.
6191         * tests-mbwc/dat_wcwidth.c: Likewise.
6192         * tests-mbwc/dat_isw-funcs.h: Fix comment.
6194 2000-08-17  Andreas Jaeger  <aj@suse.de>
6196         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
6197         should have a value.
6199 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
6201         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
6202         separate uppercase from non-uppercase characters to enable correct
6203         handling in range expressions.
6205 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
6207         * Makefile (install-locales): Use --prefix option of localedef to
6208         avoid providing complete path for output file.
6210 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
6212         * locales/zh_TW: Updated.
6213         * charmaps/BIG5: Updated.
6214         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6216 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
6218         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
6219         use `int'.
6221 2000-08-01  Andreas Jaeger  <aj@suse.de>
6223         * Makefile (distribute): Follow name change of tst-ctype-de.in to
6224         tst-ctype-de_DE.ISO-8859-1.in.
6226 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
6228         * charmaps/KSX1001: Add width information.
6229         * charmaps/GB2312: Likewise.
6230         * charmaps/GBK: Likewise.
6231         Patches by GOTO Masanori <gotom@debian.or.jp>.
6233 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6235         * charmaps/CP737: New file.
6236         * charmaps/CP775: New file.
6238 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6240         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
6241         /xb0../xf7.  Remove aliases.
6243 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6245         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
6246         /xc9../xf9.
6248 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6250         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
6252 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
6254         * tst-langinfo.c (main): Fix esacape sequence handling.
6256         * charmaps/EUC-TW: New file.
6258         * tst-digits.c: Add tests for wprintf.
6259         * tests/test7.cm: Change so that it is usable for wprintf tests.
6261         * tst-locale.sh: Fix typo in last change.
6263         * tst-digits.c: Add ctype and wctype tests.
6265 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6267         * Makefile (ld-test-names): Add test7.
6268         (tests): Add tst-digits.  Add dependency and environment variable.
6269         * tst-digits.c: New file.
6270         * tst-locale.sh: Generate test7 locale.
6271         * tests/test7.cm: New file.
6272         * tests/test7.def: New file.
6274         * tst-locale.sh: Add dropped test6 locale.
6276 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
6278         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
6279         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
6280         locale.
6282 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6284         * locales/zh_TW: New file.
6285         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6287 2000-07-28  Andreas Jaeger  <aj@suse.de>
6289         * tst-langinfo.c: Include <string.h> for strcmp prototype.
6291 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
6293         * charmaps/BIG5: New file.
6294         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6296 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
6298         * locales/zh_CN: Update for new format.
6299         Patch by Yong Li <yong.li@asu.edu>.
6301         * tst-langinfo.c: Add copyright text.
6303 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
6305         * tst-wctype.input: Add more input text.
6306         * tst-wctype.c: Test more classes.
6308         * Makefile: Add rules to build, run, and distribute tst-langinfo.
6309         * tst-langinfo.c: New file.
6310         * tst-langinfo.sh: New file.
6312         * locales/ja_JP (era_d_t_fmt): Fix typo.
6314         * Makefile: Add rules to build, run, and distribute tst-wctype.
6315         * tst-wctype.c: New file.
6316         * tst-wctype.input: New file.
6317         * tst-wctype.sh: New file.
6319 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
6321         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
6322         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
6324 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6326         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
6327         (enoexpr): Likewise.
6328         * locales/hr_HR: Likewise.
6329         Patches by GOTO Masanori <gotom@debian.or.jp>.
6331         * locales/i18n (yesexpr): Add U005E at the beginning.
6332         (noexpr): Likewise.
6334 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
6336         * locales/ja_JP (yesexpr): U0060 should be U005E.
6337         (noexpr): Likewise.
6339         * locales/i18n: Remove U00A0 from blank as well.
6340         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
6342 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
6344         * charmaps/SJIS: Add width information.
6345         Patch by GOTO Masanori <gotom@debian.or.jp>.
6347         * charmaps/SJIS: Correct byte sequence for single byte characters.
6349 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
6351         * locales/i18n: Fix typos.
6353         * locales/iso14651_t1: Correct syntax for HAN script.
6355 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6357         * charmaps/GB18030: New file.
6359         * charmaps/UTF-8: Update for Unicode 3.0.
6361         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
6362         space.
6363         * tst-ctype.c: Likewise.
6364         * tst-ctype.sh: Likewise.
6365         * locales/i18n: Likewise.
6366         * locales/ja_JP: Likewise.
6367         * tests-mbwc/dat_iswcntrl.c: Likewise.
6368         * tests-mbwc/dat_iswctype.c: Likewise.
6369         * tests-mbwc/dat_iswspace.c: Likewise.
6371         * tst-ctype.sh: Also test C locale.
6373 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
6375         * Makefile: Rewrite rules for tests to run them only when necessary.
6376         * sort-test.sh: Produce output for failed tests.
6377         * tst-fmon.sh: Likewise.
6378         * tst-rpmatch.sh: Likewise.
6380 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6382         * tst-ctype-de_DE.in: Renamed to...
6383         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
6385 2000-07-11  Andreas Jaeger  <aj@suse.de>
6387         * Makefile (locale_test_suite): Always run test suite.
6388         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
6389         gen-locale.sh.
6390         (do-collate-test): Likewise.
6391         (do-tst-fmon): Likewise.
6392         (do-tst-locale): Likewise.
6393         (do-tst-rpmatch): Likewise.
6394         (do-tst-trans): Likewise.
6395         (do-tst-mbswcs): Likewise.
6396         (do-tst-ctype): Likewise.
6398         * sort-test.sh : Rewrite to work with static only builds.
6399         * tst-ctype.sh: Likewise.
6400         * tst-fmon.sh: Likewise.
6401         * tst-locale.sh: Likewise.
6402         * tst-mbswcs.sh: Likewise.
6403         * tst-rpmatch.sh: Likewise.
6404         * tst-trans.sh: Likewise.
6406         * gen-locale.sh (locfile): Fix it for building with
6407         sourcedir==builddir and for static only builds.
6409 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6411         * locales/POSIX: Remove repertoire map reference.
6412         * locales/ar_SA: Remove repertoire map reference.
6414         * locales/zh_CN.GBK: Removed.
6416         * repertoiremaps/charids.894: Removed.
6417         * repertoiremaps/mnemonics.ds: Removed.
6418         * repertoiremaps/mnemonics.ja: Removed.
6419         * repertoiremaps/mnemonics.ko: Removed.
6420         * repertoiremaps/mnemonics.zh: Removed.
6422         * charmaps/SJIS: New file.
6424 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
6426         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
6427         to EUC-JP.
6428         * tests-mbwc/dat_mbtowc.c: Likewise.
6429         * tests-mbwc/dat_wctob.c: Likewise.
6431         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
6432         * charmaps/EUC-KR: Likewise.
6434 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
6436         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
6437         * locales/ar_SA (LC_TELEPHONE): Likewise.
6438         * locales/be_BY (LC_TELEPHONE): Likewise.
6439         * locales/bg_BG (LC_TELEPHONE): Likewise.
6440         * locales/ca_ES (LC_TELEPHONE): Likewise.
6441         * locales/da_DK (LC_TELEPHONE): Likewise.
6442         * locales/de_BE (LC_TELEPHONE): Likewise.
6443         * locales/de_CH (LC_TELEPHONE): Likewise.
6444         * locales/de_LU (LC_TELEPHONE): Likewise.
6445         * locales/el_GR (LC_TELEPHONE): Likewise.
6446         * locales/en_AU (LC_TELEPHONE): Likewise.
6447         * locales/en_BW (LC_TELEPHONE): Likewise.
6448         * locales/en_CA (LC_TELEPHONE): Likewise.
6449         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
6450         * locales/en_DK (LC_TELEPHONE): Likewise.
6451         * locales/en_IE (LC_TELEPHONE): Likewise.
6452         * locales/en_NZ (LC_TELEPHONE): Likewise.
6453         * locales/en_ZA (LC_TELEPHONE): Likewise.
6454         * locales/en_ZW (LC_TELEPHONE): Likewise.
6455         * locales/es_AR (LC_TELEPHONE): Likewise.
6456         * locales/es_BO (LC_TELEPHONE): Likewise.
6457         * locales/es_CL (LC_TELEPHONE): Likewise.
6458         * locales/es_CO (LC_TELEPHONE): Likewise.
6459         * locales/es_DO (LC_TELEPHONE): Likewise.
6460         * locales/es_EC (LC_TELEPHONE): Likewise.
6461         * locales/es_ES (LC_TELEPHONE): Likewise.
6462         * locales/es_GT (LC_TELEPHONE): Likewise.
6463         * locales/es_HN (LC_TELEPHONE): Likewise.
6464         * locales/es_MX (LC_TELEPHONE): Likewise.
6465         * locales/es_PA (LC_TELEPHONE): Likewise.
6466         * locales/es_PE (LC_TELEPHONE): Likewise.
6467         * locales/es_PY (LC_TELEPHONE): Likewise.
6468         * locales/es_SV (LC_TELEPHONE): Likewise.
6469         * locales/es_US (LC_TELEPHONE): Likewise.
6470         * locales/es_UY (LC_TELEPHONE): Likewise.
6471         * locales/es_VE (LC_TELEPHONE): Likewise.
6472         * locales/et_EE (LC_TELEPHONE): Likewise.
6473         * locales/eu_ES (LC_TELEPHONE): Likewise.
6474         * locales/fa_IR (LC_TELEPHONE): Likewise.
6475         * locales/fi_FI (LC_TELEPHONE): Likewise.
6476         * locales/fo_FO (LC_TELEPHONE): Likewise.
6477         * locales/fr_BE (LC_TELEPHONE): Likewise.
6478         * locales/fr_CA (LC_TELEPHONE): Likewise.
6479         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
6480         * locales/fr_CH (LC_TELEPHONE): Likewise.
6481         * locales/fr_LU (LC_TELEPHONE): Likewise.
6482         * locales/ga_IE (LC_TELEPHONE): Likewise.
6483         * locales/gl_ES (LC_TELEPHONE): Likewise.
6484         * locales/gv_GB (LC_TELEPHONE): Likewise.
6485         * locales/he_IL (LC_TELEPHONE): Likewise.
6486         * locales/hr_HR (LC_TELEPHONE): Likewise.
6487         * locales/hu_HU (LC_TELEPHONE): Likewise.
6488         * locales/id_ID (LC_TELEPHONE): Likewise.
6489         * locales/in_ID (LC_TELEPHONE): Likewise.
6490         * locales/is_IS (LC_TELEPHONE): Likewise.
6491         * locales/it_CH (LC_TELEPHONE): Likewise.
6492         * locales/it_IT (LC_TELEPHONE): Likewise.
6493         * locales/iw_IL (LC_TELEPHONE): Likewise.
6494         * locales/kl_GL (LC_TELEPHONE): Likewise.
6495         * locales/ko_KR (LC_TELEPHONE): Likewise.
6496         * locales/kw_GB (LC_TELEPHONE): Likewise.
6497         * locales/lt_LT (LC_TELEPHONE): Likewise.
6498         * locales/lv_LV (LC_TELEPHONE): Likewise.
6499         * locales/mk_MK (LC_TELEPHONE): Likewise.
6500         * locales/nl_BE (LC_TELEPHONE): Likewise.
6501         * locales/nl_NL (LC_TELEPHONE): Likewise.
6502         * locales/pl_PL (LC_TELEPHONE): Likewise.
6503         * locales/pt_BR (LC_TELEPHONE): Likewise.
6504         * locales/ro_RO (LC_TELEPHONE): Likewise.
6505         * locales/ru_RU (LC_TELEPHONE): Likewise.
6506         * locales/ru_UA (LC_TELEPHONE): Likewise.
6507         * locales/sk_SK (LC_TELEPHONE): Likewise.
6508         * locales/sl_SI (LC_TELEPHONE): Likewise.
6509         * locales/sr_YU (LC_TELEPHONE): Likewise.
6510         * locales/sv_FI (LC_TELEPHONE): Likewise.
6511         * locales/th_TH (LC_TELEPHONE): Likewise.
6512         * locales/tr_TR (LC_TELEPHONE): Likewise.
6513         * locales/uk_UA (LC_TELEPHONE): Likewise.
6515 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
6517         * locales/th_TH: Update revision information.
6518         (LC_CTYPE: alpha): Replace ";...;" with "..".
6519         (LC_COLLATE: order): Quote with "".
6521 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
6523         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
6524         in address.
6525         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
6526         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
6527         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
6528         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
6529         * locales/es_BO (LC_IDENTIFICATION): Likewise.
6530         * locales/es_CL (LC_IDENTIFICATION): Likewise.
6531         * locales/es_CO (LC_IDENTIFICATION): Likewise.
6532         * locales/es_DO (LC_IDENTIFICATION): Likewise.
6533         * locales/es_EC (LC_IDENTIFICATION): Likewise.
6534         * locales/es_ES (LC_IDENTIFICATION): Likewise.
6535         * locales/es_GT (LC_IDENTIFICATION): Likewise.
6536         * locales/es_HN (LC_IDENTIFICATION): Likewise.
6537         * locales/es_MX (LC_IDENTIFICATION): Likewise.
6538         * locales/es_PA (LC_IDENTIFICATION): Likewise.
6539         * locales/es_PE (LC_IDENTIFICATION): Likewise.
6540         * locales/es_PY (LC_IDENTIFICATION): Likewise.
6541         * locales/es_SV (LC_IDENTIFICATION): Likewise.
6542         * locales/es_US (LC_IDENTIFICATION): Likewise.
6543         * locales/es_UY (LC_IDENTIFICATION): Likewise.
6544         * locales/es_VE (LC_IDENTIFICATION): Likewise.
6545         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
6546         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
6547         * locales/no_NO (LC_TELEPHONE): Fill in.
6548         * locales/pt_PT (LC_TELEPHONE): Fill in.
6549         * locales/sv_SE (LC_TELEPHONE): Fill in.
6550         * locales/en_GB (LC_TELEPHONE): Fill in.
6551         * locales/cs_CZ (LC_TELEPHONE): Fill in.
6553 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
6555         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
6556         * tst-locale.sh (LC_ALL): Likewise.
6558 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
6560         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
6561         * tst-locale.sh: Likewise.
6563 2000-07-01  Andreas Jaeger  <aj@suse.de>
6565         * Makefile (generated-dirs): LOCALES are also generated.
6566         (generated-dirs): Remove obsolete entry.
6568 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
6570         * Makefile (distribute): Add locale test suite files, fmon test
6571         suite files, gen-locale.sh, and show-ucs-data.c.
6573         * Depend: New file.
6575         * Makefile: Rewrite rules to generate locale data.
6576         * gen-locale.sh: Generate only one locale which is described in a
6577         command line parameter.
6579         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
6580         around DEM problem.
6581         * tst-fmon.data: Change back entries with DEM.
6583         * gen-locale.sh: Print that it might take a while to finish.
6585 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
6587         * Makefile (install-locales): Remove the -u switch from localedef
6588         command line.
6590 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
6592         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
6593         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
6594         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
6596         * locales/POSIX: Update for new format.
6598         * Makefile: Regenerate locale data also if localedef changed.
6600         * tst-fmon.data: Until we know what is correct, but the spaces
6601         after DEM back in.
6603         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
6604         unresolved issues.
6605         * tests-mbwc/dat_mbtowc.c: Likewise.
6606         * tests-mbwc/dat_strcoll.c: Likewise.
6607         * tests-mbwc/dat_strfmon.c: Likewise.
6608         * tests-mbwc/dat_strxfrm.c: Likewise.
6609         * tests-mbwc/tst_mbtowc.c: Likewise.
6611 2000-06-29  Andreas Jaeger  <aj@suse.de>
6613         * sort-test.sh: Set LC_ALL to full locale name.
6615         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
6616         anymore.
6617         (LOCALES): New.
6618         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
6619         Depend on locale files
6620         (LOCALE_FILES): New.
6621         (ALL_LC_FILES): New.
6622         (ALL_OBJ_LC_FILES): New
6623         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
6625         * tst-ctype.sh: Don't generate locales here.
6626         * tst-mbswcs.sh: Likewise.
6627         * sort-test.sh: Likewise.
6629         * gen-locale.sh: New file to generate locales.
6631 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6633         * locales/en_GB: Update RAP address.
6634         * locales/fr_FR: Likewise.
6635         * locales/en_NZ: Likewise.
6636         * locales/de_BE: Likewise.
6637         * locales/de_CH: Likewise.
6638         * locales/de_LU: Likewise.
6639         * locales/en_AU: Likewise.
6640         * locales/en_IE: Likewise.
6641         * locales/eu_ES: Likewise.
6642         * locales/fr_BE: Likewise.
6643         * locales/fr_CH: Likewise.
6644         * locales/fr_LU: Likewise.
6645         * locales/it_IT: Likewise.
6646         * locales/nl_BE: Likewise.
6647         * locales/nl_NL: Likewise.
6648         * locales/pt_BR: Likewise.
6649         * locales/pt_PT: Likewise.
6650         * locales/sv_FI: Likewise.
6651         * locales/fi_FI: Likewise.
6652         * locales/sv_SE: Likewise.
6654 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6656         * locales/af_ZA: Update for new format.
6657         * locales/ar_SA: Likewise.
6658         * locales/be_BY: Likewise.
6659         * locales/bg_BG: Likewise.
6660         * locales/ca_ES: Likewise.
6661         * locales/el_GR: Likewise.
6662         * locales/en_BW: Likewise.
6663         * locales/en_DK: Likewise.
6664         * locales/en_ZW: Likewise.
6665         * locales/es_AR: Likewise.
6666         * locales/es_BO: Likewise.
6667         * locales/es_CL: Likewise.
6668         * locales/es_CO: Likewise.
6669         * locales/es_DO: Likewise.
6670         * locales/es_EC: Likewise.
6671         * locales/es_ES: Likewise.
6672         * locales/es_GT: Likewise.
6673         * locales/es_HN: Likewise.
6674         * locales/es_MX: Likewise.
6675         * locales/es_PA: Likewise.
6676         * locales/es_PE: Likewise.
6677         * locales/es_PY: Likewise.
6678         * locales/es_SV: Likewise.
6679         * locales/es_US: Likewise.
6680         * locales/es_UY: Likewise.
6681         * locales/es_VE: Likewise.
6682         * locales/et_EE: Likewise.
6683         * locales/fa_IR: Likewise.
6684         * locales/fr_CA: Likewise.
6685         * locales/en_CA,2.5: Likewise.
6686         * locales/fr_CA,2.13: Likewise.
6687         * locales/gl_ES: Likewise.
6688         * locales/hr_HR: Likewise.
6689         * locales/hu_HU: Likewise.
6690         * locales/ko_KR: Likewise.
6691         * locales/lt_LT: Likewise.
6692         * locales/lv_LV: Likewise.
6693         * locales/no_NO: Likewise.
6694         * locales/pl_PL: Likewise.
6695         * locales/ro_RO: Likewise.
6696         * locales/ru_RU: Likewise.
6697         * locales/ru_UA: Likewise.
6698         * locales/sk_SK: Likewise.
6699         * locales/sl_SI: Likewise.
6700         * locales/sr_YU: Likewise.
6701         * locales/th_TH: Likewise.
6702         * locales/tr_TR: Likewise.
6703         * locales/uk_UA: Likewise.
6704         * locales/en_CA: Likewise.
6705         * locales/is_IS: Likewise.
6706         * locales/mk_MK: Likewise.
6708 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6710         * locales/cs_CZ: Comment out fields I'm not sure about.
6711         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
6712         * locales/en_NZ: Update for new format.
6713         * locales/de_BE: Likewise.
6714         * locales/de_CH: Likewise.
6715         * locales/de_LU: Likewise.
6716         * locales/en_AU: Likewise.
6717         * locales/en_IE: Likewise.
6718         * locales/en_ZA: Likewise.
6719         * locales/eu_ES: Likewise.
6720         * locales/fo_FO: Likewise.
6721         * locales/fr_BE: Likewise.
6722         * locales/fr_CH: Likewise.
6723         * locales/fr_LU: Likewise.
6724         * locales/ga_IE: Likewise.
6725         * locales/gv_GB: Likewise.
6726         * locales/he_IL: Likewise.
6727         * locales/id_ID: Likewise.
6728         * locales/in_ID: Likewise.
6729         * locales/it_CH: Likewise.
6730         * locales/it_IT: Likewise.
6731         * locales/iw_IL: Likewise.
6732         * locales/kl_GL: Likewise.
6733         * locales/kw_GB: Likewise.
6734         * locales/nl_BE: Likewise.
6735         * locales/nl_NL: Likewise.
6736         * locales/pt_BR: Likewise.
6737         * locales/pt_PT: Likewise.
6738         * locales/sv_FI: Likewise.
6739         * locales/da_DK: Likewise.
6740         * locales/fi_FI: Likewise.
6741         * locales/sv_SE: Likewise.
6743 2000-06-29  Andreas Jaeger  <aj@suse.de>
6745         * Makefile (locale_test_suite): Add new test files.
6746         (tst_mblen-ENV): New.
6747         (tst_mbtowc-ENV): New.
6748         (tst_strcoll-ENV): New.
6749         (tst_strxfrm-ENV): New.
6750         (tst_wctomb-ENV): New.
6751         (tst_mbrtowc-ENV): New.
6752         (tst_mbsrtowcs-ENV): New.
6753         (tst_mbstowcs-ENV): New.
6754         (tst_strfmon-ENV): New.
6755         (tst_wcrtomb-ENV): New.
6756         (tst_wcsrtombs-ENV): New.
6757         (tst_wcstod-ENV): New.
6758         (tst_wcstok-ENV): New.
6759         (tst_wcstombs-ENV): New.
6761         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
6762         <kuwahara@cthulhu.engr.sgi.com>.
6763         * tests-mbwc/dat_wctomb.c: Likewise.
6764         * tests-mbwc/tst_mbtowc.c: Likewise.
6765         * tests-mbwc/dat_mbtowc.c: Likewise.
6766         * tests-mbwc/tst_strxfrm.c: Likewise.
6767         * tests-mbwc/dat_strxfrm.c: Likewise.
6768         * tests-mbwc/dat_strcoll.c: Likewise.
6769         * tests-mbwc/tst_strcoll.c: Likewise.
6770         * tests-mbwc/tst_mblen.c: Likewise.
6771         * tests-mbwc/dat_mblen.c: Likewise.
6772         * tests-mbwc/dat_wcstok.c: Likewise.
6773         * tests-mbwc/tst_wcstok.c: Likewise.
6774         * tests-mbwc/dat_wcstod.c: Likewise.
6775         * tests-mbwc/tst_wcstod.c: Likewise.
6776         * tests-mbwc/dat_mbrtowc.c: Likewise.
6777         * tests-mbwc/tst_mbrtowc.c: Likewise.
6778         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6779         * tests-mbwc/tst_wcsrtombs.c: Likewise.
6780         * tests-mbwc/dat_wcstombs.c: Likewise.
6781         * tests-mbwc/tst_wcstombs.c: Likewise.
6782         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6783         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
6784         * tests-mbwc/dat_wcrtomb.c: Likewise.
6785         * tests-mbwc/tst_wcrtomb.c: Likewise.
6786         * tests-mbwc/dat_mbstowcs.c: Likewise.
6787         * tests-mbwc/tst_mbstowcs.c: Likewise.
6788         * tests-mbwc/dat_strfmon.c: Likewise.
6789         * tests-mbwc/tst_strfmon.c: Likewise.
6791 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6793         * locales/mk_MK: Updated (not to new format).
6794         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
6796 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
6798         * locales/fr_FR: Update for new format.
6799         * locales/de_AT: Likewise.
6800         * locales/en_GB: Likewise.
6802 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6804         * locales/th_TH: Update copyright notice.
6806         * locales/cs_CZ: Updated for new format.
6807         Patch by Jakub Jelinek <jakub@redhat.com>.
6809         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
6810         comments.
6811         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
6812         internal state of mbrlen.
6814         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
6815         (TEST_MBWC_ENV): Remove unnecessary slash.
6816         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
6818         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
6820         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
6821         tests.
6823         * locales/iso14651_t1: Explicitly add control character in
6824         U0000-U001F and U007F-U009F range for backward compatibility.
6826         * locales/i18n: Correct problems found by test suite.
6828 2000-06-28  Andreas Jaeger  <aj@suse.de>
6830         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
6831         warning.
6833         * Makefile (locale_test_suite): Add tst_mbrlen.
6834         (tst_mbrlen-ENV): New.
6836         * tests-mbwc/tst_mbrlen.c: New file
6838         * tests-mbwc/dat_mbrlen.c: New file.
6840         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
6841         (struct TST_HEAD): Use const char* instead of an array.
6843         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
6845         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
6847         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
6849 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6851         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
6852         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
6853         U4E06 is not in EUC-JP.
6854         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
6855         * tests-mbwc/dat_towctrans.c: Likewise.
6856         * tests-mbwc/dat_wcscoll.c: Likewise.
6857         * tests-mbwc/dat_wcswidth.c: Likewise.
6858         * tests-mbwc/dat_wctob.c: Likewise.
6860         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
6861         versions.
6863         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
6864         what is correct.
6865         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6866         * tests-mbwc/dat_wcwidth.c: Likewise.
6868         * tests-mbwc/tst_funcs.h: Pretty print.
6870         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
6871         * tests-mbwc/tst_wcschr.c: Likewise.
6872         * tests-mbwc/tst_wcscpy.c: Likewise.
6873         * tests-mbwc/tst_wcscat.c: Likewise.
6874         * tests-mbwc/tst_wcsncpy.c: Likewise.
6875         * tests-mbwc/tst_wcspbrk.c: Likewise.
6876         * tests-mbwc/tst_wcsstr.c: Likewise.
6877         * tests-mbwc/tst_wctrans.c: Likewise.
6878         * tests-mbwc/tst_wctype.c: Likewise.
6880         * tests-mbwc/tst_wcscoll.c: Print better error messages.
6882         * Makefile (tests): Define as $(locale_test_suite) but only
6883         if not cross-compiling and shared libs are built.
6884         (locale_test_suite): New variable.  Name all new tests from the
6885         locale test suite.
6886         Add rule to run new tests only when all data is available.
6887         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
6889         * tst-ctype-de_DE.in: U00A0 is not in class graph.
6891         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
6893         * locales/i18n: Backspace isn't blank, tab is.
6895         * tst-ctype.c (main): Add tests for control characters and space.
6897         * locales/i18n: Backspace is no space.
6899         * locales/i18n: Add \t to space.
6901 2000-06-27  Andreas Jaeger  <aj@suse.de>
6903         * Makefile (TEST_MBWC_ENV): New variable.
6904         Use it for all tests from tests-mbwc.
6906 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6908         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
6910 2000-06-27  Andreas Jaeger  <aj@suse.de>
6912         * Makefile: Add environment setting for all tests from tests-mbwc.
6914 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6916         * locales/en_DK.com: Not needed.
6918 2000-06-27  Andreas Jaeger  <aj@suse.de>
6920         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
6921         <kuwahara@cthulhu.engr.sgi.com>.
6923         * Makefile (tests): Add tests from tests-mbwc subdirectory,
6924         comment them out for now.
6925         (subdir-dirs): New for tests-mbwc, add also vpaths.
6927         * locales/ja_JP: Add missing / in LC_CTYPE.
6929 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
6931         * Makefile (distribute): Add tst-ctype-de_DE.in.
6932         * tst-ctype.c: Read in more tests from stdin.
6933         * tst-ctype.sh: Feed extra test data to program via stdin.
6934         * tst-ctype-de_DE.in: New file.
6936         * locales/i18n (punct): Exclude U00A0.
6937         (blank): Include U00A0.
6939         * locales/ja_JP: Updates for new format.
6941         * Makefile (test-srcs): Add tst-ctype.
6942         (distribute): Add tst-ctype.sh.
6943         (do-tst-ctype): New target.  Run for tests.
6944         * tst-ctype.c: New file.
6945         * tst-ctype.sh: New file.
6947         * locales/i18n: NUL character must not be in cntrl.
6949         * Makefile (test-input): Add en_US.ISO-8859-1.
6950         * en_US.in: New file.
6952 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
6954         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
6955         for now.
6957         * de_DE.in: Update for new sorting.
6959         * tst-locale.sh: Don't use mnemonic.ds.
6960         * tst-mbswcs.sh: Likewise.
6961         * tst-trans.sh: Likewise.
6963         * locales/de_DE: Update for new format.
6964         * locales/en_US: Likewise.
6965         * tests/trans.def: Likewise.
6966         * tst-fmon-locales/tstfmon_n01y12: Likewise.
6967         * tst-fmon-locales/tstfmon_n02n40: Likewise.
6968         * tst-fmon-locales/tstfmon_n10y31: Likewise.
6969         * tst-fmon-locales/tstfmon_n11y41: Likewise.
6970         * tst-fmon-locales/tstfmon_n12y11: Likewise.
6971         * tst-fmon-locales/tstfmon_n20n32: Likewise.
6972         * tst-fmon-locales/tstfmon_n30y20: Likewise.
6973         * tst-fmon-locales/tstfmon_n41n00: Likewise.
6974         * tst-fmon-locales/tstfmon_y01y10: Likewise.
6975         * tst-fmon-locales/tstfmon_y02n22: Likewise.
6976         * tst-fmon-locales/tstfmon_y22n42: Likewise.
6977         * tst-fmon-locales/tstfmon_y30y21: Likewise.
6978         * tst-fmon-locales/tstfmon_y32n31: Likewise.
6979         * tst-fmon-locales/tstfmon_y40y00: Likewise.
6980         * tst-fmon-locales/tstfmon_y42n21: Likewise.
6982         * tst-rpmatch.c: Avoid warning with broken compiler.
6984         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
6986         * sort-test.sh: Add more GCONV_PATH usages.
6987         * tst-fmon.sh: Likewise.
6988         * tst-locale.sh: Likewise.
6989         * tst-mbswcs.sh: Likewise.
6990         * tst-rpmatch.sh: Likewise.
6991         * tst-trans.sh: Likewise.
6993         * locales/i18n: Remove order_start around copy.
6995         * locales/iso14651_t1: Correct various small errors.
6997 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
6999         * charmaps/ISO-8859-1: Correct width specification.
7001 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
7003         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
7004         * charmaps/ANSI_X3.4-1968: Likewise.
7005         * charmaps/ASMO_449: Likewise.
7006         * charmaps/BALTIC: Likewise.
7007         * charmaps/BS_4730: Likewise.
7008         * charmaps/BS_VIEWDATA: Likewise.
7009         * charmaps/CP1250: Likewise.
7010         * charmaps/CP1251: Likewise.
7011         * charmaps/CP1252: Likewise.
7012         * charmaps/CP1253: Likewise.
7013         * charmaps/CP1254: Likewise.
7014         * charmaps/CP1255: Likewise.
7015         * charmaps/CP1256: Likewise.
7016         * charmaps/CP1257: Likewise.
7017         * charmaps/CP1258: Likewise.
7018         * charmaps/CSA_Z243.4-1985-1: Likewise.
7019         * charmaps/CSA_Z243.4-1985-2: Likewise.
7020         * charmaps/CSA_Z243.4-1985-GR: Likewise.
7021         * charmaps/CSN_369103: Likewise.
7022         * charmaps/CWI: Likewise.
7023         * charmaps/DEC-MCS: Likewise.
7024         * charmaps/DIN_66003: Likewise.
7025         * charmaps/DS_2089: Likewise.
7026         * charmaps/EBCDIC-AT-DE: Likewise.
7027         * charmaps/EBCDIC-AT-DE-A: Likewise.
7028         * charmaps/EBCDIC-CA-FR: Likewise.
7029         * charmaps/EBCDIC-DK-NO: Likewise.
7030         * charmaps/EBCDIC-DK-NO-A: Likewise.
7031         * charmaps/EBCDIC-ES: Likewise.
7032         * charmaps/EBCDIC-ES-A: Likewise.
7033         * charmaps/EBCDIC-ES-S: Likewise.
7034         * charmaps/EBCDIC-FI-SE: Likewise.
7035         * charmaps/EBCDIC-FI-SE-A: Likewise.
7036         * charmaps/EBCDIC-FR: Likewise.
7037         * charmaps/EBCDIC-IS-FRISS: Likewise.
7038         * charmaps/EBCDIC-IT: Likewise.
7039         * charmaps/EBCDIC-PT: Likewise.
7040         * charmaps/EBCDIC-UK: Likewise.
7041         * charmaps/EBCDIC-US: Likewise.
7042         * charmaps/ECMA-CYRILLIC: Likewise.
7043         * charmaps/ES: Likewise.
7044         * charmaps/ES2: Likewise.
7045         * charmaps/EUC-JP: Likewise.
7046         * charmaps/EUC-KR: Likewise.
7047         * charmaps/GB2312: Likewise.
7048         * charmaps/GBK: Likewise.
7049         * charmaps/GB_1988-80: Likewise.
7050         * charmaps/GOST_19768-74: Likewise.
7051         * charmaps/GREEK-CCITT: Likewise.
7052         * charmaps/GREEK7: Likewise.
7053         * charmaps/GREEK7-OLD: Likewise.
7054         * charmaps/HP-ROMAN8: Likewise.
7055         * charmaps/IBM037: Likewise.
7056         * charmaps/IBM038: Likewise.
7057         * charmaps/IBM1004: Likewise.
7058         * charmaps/IBM1026: Likewise.
7059         * charmaps/IBM1047: Likewise.
7060         * charmaps/IBM256: Likewise.
7061         * charmaps/IBM273: Likewise.
7062         * charmaps/IBM274: Likewise.
7063         * charmaps/IBM275: Likewise.
7064         * charmaps/IBM277: Likewise.
7065         * charmaps/IBM278: Likewise.
7066         * charmaps/IBM280: Likewise.
7067         * charmaps/IBM281: Likewise.
7068         * charmaps/IBM284: Likewise.
7069         * charmaps/IBM285: Likewise.
7070         * charmaps/IBM290: Likewise.
7071         * charmaps/IBM297: Likewise.
7072         * charmaps/IBM420: Likewise.
7073         * charmaps/IBM423: Likewise.
7074         * charmaps/IBM424: Likewise.
7075         * charmaps/IBM437: Likewise.
7076         * charmaps/IBM500: Likewise.
7077         * charmaps/IBM850: Likewise.
7078         * charmaps/IBM851: Likewise.
7079         * charmaps/IBM852: Likewise.
7080         * charmaps/IBM855: Likewise.
7081         * charmaps/IBM857: Likewise.
7082         * charmaps/IBM860: Likewise.
7083         * charmaps/IBM861: Likewise.
7084         * charmaps/IBM862: Likewise.
7085         * charmaps/IBM863: Likewise.
7086         * charmaps/IBM864: Likewise.
7087         * charmaps/IBM865: Likewise.
7088         * charmaps/IBM866: Likewise.
7089         * charmaps/IBM868: Likewise.
7090         * charmaps/IBM869: Likewise.
7091         * charmaps/IBM870: Likewise.
7092         * charmaps/IBM871: Likewise.
7093         * charmaps/IBM874: Likewise.
7094         * charmaps/IBM875: Likewise.
7095         * charmaps/IBM880: Likewise.
7096         * charmaps/IBM891: Likewise.
7097         * charmaps/IBM903: Likewise.
7098         * charmaps/IBM904: Likewise.
7099         * charmaps/IBM905: Likewise.
7100         * charmaps/IBM918: Likewise.
7101         * charmaps/IEC_P27-1: Likewise.
7102         * charmaps/INIS: Likewise.
7103         * charmaps/INIS-CYRILLIC: Likewise.
7104         * charmaps/INVARIANT: Likewise.
7105         * charmaps/ISIRI-3342: Likewise.
7106         * charmaps/ISO-8859-1: Likewise.
7107         * charmaps/ISO-8859-10: Likewise.
7108         * charmaps/ISO-8859-13: Likewise.
7109         * charmaps/ISO-8859-14: Likewise.
7110         * charmaps/ISO-8859-15: Likewise.
7111         * charmaps/ISO-8859-16: Likewise.
7112         * charmaps/ISO-8859-2: Likewise.
7113         * charmaps/ISO-8859-3: Likewise.
7114         * charmaps/ISO-8859-4: Likewise.
7115         * charmaps/ISO-8859-5: Likewise.
7116         * charmaps/ISO-8859-6: Likewise.
7117         * charmaps/ISO-8859-7: Likewise.
7118         * charmaps/ISO-8859-8: Likewise.
7119         * charmaps/ISO-8859-9: Likewise.
7120         * charmaps/ISO-IR-197: Likewise.
7121         * charmaps/ISO-IR-90: Likewise.
7122         * charmaps/ISO_10367-BOX: Likewise.
7123         * charmaps/ISO_5427: Likewise.
7124         * charmaps/ISO_5428: Likewise.
7125         * charmaps/ISO_646.BASIC: Likewise.
7126         * charmaps/ISO_646.IRV: Likewise.
7127         * charmaps/ISO_6937: Likewise.
7128         * charmaps/ISO_6937-2-25: Likewise.
7129         * charmaps/ISO_6937-2-ADD: Likewise.
7130         * charmaps/ISO_8859-SUPP: Likewise.
7131         * charmaps/IT: Likewise.
7132         * charmaps/JIS_C6220-1969-RO: Likewise.
7133         * charmaps/JIS_C6229-1984-B: Likewise.
7134         * charmaps/JIS_X0201: Likewise.
7135         * charmaps/JUS_I.B1.002: Likewise.
7136         * charmaps/JUS_I.B1.003-MAC: Likewise.
7137         * charmaps/JUS_I.B1.003-SERB: Likewise.
7138         * charmaps/KOI-8: Likewise.
7139         * charmaps/KOI8-R: Likewise.
7140         * charmaps/KOI8-U: Likewise.
7141         * charmaps/KSC5636: Likewise.
7142         * charmaps/KSX1001: Likewise.
7143         * charmaps/LATIN-GREEK: Likewise.
7144         * charmaps/LATIN-GREEK-1: Likewise.
7145         * charmaps/MAC-IS: Likewise.
7146         * charmaps/MAC-UK: Likewise.
7147         * charmaps/MACINTOSH: Likewise.
7148         * charmaps/MSZ_7795.3: Likewise.
7149         * charmaps/NATS-DANO: Likewise.
7150         * charmaps/NATS-SEFI: Likewise.
7151         * charmaps/NC_NC00-10: Likewise.
7152         * charmaps/NEXTSTEP: Likewise.
7153         * charmaps/NF_Z_62-010: Likewise.
7154         * charmaps/NF_Z_62-010_1973: Likewise.
7155         * charmaps/NS_4551-1: Likewise.
7156         * charmaps/NS_4551-2: Likewise.
7157         * charmaps/PT: Likewise.
7158         * charmaps/PT2: Likewise.
7159         * charmaps/SAMI: Likewise.
7160         * charmaps/SAMI-WS2: Likewise.
7161         * charmaps/SEN_850200_B: Likewise.
7162         * charmaps/SEN_850200_C: Likewise.
7163         * charmaps/T.101-G2: Likewise.
7164         * charmaps/T.61-7BIT: Likewise.
7165         * charmaps/T.61-8BIT: Likewise.
7166         * charmaps/TIS-620: Likewise.
7167         * charmaps/UTF8: Likewise.
7168         * charmaps/VIDEOTEX-SUPPL: Likewise.
7170 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
7172         * locales/pt_BR: Revert last change partly.  Full weekday and month
7173         names are written with lowercase first letter.
7174         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7176 2000-06-21  Andreas Jaeger  <aj@suse.de>
7178         * tst-trans.c: Include <stdlib.h> and <string.h>.
7180 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
7182         * locales/pt_BR: Correct day and month names.
7183         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7185 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
7187         * Makefile (ld-test-srcs): Add tests/test6.c.
7189         * Makefile (ld-test-srcs): Add trans.def here.
7191         * Makefile (ld-test-srcs): Handle .ds files separately.
7193         * Makefile (ld-test-srcs): Distribute all test6 input files.
7195 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7197         * locales/be_BY: New file.
7198         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
7200 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
7202         * locales/iso14651_t1: New file.
7204 2000-05-15  Andreas Jaeger  <aj@suse.de>
7206         * tst-fmon.data: Change testcase following fixes for
7207         de_DE.
7209         * locales/de_DE: Remove space after DEM since DEM is
7210         now placed after the value.
7212         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
7213         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
7214         PR libc/1713.
7216 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
7218         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
7219         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
7221         * tst-fmon.c (main): Print the locale name as well in the error
7222         message.
7224 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
7226         * locales/i18n: New file.
7228 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
7230         * tst-fmon.data: Update test after last strfmon change.
7232 2000-03-15  Andreas Jaeger  <aj@suse.de>
7234         * locales/sl_SI: Fix entries for june and july.
7235         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
7236         libc/1648.
7238 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7240         * locales/en_DK: Correct syntax.
7242 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7244         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
7246 2000-03-01  Andreas Jaeger  <aj@suse.de>
7248         * locales/gv_GB: New file.
7249         * locales/kw_GB: New file.
7250         From Pablo Saratxaga <pablo@mandrakesoft.com>.
7252 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7254         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
7256 2000-03-01  Andreas Jaeger  <aj@suse.de>
7258         * SUPPORTED: Added bg_BG.CP1251.
7260         * locales/bg_BG: New file.
7262 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
7264         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
7265         names for characters.
7266         * charmaps/EUC-KR: ADD width information.
7267         * repertoiremaps/mnemonic.ko: New file.
7268         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7270         * charmaps/GBK: New file.
7271         * locales/zh_CN.GBK: New file.
7272         * repertoiremaps/mnemonic.zh: New file.
7273         Contributed by Sean Chen <sean.chen@turbolinux.com>.
7275         * locales/mk_MK: New file.
7276         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
7277         * SUPPORTED: Add mk_MK ISO-8859-5.
7279 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
7281         * SUPPORTED: Add gl_ES.ISO-8859-1.
7283         * SUPPORTED: Add ar_SA.ISO-8859-6.
7284         * locales/ar_SA: New file.
7286         * locales/th_TH: Remove Thai digits from `digits'.
7288         * SUPPORTED: Add th_TH.TIS-620.
7290         * locales/el_GR (toupper): Don't map *s to S*.
7291         * locales/en_DK: Likewise.
7292         * locales/en_DK.com: Likewise.
7293         * locales/ru_RU: Likewise.
7294         * locales/ru_UA: Likewise.
7295         * locales/tr_TR: Likewise.
7296         * locales/uk_UA: Likewise.
7298         * locales/en_DK (toupper): Map v% to V%.
7299         (tolower): Map V% to v%.
7300         * locales/en_DK.com: Likewise.
7301         * locales/ru_RU: Likewise.
7302         * locales/ru_UA: Likewise.
7303         * locales/tr_TR: Likewise.
7304         * locales/uk_UA: Likewise.
7306 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
7308         * Makefile (generated-dirs): Add de_DE.437.
7310 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
7312         * charmaps/IBM864: Correct comment for /xC6 mapping.
7313         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
7314         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
7315         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
7316         Reported by Bruno Haible <haible@ilog.fr>.
7318 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
7320         * locales/af_ZA: Fix syntax errors.
7322 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
7324         * tst-locale.sh: Also enable test5.
7325         * tests/test5.ds: New file.
7327         * locales/gl_ES: New file.
7328         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
7330         * locales/POSIX: Remove trailing semicolon.
7331         * locales/th_TH: Likewise.
7332         PR libc/1545.
7334 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
7336         * locales/ja_JP: Add double-width digits to digit class.
7338 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
7340         * charmaps/ISO-8859-16: Add mapping for /xba.
7341         Reported by Bruno Haible <haible@ilog.fr>.
7343 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
7345         * tst-trans.sh: Add directory names to charmap and repertoire file
7346         names.
7348         * charmaps/ISO-8859-16: New file.
7350         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
7352 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
7354         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
7356 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
7358         * collate-test.c (main): Correct logic in test.
7360         * tst-trans.sh: Use correct name for dynamic loader.
7362 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
7364         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
7366         * locale/en_BW: New file.
7367         * locale/en_ZW: New file.
7368         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7370 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
7372         * locales/ja_JP: Fix cntrl mapping and era definition.
7373         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7375 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
7377         * locales/af_ZA: New file.
7378         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7380 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
7382         * locales/POSIX: Fix collation order of <SI> and add a few missing
7383         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
7385         * locales/cs_CZ: Fix syntax of collation entries with multi-character
7386         weights.
7387         * locales/da_DK: Likewise.
7388         * locales/el_GR: Likewise.
7389         * locales/en_CA: Likewise.
7390         * locales/en_CA,2.5: Likewise.
7391         * locales/en_DK: Likewise.
7392         * locales/en_DK.com: Likewise.
7393         * locales/es_AR: Likewise.
7394         * locales/es_BO: Likewise.
7395         * locales/es_CL: Likewise.
7396         * locales/es_CO: Likewise.
7397         * locales/es_DO: Likewise.
7398         * locales/es_EC: Likewise.
7399         * locales/es_ES: Likewise.
7400         * locales/es_GT: Likewise.
7401         * locales/es_HN: Likewise.
7402         * locales/es_MX: Likewise.
7403         * locales/es_PA: Likewise.
7404         * locales/es_PE: Likewise.
7405         * locales/es_PY: Likewise.
7406         * locales/es_SV: Likewise.
7407         * locales/es_US: Likewise.
7408         * locales/es_UY: Likewise.
7409         * locales/es_VE: Likewise.
7410         * locales/et_EE: Likewise.
7411         * locales/fi_FI: Likewise.
7412         * locales/fr_CA,2.13: Likewise.
7413         * locales/hr_HR: Likewise.
7414         * locales/hu_HU: Likewise.
7415         * locales/is_IS: Likewise.
7416         * locales/lt_LT: Likewise.
7417         * locales/lv_LV: Likewise.
7418         * locales/no_NO: Likewise.
7419         * locales/pl_PL: Likewise.
7420         * locales/ro_RO: Likewise.
7421         * locales/ru_RU: Likewise.
7422         * locales/ru_UA: Likewise.
7423         * locales/sl_SI: Likewise.
7424         * locales/sr_YU: Likewise.
7425         * locales/sv_SE: Likewise.
7426         * locales/th_TH: Likewise.
7427         * locales/tr_TR: Likewise.
7428         * locales/uk_UA: Likewise.
7430 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
7432         * charmaps/ISIRI-3342: New file.
7433         * locales/fa_IR: New file.
7434         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
7436 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
7438         * locales/de_DE: Correct syntax of multi-character weights.
7440 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
7442         * tests/test6.c: New file.
7443         * tests/test6.cm: New file.
7444         * tests/test6.def: New file.
7445         * tests/test6.mne: New file.
7447         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
7448         UFE85, and UFE8B.
7449         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
7450         and /xc6.
7451         * charmaps/KOI8-U: Fix typo in /x95 entry.
7452         * charmaps/KOI8-R: Correct 0x95 entry.
7453         * charmaps/CP1258: Add /xEC.
7454         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
7455         * charmaps/IBM874: Add Euro.
7456         * charmaps/ISO-8859-7: Map /xB4 to U0384.
7457         Reported by Bruno Haible <haible@ilog.fr>.
7459 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
7461         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
7462         1992.  Reported by Bruno Haible <haible@ilog.fr>.
7464 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
7466         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
7467         * charmaps/EUC-JP: Likewise.
7468         * repertoiremaps/mnemonic.ja: Likewise.
7470         * locales/ja_JP: Add extra CLASS and MAP definisions.
7472         * charmaps/EUC-JP: Add WIDTH definitions.
7474 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
7476         * Makefile: Don't run tests for now.
7478 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
7480         * locales/ko_KR: New file.
7481         * charmaps/EUC-KR: New file.
7482         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7484 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
7486         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
7488         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
7490 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
7492         * tst-trans.c: New file.
7493         * tst-trans.sh: New file.
7494         * tests/trans.def: New file.
7495         * Makefile: Add rules for character mapping tests.
7497         * tests/test1.def: Correct ellipsis syntax.
7499 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
7501         * charmaps/ISO-8859-1: Don't define values for non-printable
7502         characters.
7504         * charmaps/ISO-8859-1: Add width information.
7506 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
7508         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
7510         * charmaps/ISO-8859-13: Fix a few entries.
7511         Patch by Marius Gedminas <mgedmin@takas.lt>.
7513 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
7515         * locales/zh_CN: Some first patches to make the file usable.
7517 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
7519         * locales/id_ID: Fix typo.
7521 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
7523         * locales/en_DK: Add Euro symbol to collation and characterization
7524         tables.  Patch by Geoff Keating.
7526         * charmaps/ISO-8859-15: Remove duplicate <OC>.
7528 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
7530         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
7531         * charmaps/IBM866: Likewise.
7532         * charmaps/IBM874: Likewise.
7533         * charmaps/ISO-8859-13: Likewise.
7534         * charmaps/ISO-8859-14: Likewise.
7535         * charmaps/ISO-8859-15: Likewise.
7536         * charmaps/MAC-UK: Likewise.
7538         * charmaps/ISO-8859-13: Correct typo.
7539         * charmaps/ISO-8859-14: Likewise.
7540         * charmaps/ISO-8859-15: Likewise.
7542 1999-08-16  Andreas Schwab  <schwab@suse.de>
7544         * charmaps/UTF8: Add entries for /x00.  Remove spurious
7545         <percent-sign/> entry.  Correct typo.
7547 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7549         * charmaps/UTF8: Generated from the charDB.
7551 1999-08-13  Andreas Schwab  <schwab@suse.de>
7553         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
7554         * locales/da_DK: Likewise.
7555         * locales/de_DE: Likewise.
7556         * locales/el_GR: Likewise.
7557         * locales/en_CA: Likewise.
7558         * locales/en_DK: Likewise.
7559         * locales/en_DK.com: Likewise.
7560         * locales/es_AR: Likewise.
7561         * locales/es_BO: Likewise.
7562         * locales/es_CL: Likewise.
7563         * locales/es_CO: Likewise.
7564         * locales/es_DO: Likewise.
7565         * locales/es_EC: Likewise.
7566         * locales/es_ES: Likewise.
7567         * locales/es_GT: Likewise.
7568         * locales/es_HN: Likewise.
7569         * locales/es_MX: Likewise.
7570         * locales/es_PA: Likewise.
7571         * locales/es_PE: Likewise.
7572         * locales/es_PY: Likewise.
7573         * locales/es_SV: Likewise.
7574         * locales/es_US: Likewise.
7575         * locales/es_UY: Likewise.
7576         * locales/es_VE: Likewise.
7577         * locales/et_EE: Likewise.
7578         * locales/fi_FI: Likewise.
7579         * locales/hr_HR: Likewise.
7580         * locales/hu_HU: Likewise.
7581         * locales/is_IS: Likewise.
7582         * locales/lt_LT: Likewise.
7583         * locales/lv_LV: Likewise.
7584         * locales/no_NO: Likewise.
7585         * locales/pl_PL: Likewise.
7586         * locales/ro_RO: Likewise.
7587         * locales/ru_RU: Likewise.
7588         * locales/ru_UA: Likewise.
7589         * locales/sl_SI: Likewise.
7590         * locales/sr_YU: Likewise.
7591         * locales/sv_SE: Likewise.
7592         * locales/tr_TR: Likewise.
7593         * locales/uk_UA: Likewise.
7595         * charmaps/ISO_10646: Fix typo.
7597 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7599         * locales/ca_ES: New file.
7600         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
7602         * SUPPORTED: Add ca_ES.
7604 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
7606         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
7607         correct sources.
7609 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
7611         * locales/ru_RU: Abbreviate Saturday Sbt.
7612         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
7614 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
7616         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
7618 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
7620         * Makefile (install-locales): Allow specifying charset in locale
7621         name but omit it in locale definition file.
7623         * SUPPORTED: Don't generate ru_SU.
7624         * locales/ru_SU: Removed.
7626         * locales/zh_CN: Update.
7627         * charmaps/GB2312: New file.
7628         Contributed by hashao@china.com.
7630 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7632         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
7633         correct some character names.
7635         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
7637 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
7639         * charmaps/SAMI-WS2: Add one more alias.
7641 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
7643         * charmaps/IBM874: New file.
7645         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
7647         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
7649         * charmaps/IBM864: Major update from Unicode data.
7651         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
7653         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
7655         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
7657         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
7659         * charmaps/IBM857: Correct entries ee, f7, and fa.
7661         * charmaps/IBM855: Correct entries 95, ef, and fd.
7663         * charmaps/IBM437: Correct entries f9 and fa.
7665         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
7667         * locales/th_TH: New file.  Thai locale description.
7668         * th_TH.in: New file.
7669         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7671 1999-04-14  Cristian Gafton  <gafton@redhat.com>
7673         * SUPPORTED: Add support for Ukraine Russian.
7674         * locales/ru_UA: New file.
7675         * locales/uk_UA: New file.
7676         * charmaps/KOI8-U: New file.
7678 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
7680         * locales/id_ID: New file.
7682 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
7684         * charmaps/TIS-620: New file.
7685         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7687 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
7689         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
7691         * charmaps/CP1256: Cosmetic changes.
7692         * charmaps/CP1257: Likewise.
7694         * charmaps/CP1258: New file.
7696         * charmaps/CP1257: Add some marks.
7697         * charmaps/CP1256: Update from Unicode page.
7698         * charmaps/CP1255: Lots of punctuation character changes.
7699         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
7700         * charmaps/CP1253: Add Euro character.
7701         * charmaps/CP1252: Add Euro character and z caron.
7702         * charmaps/CP1251: Add Euro character.
7703         * charmaps/CP1250: Add Euro character.
7705 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
7707         * locales/hr_HR: Various corrections.
7708         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
7710 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
7712         * locales/ru_RU (mon): Fix March and May month name translations.
7713         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
7715 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
7717         * Makefile (test-input): Prepare for cs_CZ test.
7718         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
7719         * cs_CZ.in: New file.
7721 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
7723         * locales/it_CH: New file.
7724         * SUPPORTED: Add it_CH.
7726         * locales/in_ID: New file.
7727         * SUPPORTED: Add in_ID.
7729 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7731         * Makefile (test-input): Add hr_HR.ISO-8859-2.
7732         (test-input-data): New variable.
7733         (distribute): Use it.
7734         (do-collate-test): Use it.
7735         * locales/hr_HR.in: New file.
7737 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
7739         * charmaps/IBM866: New file.
7740         * charmaps/MAC-UK: New file.
7742 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
7744         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
7745         * charmaps/ISO-8859-14: Add alias names.
7747         * repertoiremaps/mnemonics.ds: Remove duplicates.
7749 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
7751         * charmaps/ISO-8859-13: New file.
7752         * charmaps/ISO-8859-14: New file.
7753         * charmaps/ISO-8859-15: New file.
7755         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
7757 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
7759         * SUPPORTED: Add en_AU.
7761 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
7763         * SUPPORTED: Update greek entry.
7764         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7766 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
7768         * locales/el_GR (abmon): Remove spaces at end of strings.
7770 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
7772         * tests/test1.cm: Add missing character definitions to read POSIX
7773         locale definition.
7774         * tests/test2.cm: Likewise.
7775         * tests/test3.cm: Likewise.
7776         * tests/test4.cm: Likewise.
7777         * tests/test5.cm: Likewise.
7779 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
7781         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
7783 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
7785         * locales/gr_GR: Renamed to...
7786         * locales/el_GR: ...this.
7787         (yesexpr, noexpr): Also allow yes and no.
7789 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7791         * locales/sr_YU: Add repertoiremap.
7793 1998-09-23  Cristian Gafton  <gafton@redhat.com>
7795         * locales/sr_YU: New file.
7796         * SUPPORTED: Add sr_YU.
7798 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
7800         * Makefile: Rewrite install-locales rule.
7802 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
7804         * Makefile: Add more dependecies for running tests.
7805         Reported by HJ Lu.
7807 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7809         * locales/sk_SK: Add repertoiremap.
7811 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7813         * locales/ru_SU: Add repertoiremap.
7815 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
7817         * locales/ru_SU: New file.
7818         * SUPPORTED: Add ru_SU with KOI8-R.
7820 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
7822         * Makefile: Install repertoire maps.
7823         * mnemonic.ds: Moved into repertoiremaps subdir.
7824         * repertoiremaps/charids.894: New file.
7825         * repertoiremaps/mnemonic.ds: New file.
7827         * sort-test.sh: Adapt for most recent changes in localedef.
7828         * tst-fmon.sh: Likewise.
7829         * tst-locale.sh: Likewise.
7831         * locales/POSIX: Add repertoiremap definition.
7832         * locales/cs_CZ: Likewise.
7833         * locales/da_DK: Likewise.
7834         * locales/de_AT: Likewise.
7835         * locales/de_BE: Likewise.
7836         * locales/de_CH: Likewise.
7837         * locales/de_DE: Likewise.
7838         * locales/de_LU: Likewise.
7839         * locales/en_AU: Likewise.
7840         * locales/en_CA: Likewise.
7841         * locales/en_CA,2.5: Likewise.
7842         * locales/en_DK: Likewise.
7843         * locales/en_DK.com: Likewise.
7844         * locales/en_GB: Likewise.
7845         * locales/en_IE: Likewise.
7846         * locales/en_NZ: Likewise.
7847         * locales/en_US: Likewise.
7848         * locales/es_AR: Likewise.
7849         * locales/es_BO: Likewise.
7850         * locales/es_CL: Likewise.
7851         * locales/es_CO: Likewise.
7852         * locales/es_DO: Likewise.
7853         * locales/es_EC: Likewise.
7854         * locales/es_ES: Likewise.
7855         * locales/es_GT: Likewise.
7856         * locales/es_HN: Likewise.
7857         * locales/es_MX: Likewise.
7858         * locales/es_PA: Likewise.
7859         * locales/es_PE: Likewise.
7860         * locales/es_PY: Likewise.
7861         * locales/es_SV: Likewise.
7862         * locales/es_US: Likewise.
7863         * locales/es_UY: Likewise.
7864         * locales/es_VE: Likewise.
7865         * locales/et_EE: Likewise.
7866         * locales/eu_ES: Likewise.
7867         * locales/fi_FI: Likewise.
7868         * locales/fo_FO: Likewise.
7869         * locales/fr_BE: Likewise.
7870         * locales/fr_CA: Likewise.
7871         * locales/fr_CA,2.13: Likewise.
7872         * locales/fr_CH: Likewise.
7873         * locales/fr_FR: Likewise.
7874         * locales/fr_LU: Likewise.
7875         * locales/ga_IE: Likewise.
7876         * locales/gr_GR: Likewise.
7877         * locales/he_IL: Likewise.
7878         * locales/hr_HR: Likewise.
7879         * locales/hu_HU: Likewise.
7880         * locales/is_IS: Likewise.
7881         * locales/it_IT: Likewise.
7882         * locales/iw_IL: Likewise.
7883         * locales/kl_GL: Likewise.
7884         * locales/lt_LT: Likewise.
7885         * locales/lv_LV: Likewise.
7886         * locales/nl_BE: Likewise.
7887         * locales/nl_NL: Likewise.
7888         * locales/no_NO: Likewise.
7889         * locales/pl_PL: Likewise.
7890         * locales/pt_BR: Likewise.
7891         * locales/pt_PT: Likewise.
7892         * locales/ro_RO: Likewise.
7893         * locales/ru_RU: Likewise.
7894         * locales/sl_SI: Likewise.
7895         * locales/sv_FI: Likewise.
7896         * locales/sv_SE: Likewise.
7897         * locales/tr_TR: Likewise.
7898         * locales/zh_CN: Likewise.
7900 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
7902         * tst-locale.sh: Add comment for when multi-byte charsets in
7903         locales work.
7904         * tests/test5.cm: New file.
7905         * tests/test5.def: New file.
7906         * Makefile (ld-test-names): Add test5.
7908 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
7910         * locales/de_DE: Use . as thousands separator and 3;3 groups for
7911         LC_NUMERIC.
7913 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
7915         * Makefile: Fix test rules from last patch.
7917 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7919         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
7920         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
7922 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
7924         * Makefile (distribute): Add tst-locale.sh.
7926 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
7928         * Makefile (distribute): Add SUPPORTED.
7929         (install-locales): New rule to install locale dat ausing localedef.
7930         * SUPPORTED: New file.  Names all usable locales.
7931         Based on a patch by Cristian Gafton <gafton@redhat.com>.
7933         * locales/gr_GR: Correct collation description.
7934         * locales/nl_NL: Correct Charset requirement.
7935         * locales/pt_BR: Fix int_curr_symbol.
7936         * locales/ru_RU: Fix ctype data.
7937         Patches by Cristian Gafton <gafton@redhat.com>.
7939         * locales/nl_NL: Fix yesexpr/noexpr.
7940         * locales/pt_BR: Likewise.
7941         * locales/cs_CZ: Likewise.
7942         * locales/da_DK: Likewise.
7943         * locales/en_AU: Likewise.
7944         * locales/en_CA: Likewise.
7945         * locales/en_DK: Likewise.
7946         * locales/en_DK.com: Likewise.
7947         * locales/en_GB: Likewise.
7948         * locales/en_NZ: Likewise.
7949         * locales/en_US: Likewise.
7950         * locales/es_AR: Likewise.
7951         * locales/es_BO: Likewise.
7952         * locales/es_CL: Likewise.
7953         * locales/es_CO: Likewise.
7954         * locales/es_DO: Likewise.
7955         * locales/es_EC: Likewise.
7956         * locales/es_ES: Likewise.
7957         * locales/es_GT: Likewise.
7958         * locales/es_HN: Likewise.
7959         * locales/es_MX: Likewise.
7960         * locales/es_PA: Likewise.
7961         * locales/es_PE: Likewise.
7962         * locales/es_PY: Likewise.
7963         * locales/es_SV: Likewise.
7964         * locales/es_US: Likewise.
7965         * locales/es_UY: Likewise.
7966         * locales/es_VE: Likewise.
7967         * locales/et_EE: Likewise.
7968         * locales/eu_ES: Likewise.
7969         * locales/fi_FI: Likewise.
7970         * locales/fo_FO: Likewise.
7971         * locales/fr_BE: Likewise.
7972         * locales/fr_CA: Likewise.
7973         * locales/fr_CH: Likewise.
7974         * locales/fr_FR: Likewise.
7975         * locales/fr_LU: Likewise.
7976         * locales/ga_IE: Likewise.
7977         * locales/gr_GR: Likewise.
7978         * locales/he_IL: Likewise.
7979         * locales/hr_HR: Likewise.
7980         * locales/hu_HU: Likewise.
7981         * locales/is_IS: Likewise.
7982         * locales/it_IT: Likewise.
7983         * locales/iw_IL: Likewise.
7984         * locales/ja_JP: Likewise.
7985         * locales/kl_GL: Likewise.
7986         * locales/lt_LT: Likewise.
7987         * locales/lv_LV: Likewise.
7988         * locales/no_NO: Likewise.
7989         * locales/pl_PL: Likewise.
7990         * locales/pt_PT: Likewise.
7991         * locales/ro_RO: Likewise.
7992         * locales/ru_RU: Likewise.
7993         * locales/sl_SI: Likewise.
7994         * locales/sv_SE: Likewise.
7995         * locales/tr_TR: Likewise.
7996         * locales/zh_CN: Likewise.
7998 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
8000         * locales/ru_RU: Correct last patch.
8001         Patch by Cristian Gafton <gafton@redhat.com>.
8003 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
8005         * locales/de_DE: Use common german data and time format not ISO
8006         8601.
8008 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
8010         * locales/ru_RU: Correct inconsistencies in mon data.
8011         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
8013 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8015         * locales/pl_PL: Fix int_curr_symbol.
8017 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
8019         * locales/is_IS: Update from Debian version.
8021 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
8023         * tst-fmon.c: New file.  strfmon test program.
8024         * tst-fmon.sh: New file.  Script to run strfmon test.
8025         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
8026         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
8028         * locales/cs_CZ: Update from author.
8030 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
8032         * sort-test.sh: Call localedef with additional environment variable
8033         I18NPATH to point to not-yet-installed locale data files.
8035         * locales/POSIX: Updated version from maintainer.
8037 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
8039         * collate-test.c (main): Change prototype definition to prevent
8040         warning.
8042 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
8044         * locales/de_DE: Include real collation data.  It's similar to the
8045         en_DK information but the order of small and capital characters is
8046         exchanged.
8048         * collate-test.c: New file.  Test suite for strcoll function.
8049         * de_DE.in: Input file for collation test.
8050         * da_DK.in: Likewise.
8052         * xfrm-test.c: New file.  Test suite for strxfrm function.
8054 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
8056         * All charmaps: Fix entries for <quotation-mark>.
8058 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
8060         * Makefile (charmaps): Don't try to install CVS or RCS directory.
8061         (locales): Likewise.
8062         Reported by Matthias Urlichs.