Correcting language code for Bhili and Tulu locales (bug 17475)
[glibc.git] / localedata / ChangeLog
blob8a10346b08467cbe071287820e1e48a4fb9f295a
1 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
3         [BZ #17475]
4         * locales/tu_IN: renamed to tcy_IN
5         * locales/bh_IN: renamed to bhb_IN
7 2015-05-16  Carlos O'Donell  <carlos@redhat.com>
9         * Makefile (INSTALL-SUPPORTED-LOCALES): Fail if localedef fails.
11 2015-05-16  Marko Myllynen  <myllynen@redhat.com>
13         * locales/bo_CN (LC_NAME): Fix compilation.
14         * locales/bo_IN (LC_NAME): Likewise.
16 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
18         * gen-locales.mk: New Makefile snippet to generate locales.
19         * localedata/Makefile: Use gen-locales.mk for locale
20         generation.
21         * localedata/gen-locale.sh (generate_locale): Make path to
22         charmaps independent of current working directory.
24 2015-05-07  Christian Schmidt  <glibc@chsc.dk>
26         [BZ #17692]
27         * locales/da_DK: Update currency_symbol.
29 2015-04-10  Stefan Liebler  <stli@linux.vnet.ibm.com>
31         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Change expected
32         result to -2 in case of n == 0.
33         * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Check result against
34         -2 instead of 0.
36 2015-03-04  Roland McGrath  <roland@hack.frob.com>
38         * bug-setlocale1.c (do_test): Remove argument handling and
39         self-exec'ing logic.  Just expect to be run with the right
40         variables (and nothing else) directly in the environment instead.
41         (TEST_FUNCTION): Don't pass arguments to do_test.
42         * Makefile (bug-setlocale1-ARGS, bug-setlocale1-static-ARGS):
43         Variables removed.
44         (bug-setlocale1-ENV-only, bug-setlocale1-static-ENV-only):
45         New variables.
47 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
49         * unicode-gen/ctype_compatibility.py: Use date ranges in
50         copyright notice.
51         * unicode-gen/ctype_compatibility_test_cases.py: Likewise.
52         * unicode-gen/gen_unicode_ctype.py: Likewise.
53         * unicode-gen/utf8_compatibility.py: Likewise.
54         * unicode-gen/utf8_gen.py: Likewise.  Use upper case for
55         global variables, use tuples for global constant arrays.  From
56         Mike FABIAN.  Suggested by Mike Frysinger <vapier@gentoo.org>.
58 2015-02-20  Alexandre Oliva <aoliva@redhat.com>
60         [BZ #17588]
61         [BZ #13064]
62         [BZ #14094]
63         [BZ #17998]
64         * unicode-gen/Makefile: New.
65         * unicode-gen/unicode-license.txt: New, from Unicode.
66         * unicode-gen/UnicodeData.txt: New, from Unicode.
67         * unicode-gen/DerivedCoreProperties.txt: New, from Unicode.
68         * unicode-gen/EastAsianWidth.txt: New, from Unicode.
69         * unicode-gen/gen_unicode_ctype.py: New generator, from Mike
70         FABIAN <mfabian@redhat.com>.
71         * unicode-gen/ctype_compatibility.py: New verifier, from
72         Pravin Satpute <psatpute@redhat.com> and Mike FABIAN.
73         * unicode-gen/ctype_compatibility_test_cases.py: New verifier
74         module, from Mike FABIAN.
75         * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute
76         and Mike FABIAN.
77         * unicode-gen/utf8_compatibility.py: New verifier, from Pravin
78         Satpute and Mike FABIAN.
79         * charmaps/UTF-8: Update.
80         * locales/i18n: Update.
81         * gen-unicode-ctype.c: Remove.
82         * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns
83         true for ordinal indicators.
85 2015-01-21  Marek Polacek  <polacek@redhat.com>
87         * tests-mbwc/tst_wcscpy.c (tst_wcscpy): Fix condition.
89 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
91         * All files with FSF copyright notices: Update copyright dates
92         using ../scripts/update-copyrights.
94 2014-12-01  Pravin Satpute <psatpute@redhat.com>
96         [BZ #16857]
97         * locales/raj_IN: New locale for raj_IN.
98         * SUPPORTED: Add raj_IN.
100         [BZ #17192]
101         * locales/ce_RU: New locale Chechen for RUSSIAN FEDERATION.
102         * SUPPORTED: Add ce_RU.
104 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
106         [BZ #17475]
107         * SUPPORTED: Add Bhili and Tulu locales.
108         * locales/tu_IN: New Tulu locale.
109         * locales/bh_IN: New Bhili locale.
111 2014-07-02  Florian Weimer  <fweimer@redhat.com>
113         * tst-setlocale3.c: New file.
114         * Makefile (tests): Add tst-setlocale3.
116 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
118         * Makefile (LOCALES): Add en_GB.UTF-8.
120 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
122         * Makefile (LOCALEDEF): Use $(rtld-prefix).
124 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
126         * Makefile (test-srcs): Remove tst-mbswcs1, tst-mbswcs2,
127         tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype.
128         (generated): Remove tst-mbswcs.out.
129         (tests): Add tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4,
130         tst-mbswcs5 and tst-wctype.
131         (tests-special): Remove $(objpfx)tst-mbswcs.out and
132         $(objpfx)tst-wctype.out.
133         ($(objpfx)tst-mbswcs.out): Remove rule.
134         ($(objpfx)tst-wctype.out): Likewise.
135         (tst-wctype-ENV): New variable.
136         * tst-mbswcs.sh: Remove file.
137         * tst-wctype.sh: Likewise.
139 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
141         * tst-fmon.sh: Don't set LANGUAGE.
142         * tst-locale.sh: Likewise.
144 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
146         * Makefile ($(addprefix $(objpfx),$(CTYPE_FILES))): Use
147         $(built-program-cmd-before-env), $(run-program-env) and
148         $(built-program-cmd-after-env).
149         ($(objpfx)sort-test.out): Use $(test-program-prefix-before-env),
150         $(run-program-env) and $(test-program-prefix-after-env).
151         ($(objpfx)tst-fmon.out): Use $(run-program-prefix-before-env),
152         $(run-program-env) and $(run-program-prefix-after-env).
153         ($(objpfx)tst-locale.out): Use $(built-program-cmd-before-env),
154         $(run-program-env) and $(built-program-cmd-after-env).
155         ($(objpfx)tst-trans.out): Use $(run-program-prefix-before-env),
156         $(run-program-env), $(run-program-prefix-after-env),
157         $(test-program-prefix-before-env) and
158         $(test-program-prefix-after-env).
159         ($(objpfx)tst-ctype.out): Use $(test-program-cmd-before-env),
160         $(run-program-env) and $(test-program-cmd-after-env).
161         ($(objpfx)tst-wctype.out): Likewise.
162         ($(objpfx)tst-langinfo.out): Likewise.
163         ($(objpfx)tst-langinfo-static.out): Likewise.
164         * gen-locale.sh: Use localedef_before_env, run_program_env and
165         localedef_after_env arguments.
166         * sort-test.sh: Use test_program_prefix_before_env,
167         run_program_env and test_program_prefix_after_env arguments.
168         * tst-ctype.sh: Use tst_ctype_before_env, run_program_env and
169         tst_ctype_after_env arguments.
170         * tst-fmon.sh: Use run_program_prefix_before_env, run_program_env
171         and run_program_prefix_after_env arguments.
172         * tst-langinfo.sh: Use tst_langinfo_before_env, run_program_env
173         and tst_langinfo_after_env arguments.
174         * tst-locale.sh: Use localedef_before_env, run_program_env and
175         localedef_after_env arguments.
176         * tst-mbswcs.sh: Do not set environment variables explicitly.
177         * tst-numeric.sh: Likewise.
178         * tst-rpmatch.sh: Likewise.
179         * tst-trans.sh: Use run_program_prefix_before_env,
180         run_program_env, run_program_prefix_after_env,
181         test_program_prefix_before_env and test_program_prefix_after_env
182         arguments.
183         * tst-wctype.sh: Use tst_wctype_before_env, run_program_env and
184         tst_wctype_after_env arguments.
186 2014-06-05  Andreas Schwab  <schwab@suse.de>
188         [BZ #16095]
189         * SUPPORTED: Add uz_UZ.UTF-8/UTF-8.
191 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
193         * Makefile (TEST_MBWC_ENV): Remove variable.
194         (tst_iswalnum-ENV): Likewise.
195         (tst_iswalpha-ENV): Likewise.
196         (tst_iswcntrl-ENV): Likewise.
197         (tst_iswctype-ENV): Likewise.
198         (tst_iswdigit-ENV): Likewise.
199         (tst_iswgraph-ENV): Likewise.
200         (tst_iswlower-ENV): Likewise.
201         (tst_iswprint-ENV): Likewise.
202         (tst_iswpunct-ENV): Likewise.
203         (tst_iswspace-ENV): Likewise.
204         (tst_iswupper-ENV): Likewise.
205         (tst_iswxdigit-ENV): Likewise.
206         (tst_mblen-ENV): Likewise.
207         (tst_mbrlen-ENV): Likewise.
208         (tst_mbrtowc-ENV): Likewise.
209         (tst_mbsrtowcs-ENV): Likewise.
210         (tst_mbstowcs-ENV): Likewise.
211         (tst_mbtowc-ENV): Likewise.
212         (tst_strcoll-ENV): Likewise.
213         (tst_strfmon-ENV): Likewise.
214         (tst_strxfrm-ENV): Likewise.
215         (tst_swscanf-ENV): Likewise.
216         (tst_towctrans-ENV): Likewise.
217         (tst_towlower-ENV): Likewise.
218         (tst_towupper-ENV): Likewise.
219         (tst_wcrtomb-ENV): Likewise.
220         (tst_wcscat-ENV): Likewise.
221         (tst_wcschr-ENV): Likewise.
222         (tst_wcscmp-ENV): Likewise.
223         (tst_wcscoll-ENV): Likewise.
224         (tst_wcscpy-ENV): Likewise.
225         (tst_wcscspn-ENV): Likewise.
226         (tst_wcslen-ENV): Likewise.
227         (tst_wcsncat-ENV): Likewise.
228         (tst_wcsncmp-ENV): Likewise.
229         (tst_wcsncpy-ENV): Likewise.
230         (tst_wcspbrk-ENV): Likewise.
231         (tst_wcsrtombs-ENV): Likewise.
232         (tst_wcsspn-ENV): Likewise.
233         (tst_wcsstr-ENV): Likewise.
234         (tst_wcstod-ENV): Likewise.
235         (tst_wcstok-ENV): Likewise.
236         (tst_wcstombs-ENV): Likewise.
237         (tst_wcswidth-ENV): Likewise.
238         (tst_wcsxfrm-ENV): Likewise.
239         (tst_wctob-ENV): Likewise.
240         (tst_wctomb-ENV): Likewise.
241         (tst_wctrans-ENV): Likewise.
242         (tst_wctype-ENV): Likewise.
243         (tst_wcwidth-ENV): Likewise.
244         (tst-digits-ENV): Likewise.
245         (tst-mbswcs6-ENV): Likewise.
246         (tst-xlocale1-ENV): Likewise.
247         (tst-xlocale2-ENV): Likewise.
248         (tst-strfmon1-ENV): Likewise.
249         (tst-strptime-ENV): Likewise.
250         (tst-setlocale-ENV): Don't set LOCPATH.
251         (bug-iconv-trans-ENV): Remove variable.
252         (tst-sscanf-ENV): Likewise.
253         (tst-leaks-ENV): Don't set LOCPATH.
254         (bug-setlocale1-ENV): Remove variable.
255         (bug-setlocale1-static-ENV): Likewise.
256         (tst-setlocale2-ENV): Likewise.
258 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
260         * Makefile (LOCALEDEF): Use $(elf-objpfx) instead of
261         $(common-objpfx)elf/.
263 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
265         * Makefile (LOCALES): Move definition above include of Rules.
266         (LOCALE_SRCS): Likewise.
267         (CHARMAPS): Likewise.
268         (CTYPE_FILES): Likewise.
269         (tests-special): Add locale files.
270         ($(addprefix $(objpfx),$(CTYPE_FILES))): Use $(evaluate-test).
272         * Makefile (generated): Rename tests to end with .out.
273         (tests-special): Likewise.
274         ($(objpfx)mtrace-tst-leaks): Likewise.
276 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
278         * Makefile (tests): Change dependencies to ....
279         (tests-special): ... additions to this variable.
281 2014-02-28  Roland McGrath  <roland@hack.frob.com>
283         * Makefile (generated, generated-dirs): Use += rather than =.
285 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
287         * Makefile: Include Makeconfig immediately after defining subdir.
288         (all): Remove target.
290 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
292         * Makefile ($(objpfx)sort-test.out): Use $(evaluate-test).
293         ($(objpfx)tst-fmon.out): Likewise.
294         ($(objpfx)tst-numeric.out): Likewise.
295         ($(objpfx)tst-locale.out): Likewise.
296         ($(objpfx)tst-rpmatch.out): Likewise.
297         ($(objpfx)tst-trans.out): Likewise.
298         ($(objpfx)tst-mbswcs.out): Likewise.
299         ($(objpfx)tst-ctype.out): Likewise.
300         ($(objpfx)tst-wctype.out): Likewise.
301         ($(objpfx)tst-langinfo.out): Likewise.
302         ($(objpfx)mtrace-tst-leaks): Likewise.
304 2013-12-26  Chris Leonard  <cjl@sugarlabs.org>
306         * locales/sa_IN: Add lang_name.
307         * locales/sat_IN: Likewise.
308         * locales/sc_IT: Likewise.
309         * locales/se_NO: Likewise.
310         * locales/si_LK: Likewise.
311         * locales/sl_SI: Likewise.
312         * locales/sq_AL: Likewise.
313         * locales/sq_MK: Likewise.
314         * locales/sv_FI: Likewise.
315         * locales/sv_SE: Likewise.
316         * locales/szl_PL: Likewise.
318 2013-12-20  Chris Leonard  <cjl@sugarlabs.org>
320         * locales/oc_FR: Add lang_name.
321         * locales/or_IN: Likewise.
322         * locales/pa_IN: Likewise.
323         * locales/pa_PK: Likewise.
324         * locales/pap_AW: Likewise.
325         * locales/pap_CW: Likewise.
326         * locales/pl_PL: Likewise.
327         * locales/pt_BR: Likewise.
328         * locales/pt_PT: Likewise.
329         * locales/quz_PE: Likewise.
331 2013-12-12  Toke Høiland-Jørgensen <toke@toke.dk>
333         [BZ #15593]
334         * locales/translit_neutral: Add entries for U00D8 and U00F8.
336 2013-12-12  Marko Myllynen  <myllynen@redhat.com>
338         * locales/fi_FI: Fix Charset comment.
339         * locales/fi_FI@euro: Likewise.
341 2013-12-01  Chris Leonard  <cjl@sugarlabs.org>
343         * locales/mag_IN: Add lang_name.
344         * locales/mai_IN: Likewise.
345         * locales/mg_MG: Likewise.
346         * locales/mi_NZ: Likewise.
347         * locales/mk_MK: Likewise.
348         * locales/ml_IN: Likewise.
349         * locales/mn_MN: Likewise.
350         * locales/mni_IN: Likewise.
351         * locales/mr_IN: Likewise.
352         * locales/ms_MY: Likewise.
353         * locales/mt_MT: Likewise.
354         * locales/nb_NO: Likewise.
355         * locales/ne_NP: Likewise.
356         * locales/nhn_MX: Likewise.
357         * locales/nl_AW: Likewise.
358         * locales/nl_BE: Likewise.
359         * locales/nl_NL: Likewise.
360         * locales/nn_NO: Likewise.
362 2013-11-26  Chris Leonard  <cjl@sugarlabs.org>
364         * locales/ka_GE: Add lang_name.
365         * locales/kl_GL: Likewise.
366         * locales/kn_IN: Likewise.
367         * locales/ko_KR: Likewise.
368         * locales/kok_IN: Likewise.
369         * locales/ks_IN: Likewise.
370         * locales/ks_IN@devanagari: Likewise.
371         * locales/kw_GB: Likewise.
372         * locales/ky_KG: Likewise.
373         * locales/lg_UG: Likewise.
374         * locales/li_BE: Likewise.
375         * locales/li_NL: Likewise.
376         * locales/lij_IT: Likewise.
377         * locales/lt_LT: Likewise.
378         * locales/lv_LV: Likewise.
380 2013-11-25  Chris Leonard  <cjl@sugarlabs.org>
382         * locales/ga_IE: Add lang_name.
383         * locales/gl_ES: Likewise.
384         * locales/gu_IN: Likewise.
385         * locales/gv_GB: Likewise.
386         * locales/hi_IN: Likewise.
387         * locales/hne_IN: Likewise.
388         * locales/hr_HR: Likewise.
389         * locales/hu_HU: Likewise.
390         * locales/id_ID: Likewise.
391         * locales/ik_CA: Likewise.
392         * locales/is_IS: Likewise.
393         * locales/it_CH: Likewise.
394         * locales/it_IT: Likewise.
395         * locales/ja_JP: Likewise.
397 2013-11-24  Chris Leonard  <cjl@sugarlabs.org>
399         * locales/bs_BA: Add lang_name.
400         * locales/ca_AD: Likewise.
401         * locales/ca_ES: Likewise.
402         * locales/ca_FR: Likewise.
403         * locales/ca_IT: Likewise.
404         * locales/crh_UA: Likewise.
405         * locales/csb_PL: Likewise.
406         * locales/cv_RU: Likewise.
407         * locales/da_DK: Likewise.
408         * locales/doi_IN: Likewise.
409         * locales/dv_MV: Likewise.
410         * locales/el_CY: Likewise.
411         * locales/el_GR: Likewise.
412         * locales/el_GR@euro: Likewise.
413         * locales/eu_ES: Likewise.
414         * locales/fi_FI: Likewise.
415         * locales/fil_PH: Likewise.
416         * locales/fo_FO: Likewise.
417         * locales/fur_IT: Likewise.
418         * locales/fy_DE: Likewise.
419         * locales/fy_NL: Likewise.
421 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
423         * locales/be_BY: Add lang_name.
424         * locales/be_BY@latin: Likewise.
425         * locales/ber_DZ: Likewise.
426         * locales/ber_MA: Likewise.
427         * locales/bg_BG: Likewise.
428         * locales/bho_IN: Likewise.
429         * locales/bn_BD: Likewise.
430         * locales/bn_IN: Likewise.
431         * locales/br_FR: Likewise.
433 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
435         * locales/an_ES: Add lang_name.
436         * locales/anp_IN: Likewise.
437         * locales/as_IN: Likewise.
438         * locales/ast_ES: Likewise.
439         * locales/ayc_PE: Likewise.
440         * locales/az_AZ: Likewise.
442 2013-11-22  Chris Leonard  <cjl@sugarlabs.org>
444         * locales/de_AT: Add lang_name to German, English, Spanish, French locales.
445         * locales/de_BE: Likewise.
446         * locales/de_CH: Likewise.
447         * locales/de_DE: Likewise.
448         * locales/de_LU: Likewise.
449         * locales/en_AG: Likewise.
450         * locales/en_AU: Likewise.
451         * locales/en_BW: Likewise.
452         * locales/en_CA: Likewise.
453         * locales/en_DK: Likewise.
454         * locales/en_GB: Likewise.
455         * locales/en_HK: Likewise.
456         * locales/en_IE: Likewise.
457         * locales/en_IN: Likewise.
458         * locales/en_NZ: Likewise.
459         * locales/en_PH: Likewise.
460         * locales/en_SG: Likewise.
461         * locales/en_US: Likewise.
462         * locales/en_ZM: Likewise.
463         * locales/en_ZW: Likewise.
464         * locales/es_AR: Likewise.
465         * locales/es_BO: Likewise.
466         * locales/es_CL: Likewise.
467         * locales/es_CO: Likewise.
468         * locales/es_CR: Likewise.
469         * locales/es_CU: Likewise.
470         * locales/es_DO: Likewise.
471         * locales/es_EC: Likewise.
472         * locales/es_ES: Likewise.
473         * locales/es_GT: Likewise.
474         * locales/es_HN: Likewise.
475         * locales/es_MX: Likewise.
476         * locales/es_NI: Likewise.
477         * locales/es_PA: Likewise.
478         * locales/es_PE: Likewise.
479         * locales/es_PR: Likewise.
480         * locales/es_PY: Likewise.
481         * locales/es_SV: Likewise.
482         * locales/es_US: Likewise.
483         * locales/es_UY: Likewise.
484         * locales/es_VE: Likewise.
485         * locales/fr_BE: Likewise.
486         * locales/fr_CA: Likewise.
487         * locales/fr_CH: Likewise.
488         * locales/fr_FR: Likewise.
489         * locales/fr_LU: Likewise.
491 2013-11-21  Chris Leonard  <cjl@sugarlabs.org>
493         * locales/ar_AE: Add lang_name to Arabic locales.
494         * locales/ar_BH: Likewise.
495         * locales/ar_DZ: Likewise.
496         * locales/ar_EG: Likewise.
497         * locales/ar_IN: Likewise.
498         * locales/ar_IQ: Likewise.
499         * locales/ar_JO: Likewise.
500         * locales/ar_KW: Likewise.
501         * locales/ar_LB: Likewise.
502         * locales/ar_LY: Likewise.
503         * locales/ar_MA: Likewise.
504         * locales/ar_OM: Likewise.
505         * locales/ar_QA: Likewise.
506         * locales/ar_SA: Likewise.
507         * locales/ar_SD: Likewise.
508         * locales/ar_SS: Likewise.
509         * locales/ar_SY: Likewise.
510         * locales/ar_TN: Likewise.
511         * locales/ar_YE: Likewise.
513 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
515         [BZ #15601]
516         * locales/or_IN: Rename Oriya to Odia.
518 2013-11-18  Chris Leonard  <cjl@sugarlabs.org>
520         [BZ #16144]
521         * locales/tk_TM: Duplicated abday value for tk_TM.
523 2013-11-18  OndÅ™ej Bílka  <neleai@seznam.cz>
525         * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Remove unused t_ini variable.
527 2013-11-17  Chris Leonard  <cjl@sugarlabs.org>
529         [BZ #16146]
530         * locales/wae_CH: Correct wae_CH to UTF-8 encoding.
532 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
534         [BZ #16172]
535         * locales/the_NP: New locale for the_NP.
536         * SUPPORTED: Add the_NP.
538 2013-11-14  Chris Leonard  <cjl@sugarlabs.org>
540         [BZ #16143]
541         * locales/pap_AN: pap_* locales have duplicated LC_NUMERIC section.
542         * locales/pap_AW: Likewise.
543         * locales/pap_CW: Likewise.
545 2013-11-08  Chris Leonard  <cjl@sugarlabs.org>
547         [BZ #16103]
548         * locales/aa_DJ: LC_MEASUREMENT review and standardization
549         * locales/aa_ER: Likewise.
550         * locales/aa_ER@saaho: Likewise.
551         * locales/aa_ET: Likewise.
552         * locales/af_ZA: Likewise.
553         * locales/ak_GH: Likewise.
554         * locales/am_ET: Likewise.
555         * locales/an_ES: Likewise.
556         * locales/anp_IN: Likewise.
557         * locales/ar_AE: Likewise.
558         * locales/ar_BH: Likewise.
559         * locales/ar_DZ: Likewise.
560         * locales/ar_EG: Likewise.
561         * locales/ar_IN: Likewise.
562         * locales/ar_IQ: Likewise.
563         * locales/ar_JO: Likewise.
564         * locales/ar_KW: Likewise.
565         * locales/ar_LB: Likewise.
566         * locales/ar_LY: Likewise.
567         * locales/ar_MA: Likewise.
568         * locales/ar_OM: Likewise.
569         * locales/ar_QA: Likewise.
570         * locales/ar_SA: Likewise.
571         * locales/ar_SD: Likewise.
572         * locales/ar_SS: Likewise.
573         * locales/ar_SY: Likewise.
574         * locales/ar_TN: Likewise.
575         * locales/ar_YE: Likewise.
576         * locales/as_IN: Likewise.
577         * locales/ast_ES: Likewise.
578         * locales/ayc_PE: Likewise.
579         * locales/az_AZ: Likewise.
580         * locales/be_BY: Likewise.
581         * locales/be_BY@latin: Likewise.
582         * locales/bem_ZM: Likewise.
583         * locales/ber_DZ: Likewise.
584         * locales/ber_MA: Likewise.
585         * locales/bg_BG: Likewise.
586         * locales/bho_IN: Likewise.
587         * locales/bn_BD: Likewise.
588         * locales/bn_IN: Likewise.
589         * locales/bo_CN: Likewise.
590         * locales/bo_IN: Likewise.
591         * locales/br_FR: Likewise.
592         * locales/br_FR@euro: Likewise.
593         * locales/brx_IN: Likewise.
594         * locales/bs_BA: Likewise.
595         * locales/byn_ER: Likewise.
596         * locales/ca_AD: Likewise.
597         * locales/ca_ES: Likewise.
598         * locales/ca_ES@euro: Likewise.
599         * locales/ca_FR: Likewise.
600         * locales/ca_IT: Likewise.
601         * locales/cmn_TW: Likewise.
602         * locales/crh_UA: Likewise.
603         * locales/cs_CZ: Likewise.
604         * locales/csb_PL: Likewise.
605         * locales/cv_RU: Likewise.
606         * locales/cy_GB: Likewise.
607         * locales/da_DK: Likewise.
608         * locales/de_AT: Likewise.
609         * locales/de_AT@euro: Likewise.
610         * locales/de_BE: Likewise.
611         * locales/de_BE@euro: Likewise.
612         * locales/de_CH: Likewise.
613         * locales/de_DE: Likewise.
614         * locales/de_DE@euro: Likewise.
615         * locales/de_LU: Likewise.
616         * locales/de_LU@euro: Likewise.
617         * locales/doi_IN: Likewise.
618         * locales/dv_MV: Likewise.
619         * locales/dz_BT: Likewise.
620         * locales/el_CY: Likewise.
621         * locales/el_GR: Likewise.
622         * locales/el_GR@euro: Likewise.
623         * locales/en_AG: Likewise.
624         * locales/en_AU: Likewise.
625         * locales/en_BW: Likewise.
626         * locales/en_CA: Likewise.
627         * locales/en_DK: Likewise.
628         * locales/en_GB: Likewise.
629         * locales/en_HK: Likewise.
630         * locales/en_IE: Likewise.
631         * locales/en_IE@euro: Likewise.
632         * locales/en_IN: Likewise.
633         * locales/en_NG: Likewise.
634         * locales/en_NZ: Likewise.
635         * locales/en_PH: Likewise.
636         * locales/en_SG: Likewise.
637         * locales/en_US: Likewise.
638         * locales/en_ZA: Likewise.
639         * locales/en_ZM: Likewise.
640         * locales/en_ZW: Likewise.
641         * locales/es_AR: Likewise.
642         * locales/es_BO: Likewise.
643         * locales/es_CL: Likewise.
644         * locales/es_CO: Likewise.
645         * locales/es_CR: Likewise.
646         * locales/es_CU: Likewise.
647         * locales/es_DO: Likewise.
648         * locales/es_EC: Likewise.
649         * locales/es_ES: Likewise.
650         * locales/es_ES@euro: Likewise.
651         * locales/es_GT: Likewise.
652         * locales/es_HN: Likewise.
653         * locales/es_MX: Likewise.
654         * locales/es_NI: Likewise.
655         * locales/es_PA: Likewise.
656         * locales/es_PE: Likewise.
657         * locales/es_PR: Likewise.
658         * locales/es_PY: Likewise.
659         * locales/es_SV: Likewise.
660         * locales/es_US: Likewise.
661         * locales/es_UY: Likewise.
662         * locales/es_VE: Likewise.
663         * locales/et_EE: Likewise.
664         * locales/eu_ES: Likewise.
665         * locales/eu_ES@euro: Likewise.
666         * locales/fa_IR: Likewise.
667         * locales/ff_SN: Likewise.
668         * locales/fi_FI: Likewise.
669         * locales/fi_FI@euro: Likewise.
670         * locales/fil_PH: Likewise.
671         * locales/fo_FO: Likewise.
672         * locales/fr_BE: Likewise.
673         * locales/fr_BE@euro: Likewise.
674         * locales/fr_CA: Likewise.
675         * locales/fr_CH: Likewise.
676         * locales/fr_FR: Likewise.
677         * locales/fr_FR@euro: Likewise.
678         * locales/fr_LU: Likewise.
679         * locales/fr_LU@euro: Likewise.
680         * locales/fur_IT: Likewise.
681         * locales/fy_DE: Likewise.
682         * locales/fy_NL: Likewise.
683         * locales/ga_IE: Likewise.
684         * locales/ga_IE@euro: Likewise.
685         * locales/gd_GB: Likewise.
686         * locales/gez_ER: Likewise.
687         * locales/gez_ER@abegede: Likewise.
688         * locales/gez_ET: Likewise.
689         * locales/gez_ET@abegede: Likewise.
690         * locales/gl_ES: Likewise.
691         * locales/gl_ES@euro: Likewise.
692         * locales/gu_IN: Likewise.
693         * locales/gv_GB: Likewise.
694         * locales/ha_NG: Likewise.
695         * locales/hak_TW: Likewise.
696         * locales/he_IL: Likewise.
697         * locales/hi_IN: Likewise.
698         * locales/hne_IN: Likewise.
699         * locales/hr_HR: Likewise.
700         * locales/hsb_DE: Likewise.
701         * locales/hu_HU: Likewise.
702         * locales/hy_AM: Likewise.
703         * locales/ia_FR: Likewise.
704         * locales/id_ID: Likewise.
705         * locales/ig_NG: Likewise.
706         * locales/ik_CA: Likewise.
707         * locales/is_IS: Likewise.
708         * locales/it_CH: Likewise.
709         * locales/it_IT: Likewise.
710         * locales/it_IT@euro: Likewise.
711         * locales/iu_CA: Likewise.
712         * locales/ja_JP: Likewise.
713         * locales/ka_GE: Likewise.
714         * locales/kk_KZ: Likewise.
715         * locales/kl_GL: Likewise.
716         * locales/km_KH: Likewise.
717         * locales/kn_IN: Likewise.
718         * locales/ko_KR: Likewise.
719         * locales/kok_IN: Likewise.
720         * locales/ks_IN: Likewise.
721         * locales/ks_IN@devanagari: Likewise.
722         * locales/ku_TR: Likewise.
723         * locales/kw_GB: Likewise.
724         * locales/ky_KG: Likewise.
725         * locales/lb_LU: Likewise.
726         * locales/lg_UG: Likewise.
727         * locales/li_BE: Likewise.
728         * locales/li_NL: Likewise.
729         * locales/lij_IT: Likewise.
730         * locales/lo_LA: Likewise.
731         * locales/lt_LT: Likewise.
732         * locales/lv_LV: Likewise.
733         * locales/lzh_TW: Likewise.
734         * locales/mag_IN: Likewise.
735         * locales/mai_IN: Likewise.
736         * locales/mg_MG: Likewise.
737         * locales/mhr_RU: Likewise.
738         * locales/mi_NZ: Likewise.
739         * locales/mk_MK: Likewise.
740         * locales/ml_IN: Likewise.
741         * locales/mn_MN: Likewise.
742         * locales/mni_IN: Likewise.
743         * locales/mr_IN: Likewise.
744         * locales/ms_MY: Likewise.
745         * locales/mt_MT: Likewise.
746         * locales/my_MM: Likewise.
747         * locales/nan_TW: Likewise.
748         * locales/nan_TW@latin: Likewise.
749         * locales/nb_NO: Likewise.
750         * locales/nds_DE: Likewise.
751         * locales/nds_NL: Likewise.
752         * locales/ne_NP: Likewise.
753         * locales/nhn_MX: Likewise.
754         * locales/niu_NU: Likewise.
755         * locales/niu_NZ: Likewise.
756         * locales/nl_AW: Likewise.
757         * locales/nl_BE: Likewise.
758         * locales/nl_BE@euro: Likewise.
759         * locales/nl_NL: Likewise.
760         * locales/nl_NL@euro: Likewise.
761         * locales/nn_NO: Likewise.
762         * locales/nr_ZA: Likewise.
763         * locales/nso_ZA: Likewise.
764         * locales/oc_FR: Likewise.
765         * locales/om_ET: Likewise.
766         * locales/om_KE: Likewise.
767         * locales/or_IN: Likewise.
768         * locales/os_RU: Likewise.
769         * locales/pa_IN: Likewise.
770         * locales/pa_PK: Likewise.
771         * locales/pap_AN: Likewise.
772         * locales/pap_AW: Likewise.
773         * locales/pap_CW: Likewise.
774         * locales/pl_PL: Likewise.
775         * locales/ps_AF: Likewise.
776         * locales/pt_BR: Likewise.
777         * locales/pt_PT: Likewise.
778         * locales/pt_PT@euro: Likewise.
779         * locales/quz_PE: Likewise.
780         * locales/ro_RO: Likewise.
781         * locales/ru_RU: Likewise.
782         * locales/ru_UA: Likewise.
783         * locales/rw_RW: Likewise.
784         * locales/sa_IN: Likewise.
785         * locales/sat_IN: Likewise.
786         * locales/sc_IT: Likewise.
787         * locales/sd_IN: Likewise.
788         * locales/sd_IN@devanagari: Likewise.
789         * locales/se_NO: Likewise.
790         * locales/shs_CA: Likewise.
791         * locales/si_LK: Likewise.
792         * locales/sid_ET: Likewise.
793         * locales/sk_SK: Likewise.
794         * locales/sl_SI: Likewise.
795         * locales/so_DJ: Likewise.
796         * locales/so_ET: Likewise.
797         * locales/so_KE: Likewise.
798         * locales/so_SO: Likewise.
799         * locales/sq_AL: Likewise.
800         * locales/sq_MK: Likewise.
801         * locales/sr_ME: Likewise.
802         * locales/sr_RS: Likewise.
803         * locales/sr_RS@latin: Likewise.
804         * locales/ss_ZA: Likewise.
805         * locales/st_ZA: Likewise.
806         * locales/sv_FI: Likewise.
807         * locales/sv_FI@euro: Likewise.
808         * locales/sv_SE: Likewise.
809         * locales/sw_KE: Likewise.
810         * locales/sw_TZ: Likewise.
811         * locales/szl_PL: Likewise.
812         * locales/ta_IN: Likewise.
813         * locales/ta_LK: Likewise.
814         * locales/te_IN: Likewise.
815         * locales/tg_TJ: Likewise.
816         * locales/th_TH: Likewise.
817         * locales/ti_ER: Likewise.
818         * locales/ti_ET: Likewise.
819         * locales/tig_ER: Likewise.
820         * locales/tk_TM: Likewise.
821         * locales/tl_PH: Likewise.
822         * locales/tn_ZA: Likewise.
823         * locales/tr_CY: Likewise.
824         * locales/tr_TR: Likewise.
825         * locales/ts_ZA: Likewise.
826         * locales/tt_RU: Likewise.
827         * locales/tt_RU@iqtelif: Likewise.
828         * locales/ug_CN: Likewise.
829         * locales/uk_UA: Likewise.
830         * locales/unm_US: Likewise.
831         * locales/ur_IN: Likewise.
832         * locales/ur_PK: Likewise.
833         * locales/uz_UZ: Likewise.
834         * locales/uz_UZ@cyrillic: Likewise.
835         * locales/ve_ZA: Likewise.
836         * locales/vi_VN: Likewise.
837         * locales/wa_BE: Likewise.
838         * locales/wa_BE@euro: Likewise.
839         * locales/wae_CH: Likewise.
840         * locales/wal_ET: Likewise.
841         * locales/wo_SN: Likewise.
842         * locales/xh_ZA: Likewise.
843         * locales/yi_US: Likewise.
844         * locales/yo_NG: Likewise.
845         * locales/yue_HK: Likewise.
846         * locales/zh_CN: Likewise.
847         * locales/zh_HK: Likewise.
848         * locales/zh_SG: Likewise.
849         * locales/zh_TW: Likewise.
850         * locales/zu_ZA: Likewise.
852 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
854         * locales/unm_US: Adjust language-code fields of LC_ADDRESS.
855         * locales/wal_ET: Likewise.
857 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
859         * locales/quz_PE: Adjust language-code fields of LC_ADDRESS.
860         * locales/szl_PL: Likewise.
861         * locales/ta_IN: Likewise.
862         * locales/ta_LK: Likewise.
863         * locales/te_IN: Likewise.
864         * locales/tg_TJ: Likewise.
865         * locales/tl_PH: Likewise.
866         * locales/tn_ZA: Likewise.
867         * locales/tr_CY: Likewise.
868         * locales/tr_TR: Likewise.
869         * locales/ts_ZA: Likewise.
870         * locales/tt_RU: Likewise.
871         * locales/tt_RU@iqtelif: Likewise.
872         * locales/ug_CN: Likewise.
873         * locales/ur_IN: Likewise.
874         * locales/ur_PK: Likewise.
875         * locales/uz_UZ: Likewise.
876         * locales/uz_UZ@cyrillic: Likewise.
877         * locales/ve_ZA: Likewise.
878         * locales/vi_VN: Likewise.
879         * locales/wa_BE: Likewise.
880         * locales/wal_ET: Likewise.
881         * locales/wo_SN: Likewise.
882         * locales/xh_ZA: Likewise.
883         * locales/yi_US: Likewise.
884         * locales/yue_HK: Likewise.
885         * locales/zh_HK: Likewise.
886         * locales/zh_SG: Likewise.
888 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
890         * locales/pa_IN: Adjust language-code fields of LC_ADDRESS.
891         * locales/pa_PK: Likewise.
892         * locales/pl_PL: Likewise.
893         * locales/ps_AF: Likewise.
894         * locales/pt_BR: Likewise.
895         * locales/pt_PT: Likewise.
896         * locales/ru_RU: Likewise.
897         * locales/ru_UA: Likewise.
898         * locales/sa_IN: Likewise.
899         * locales/sat_IN: Likewise.
900         * locales/sc_IT: Likewise.
901         * locales/sd_IN: Likewise.
902         * locales/sd_IN@devanagari: Likewise.
903         * locales/se_NO: Likewise.
904         * locales/si_LK: Likewise.
905         * locales/sk_SK: Likewise.
906         * locales/sl_SI: Likewise.
907         * locales/sq_AL: Likewise.
908         * locales/sq_MK: Likewise.
909         * locales/ss_ZA: Likewise.
910         * locales/st_ZA: Likewise.
911         * locales/sv_SE: Likewise.
912         * locales/sw_KE: Likewise.
913         * locales/sw_TZ: Likewise.
915 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
917         * locales/nb_NO: Adjust language-code fields of LC_ADDRESS.
918         * locales/ne_NP: Likewise.
919         * locales/nhn_MX: Likewise.
920         * locales/niu_NU: Likewise.
921         * locales/niu_NZ: Likewise.
922         * locales/nl_AW: Likewise.
923         * locales/nl_BE: Likewise.
924         * locales/nn_NO: Likewise.
925         * locales/nr_ZA: Likewise.
926         * locales/oc_FR: Likewise.
927         * locales/or_IN: Likewise.
928         * locales/os_RU: Likewise.
930 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
932         * locales/mag_IN: Adjust language-code fields of LC_ADDRESS.
933         * locales/mai_IN: Likewise.
934         * locales/mg_MG: Likewise.
935         * locales/mhr_RU: Likewise.
936         * locales/mi_NZ: Likewise.
937         * locales/ml_IN: Likewise.
938         * locales/mni_IN: Likewise.
939         * locales/mr_IN: Likewise.
940         * locales/ms_MY: Likewise.
941         * locales/mt_MT: Likewise.
943 2013-10-29  Chris Leonard  <cjl@sugarlabs.org>
945         [BZ #16078]
946         * locales/anp_IN: New locale for anp_IN.
947         * SUPPORTED: Add anp_IN.
949 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
951         * locales/ja_JP: Adjust language-code fields of LC_ADDRESS.
952         * locales/ka_GE: Likewise.
953         * locales/kk_KZ: Likewise.
954         * locales/kl_GL: Likewise.
955         * locales/kn_IN: Likewise.
956         * locales/ko_KR: Likewise.
957         * locales/kok_IN: Likewise.
958         * locales/ks_IN: Likewise.
959         * locales/ku_TR: Likewise.
960         * locales/kw_GB: Likewise.
961         * locales/ky_KG: Likewise.
962         * locales/lg_UG: Likewise.
963         * locales/lij_IT: Likewise.
964         * locales/lt_LT: Likewise.
965         * locales/lv_LV: Likewise.
967 2013-10-13  Chris Leonard  <cjl@sugarlabs.org>
969         * locales/he_IL: Adjust language-code fields of LC_ADDRESS.
970         * locales/hi_IN: Likewise.
971         * locales/hne_IN: Likewise.
972         * locales/hr_HR: Likewise.
973         * locales/hsb_DE: Likewise.
974         * locales/ht_HT: Likewise.
975         * locales/hu_HU: Likewise.
976         * locales/hy_AM: Likewise.
977         * locales/ia_FR: Likewise.
978         * locales/id_ID: Likewise.
979         * locales/ig_NG: Likewise.
980         * locales/ik_CA: Likewise.
981         * locales/is_IS: Likewise.
982         * locales/it_CH: Likewise.
983         * locales/it_IT: Likewise.
984         * locales/iu_CA: Likewise.
986 2013-10-05  Chris Leonard  <cjl@sugarlabs.org>
988         * locales/ff_SN: Adjust language-code fields of LC_ADDRESS.
989         * locales/fil_PH: Likewise.
990         * locales/fo_FO: Likewise.
991         * locales/fr_BE: Likewise.
992         * locales/fr_CA: Likewise.
993         * locales/fr_CH: Likewise.
994         * locales/fr_FR: Likewise.
995         * locales/fr_LU: Likewise.
996         * locales/fur_IT: Likewise.
997         * locales/fy_DE: Likewise.
998         * locales/fy_NL: Likewise.
999         * locales/ga_IE: Likewise.
1000         * locales/gez_ER: Likewise.
1001         * locales/gez_ET: Likewise.
1002         * locales/gl_ES: Likewise.
1003         * locales/gu_IN: Likewise.
1004         * locales/gv_GB: Likewise.
1006 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
1008         * locales/pap_AN: Copy / modify pap_AN into pap_AW and pap_CW.
1009         * locales/pap_AW: Likewise.
1010         * locales/pap_CW: Likewise.
1011         * SUPPORTED: Add ar_SS, pap_AW, pap_CW.
1013 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
1015         * locales/ar_SD: Split ar_SD into ar_SD and ar_SS
1016         * locales/ar_SS: Likewise.
1018 2013-09-25  Michael Bauer  <fios@akerbeltz.org>
1020         [BZ #15400]
1021         * locales/gd_GB: Version 1.2 of gd_GB locale.
1023 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1025         [BZ #15609]
1026         * locales/cmn_TW: New locale for cmn_TW.
1027         * SUPPORTED: Add cmn_TW.
1029 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1031         [BZ #15608]
1032         * locales/hak_TW: New locale for hak_TW.
1033         * SUPPORTED: Add hak_TW.
1035 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1037         [BZ #15608]
1038         * locales/lzh_TW: New locale for lzh_TW.
1039         * SUPPORTED: Add lzh_TW.
1041 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
1043         [BZ #15608]
1044         * locales/nan_TW: New locale for nan_TW.
1045         * SUPPORTED: Add nan_TW.
1047 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1049         * locales/as_IN: Adjust language-code fields of LC_ADDRESS.
1050         * locales/ast_ES: Likewise.
1051         * locales/ayc_PE: Likewise.
1052         * locales/az_AZ: Likewise.
1053         * locales/be_BY: Likewise.
1054         * locales/bem_ZM: Likewise.
1055         * locales/bg_BG: Likewise.
1056         * locales/bho_IN: Likewise.
1057         * locales/bn_BD: Likewise.
1058         * locales/bn_IN: Likewise.
1059         * locales/bo_CN: Likewise.
1060         * locales/bo_IN: Likewise.
1061         * locales/br_FR: Likewise.
1062         * locales/brx_IN: Likewise.
1063         * locales/bs_BA: Likewise.
1064         * locales/ca_AD: Likewise.
1065         * locales/ca_ES: Likewise.
1066         * locales/ca_FR: Likewise.
1067         * locales/ca_IT: Likewise.
1068         * locales/crh_UA: Likewise.
1069         * locales/csb_PL: Likewise.
1070         * locales/cv_RU: Likewise.
1071         * locales/da_DK: Likewise.
1072         * locales/de_AT: Likewise.
1073         * locales/de_BE: Likewise.
1074         * locales/de_CH: Likewise.
1075         * locales/de_DE: Likewise.
1076         * locales/de_LU: Likewise.
1077         * locales/doi_IN: Likewise.
1078         * locales/dv_MV: Likewise.
1079         * locales/dz_BT: Likewise.
1080         * locales/el_CY: Likewise.
1081         * locales/el_GR: Likewise.
1082         * locales/en_AG: Likewise.
1083         * locales/en_AU: Likewise.
1084         * locales/en_BW: Likewise.
1085         * locales/en_CA: Likewise.
1086         * locales/en_DK: Likewise.
1087         * locales/en_GB: Likewise.
1088         * locales/en_HK: Likewise.
1089         * locales/en_IE: Likewise.
1090         * locales/en_IN: Likewise.
1091         * locales/en_NG: Likewise.
1092         * locales/en_NZ: Likewise.
1093         * locales/en_PH: Likewise.
1094         * locales/en_SG: Likewise.
1095         * locales/en_US: Likewise.
1096         * locales/en_ZA: Likewise.
1097         * locales/en_ZM: Likewise.
1098         * locales/en_ZW: Likewise.
1099         * locales/es_AR: Likewise.
1100         * locales/es_BO: Likewise.
1101         * locales/es_CL: Likewise.
1102         * locales/es_CO: Likewise.
1103         * locales/es_CR: Likewise.
1104         * locales/es_CU: Likewise.
1105         * locales/es_DO: Likewise.
1106         * locales/es_EC: Likewise.
1107         * locales/es_ES: Likewise.
1108         * locales/es_GT: Likewise.
1109         * locales/es_HN: Likewise.
1110         * locales/es_MX: Likewise.
1111         * locales/es_NI: Likewise.
1112         * locales/es_PA: Likewise.
1113         * locales/es_PE: Likewise.
1114         * locales/es_PR: Likewise.
1115         * locales/es_PY: Likewise.
1116         * locales/es_SV: Likewise.
1117         * locales/es_US: Likewise.
1118         * locales/es_UY: Likewise.
1119         * locales/es_VE: Likewise.
1120         * locales/eu_ES: Likewise.
1122 2013-09-21  Chris Leonard  <cjl@sugarlabs.org>
1124         [BZ#15919]
1125         * locales/ak_GH: New locale for ak_GH.
1126         * SUPPORTED: Add ak_GH.
1128 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1130         * locales/aa_DJ: Adjust language-code fields of LC_ADDRESS.
1131         * locales/aa_ER: Likewise.
1132         * locales/aa_ET: Likewise.
1133         * locales/af_ZA: Likewise.
1134         * locales/am_ET: Likewise.
1135         * locales/ar_AE: Likewise.
1136         * locales/ar_BH: Likewise.
1137         * locales/ar_DZ: Likewise.
1138         * locales/ar_EG: Likewise.
1139         * locales/ar_IN: Likewise.
1140         * locales/ar_IQ: Likewise.
1141         * locales/ar_JO: Likewise.
1142         * locales/ar_KW: Likewise.
1143         * locales/ar_LB: Likewise.
1144         * locales/ar_LY: Likewise.
1145         * locales/ar_MA: Likewise.
1146         * locales/ar_OM: Likewise.
1147         * locales/ar_QA: Likewise.
1148         * locales/ar_SA: Likewise.
1149         * locales/ar_SD: Likewise.
1150         * locales/ar_SY: Likewise.
1151         * locales/ar_TN: Likewise.
1152         * locales/ar_YE: Likewise.
1154 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1156         * locales/aa_ER: Add country_car field to LC_ADDRESS.
1157         * locales/as_IN: Likewise.
1158         * locales/ast_ES: Likewise.
1159         * locales/ayc_PE: Likewise.
1160         * locales/bem_ZM: Likewise.
1161         * locales/ber_DZ: Likewise.
1162         * locales/ber_MA: Likewise.
1163         * locales/bho_IN: Likewise.
1164         * locales/bo_IN: Likewise.
1165         * locales/brx_IN: Likewise.
1166         * locales/byn_ER: Likewise.
1167         * locales/ca_AD: Likewise.
1168         * locales/ca_FR: Likewise.
1169         * locales/ca_IT: Likewise.
1170         * locales/crh_UA: Likewise.
1171         * locales/cv_RU: Likewise.
1172         * locales/doi_IN: Likewise.
1173         * locales/dz_BT: Likewise.
1174         * locales/el_CY: Likewise.
1175         * locales/en_US: Likewise.
1176         * locales/en_ZM: Likewise.
1177         * locales/es_CU: Likewise.
1178         * locales/ff_SN: Likewise.
1179         * locales/fil_PH: Likewise.
1180         * locales/gd_GB: Likewise.
1181         * locales/hne_IN: Likewise.
1182         * locales/ht_HT: Likewise.
1183         * locales/kl_GL: Likewise.
1184         * locales/kok_IN: Likewise.
1185         * locales/ks_IN: Likewise.
1186         * locales/lij_IT: Likewise.
1187         * locales/mag_IN: Likewise.
1188         * locales/mai_IN: Likewise.
1189         * locales/mg_MG: Likewise.
1190         * locales/mhr_RU: Likewise.
1191         * locales/mni_IN: Likewise.
1192         * locales/my_MM: Likewise.
1193         * locales/nhn_MX: Likewise.
1194         * locales/niu_NZ: Likewise.
1195         * locales/or_IN: Likewise.
1196         * locales/os_RU: Likewise.
1197         * locales/pa_PK: Likewise.
1198         * locales/quz_PE: Likewise.
1199         * locales/rw_RW: Likewise.
1200         * locales/sat_IN: Likewise.
1201         * locales/sc_IT: Likewise.
1202         * locales/sd_IN: Likewise.
1203         * locales/sd_IN@devanagari: Likewise.
1204         * locales/shs_CA: Likewise.
1205         * locales/si_LK: Likewise.
1206         * locales/sid_ET: Likewise.
1207         * locales/sq_MK: Likewise.
1208         * locales/sw_KE: Likewise.
1209         * locales/sw_TZ: Likewise.
1210         * locales/szl_PL: Likewise.
1211         * locales/ta_LK: Likewise.
1212         * locales/ti_ER: Likewise.
1213         * locales/tig_ER: Likewise.
1214         * locales/tl_PH: Likewise.
1215         * locales/ts_ZA: Likewise.
1216         * locales/unm_US: Likewise.
1217         * locales/ur_IN: Likewise.
1218         * locales/wa_BE: Likewise.
1219         * locales/yi_US: Likewise.
1221 2013-09-06  Chris Leonard  <cjl@sugarlabs,.org>
1223         * locales/nr_ZA: Deduplicate country_car.
1224         * locales/nso_ZA: Likewise.
1225         * locales/ss_ZA: Likewise.
1226         * locales/tn_ZA: Likewise.
1227         * locales/ve_ZA: Likewise.
1228         * locales/tk_TM: Comment reformat.
1230 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
1232         [BZ #15923]
1234         * locales/ar_SD: Update iso-1427.def and related occurrences.
1235         * locales/az_AZ: Likewise.
1236         * locales/dv_MV: Likewise.
1237         * locales/es_VE: Likewise.
1239 2013-09-04  Jakub Bogusz  <qboosh@pld-linux.org>
1241         * locales/am_ET: Add country_car field to LC_ADDRESS.
1242         * locales/an_ES: Likewise.
1243         * locales/ar_AE: Likewise.
1244         * locales/ar_BH: Likewise.
1245         * locales/ar_DZ: Likewise.
1246         * locales/ar_EG: Likewise.
1247         * locales/ar_IN: Likewise.
1248         * locales/ar_IQ: Likewise.
1249         * locales/ar_JO: Likewise.
1250         * locales/ar_KW: Likewise.
1251         * locales/ar_LB: Likewise.
1252         * locales/ar_LY: Likewise.
1253         * locales/ar_MA: Likewise.
1254         * locales/ar_QA: Likewise.
1255         * locales/ar_SA: Likewise.
1256         * locales/ar_SD: Likewise.
1257         * locales/ar_SY: Likewise.
1258         * locales/ar_TN: Likewise.
1259         * locales/az_AZ: Likewise.
1260         * locales/be_BY: Likewise.
1261         * locales/bn_BD: Likewise.
1262         * locales/bn_IN: Likewise.
1263         * locales/br_FR: Likewise.
1264         * locales/bs_BA: Likewise.
1265         * locales/ca_ES: Likewise.
1266         * locales/csb_PL: Likewise.
1267         * locales/da_DK: Likewise.
1268         * locales/de_AT: Likewise.
1269         * locales/de_BE: Likewise.
1270         * locales/de_CH: Likewise.
1271         * locales/de_LU: Likewise.
1272         * locales/el_GR: Likewise.
1273         * locales/en_AU: Likewise.
1274         * locales/en_BW: Likewise.
1275         * locales/en_CA: Likewise.
1276         * locales/en_DK: Likewise.
1277         * locales/en_GB: Likewise.
1278         * locales/en_HK: Likewise.
1279         * locales/en_IE: Likewise.
1280         * locales/en_IN: Likewise.
1281         * locales/en_NZ: Likewise.
1282         * locales/en_PH: Likewise.
1283         * locales/en_SG: Likewise.
1284         * locales/en_ZW: Likewise.
1285         * locales/es_AR: Likewise.
1286         * locales/es_BO: Likewise.
1287         * locales/es_CL: Likewise.
1288         * locales/es_CO: Likewise.
1289         * locales/es_DO: Likewise.
1290         * locales/es_EC: Likewise.
1291         * locales/es_ES: Likewise.
1292         * locales/es_GT: Likewise.
1293         * locales/es_MX: Likewise.
1294         * locales/es_NI: Likewise.
1295         * locales/es_PA: Likewise.
1296         * locales/es_PE: Likewise.
1297         * locales/es_PY: Likewise.
1298         * locales/es_SV: Likewise.
1299         * locales/es_UY: Likewise.
1300         * locales/es_VE: Likewise.
1301         * locales/eu_ES: Likewise.
1302         * locales/fo_FO: Likewise.
1303         * locales/fr_BE: Likewise.
1304         * locales/fr_CA: Likewise.
1305         * locales/fr_CH: Likewise.
1306         * locales/fr_FR: Likewise.
1307         * locales/fr_LU: Likewise.
1308         * locales/fur_IT: Likewise.
1309         * locales/fy_DE: Likewise.
1310         * locales/ga_IE: Likewise.
1311         * locales/gez_ER: Likewise.
1312         * locales/gez_ET: Likewise.
1313         * locales/gl_ES: Likewise.
1314         * locales/gu_IN: Likewise.
1315         * locales/gv_GB: Likewise.
1316         * locales/he_IL: Likewise.
1317         * locales/hi_IN: Likewise.
1318         * locales/hr_HR: Likewise.
1319         * locales/hu_HU: Likewise.
1320         * locales/id_ID: Likewise.
1321         * locales/ik_CA: Likewise.
1322         * locales/is_IS: Likewise.
1323         * locales/it_CH: Likewise.
1324         * locales/it_IT: Likewise.
1325         * locales/iu_CA: Likewise.
1326         * locales/ja_JP: Likewise.
1327         * locales/ka_GE: Likewise.
1328         * locales/kk_KZ: Likewise.
1329         * locales/kn_IN: Likewise.
1330         * locales/ko_KR: Likewise.
1331         * locales/ku_TR: Likewise.
1332         * locales/kw_GB: Likewise.
1333         * locales/ky_KG: Likewise.
1334         * locales/lg_UG: Likewise.
1335         * locales/lt_LT: Likewise.
1336         * locales/lv_LV: Likewise.
1337         * locales/mi_NZ: Likewise.
1338         * locales/ml_IN: Likewise.
1339         * locales/mr_IN: Likewise.
1340         * locales/ms_MY: Likewise.
1341         * locales/mt_MT: Likewise.
1342         * locales/nb_NO: Likewise.
1343         * locales/ne_NP: Likewise.
1344         * locales/nl_BE: Likewise.
1345         * locales/nn_NO: Likewise.
1346         * locales/nr_ZA: Likewise.
1347         * locales/nso_ZA: Likewise.
1348         * locales/om_ET: Likewise.
1349         * locales/om_KE: Likewise.
1350         * locales/pa_IN: Likewise.
1351         * locales/pl_PL: Likewise.
1352         * locales/pt_BR: Likewise.
1353         * locales/pt_PT: Likewise.
1354         * locales/ru_RU: Likewise.
1355         * locales/ru_UA: Likewise.
1356         * locales/sa_IN: Likewise.
1357         * locales/se_NO: Likewise.
1358         * locales/sk_SK: Likewise.
1359         * locales/sl_SI: Likewise.
1360         * locales/so_ET: Likewise.
1361         * locales/so_KE: Likewise.
1362         * locales/so_SO: Likewise.
1363         * locales/sq_AL: Likewise.
1364         * locales/ss_ZA: Likewise.
1365         * locales/sv_SE: Likewise.
1366         * locales/ta_IN: Likewise.
1367         * locales/te_IN: Likewise.
1368         * locales/tg_TJ: Likewise.
1369         * locales/th_TH: Likewise.
1370         * locales/ti_ET: Likewise.
1371         * locales/tl_PH: Likewise.
1372         * locales/tn_ZA: Likewise.
1373         * locales/ts_ZA: Likewise.
1374         * locales/tt_RU: Likewise.
1375         * locales/tt_RU@iqtelif: Likewise.
1376         * locales/ur_PK: Likewise.
1377         * locales/uz_UZ: Likewise.
1378         * locales/ve_ZA: Likewise.
1379         * locales/vi_VN: Likewise.
1380         * locales/wal_ET: Likewise.
1381         * locales/wo_SN: Likewise.
1382         * locales/zh_SG: Likewise.
1384 2013-09-03  Chris Leonard  <cjl@sugarlabs.org>
1386         * locales/ayc_PE: Add FSF statement to ayc_PE locale.
1388         [BZ#15886]
1389         * locales/ht_HT: 1.1 revision of ht_HT locale.
1391         [BZ#15887]
1392         * locales/quz_PE: New locale for quz_PE.
1393         * SUPPORTED: Add quz_PE.
1395 2013-08-30   OndÅ™ej Bílka  <neleai@seznam.cz>
1397         * tests-mbwc/dat_wcsncat.c: Fix typos.
1398         * tests/test6.c: Likewise.
1399         * tst-digits.c: Likewise.
1401 2013-06-13  Johan Heikkila  <johan.heikkila@gmail.com>
1403         [BZ#15432]
1404         * locales/sv_FI@euro: Add LC_MEASUREMENT.
1406         [BZ#15431]
1407         * locales/sv_FI: Add LC_MEASUREMENT, use copy in LC_TELEPHONE,
1408         update LC_ADDRESS with using postal_fmt from Finnish Post Office
1409         recommendations at
1410         http://www.posti.fi/hinnatjaohjeet/osoitejakuorimerkinnat/osoitemerkinnat.html
1411         and add missing entries.
1413 2013-06-11  Andreas Schwab  <schwab@suse.de>
1415         [BZ #14991]
1416         * charmaps/BIG5-HKSCS: Update to HKSCS-2008.
1418 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
1420         * charmaps/BIG5: Remove trailing whitespace.
1421         * charmaps/IBM866NAV: Likewise.
1422         * charmaps/ISIRI-3342: Likewise.
1423         * charmaps/ISO_8859-1,GL: Likewise.
1424         * locales/ber_DZ: Likewise.
1425         * locales/bn_BD: Likewise.
1426         * locales/crh_UA: Likewise.
1427         * locales/en_NG: Likewise.
1428         * locales/es_US: Likewise.
1429         * locales/fil_PH: Likewise.
1430         * locales/fy_DE: Likewise.
1431         * locales/gu_IN: Likewise.
1432         * locales/ha_NG: Likewise.
1433         * locales/hi_IN: Likewise.
1434         * locales/ig_NG: Likewise.
1435         * locales/ik_CA: Likewise.
1436         * locales/iu_CA: Likewise.
1437         * locales/kn_IN: Likewise.
1438         * locales/ks_IN@devanagari: Likewise.
1439         * locales/li_BE: Likewise.
1440         * locales/li_NL: Likewise.
1441         * locales/mg_MG: Likewise.
1442         * locales/ml_IN: Likewise.
1443         * locales/mr_IN: Likewise.
1444         * locales/nso_ZA: Likewise.
1445         * locales/or_IN: Likewise.
1446         * locales/pa_IN: Likewise.
1447         * locales/ro_RO: Likewise.
1448         * locales/shs_CA: Likewise.
1449         * locales/so_ET: Likewise.
1450         * locales/ta_IN: Likewise.
1451         * locales/te_IN: Likewise.
1452         * locales/tk_TM: Likewise.
1453         * locales/tt_RU@iqtelif: Likewise.
1454         * locales/uk_UA: Likewise.
1455         * locales/ur_IN: Likewise.
1456         * locales/uz_UZ: Likewise.
1457         * locales/uz_UZ@cyrillic: Likewise.
1458         * locales/yo_NG: Likewise.
1459         * tests-mbwc/dat_mblen.c: Likewise.
1460         * tests-mbwc/dat_towctrans.c: Likewise.
1462 2013-04-27  Nik Kalach  <nikka@fedoraproject.org>
1464         [BZ #15221]
1465         * locales/ia_FR: Fix postal_fmt definition.
1467 2013-02-01  Andreas Jaeger  <aj@suse.de>
1469         * CHECKSUMS: Remove file.
1471 2013-01-14  Joseph Myers  <joseph@codesourcery.com>
1473         * Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
1474         not $(test-program-cmd).
1476 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1478         * Makefile ($(objpfx)sort-test.out): Replace
1479         $(run-program-prefix) with $(test-program-prefix).
1480         ($(objpfx)tst-numeric.out): Likewise.
1481         ($(objpfx)tst-mbswcs.out): Likewise.
1482         ($(objpfx)tst-fmon.out): Add $(test-program-prefix).
1483         ($(objpfx)tst-trans.out): Likewise.
1484         ($(objpfx)tst-rpmatch.out): Replace $(built-program-cmd) with
1485         $(test-program-cmd).
1486         ($(objpfx)tst-ctype.out): Likewise.
1487         ($(objpfx)tst-wctype.out): Likewise.
1488         ($(objpfx)tst-langinfo.out): Likewise.
1489         (bug-setlocale1-ARGS): Replace $(built-program-cmd) with
1490         $(test-program-cmd).
1491         * sort-test.sh (run_program_prefix): Renamed to ...
1492         (test_program_prefix): This.
1493         * tst-mbswcs.sh: Likewise.
1494         * tst-numeric.sh: Likewise.
1495         * tst-wctype.sh: Likewise.
1496         * tst-fmon.sh (test_program_prefix): New. Replace
1497         ${run_program_prefix} with ${test_program_prefix} when running.
1498         tst-fmon.
1499         * tst-trans.sh: (test_program_prefix): New.  Replace
1500         ${run_program_prefix} with ${test_program_prefix} when running
1501         tst-trans.
1503 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1505         * Makefile (tests-static): New variable.
1506         (tests): Add $(tests-static).
1507         (bug-setlocale1-ARGS): Set to -- $(built-program-cmd).
1508         (bug-setlocale1-static-ENV): New variable.
1509         (bug-setlocale1-static-ARGS): Likewise.
1510         * bug-setlocale1.c (do_test): Support run directly.  Check env[1]
1511         instead of newargv[0].
1512         * bug-setlocale1-static.c: New file.
1514 2013-01-03  Chris Leonard  <cjl@sugarlabs.org>
1516         [BZ #14982]
1517         * locales/dz_BT: Add new contact information for dz-BT maintainer.
1519         [BZ #13951]
1520         * locales/dz_BT: Correct LC_ADDRESS countryname for Bhutan in
1521         Dzongkha.
1523 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
1525         * All files with FSF copyright notices: Update copyright dates
1526         using scripts/update-copyrights.
1528 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
1530         * README: Use sourceware.org in Bugzilla URL.
1531         * locales/si_LK (email): Use sourceware.org in email address.
1533 2012-12-03  Ashish Shah  <ashishks@redhat.com>
1535         * locales/uk_UA (currency_symbol): Fix.
1537 2012-12-03  Rakesh Pandit  <rakesh@fedoraproject.org>
1539         * locales/ks_IN@devanagari: Fix week day names.
1541 2012-12-03  Jeff Law  <law@redhat.com>
1543         * locales/zh_CH (abmon): Remove whitespace.
1545 2012-11-26  Nik Kalach  <nikka@fedoraproject.org>
1547         * locales/ia_FR (abmon): Fix December.
1549         [BZ#14879]
1550         * locales/ia_FR : New file.
1551         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1553 2012-11-22  Andreas Jaeger  <aj@suse.de>
1555         * locales/niu_NU: Fix comment.
1557 2012-11-21  Andreas Jaeger  <aj@suse.de>
1559         * locales/szl_PL (LC_COLLATE): Fix syntax error.
1561         * SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry.
1563 2012-11-21  Chris Leonard  <cjl@sugarlabs.org>
1565         [BZ #14863]
1566         * SUPPORTED: Add niu_NU and niu_NZ.
1567         * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue,
1568         contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1569         Fakaotimanava-Lui <emani@niue.nu>.
1570         * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New
1571         Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1572         Fakaotimanava-Lui <emani@niue.nu>.
1574 2012-11-19  Eagle Burkut  <eagle.burkut@gmail.com>
1576         [BZ #13759]
1577         * locales/ug_CN (LC_COLLATE, LC_TIME, LC_MESSAGES): Fix entries.
1579 2012-11-16  Andreas Jaeger  <aj@suse.de>
1581         [BZ #14368]
1582         * locales/szl_PL: New Silesian Language Locale for Poland.
1583         Contributed by Przemyslaw Buczkowski <przemub@yahoo.pl>.
1584         * localedata/SUPPORTED (SUPPORTED-LOCALES): Add szl_PL.
1586         [BZ # 14828]
1587         * locales/ayc_PE: Add Aymara locale for Peru
1588         contributed by Chris Leonard <cjl@sugarlabs.org> and
1589         Amos Batto <amosbatto@yahoo.com>.
1590         * SUPPORTED (SUPPORTED-LOCALES): Add ayc_PE.
1592         [BZ # 14501]
1593         * locales/nhn_MX: Add Central Nahuatl locale for Mexico,
1594         contributed by Jorge Becerril <jrbecster@gmail.com>.
1595         * SUPPORTED (SUPPORTED-LOCALES): Add nhn_MX.
1597 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1599         [BZ #13952]
1600         * locales/km_KH: Correct country-name and lang-name.
1602 2012-11-15  Andreas Jaeger  <aj@suse.de>
1604         [BZ #13603]
1605         [BZ #13604]
1606         [BZ #13698]
1607         * locales/doi_IN: New file, contributed by Pravin Satpute
1608         <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>.
1609         * locales/mni_IN: New file, contributed by Pravin Satpute
1610         <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>.
1611         * locales/sat_IN: New file, contributed by Pravin Satpute
1612         <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>.
1613         * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
1615 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1617         [BZ #13950]
1618         * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with
1619         proper content, disable others.
1620         * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
1622 2012-11-07  Dmitry V. Levin  <ldv@altlinux.org>
1624         [BZ#14807]
1625         * locales/ru_RU (abmon): Change back from genitive to nominative,
1626         apply fixed three-letter abbreviation form, remove trailing dots.
1628         [BZ#10873]
1629         * locales/ru_RU (abday): Remove trailing dots.
1631 2012-11-02  Marko Myllynen  <myllynen@redhat.com>
1633         [BZ #14669]
1634         * locales/fi_FI@euro (LC_IDENTIFICATION): Add missing
1635         LC_MEASUREMENT, fix LC_TELEPHONE category.
1637 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
1639         * Makefile [$(run-built-tests) = yes] (LOCALES): Add en_US.UTF-8.
1641 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
1643         * Makefile [$(cross-compiling) = no]: Change condition to
1644         [$(run-built-tests) = yes].
1646 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
1647             Joseph Myers  <joseph@codesourcery.com>
1649         * tst-fmon.sh: Redirect test program stdin in loop from /dev/null.
1650         * tst-numeric.sh: Likewise.
1651         * tst-rpmatch.sh: Likewise.
1653 2012-10-19  Jim Blandy  <jimb@codesourcery.com>
1654             Joseph Myers  <joseph@codesourcery.com>
1656         * tst-wctype.sh (run_program_prefix): Remove variable.
1657         (tst_wctype): New variable.  Use it directly to run test program
1658         instead of passing test program name as argument.
1660 2012-10-19  Florian Pritz  <bluewind@xinu.at>
1662         [BZ #13758]
1663         * locales/de_AT (LC_TIME): Change month name from "FebruAr" to
1664         "Februar".
1666 2012-10-19  Pravin Satpute  <psatpute@redhat.com>
1668         [BZ #14694]
1669         * locales/mr_IN: Fix Wednesday in DAY and August, September and
1670         October in ABMON and MON.
1672 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
1674         * gen-locale.sh: Add "set -e".
1675         * sort-test.sh: Likewise.
1676         * tst-ctype.sh: Likewise.
1677         * tst-fmon.sh: Likewise.
1678         * tst-langinfo.sh: Likewise.
1679         * tst-locale.sh: Likewise.
1680         * tst-mbswcs.sh: Likewise.
1681         * tst-numeric.sh: Likewise.
1682         * tst-rpmatch.sh: Likewise.
1683         * tst-trans.sh: Likewise.
1684         * tst-wctype.sh: Likewise.
1685         * Makefile: Do not specify -e option when running testsuite
1686         shell scripts.
1688         * sort-test.sh: Add copyright header.
1690 2012-09-05  Jeff Law  <law@redhat.com>
1692         [BZ#14510]
1693         * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep.
1694         * locales/es_GT: Likewise.
1695         * locales/es_HN: Likewise.
1696         * locales/es_MX: Likewise.
1697         * locales/es_NI: Likewise.
1698         * locales/es_PA: Likewise.
1699         * locales/es_PR: Likewise.
1700         * locales/es_SV: Likewise.
1702 2012-06-20  Petr Baudis  <pasky@ucw.cz>
1704         * locales/mag_IN: Fix comment character.
1705         * locales/tr_CY (LC_TIME): Remove redundant first_weekday
1706         and first_workday.
1708 2012-06-04  Petr Baudis  <pasky@ucw.cz>
1710         [BZ#13996]
1711         * locales/tr_TR: Change currency from YTL to TL.
1712         Patch by <gokcen@pardus.org.tr>.
1714 2012-06-04  Serkan Kaba  <serkan@gentoo.org>
1716         [BZ#13223]
1717         * locales/tr_TR: Fix first_weekday and first_workday.
1719 2012-06-01  Jeff Law  <law@redhat.com>
1721         [BZ#14199]
1722         * locales/en_ES: Fix first_weekday and first_workday.
1723         * locales/{ast_ES, br_FR, cy_GB, de_DE, de_LU}: Likewise.
1724         * locales/{el_GR, en_IE, eu_ES, fr_LU, fy_NL}: Likewise.
1725         * locales/{ga_IE, gd_GB, gl_ES, gv_GB, it_IT}: Likewise.
1726         * locales/{kw_GB, lij_IT, lt_LT, lv_LV, mt_MT}: Likewise.
1727         * locales/{nl_BE, oc_FR, tr_CY, wa_BE}: Likewise.
1729 2012-04-20  Chandan Kumar  <chandankumar.093047@gmail.com>
1731         [BZ#13968]
1732         * locales/mag_IN: New file.
1733         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1735 2012-05-21  Bruno Haible  <bruno@clisp.org>
1736             Andreas Jaeger  <aj@suse.de>
1738         * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1.
1739         * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1
1740         anymore.
1741         * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list.
1742         (tests): Remove tst-strptime.
1744 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
1746         [BZ #11837]
1747         * charmaps/GB18030: Add missing entries.
1749 2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>
1751         [BZ #13758]
1752         * locales/de_AT (LC_TIME): Change month name from "Feber" to
1753         "Februar".
1755 2012-04-12  Mike Frysinger  <vapier@gentoo.org>
1757         [BZ #3768]
1758         * locales/en_GB (LC_TIME): Set am_pm and t_fmt_ampm fields.
1759         * locales/cy_GB (LC_TIME): Likewise.  Also copy date_fmt from en_GB.
1761 2012-04-04  Jeff Law  <law@redhat.com>
1763         [BZ #6770]
1764         * locales/ca_ES (LC_TIME): Add first_weekday and first_workday.
1766 2012-04-04  Petr Baudis  <pasky@ucw.cz>
1768         [BZ #6770]
1769         * locales/ca_ES: This locale is now maintained by Jordi Mallach.
1771 2012-04-04  Dmitry V. Levin  <ldv@altlinux.org>
1773         [BZ #10346]
1774         * locales/ru_UA (LC_TIME): Add first_weekday and first_workday.
1776 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
1778         [BZ #13673]
1779         Replace FSF snail mail address with URLs, as per GNU coding standards.
1781 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
1783         * Makefile (distribute): Remove variable.
1785 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
1787         Revert changes to locales from previous commit.
1789 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1791         Replace FSF snail mail address with URLs, as per GNU coding standards.
1793 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
1795         [BZ #13547]
1796         * locales/hu_HU: Fix collation rules.
1797         Patch by Egmont Koblinger <egmont@gmail.com>.
1799 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
1801         [BZ #12840]
1802         * locales/sv_SE: Modernize date format.
1804         [BZ #12906]
1805         * SUPPORTED (SUPPORTED-LOCALES): Add wal_ET entry.
1807         * locales/wal_ET: Remove lang_ab entry.
1809         [BZ #12962]
1810         * locales/fi_FI: Various fixups.
1811         Patch by Marko Myllynen <myllynen@redhat.com>.
1813         [BZ #13085]
1814         * locales/ta_LK: New file.
1815         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1817         * locales/si_LK: Add country_ab2, country_ab3, country_num.
1819 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
1821         [BZ #13096]
1822         * locales/fi_FI: Fix collation reordering rules.
1824         [BZ #13189]
1825         * SUPPORTED (SUPPORTED-LOCALES): Add ur_IN entry.
1827         [BZ #13282]
1828         * locales/brx_IN: New file.
1829         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1831         [BZ #13413]
1832         * locales/nl_BE: Use LC_MONETARY from nl_NL.
1834         [BZ #13416]
1835         * locales/es_CU: New file.
1836         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1838         [BZ #13423]
1839         * locales/unm_US: New file.
1840         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1842         [BZ #13523]
1843         * locales/bho_IN: New file.
1844         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1846 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
1848         * Makefile (charmaps): Not need to filter out any of the VC
1849         directories.
1850         (locales): Likewise.
1852 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
1854         [BZ #13147]
1855         * locales/de_AT: Use de_DE for LC_NUMERIC.
1856         * locales/es_BO: Use es_ES for LC_MESSAGES and LC_NUMERIC.
1857         * locales/es_CL: Likewise.
1858         * locales/es_CO: Likewise.
1859         * locales/es_DO: Likewise.
1860         * locales/es_EC: Likewise.
1861         * locales/es_GT: Likewise.
1862         * locales/es_HN: Likewise.
1863         * locales/es_MX: Likewise.
1864         * locales/es_NI: Likewise.
1865         * locales/es_PA: Likewise.
1866         * locales/es_PE: Likewise.
1867         * locales/es_PR: Likewise.
1868         * locales/es_PY: Likewise.
1869         * locales/es_SV: Likewise.
1870         * locales/es_UY: Likewise.
1871         * locales/es_VE: Likewise.
1872         * locales/es_ES: Fix LC_NUMERIC.
1873         * locales/es_CR: Use es_ES for LC_MESSAGES.
1874         * locales/fr_BE: Actually use grouping in LC_NUMERIC.
1875         * locales/fr_CA: Use fr_FR for LC_MESSAGES and LC_NUMERIC.
1876         * locales/fr_CH: Use de_CH for LC_NUMERIC.
1877         * locales/fr_LU: Use same grouping in LC_NUMERIC as in LC_MONETARY.
1879 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
1881         * Makefile (tests): Add tst-setlocale2:
1882         (LOCALES): Add tr_TR.ISO-8859-9;
1883         (tst-setlocale2-ENV): Define.
1884         * tst-setlocale2.c: New file.
1886 2011-07-02  Roland McGrath  <roland@hack.frob.com>
1888         * tests-mbwc/tst_funcs.h (TST_DECL_VARS, TST_HEAD_LOCALE):
1889         Remove unused variable.
1891 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
1893         [BZ #12788]
1894         * bug-setlocale1.c: New file.
1895         * Makefile: Add rules to build and run bug-setlocale1.
1897 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
1899         [BZ #11837]
1900         * charmaps/GB18030: Update to GB18020-2005.
1902 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
1904         [BZ #11987]
1905         * locales/sl_SI (LC_TIME): Add first_weekday and first_workday.
1906         Patch by SaÅ¡o Å½ivanovic <saso.zivanovic@guest.arnes.si>.
1908 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
1910         [BZ #9732]
1911         * locales/dz_BT: Move collations rules to...
1912         * locales/iso14651_t1_common: ...here.
1914         [BZ #9730]
1915         * locales/sv_FI (LC_TIME): Fix d_t_fmt and add first_weekday and
1916         first_workday.
1917         Patch by Johan Heikkila <johan.heikkila@gmail.com>.
1919 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
1921         [BZ #12582]
1922         * charmaps/en_SG (LC_TIME): Fix time formats.
1923         Patch by KH Teo <b3virq3b@gmail.com>.
1925 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
1927         [BZ #11487]
1928         * locales/sq_AL (yesexpr): Recognize pP as well.
1929         (noexpr): Recognize jJ as well.
1931         [BZ #11532]
1932         * charmaps/CP770: New file.
1933         * charmaps/CP771: New file.
1934         * charmaps/CP772: New file.
1935         * charmaps/CP773: New file.
1936         * charmaps/CP774: New file.
1938         [BZ #11578]
1939         * locales/es_PA: Change paper format to letter.
1940         * locales/es_SV: Likewise.
1941         Patch by Caolán McNamara <caolanm@redhat.com>.
1943         [BZ #11653]
1944         * locales/es_NI: Fix currency_symbol.
1946         [BZ #11668]
1947         * locales/es_NI: Change paper format to letter.
1949         [BZ #11945]
1950         * locales/ru_RU [LC_TIME]: Lowercase month names.
1951         Patch by Alexey Balmashnov  <a.balmashnov@gmail.com>.
1953         [BZ #11947]
1954         * locales/mhr_RU: New file.
1955         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1957         [BZ #11258]
1958         * locales/translit_neutral: Add entry for U20A1.
1959         * locales/es_SV (currency_symbol): Change to U20A1.
1961         [BZ #12158]
1962         * locales/lij_IT: New file.
1963         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1965         [BZ #12200]
1966         * locales/yue_HK: New file.
1967         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1968         Contributed by Chunshek Chan <chunshek@gmail.com>.
1970         [BZ #12178]
1971         * locales/wae_CH: New file.
1972         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1973         Patch mostly by Kevin Bortis <bortis@translate-wae.ch>.
1975         [BZ #12346]
1976         * locales/et_EE (LC_MONETARY): Change to Euro.
1977         Patch by Priit Laes <plaes@plaes.org>.
1979         [BZ #12449]
1980         * locales/lb_LU: New file.
1981         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1983         [BZ #12551]
1984         * locales/sw_KE: New file.
1985         * locales/sw_TZ: New file.
1986         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1988         [BZ #12611]
1989         * locales/ff_SN: New file.
1990         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1992         [BZ #12660]
1993         * locales/tk_TM: Change day and month names back after edict.
1994         Patch by Ghorban M. Tavakoly <gmt314@yahoo.com>.
1996         [BZ #12681]
1997         * locales/bem_ZA: New file.
1998         * locales/en_ZA: New file.
1999         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
2001         [BZ #12541]
2002         * locales/ar_IN: Update currency_symbol.
2003         * locales/as_IN: Likewise.
2004         * locales/bn_IN: Likewise.
2005         * locales/en_IN: Likewise.
2006         * locales/gu_IN: Likewise.
2007         * locales/hi_IN: Likewise.
2008         * locales/kn_IN: Likewise.
2009         * locales/kok_IN: Likewise.
2010         * locales/ks_IN: Likewise.
2011         * locales/ml_IN: Likewise.
2012         * locales/mr_IN: Likewise.
2013         * locales/or_IN: Likewise.
2014         * locales/pa_IN: Likewise.
2015         * locales/sa_IN: Likewise.
2016         * locales/sd_IN: Likewise.
2017         * locales/ta_IN: Likewise.
2018         * locales/te_IN: Likewise.
2019         Patch by pravin.d.s@gmail.com.
2021         [BZ #12711]
2022         * charmaps/UTF-8: Update from reason Unidata.txt file.
2024         [BZ #12738]
2025         * locales/os_RU: New file.
2026         Contributed by Soslan Khubulov <soslanx@gmail.com>.
2027         * SUPPORTED: Add entry for os_RU.
2029 2010-12-02  Andreas Schwab  <schwab@redhat.com>
2031         * SUPPORTED: Remove .UTF-8 suffix from az_AZ, as_IN, tt_RU locale
2032         names.
2034 2010-05-17  Andreas Schwab  <schwab@redhat.com>
2036         * locales/es_CR (LC_ADDRESS): Fix character names in lang_ab.
2038 2010-05-04  Andreas Schwab  <schwab@redhat.com>
2040         * SUPPORTED (SUPPORTED-LOCALES): Fix name of tt_RU.UTF-8@iqtelif
2041         locale.
2043 2010-05-03  Ulrich Drepper  <drepper@redhat.com>
2045         [BZ #11520]
2046         * locales/de_CH: Define week, first_weekday, and first_workday.
2048 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
2050         * locales/ar_AE: Fix typo.
2051         * locales/ar_BH: Likewise.
2052         * locales/ar_DZ: Likewise.
2053         * locales/ar_EG: Likewise.
2054         * locales/ar_IQ: Likewise.
2055         * locales/ar_JO: Likewise.
2056         * locales/ar_KW: Likewise.
2057         * locales/ar_LB: Likewise.
2058         * locales/ar_LY: Likewise.
2059         * locales/ar_MA: Likewise.
2060         * locales/ar_OM: Likewise.
2061         * locales/ar_QA: Likewise.
2062         * locales/ar_SD: Likewise.
2063         * locales/ar_SY: Likewise.
2064         * locales/ar_TN: Likewise.
2065         * locales/ar_YE: Likewise.
2066         * locales/ber_DZ: Likewise.
2067         * locales/ber_MA: Likewise.
2068         * locales/bn_IN: Likewise.
2069         * locales/en_HK: Likewise.
2070         * locales/en_IN: Likewise.
2071         * locales/en_PH: Likewise.
2072         * locales/en_SG: Likewise.
2073         * locales/gu_IN: Likewise.
2074         * locales/hi_IN: Likewise.
2075         * locales/hne_IN: Likewise.
2076         * locales/kn_IN: Likewise.
2077         * locales/kok_IN: Likewise.
2078         * locales/ks_IN@devanagari: Likewise.
2079         * locales/ml_IN: Likewise.
2080         * locales/mr_IN: Likewise.
2081         * locales/ms_MY: Likewise.
2082         * locales/mt_MT: Likewise.
2083         * locales/my_MM: Likewise.
2084         * locales/ne_NP: Likewise.
2085         * locales/nn_NO: Likewise.
2086         * locales/pa_IN: Likewise.
2087         * locales/sa_IN: Likewise.
2088         * locales/sd_IN@devanagari: Likewise.
2089         * locales/sq_AL: Likewise.
2090         * locales/sq_MK: Likewise.
2091         * locales/ta_IN: Likewise.
2092         * locales/te_IN: Likewise.
2093         * locales/zh_HK: Likewise.
2094         * locales/zh_SG: Likewise.
2096         * SUPPORTED (SUPPORTED-LOCALES): Add cv_RU.
2098         [BZ #10824]
2099         * locales/cv_RU: New file.
2100         Contributed by Adi Roiban <adi@roiban.ro>.
2102         [BZ #10936]
2103         * locales/es_GT: Change paper size to letter.
2105         * SUPPORTED (SUPPORTED-LOCALES): Add kok_IN and sq_MK.
2107         [BZ #11470]
2108         * locales/sq_MK: New file.
2109         Contributed by Agron Selimaj <linuxmaster@verizon.net>.
2111 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
2113         [BZ #11471]
2114         * locales/sq_AL: Fix Mr. Mrs. Ms. and Miss.
2115         Patch by Agron Selimaj <linuxmaster@verizon.net>.
2117 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
2119         [BZ #11007]
2120         * locales/pt_BR: Define thousands_sep and grouping.
2122 2010-01-28  Marcelo E. Magallon  <marcelo.magallon@gmail.com>
2124         [BZ #11258]
2125         * locales/es_CR: Update for LC_MONETARY, LC_NUMERIC, LC_PAPER,
2126         LC_TELEPHONE and LC_NAME and LC_ADDRESS.
2128 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
2130         [BZ #11272]
2131         * locales/fr_BE: Define week, first_weekday, and first_workday.
2133 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
2135         [BZ #10554]
2136         * locales/et_EE: Change first_weekday and first_workday.
2137         Patch by Priit Laes <plaes@plaes.org>.
2139 2010-02-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2141         * Makefile: Add missing gconv-modules dependency.
2143 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
2145         [BZ #10414]
2146         * locales/iso14651_t1_common: Fix sorting of malayalam letter 'na'.
2147         Patch by Pravin Satpute <psatpute@redhat.com>.
2149         * locales/kok_IN: New file.
2150         Contributed by Pravin Satpute <psatpute@redhat.com> and
2151         Shailendra Bandodkar <sbandodk@redhat.com>.
2153         * locales/ta_IN: Move collation data...
2154         * locales/iso14651_t1_common: ...here.
2155         Patch by Pravin Satpute <psatpute@redhat.com>.
2157         * locales/as_IN: Use iso14651_t1 instead of local collation data.
2158         Patch by Pravin Satpute <psatpute@redhat.com>.
2160 2010-01-25  Andreas Schwab  <schwab@redhat.com>
2162         * locales/i18n: Don't map U00DF to U1E9E in toupper table.
2164 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
2166         * locales/hsb_DE: Define week, first_weekday, and first_workday.
2168 2009-11-23  Ulrich Drepper  <drepper@redhat.com>
2170         * locales/en_DK: Define week, first_weekday, and first_workday.
2172 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
2174         * locales/nl_NL: Define week, first_weekday, and first_workday.
2176 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
2178         * locales/it_CH: Fix typos in last change.
2179         * locales/it_IT: Likewise.
2181         * SUPPORTED (SUPPORTED-LOCALES): Add my_MM.
2183         [BZ #9986]
2184         * locales/iso_14651_common: Add rules for Burmese.
2185         * locales/my_MM: New file.
2186         Contributed by Keith Stribley <devel@thanlwinsoft.org>.
2188         [BZ #10286]
2189         * locales/ast_ES: Define first_weekday.
2191         [BZ #10312]
2192         * locales/es_CO: Define am_pm , t_fmt_ampm, first_weekday.
2193         Patch by Jorge Guerrero <geojorg@gmail.com>.
2195         [BZ #10319]
2196         * locales/shs_CA: Fix accents.
2197         Patch by Neskie Manuel <neskiem@gmail.com>.
2199 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
2201         [BZ #10425]
2202         * locales/it_IT: Fix date_fmt.
2203         * locales/it_CH: Likewise.
2204         Patch by Nicolo' Chieffo <nicolo.chieffo@gmail.com>.
2206         * locales/POSIX: Define yesstr and nostr.
2207         * locales/en_US: Likewise.
2208         Patch by Petr Machata <pmachata@redhat.com>.
2210         * locales/crh_UA: Fix first day of week and a few spellings.
2211         Patch by Reþat SABIQ <tilde.birlik@gmail.com>.
2213 2009-10-15  Ulrich Drepper  <drepper@redhat.com>
2215         * SUPPORTED (SUPPORTED-LOCALES): Add ps_AF.UTF-8.
2217         * locale/ps_AF: New file.
2218         Contributed by Sayamindu Dasgupta <sayamindu@gmail.com> and
2219         Pravin Satpute <psatpute@redhat.com>.
2221 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2223         [BZ #10011]
2224         * locales/de_AT: Define week, first_weekday, first_workday.
2225         Patch by Paul Marcher <flyer@gmail.com>.
2227 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2229         [BZ #10213]
2230         * SUPPORTED (SUPPORTED-LOCALES): Add dv_MV.UTF-8 entry.
2231         * locales/dv_MV: New file.
2232         Contributed by sofwathullah.mohamed@gmail.com.
2234 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2236         * locales/ur_IN: New file.
2237         Contributed by Pravin Satpute <psatpute@redhat.com>.
2239 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2241         * localedata/locales/bn_BD: Remove comment about missing collation
2242         rules.
2243         * localedata/locales/iso14651_t1_common: Add Bengali collation rules.
2244         Patch by Pravin Satpute <psatpute@redhat.com>.
2246 2009-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2248         * locales/cs.CZ: Change week[2] to 19971130, change first_weekday and
2249         first_workday to 2.
2250         * locales/da_DK: Likewise.
2251         * locales/de_DE: Likewise.
2252         * locales/fr_FR: Likewise.
2253         * locales/fur_IT: Likewise.
2254         * locales/fy_DE: Likewise.
2255         * locales/ht_HT: Likewise.
2256         * locales/hu_HU: Likewise.
2257         * locales/li_BE: Likewise.
2258         * locales/li_NL: Likewise.
2259         * locales/mk_MK: Likewise.
2260         * locales/nb_NO: Likewise.
2261         * locales/nds_DE: Likewise.
2262         * locales/nds_NL: Likewise.
2263         * locales/nn_NO: Likewise.
2264         * locales/pl_PL: Likewise.
2265         * locales/sc_IT: Likewise.
2266         * locales/sk_SK: Likewise.
2267         * locales/uk_UA: Likewise.
2269         * locales/csb_PL: Change week[2] to 19971130.
2270         * locales/en_GB: Likewise.
2271         * locales/et_EE: Likewise.
2273         * locales/sr_ME: Set week to 7;19971130;4.
2274         * locales/sr_RS: Likewise.
2275         * locales/sr_RS@latin: Likewise.
2277 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2279         [BZ #9963]
2280         * locales/en_PH: Fix LC_PAPER.
2281         * locales/es_CL: Likewise.
2282         * locales/es_CO: Likewise.
2283         * locales/es_MX: Likewise.
2284         * locales/es_US: Likewise.
2285         * locales/es_VE: Likewise.
2286         * locales/fil_PH: Likewise.
2287         * locales/ik_CA: Likewise.
2288         * locales/iu_CA: Likewise.
2289         * locales/tl_PH: Likewise.
2291 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2293         * SUPPORTED: Add ks_IN.
2295 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2297         * locales/ks_IN@devanagari: Replace duplicated information with copy.
2298         Fix title.  Patch by Pravin Satpute <psatpute@redhat.com>.
2300 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2302         * locales/ks_IN: New file.
2303         Patch by Mohammad Nayeem <mohammad.nayeem@gmail.com> and
2304         Pravin Satpute <psatpute@redhat.com>.
2306 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2308         [BZ #9985]
2309         * charmaps/UTF-8: Fix encoding of <U1080>..<U109F>, <U12AF>.
2310         Based on patch by Keith Stribley <devel@thanlwinsoft.org>.
2312 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2314         [BZ #9844]
2315         * locales/iso14651_t1_common: Move U0138 entry.
2317         [BZ #9833]
2318         * locales/ko_KR: Fix noexpr.  Add nostr.
2320         [BZ #9891]
2321         * locales/mt_MT: Fix spelling of August (Awwissu).
2322         Patch by Martin Pitt.
2324 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2326         [BZ #9916]
2327         * SUPPORTED (SUPPORTED-LOCALES): Add nan_TW@latin.
2328         * locales/nan_TW@latin: New file.
2329         Contributed by Arne Goetje.
2331 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2333         * locales/iso14651_t1_common: Add rules for sorting Malayalam.
2334         Patch by Santhosh Thottingal <santhosh.thottingal@gmail.com>.
2336 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2338         [BZ #7098]
2339         * Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save
2340         timestamp in compressed charmaps.
2341         Patch by Gilles Espinasse <g.esp@free.fr>.
2343         [BZ #9730]
2344         * locales/sv_FI: Fix time formats.
2346         [BZ #9736]
2347         * locales/el_CY: Fix frac_digits and int_frac_digits.
2348         * locales/el_GR: Likewise.
2349         Patch by Clint Adams <schizo@debian.org>.
2351 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
2353         [BZ #9791]
2354         * locales/as_IN: Break circular include loops introduced in last patch.
2355         * locales/bn_BD: Likewise.
2356         * locales/bn_IN: Likewise.
2357         * locales/hi_IN: Likewise.
2358         * locales/mr_IN: Likewise.
2359         Patch by Pravin Satpute <psatpute@redhat.com>.
2361 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
2363         [BZ #9701]
2364         * locales/sk_SK: Slovakia uses the Euro.
2366         [BZ #9704]
2367         * locales/mt_MT: Malta uses the Euro.
2369         [BZ #9705]
2370         * locales/el_CY: Cyprus uses the Euro.
2372 2008-12-31  Ulrich Drepper  <drepper@redhat.com>
2374         * locales/iso14651_t1_common: Fix sorting of U+0AB3.
2375         Patch by Pravin Satpute <psatpute@redhat.com>.
2377 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
2379         * locales/i18n: Move Indic Matra characters to punct.
2380         * locales/as_IN: Add support for internationalized digits.
2381         * locales/bn_BD: Likewise.
2382         * locales/bn_IN: Likewise.
2383         * locales/gu_IN: Likewise.
2384         * locales/hi_IN: Likewise.
2385         * locales/kn_IN: Likewise.
2386         * locales/ml_IN: Likewise.
2387         * locales/mr_IN: Likewise.
2388         * locales/or_IN: Likewise.
2389         * locales/pa_IN: Likewise.
2390         * locales/ta_IN: Likewise.
2391         * locales/te_IN: Likewise.
2392         Patch by Pravin Satpute <psatpute@redhat.com>.
2394 2008-12-26  Ulrich Drepper  <drepper@redhat.com>
2396         * tests-mbwc/tst_types.h (TIN_MBRLEN_REC): Use correct array
2397         length constant.
2399 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
2401         * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
2403         * locales/hne_IN: New file.
2404         Contributed by Pravin Satpute <psatpute@redhat.com>.
2406 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
2408         [BZ #6920]
2409         * locales/af_ZA: Fix %%z and %%T and postal_fmts.
2410         * locales/ar_SA: Likewise.
2411         * locales/be_BY: Likewise.
2412         * locales/bs_BA: Likewise.
2413         * locales/ca_AD: Likewise.
2414         * locales/ca_ES: Likewise.
2415         * locales/crh_UA: Likewise.
2416         * locales/cs_CZ: Likewise.
2417         * locales/da_DK: Likewise.
2418         * locales/de_AT: Likewise.
2419         * locales/de_BE: Likewise.
2420         * locales/de_CH: Likewise.
2421         * locales/de_DE: Likewise.
2422         * locales/de_LU: Likewise.
2423         * locales/el_CY: Likewise.
2424         * locales/el_GR: Likewise.
2425         * locales/en_AU: Likewise.
2426         * locales/en_BW: Likewise.
2427         * locales/en_CA: Likewise.
2428         * locales/en_DK: Likewise.
2429         * locales/en_GB: Likewise.
2430         * locales/en_IE: Likewise.
2431         * locales/en_NG: Likewise.
2432         * locales/en_NZ: Likewise.
2433         * locales/en_ZA: Likewise.
2434         * locales/en_ZW: Likewise.
2435         * locales/es_AR: Likewise.
2436         * locales/es_BO: Likewise.
2437         * locales/es_CL: Likewise.
2438         * locales/es_CO: Likewise.
2439         * locales/es_CR: Likewise.
2440         * locales/es_DO: Likewise.
2441         * locales/es_EC: Likewise.
2442         * locales/es_ES: Likewise.
2443         * locales/es_GT: Likewise.
2444         * locales/es_HN: Likewise.
2445         * locales/es_MX: Likewise.
2446         * locales/es_NI: Likewise.
2447         * locales/es_PA: Likewise.
2448         * locales/es_PE: Likewise.
2449         * locales/es_PR: Likewise.
2450         * locales/es_PY: Likewise.
2451         * locales/es_SV: Likewise.
2452         * locales/es_UY: Likewise.
2453         * locales/es_VE: Likewise.
2454         * locales/eu_ES: Likewise.
2455         * locales/fa_IR: Likewise.
2456         * locales/fi_FI: Likewise.
2457         * locales/fo_FO: Likewise.
2458         * locales/fr_BE: Likewise.
2459         * locales/fr_CA: Likewise.
2460         * locales/fr_CH: Likewise.
2461         * locales/fr_FR: Likewise.
2462         * locales/fr_LU: Likewise.
2463         * locales/fy_DE: Likewise.
2464         * locales/fy_NL: Likewise.
2465         * locales/ga_IE: Likewise.
2466         * locales/gd_GB: Likewise.
2467         * locales/gl_ES: Likewise.
2468         * locales/gv_GB: Likewise.
2469         * locales/ha_NG: Likewise.
2470         * locales/he_IL: Likewise.
2471         * locales/hr_HR: Likewise.
2472         * locales/hsb_DE: Likewise.
2473         * locales/hu_HU: Likewise.
2474         * locales/id_ID: Likewise.
2475         * locales/ig_NG: Likewise.
2476         * locales/ik_CA: Likewise.
2477         * locales/is_IS: Likewise.
2478         * locales/it_CH: Likewise.
2479         * locales/it_IT: Likewise.
2480         * locales/iu_CA: Likewise.
2481         * locales/iw_IL: Likewise.
2482         * locales/kk_KZ: Likewise.
2483         * locales/kl_GL: Likewise.
2484         * locales/ko_KR: Likewise.
2485         * locales/ku_TR: Likewise.
2486         * locales/kw_GB: Likewise.
2487         * locales/ky_KG: Likewise.
2488         * locales/lg_UG: Likewise.
2489         * locales/li_BE: Likewise.
2490         * locales/li_NL: Likewise.
2491         * locales/lt_LT: Likewise.
2492         * locales/lv_LV: Likewise.
2493         * locales/mg_MG: Likewise.
2494         * locales/mk_MK: Likewise.
2495         * locales/mn_MN: Likewise.
2496         * locales/nb_NO: Likewise.
2497         * locales/nds_DE: Likewise.
2498         * locales/nds_NL: Likewise.
2499         * locales/nl_BE: Likewise.
2500         * locales/nl_NL: Likewise.
2501         * locales/nr_ZA: Likewise.
2502         * locales/nso_ZA: Likewise.
2503         * locales/pa_PK: Likewise.
2504         * locales/pl_PL: Likewise.
2505         * locales/pt_BR: Likewise.
2506         * locales/pt_PT: Likewise.
2507         * locales/ru_RU: Likewise.
2508         * locales/ru_UA: Likewise.
2509         * locales/rw_RW: Likewise.
2510         * locales/se_NO: Likewise.
2511         * locales/shs_CA: Likewise.
2512         * locales/sk_SK: Likewise.
2513         * locales/sl_SI: Likewise.
2514         * locales/sr_ME: Likewise.
2515         * locales/sr_RS: Likewise.
2516         * locales/sr_RS@latin: Likewise.
2517         * locales/ss_ZA: Likewise.
2518         * locales/st_ZA: Likewise.
2519         * locales/sv_FI: Likewise.
2520         * locales/sv_SE: Likewise.
2521         * locales/tg_TJ: Likewise.
2522         * locales/tk_TM: Likewise.
2523         * locales/tl_PH: Likewise.
2524         * locales/tn_ZA: Likewise.
2525         * locales/tr_CY: Likewise.
2526         * locales/tr_TR: Likewise.
2527         * locales/ts_ZA: Likewise.
2528         * locales/tt_RU@iqtelif: Likewise.
2529         * locales/ur_PK: Likewise.
2530         * locales/ve_ZA: Likewise.
2531         * locales/wa_BE: Likewise.
2532         * locales/wo_SN: Likewise.
2533         * locales/xh_ZA: Likewise.
2534         * locales/yo_NG: Likewise.
2535         * locales/zu_ZA: Likewise.
2536         Patch by Pekka Vuorela <pvuorela@gmail.com>.
2538         * tests-mbwc/dat_mbtowc.c (tst_mbtowc_loc): Avoid some warnings.
2540         [BZ #6968]
2541         * locales/iso14651_t1_common: Add support for Sinhala.
2542         * localedata/si_LK.in: New file.
2543         Patch by harshula@gmail.com.
2544         * Makefile (test-input): Add si_LK.UTF-8.
2545         (LOCALES): Likewise.
2547 2008-09-17  Ulrich Drepper  <drepper@redhat.com>
2549         * locales/en_GB: Set first weekday and workday to 2.
2551 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
2553         * locales/nl_AW: New file.
2554         * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
2556         * locales/en_AG: New file.
2557         * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8.
2559 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
2561         * locales/ht_HT: New file.
2562         * SUPPORTED: Add ht_HT.UTF-8.
2564         * locales/en_GB: Change dom_tel_fmt to %A %l.
2565         * locales/de_DE: Likewise.
2567         * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.
2569         * locales/sd_IN: New file.
2570         Contributed by Pravin Satpute <psatpute@redhat.com>.
2572         * locales/sd_IN@devanagari: Fix locale name.
2573         * locales/ks_IN@devanagari: Likewise.
2575 2008-09-01  Ulrich Drepper  <drepper@redhat.com>
2577         * SUPPORTED (SUPPORTED-LOCALES): Add ks_IN@devnagari and
2578         sd_IN@devanagari.
2580         [BZ #6857]
2581         * locales/sd_IN@devanagari: New file.
2582         Contributed by Pravin Satpute <psatpute@redhat.com>.
2584         [BZ #6856]
2585         * locales/ks_IN@devanagari: New file.
2586         Contributed by Pravin Satpute <psatpute@redhat.com>.
2588 2008-07-11  Ulrich Drepper  <drepper@redhat.com>
2590         * locales/iso14651_t1_common: Add Kannada collation support.
2591         Patch by Pravin Satpute <psatpute@redhat.com>.
2593 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2595         [BZ #6713]
2596         * charmaps/UTF-8: Fix U1DBA entry representation.
2597         Patch by Colin Watson.
2599 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2601         * tst-strptime.c (do_test): Add test of %EY.
2603 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2605         * tst-strptime.c (do_test): Add test for parsing era year
2606         representation.
2608         [BZ #5911]
2609         * locales/es_CR: Define first_weekday and first_workday.
2611         [BZ #5814]
2612         * locales/fi_FI: Fix separator for hours, minutes, and seconds.
2614 2008-06-24  Ulrich Drepper  <drepper@redhat.com>
2616         * locales/iso14651_t1_common: Add support for Gurumukhi script.
2617         Patch by Pravin Satpute <psatpute@redhat.com>.
2619 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2621         * locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.
2622         Reported by Pravin Satpute.
2624 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2626         * locales/iso14651_t1_common: Remove duplicate U0C7B definition.
2628 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2630         [BZ #6438]
2631         * locales/iso14651_t1_common: Add sorting data for Telugu.
2633         [BZ #6447]
2634         * locales/be_BY: Fix yesexpr.
2635         Patch by Alexander Mikhailian <mikhailian@altern.org>.
2637 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2639         * charmaps/UTF-8: Update for Unicode v5.1.
2640         * locales/i18n: Update for Unicode 5.
2642 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2644         * tst-langinfo.sh: Adjust for latest fr_FR locale changes.
2646 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2648         [BZ #6021]
2649         * locales/es_ES: Fix p_cs_precedes and n_cs_precedes.
2650         Use common collation definition.
2652         [BZ #6040]
2653         * locales/fr_FR: Fix abmon, abday, d_ftm, grouping.
2655         [BZ #6004]
2656         * locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62,
2657         U+1E64, U+1E66, and U+1E68.
2658         Patch by Jesse Thilo <unixweenie@gmail.com>.
2660         [BZ #5478]
2661         * locales/hu_HU: Fix name_fmt.
2663 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2665         * locales/iso14651_t1_common: Add support for Gujarati script.
2666         Patch by Pravin Satpute <psatpute@redhat.com>.
2668 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2670         * Makefile (LOCALES): Add ja_JP.UTF-8.
2672 2008-03-23  Ulrich Drepper  <drepper@redhat.com>
2674         * locales/iso14651_t1_common: Add support for Devanagari script.
2675         * locales/mr_IN: Adjust Devanagari sorting for mr_IN.
2676         Patch by Pravin Satpute <psatpute@redhat.com>.
2678 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2680         [BZ #5602]
2681         * locales/pt_PT: Fix mon_decimal_point.
2683 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2685         [BZ #5777]
2686         * locales/es_CR: Define am/pm format.
2688 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2690         * SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.
2692         * locales/en_CA: Add language information in LC_ADDRESS section.
2693         * locales/fr_CA: Likewise.
2694         * locales/ik_CA: Likewise.
2695         * locales/iu_CA: Likewise.
2697         [BZ #5627]
2698         * locales/shs_CA: New file.
2700 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2702         [BZ #5520]
2703         * locales/ga_IE: Fix May, June, November and December entries in mon.
2705 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2707         * charmsp/HP-THAI8: New file.
2709         [BZ #5464]
2710         * charmaps/HP-GREEK8: New file.
2712         [BZ #5463]
2713         * charmaps/HP-TURKISH8: New file.
2715 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2717         * charmaps/UTF-8: Add Unicode 5.1 entries.
2719 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2721         [BZ #5427]
2722         * charmaps/HP-ROMAN9: New file.
2724 2007-12-04  Ulrich Drepper  <drepper@redhat.com>
2726         * locales/si_LK (mon): Fix February and November spelling.
2727         Patch by Danishka Navin <snavin@redhat.com>.
2729 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
2731         [BZ #5238]
2732         * locales/ug_CN: Fix typo in collating symbol definition.
2734         [BZ #5237]
2735         * locales/lo_LA: Fix typos in collation symbols.
2737 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
2739         * locales/dz_BT: Fix representation of data.
2741         * SUPPORTED (SUPPORTED-LOCALES): Add bo_CN and bo_IN.
2742         * locales/bo_CN: New file.
2743         * locales/bo_IN: New file.
2745 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
2747         [BZ #5224]
2748         * locales/ig_NG: Add missing collating elements and symbols.
2750 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2752         [BZ #4098]
2753         * locales/pl_PL: Change abmon, abday, and d_fmt according to
2754         results of vote.
2756 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
2758         * locales/iso14651_t1_common: If DIACRIT_FORWARD is defined, define
2759         second level of <LATIN> script as forward.
2760         * locales/de_DE: Define DIACRIT_FORWARD.
2761         * de_DE.in: Revert last change.
2763 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
2765         * locales/en_US: Add first_weekday and first_workday.
2766         * locales/cs_CZ: Likewise.
2767         * locales/fur_IT: Likewise.
2768         * locales/fy_DE: Likewise.
2769         * locales/hu_HU: Likewise.
2770         * locales/i18n: Likewise.
2771         * locales/li_BE: Likewise.
2772         * locales/li_NL: Likewise.
2773         * locales/nds_DE: Likewise.
2774         * locales/nds_NL: Likewise.
2775         * locales/pl_PL: Likewise.
2776         * locales/sc_IT: Likewise.
2777         * locales/sk_SK: Likewise.
2779 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
2781         * locales/de_DE: Set first week day to Monday.
2782         * locales/fr_FR: Likewise.
2784 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
2786         [BZ #73]
2787         * locales/nb_NO: Update time information, collation, thousands
2788         separator.
2789         * locales/nn_NO: Likewise.
2791 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
2793         * locales/en_NG: New file.
2795 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
2797         * tst-langinfo.sh: Update expected THOUSEP for fr_FR.
2799 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
2801         * charmaps/UTF-8: Fix U06FF definition.  Remove double U074A
2802         definition.  Add U0B71 and U27C0 to U27CA definitions.
2804         * de_DE.in: Adjust for correct handling of backward direction sorting.
2806         * fr_FR.in: New file.
2807         * Makefile: Add rules to run fr_FR sorting test.
2809 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
2811         [BZ #4941]
2812         * locales/oc_FR: Fix Thursday abday and August mon and abmon data.
2814         * SUPPORTED (SUPPORTED-LOCALES): Add ber_MA.UTF-8.
2816         * locales/am_ET (LC_COLLATE): Define new script after copy.
2818 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
2820         * locales/cs_SR: Removed.
2822         * locales/lo_LA: Add missing collating element o-e.
2824         * locales/is_IS: Cleanup.  Remove invalid collation entries.
2825         * locales/lv_LV: Likewise.
2827         * locales/fa_IR: Add missing collating element Alef-Hamza.
2829         * locales/da_DK: Add missing collating symbol ETH.
2830         * locales/nb_NO: Likewise.
2832         * locales/sa_IN: New file.
2833         * SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
2835         * locales/fr_FR: Change thousands_sep to U0020.
2837         * locales/cs_CZ: Sort lowercase before uppercase.
2839         * locales/en_GB: Change first weekday and workday to Monday.
2840         * locales/nb_NO: Likewise.
2841         * locales/nn_NO: Likewise.
2842         [BZ #4833]
2843         * locales/da_DK: Likewise.
2844         [BZ #4705]
2845         * locales/et_EE: Likewise.
2847         * locales/iso14651_t1_common: Add rules for Georgian.
2849         * locales/ber_DZ: New file.
2850         * locales/fil_PH: New file.
2851         * locales/fur_IT: New file.
2852         * locales/fy_DE: New file.
2853         * locales/ha_NG: New file.
2854         * locales/ig_NG: New file.
2855         * locales/ik_CA: New file.
2856         * locales/iu_CA: New file.
2857         * locales/li_BE: New file.
2858         * locales/li_NL: New file.
2859         * locales/nds_DE: New file.
2860         * locales/nds_NL: New file.
2861         * locales/pap_AN: New file.
2862         * locales/sc_IT: New file.
2863         * locales/tk_TM: New file.
2864         * locales/ug_CN: New file.
2865         * locales/yo_NG: New file.
2866         * SUPPORTED: Add the new locales.
2868 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
2870         * charmaps/ISO-8859-9E: New file.
2872 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
2874         * charmaps/KOI8-RU: New file.
2876 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
2878         [BZ #4556]
2879         * locales/de_CH: Fix d_fmt.
2881         [BZ #4972]
2882         * charmaps/MAC-CENTRALEUROPE: New file.
2884 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
2886         [BZ #3842]
2887         * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator.
2888         The latter might be more correct but usually cannot be displayed.
2890 2007-08-22  Ulrich Drepper  <drepper@redhat.com>
2892         [BZ #4554]
2893         * locales/wo_SN: New file.
2894         * SUPPORTED: Add wo_SN entry.
2896         [BZ #4557]
2897         * locales/as_IN: Change <UNASSIGNED-09CE> to <U09CE>.
2899 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2901         * locales/translit_combining: Add U0141 and U0142.
2903 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2905         * tst-strptime.c (do_test): Use %tu in fmt string for ptrdiff_t value.
2907 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
2909         * locales/ar_SA (d_t_fmt, d_fmt, t_fmt, t_fmt_ampm): Replace %.1d
2910         with supported %e and %.1H with %k.
2911         * locales/dz_BT (t_fmt): Remove whitespace between % and H.
2913 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
2915         [BZ #4773]
2916         * Makefile: Add rules to build and run tst-strptime.
2917         * tst-strptime.c: New file.
2919 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2921         * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon for
2922         January, February, and September to December, mon for January,
2923         February, September, and December, am_pm, and name_*.
2924         Patch by Amitakhya Phukan <aphukan@redhat.com>.
2926 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
2928         [BZ #4114]
2929         * locales/ast_ES: New file.
2930         * SUPPORTED (SUPPORTED-LOCALES): Add ast_ES.UTF-8 and ast_ES.
2932 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2934         [BZ #4024]
2935         * locales/iso14651_t1: Include iso14651_t1_common for common
2936         sorting data.
2937         * locales/iso14651_t1_common: New file.
2938         * locales/iso14651_t1_pinyin: New file.
2939         * locales/zh_CN (LC_COLLATE): Use iso14651_t1_pinyin instead of
2940         iso14651_t1.
2942         [BZ #3213]
2943         * locales/translit_neutral: Add entry for U2044.
2945 2007-04-24  Ulrich Drepper  <drepper@redhat.com>
2947         [BZ #4411]
2948         * locales/en_ZA: Update int_select.
2949         Patch by Dwayne Bailey <dwayne@translate.org.za>.
2951 2007-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
2953         * Makefile: Define tst-sscanf-ENV.
2954         * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
2956 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2958         * Makefile (tests): Add tst-sscanf.
2959         (LOCALES): Add fa_IR.UTF-8.
2960         * tst-sscanf.c: New file.
2962         * da_DK.in: Adjust for unified collation.
2964         * locales/vi_VN: Don't define HOK here as well.
2966 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2968         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.
2970         [BZ #1430]
2971         * locales/hu_HU: Revert
2972                 * locales/hu_HU: Better collation.
2973                 Patch by Gyuro Lehel <lehel@freemail.hu>.
2975 2005-01-16  Denis Barbier  <barbier@linuxfr.org>
2977         [BZ #672]
2978         * locales/ca_ES: Replace current collation rules by including
2979         iso14651_t1 and adding extra rules if needed.  There should be
2980         no noticeable changes in sorted text. only ligatures and
2981         ignoreable characters have modified weights.
2982         * locales/da_DK: Likewise.
2983         * locales/en_CA: Likewise.
2984         * locales/es_US: Likewise.
2985         * locales/fi_FI: Likewise.
2986         * locales/nb_NO: Likewise.
2988 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2990         [BZ #672]
2991         * locales/iso14651_t1: Simplified.  Extended.
2993         [BZ #58]
2994         * locales/uk_UA: New version.
2996         [BZ #3156]
2997         * locales/pl_PL: Fix abday, abmon, d_t_fmt, d_fmt, and date_fmt.
2999         [BZ #2692]
3000         * locales/es_VE: Add am/pm format support.
3002         [BZ #2648]
3003         * locales/pl_PL: Fix currency_symbol and its placement.
3005         [BZ #3363]
3006         * SUPPORTED (SUPPORTED-LOCALES): Add tt_RU@iqtelif.
3007         * locales/tt_RU@iqtelif: New file.
3009         [BZ #3334]
3010         * locales/sr_ME: Update from maintainer.
3012         [BZ #3326]
3013         * SUPPORTED (SUPPORTED-LOCALES): Add crh_UA.
3014         * locales/crh_UA: New file.
3016 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
3018         [BZ #3322]
3019         * SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin.
3020         * locales/sr_RS: New file.
3021         * locales/sr_RS@latin: New file.
3023         [BZ #3995]
3024         * locales/ru_RU (LC_TIME): Set first_weekday and first_workday.
3026         [BZ #3885]
3027         * locales/i18n: Updates for Unicode 5.0.
3028         * charmaps/UTF-8: Likewise.
3029         Patch by Pablo Saratxaga <pablo@walon.org>
3031 2007-01-12  Gwenole Beauchesne  <gbeauchesne@mandriva.com>
3033         [BZ #3884]
3034         * locales/sl_SI: Slovenia joined the Euro zone.
3035         Fix negative number format.
3037 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
3039         [BZ #3851]
3040         * locales/bn_BD: Fix full name of January and February.
3041         Patch by Jamil Ahmed <jamil@bengalinux.org>.
3043 2007-02-02  Bruno Haible  <bruno@clisp.org>
3045         * charmaps/EUC-KR: Add mapping for 0xA2 0xE8.
3046         * charmaps/JOHAB: Add mapping for 0xD9 0xE8.
3047         Reported by Jungshik Shin <jungshik@google.com>.
3049         * charmaps/JOHAB: Add mappings for 0xD9 0xE6 and 0xD9 0xE7.
3050         Reported by Jungshik Shin <jungshik@google.com>.
3052 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
3054         * charmaps/BRF: New file.
3055         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3057 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3059         * locales/cs_CZ (LC_TIME): Change d_fmt to %e.%m.%Y from %-d.%-m.%Y.
3060         Change d_t_fmt to %a %-d. %B %Y, %H:%M:%S %Z from
3061         %a %e. %B %Y, %H:%M:%S %Z.
3063 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3065         * locales/mai_IN: New file.
3066         Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.
3068         * SUPPORTED: Add mai_IN/UTF-8.
3070 2006-10-12  Ulrich Drepper  <drepper@redhat.com>
3072         [BZ #3320]
3073         * locales/es_ES (LC_TIME): Add week, first_weekday, and first_workday.
3075 2006-10-05  Dmitry V. Levin  <ldv@altlinux.org>
3077         * locales/tt_RU: Fix territory, title and descriptive comment.
3079 2006-10-05  Ulrich Drepper  <drepper@redhat.com>
3081         * locales/pa_IN (abday): Fix spelling of Sunday.
3082         Patch by Mayank Jain <majain@redhat.com>.
3084 2006-10-01  Ulrich Drepper  <drepper@redhat.com>
3086         * locales/en_GB: Use more complete en_US data in LC_NAME.
3088 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
3090         [BZ #39]
3091         * locales/sr_ME: New file.
3092         * SUPPORTED (SUPPORTED-LOCALES): Add sr_ME.
3094 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
3096         [BZ #2823]
3097         * locales/mk_MK: Fix date_fmt.  Add week, first_weekday, and
3098         first_workday information.
3099         Patch by Damjan Georgievski.
3101 2006-09-05  Ulrich Drepper  <drepper@redhat.com>
3103         * locales/or_IN (mon): Fix February string.
3105 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3107         [BZ #2695]
3108         * locales/et_EE: Update LC_ADDRESS category.
3109         Patch by Priit Laes <amd@store20.com>.
3111 2006-08-23  Ulrich Drepper  <drepper@redhat.com>
3113         [BZ #2662]
3114         * locales/bn_BD: Fix abday and day spelling of Tuesday.
3116         [BZ #2473]
3117         * locales/en_NZ: Define am/pm formats.
3119 2006-08-22  Ulrich Drepper  <drepper@redhat.com>
3121         * locales/nn_NO: Copy more categories from nb_NO.
3123 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
3125         [BZ #3034]
3126         * locales/ml_IN (abmon): Fix June entry.
3127         * locales/bn_IN (abday): Fix Tuesday entry.
3128         (day): Likewise.
3129         (abmon): Fix January and February entries.
3130         (mon): Likewise.
3131         Patches by Mayank Jain <majain@redhat.com>.
3133 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3135         [BZ #935]
3136         * SUPPORTED (SUPPORTED-LOCALES): Add fy_NL.
3137         * locales/fy_NL: New file.
3139 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3141         [BZ #3034]
3142         * locales/pa_IN (day): Fix spelling of Saturday.
3143         * locales/or_IN (mon): Fix spelling of May.
3144         * locales/ml_IN (day): Fix spelling of Sunday, Monday, Wednesday.
3145         (abmon): Fix spelling of March to October.
3146         (mon): Fix spelling of March, April, June, August to December.
3147         Patches by Mayank Jain <majain@redhat.com>.
3149 2006-06-03  Eddy Petrisor  <eddy.petrisor@gmail.com>
3151         [BZ #2125]
3152         * locales/ro_RO: Fix collation rules for <U0218> and <U021A>.
3153         Define first_weekday, first_workdayweek_day, work_day,
3154         country_isbn and country_post fields.
3155         Comments for terminology and bibliographic codes were added.
3157 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
3159         * SUPPORTED (SUPPORTED-LOCALES): Add csb_PL.UTF-8.
3161         [BZ #2961]
3162         * locales/csb_PL: New file.
3164 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
3166         * locales/es_NI: Define real t_fmt_ampm and am_pm.
3167         * locales/es_PE: Likewise.
3169 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
3171         * locales/te_IN: Minor fixups.
3172         * locales/pt_PT: Likewise.
3174         * locales/aa_DJ: Add transliateration support to LC_CTYPE.
3175         * locales/af_ZA: Likewise.
3176         * locales/am_ET: Likewise.
3177         * locales/ar_AE: Likewise.
3178         * locales/ar_BH: Likewise.
3179         * locales/ar_DZ: Likewise.
3180         * locales/ar_EG: Likewise.
3181         * locales/ar_IN: Likewise.
3182         * locales/ar_IQ: Likewise.
3183         * locales/ar_JO: Likewise.
3184         * locales/ar_KW: Likewise.
3185         * locales/ar_LB: Likewise.
3186         * locales/ar_LY: Likewise.
3187         * locales/ar_MA: Likewise.
3188         * locales/ar_OM: Likewise.
3189         * locales/ar_QA: Likewise.
3190         * locales/ar_SA: Likewise.
3191         * locales/ar_SD: Likewise.
3192         * locales/ar_SY: Likewise.
3193         * locales/ar_TN: Likewise.
3194         * locales/ar_YE: Likewise.
3195         * locales/as_IN: Likewise.
3196         * locales/az_AZ: Likewise.
3197         * locales/be_BY: Likewise.
3198         * locales/bg_BG: Likewise.
3199         * locales/bn_BD: Likewise.
3200         * locales/bn_IN: Likewise.
3201         * locales/ca_AD: Likewise.
3202         * locales/ca_ES: Likewise.
3203         * locales/ca_ES@euro: Likewise.
3204         * locales/ca_FR: Likewise.
3205         * locales/ca_IT: Likewise.
3206         * locales/cs_CZ: Likewise.
3207         * locales/dz_BT: Likewise.
3208         * locales/el_CY: Likewise.
3209         * locales/el_GR: Likewise.
3210         * locales/en_AU: Likewise.
3211         * locales/en_CA: Likewise.
3212         * locales/en_DK: Likewise.
3213         * locales/en_GB: Likewise.
3214         * locales/en_HK: Likewise.
3215         * locales/en_IE: Likewise.
3216         * locales/en_IE@euro: Likewise.
3217         * locales/en_IN: Likewise.
3218         * locales/en_NZ: Likewise.
3219         * locales/en_PH: Likewise.
3220         * locales/en_SG: Likewise.
3221         * locales/en_US: Likewise.
3222         * locales/en_ZA: Likewise.
3223         * locales/es_AR: Likewise.
3224         * locales/es_BO: Likewise.
3225         * locales/es_CL: Likewise.
3226         * locales/es_CO: Likewise.
3227         * locales/es_CR: Likewise.
3228         * locales/es_DO: Likewise.
3229         * locales/es_EC: Likewise.
3230         * locales/es_ES: Likewise.
3231         * locales/es_ES@euro: Likewise.
3232         * locales/es_GT: Likewise.
3233         * locales/es_HN: Likewise.
3234         * locales/es_MX: Likewise.
3235         * locales/es_NI: Likewise.
3236         * locales/es_PA: Likewise.
3237         * locales/es_PE: Likewise.
3238         * locales/es_PR: Likewise.
3239         * locales/es_PY: Likewise.
3240         * locales/es_SV: Likewise.
3241         * locales/es_US: Likewise.
3242         * locales/es_UY: Likewise.
3243         * locales/es_VE: Likewise.
3244         * locales/et_EE: Likewise.
3245         * locales/eu_ES: Likewise.
3246         * locales/eu_ES@euro: Likewise.
3247         * locales/fa_IR: Likewise.
3248         * locales/fi_FI: Likewise.
3249         * locales/fi_FI@euro: Likewise.
3250         * locales/fo_FO: Likewise.
3251         * locales/ga_IE: Likewise.
3252         * locales/ga_IE@euro: Likewise.
3253         * locales/gez_ER: Likewise.
3254         * locales/gez_ET: Likewise.
3255         * locales/gl_ES: Likewise.
3256         * locales/gl_ES@euro: Likewise.
3257         * locales/gu_IN: Likewise.
3258         * locales/gv_GB: Likewise.
3259         * locales/he_IL: Likewise.
3260         * locales/hi_IN: Likewise.
3261         * locales/hr_HR: Likewise.
3262         * locales/hy_AM: Likewise.
3263         * locales/id_ID: Likewise.
3264         * locales/is_IS: Likewise.
3265         * locales/it_CH: Likewise.
3266         * locales/it_IT: Likewise.
3267         * locales/it_IT@euro: Likewise.
3268         * locales/iw_IL: Likewise.
3269         * locales/ja_JP: Likewise.
3270         * locales/kk_KZ: Likewise.
3271         * locales/kl_GL: Likewise.
3272         * locales/km_KH: Likewise.
3273         * locales/kn_IN: Likewise.
3274         * locales/ko_KR: Likewise.
3275         * locales/kw_GB: Likewise.
3276         * locales/ky_KG: Likewise.
3277         * locales/lg_UG: Likewise.
3278         * locales/lt_LT: Likewise.
3279         * locales/lv_LV: Likewise.
3280         * locales/mk_MK: Likewise.
3281         * locales/mr_IN: Likewise.
3282         * locales/ms_MY: Likewise.
3283         * locales/mt_MT: Likewise.
3284         * locales/nb_NO: Likewise.
3285         * locales/ne_NP: Likewise.
3286         * locales/nl_BE: Likewise.
3287         * locales/nl_BE@euro: Likewise.
3288         * locales/nl_NL: Likewise.
3289         * locales/nl_NL@euro: Likewise.
3290         * locales/nn_NO: Likewise.
3291         * locales/nr_ZA: Likewise.
3292         * locales/om_KE: Likewise.
3293         * locales/or_IN: Likewise.
3294         * locales/pa_IN: Likewise.
3295         * locales/pl_PL: Likewise.
3296         * locales/pt_BR: Likewise.
3297         * locales/pt_PT: Likewise.
3298         * locales/pt_PT@euro: Likewise.
3299         * locales/ru_RU: Likewise.
3300         * locales/ru_UA: Likewise.
3301         * locales/rw_RW: Likewise.
3302         * locales/se_NO: Likewise.
3303         * locales/si_LK: Likewise.
3304         * locales/sk_SK: Likewise.
3305         * locales/sl_SI: Likewise.
3306         * locales/so_SO: Likewise.
3307         * locales/sq_AL: Likewise.
3308         * locales/ss_ZA: Likewise.
3309         * locales/st_ZA: Likewise.
3310         * locales/sv_FI: Likewise.
3311         * locales/sv_FI@euro: Likewise.
3312         * locales/sv_SE: Likewise.
3313         * locales/ta_IN: Likewise.
3314         * locales/te_IN: Likewise.
3315         * locales/tg_TJ: Likewise.
3316         * locales/th_TH: Likewise.
3317         * locales/ti_ET: Likewise.
3318         * locales/tn_ZA: Likewise.
3319         * locales/tr_TR: Likewise.
3320         * locales/ts_ZA: Likewise.
3321         * locales/tt_RU: Likewise.
3322         * locales/uk_UA: Likewise.
3323         * locales/ve_ZA: Likewise.
3324         * locales/vi_VN: Likewise.
3325         * locales/xh_ZA: Likewise.
3326         * locales/zh_CN: Likewise.
3327         * locales/zh_HK: Likewise.
3328         * locales/zh_SG: Likewise.
3329         * locales/zu_ZA: Likewise.
3331 2006-05-26  Ulrich Drepper  <drepper@redhat.com>
3333         * SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.
3334         * locales/as_IN: New file.
3335         * locales/or_IN: New file.
3336         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
3338 2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3340         [BZ #1203]
3341         * locales/de_DE: Fix order of day of month and month name in
3342         date_fmt.  Add period after the day number and avoid padding.
3344         * SUPPORTED (SUPPORTED-LOCALES): Add tr_CY.ISO-8859-9 and
3345         tr_CY.UTF-8.
3347         [BZ #531]
3348         * locales/tr_CY: New file.
3350 2006-01-07  Eddy Petrisor  <eddy.petrisor@gmail.com>
3352         * locales/ro_RO: The sorting order of the letters a circumflex and
3353         a with breve was corrected according to the Romanian alphabet.
3354         Capital A with breve is in no longer used within day names.
3355         Romanian post-92 writing rules are used within day and abday fields.
3356         Fixed the international currency symbol because after the
3357         denomination (starting with the 1st of July 2005), the symbol is
3358         RON (1 RON = 10000 ROL).
3359         Grouping sign for thousands, which is ".", is used for Romanian.
3360         Numbers are grouped in sets of 3 digits.
3361         The short date format is %d.%m.%Y for Romanian in Romania.
3362         The year is placed before the time in date_fmt.
3363         %Z was replaced with %z in date formats because %Z is not
3364         used nor widely known in Romania, and Romania uses daylight saving
3365         and the difference is more obvious this way.
3366         abday for Saturday was changed because i> looks bad and is
3367         incorrect according to post-92 writing rules.
3368         In Romanian months' names are not capitalized. The same goes for
3369         the days' names.
3370         A4 is the prefered paper type and metric system is used;
3371         FIXMEs were removed.
3372         country_name, country_car, lang_name and lang_ab were added.
3373         name_mr, name_mrs, name_miss were added; name_ms omitted as
3374         there is no proper form it in Romanian.
3375         An explanation related to the cedilla/comma issue and
3376         the reson why the transliteration is a good idea was added.
3377         The default encoding was changed to UTF-8 because this is the
3378         only encoding that supports all Romanian specific symbols and
3379         dicritics.
3380         The name format was corrected while salutation abbreviation was
3381         omitted.
3382         postal_fmt was corrected according to the Romanian style of
3383         writing this information.
3385 2006-05-01  Ulrich Drepper  <drepper@redhat.com>
3387         * SUPPORTED (SUPPORTED-LOCALES): Add el_CY.ISO-8859-7 and el_CY.UTF-8.
3389         [BZ #531]
3390         * locales/el_CY: New file.
3392         [BZ #192]
3393         * locales/hu_HU: Better month name abbreviations.
3395         * SUPPORTED (SUPPORTED-LOCALES): Add hy_AM.UTF-8 and hy_AM.ARMSCII-8.
3397         [BZ #68]
3398         * locales/hy_AM: Remove special collation rules.  Fix yesexpr, noexpr,
3399         country_name, country_car, lang_name, name_fmt, name_miss, name_mr,
3400         and name_mrs.
3402         [BZ #388]
3403         * locales/pl_PL: Don't ignore U0020 in collation.
3405         [BZ #352]
3406         * locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep.
3408 2006-05-01  Alexander Shopov  <ash@contact.bg>
3410         [BZ #2625]
3411         * charmaps/MIK: New file.
3413 2006-04-26  Ulrich Drepper  <drepper@redhat.com>
3415         * locales/bg_BG: Update after iso-4217.def update.
3416         * locales/bs_BA: Likewise.
3417         * locales/es_MX: Likewise.
3418         * locales/ru_RU: Likewise.
3419         * locales/tg_TJ: Likewise.
3420         * locales/tt_RU: Likewise.
3422 2006-04-25  Ulrich Drepper  <drepper@redhat.com>
3424         [BZ #2376]
3425         * locales/es_UY: Change curreny_symbol.
3427 2006-04-24  Ulrich Drepper  <drepper@redhat.com>
3429         [BZ #2349]
3430         * locales/de_CH: Change thousand separator to '.
3432 2006-01-17  Robert Millan  <robertmh@gnu.org>
3434         [BZ #2158]
3435         * SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
3436         * locales/ca_AD: New file.
3437         * locales/ca_FR: New file.
3438         * locales/ca_IT: New file.
3440 2006-04-23  Ulrich Drepper  <drepper@redhat.com>
3442         [BZ #2134]
3443         * locales/pa_PK: New file.
3444         * SUPPORTED: Add pa_PK.UTF-8.
3446         [BZ #1974]
3447         * locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt,
3448         am_pm, and name_fmt.
3450         [BZ #1787]
3451         * locales/en_ZA: Updates.
3453         [BZ #1786]
3454         * locales/af_ZA: Updates.
3456         [BZ #1785]
3457         * locales/st_ZA: Updates and formatting changes.
3459         [BZ #1784]
3460         * locales/zu_ZA: Updates and formatting changes.
3462         [BZ #1783]
3463         * locales/xh_ZA: Updates and formatting changes.
3465         [BZ #1782]
3466         * locales/nr_ZA: New file.
3467         * locales/SUPPORTED: Add nr_ZA.UTF-8.
3469 2006-04-10  Jakub Jelinek  <jakub@redhat.com>
3471         * locales/cs_CZ (LC_TIME): Define week.
3472         * locales/sk_SK (LC_TIME): Likewise.
3473         * locales/pl_PL (LC_TIME): Likewise.
3474         * locales/en_US (LC_TIME): Change week to 7;19971130;7.
3476 2005-12-27  Roland McGrath  <roland@redhat.com>
3478         * tst-ctype.c (main): Add some casts.
3480         * tst-mbswcs1.c (main): Make BUF const.  Add casts in mbrtowc calls.
3482 2006-01-02  Andreas Jaeger  <aj@suse.de>
3484         * locales/fi_FI: Fix date_fmt.
3485         * locales/mn_MN: Likewise.
3487 2005-11-21  Ulrich Drepper  <drepper@redhat.com>
3489         * locales/se_NO: Remove RCS ID line.
3491 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
3493         [BZ 1872]
3494         * charmaps/ISO_11548-1. New file.
3495         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3497 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
3499         [BZ #1294]
3500         * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
3502 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
3504         * SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
3506 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
3508         [BZ #119]
3509         * locales/es_AR: Fix thousands_sep and grouping.
3511 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3513         [BZ #451]
3514         * locales/rw_RW: New file.
3515         * SUPPORTED (SUPPORTED-LOCALES): Add rw_RW.UTF-8.
3517         [BZ #367]
3518         * locales/si_LK: New file.
3519         * SUPPORTED (SUPPORTED-LOCALES): Add si_LK.UTF-8.
3521         [BZ #297]
3522         * locales/fi_FI: Change date_fmt.
3524         * locales/te_IN: Fix noexpr, replace yY with nN.
3526         [BZ #305]
3527         * locales/bn_BD: Add yY and nN to yesexpr and noexpr respectively.
3528         * locales/ml_IN: Likewise.
3529         * locales/ta_IN: Likewise.
3530         * locales/kw_GB: Add yY to yesexpr.
3531         * locales/oc_FR: Likewise.
3533         * locales/bn_IN: Use copy "bn_BD" in LC_MESSAGES definition.
3535         [BZ #71]
3536         [BZ #305]
3537         * locales/ar_EG: Add yY and nN to yesexpr and noexpr respectively.
3538         Define yesstr and nostr.
3539         * locales/ar_AE: Use copy "ar_EG" in LC_MESSAGES definition.
3540         * locales/ar_BH: Likewise.
3541         * locales/ar_DZ: Likewise.
3542         * locales/ar_IN: Likewise.
3543         * locales/ar_IQ: Likewise.
3544         * locales/ar_JO: Likewise.
3545         * locales/ar_KW: Likewise.
3546         * locales/ar_LB: Likewise.
3547         * locales/ar_LY: Likewise.
3548         * locales/ar_MA: Likewise.
3549         * locales/ar_OM: Likewise.
3550         * locales/ar_QA: Likewise.
3551         * locales/ar_SA: Likewise.
3552         * locales/ar_SD: Likewise.
3553         * locales/ar_SY: Likewise.
3554         * locales/ar_TN: Likewise.
3555         * locales/ar_YE: Likewise.
3557         [BZ #56]
3558         * locales/de_DE: Add transliterations for quoting characters.
3560         [BZ #448]
3561         * locales/vi_VN: Several fixes.
3562         Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>.
3564         [BZ #428]
3565         * locales/te_IN: Several fixes.
3566         Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>.
3568         [BZ #368]
3569         * locales/dz_BT: New file.
3570         * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
3572         [BZ #195]
3573         * locales/hu_HU: Add some transliterations.
3575         [BZ #1429]
3576         * locales/hu_HU: Define week.
3578         [BZ #982]
3579         * locales/ml_IN: Fix title.
3581         [BZ #981]
3582         * locales/ca_ES: Fix title.
3584         [BZ #980]
3585         * locales/yi_US: Fix title.
3587         * locales/nl_NL: Define country_car, lang_name, lang_ab,
3588         lang_term, and lang_lib.
3590         [BZ #870]
3591         * locales/ku_TR: New file.
3592         * SUPPORTED (SUPPORTED-LOCALES): Add ku_TR.ISO-8859-9 and
3593         ku_TR.UTF-8.
3595 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3597         [BZ #533]
3598         * locales/ss_ZA: New file.
3599         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3601         [BZ #529]
3602         * locales/tn_ZA: New file.
3603         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3605         [BZ #491]
3606         * locales/ve_ZA: New file.
3607         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3609         [BZ #486]
3610         * locales/nso_ZA: New file.
3611         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3613         * SUPPORTED: Add nso_ZA.UTF-8, ve_ZA.UTF-8, tn_ZA.UTF-8, and
3614         ss_ZA.UTF-8.
3616 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
3618         [BZ #532]
3619         * locales/ts_ZA: New file.
3620         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3622         * SUPPORTED: Add ts_ZA.UTF-8.
3624 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
3626         * locales/en_US: Fix postal_fmt.
3627         * locales/es_US: Update LC_ADDRESS info from en_US.
3628         Reported by FrankTang@gmail.com.
3630 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
3632         [BZ #811]
3633         * locales/zh_CN: Fix date_fmt information.
3635         * SUPPORTED (SUPPORTED-LOCALES): Add km_KH.
3637         [BZ #826]
3638         * locales/km_KH: New file.
3640         * Makefile (LOCALES): Add zh_TW.EUC-TW.
3642 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
3644         [BZ #668]
3645         * locales/yi_US: Spelling fixes.
3647         [BZ #667]
3648         * locales/wa_BE: Fixed weekday names to match new orthographic rules.
3650         [BZ #666]
3651         * locales/tg_TJ: Correct yesexpr.
3653         [BZ #665]
3654         * locales/sq_AL: Add language specific collation.
3656         [BZ #663]
3657         * locales/bs_BA: Don't comment out reorder-after.  Fix tel_int_fmt.
3659         [BZ #662]
3660         * locales/az_AZ: Fix the day and month names.  Add transliteration
3661         for schwa character.
3663         [BZ #657]
3664         * locales/bn_BD: Some corrections.
3665         Patch by Jamil Ahmed <jamil@bengalinux.org>.
3667         [BZ #588]
3668         * locales/el_GR: Change to use 12h time format.
3669         Patch by Konstantinos Margaritis <markos@debian.org>.
3671         * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8.
3673         [BZ #566]
3674         * locales/hsb_DE: New file.
3676         [BZ #527]
3677         * locales/sid_ET: Remove incorrect lang_ab definition.
3679         [BZ #525]
3680         * locales/ru_RU: Use nominative instead of genitive in mon data to
3681         align with other locales with the same issue.
3683         * SUPPORTED (SUPPORTED-LOCALES): Add ky_KG.
3685         [BZ #520]
3686         * locales/ky_KG: New file.
3688         [BZ #495]
3689         * locales/st_ZA: Updates and corrections.
3690         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3692         [BZ #493]
3693         * locales/xh_ZA: Updates and corrections.
3694         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3696         [BZ #488]
3697         * locales/zu_ZA: Updates and corrections.
3698         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3700         [BZ #484]
3701         * locales/af_ZA: Updates and corrections.
3702         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3704         * SUPPORTED (SUPPORTED-LOCALES): Add be_BY@latin.
3706         [BZ #1347]
3707         * locales/be_BY@latin: New file.
3709 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
3711         * SUPPORTED (SUPPORTED-LOCALES): Add mg_MG and mg_MG.UTF-8.
3713         [BZ #704]
3714         * locales/mg_MG: New file.
3716 2005-07-26  Ulrich Drepper  <drepper@redhat.com>
3718         * locales/hu_HU: Better collation.
3719         Patch by Gyuro Lehel <lehel@freemail.hu>.
3721 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
3723         [BZ #448]
3724         * locales/vi_VN: Update locale.
3726 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
3728         * locales/en_US: Remove duplicate am_pn entry.
3730 2005-05-28  Jakub Jelinek  <jakub@redhat.com>
3732         [BZ #622]
3733         * locales/pa_IN (am_pm): Fix typos.
3734         Patch by Denis Barbier <barbier@linuxfr.org>.
3736 2005-05-22  Ulrich Drepper  <drepper@redhat.com>
3738         [BZ #1092]
3739         * locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.
3741 2005-04-28  Jakub Jelinek  <jakub@redhat.com>
3743         [BZ #1084]
3744         * SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
3746 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3748         [BZ #1091]
3749         * locales/fa_IR: Add alt_digits, change date and time
3750         representation, and various cleanups.
3751         Patch by Hamed Malek <hamed@bamdad.org>.
3753 2005-03-21  Jakub Jelinek  <jakub@redhat.com>
3755         [BZ #823]
3756         * charmaps/WINDOWS-31J: Add % before alias keyword.
3758 2005-02-27  Denis Barbier  <barbier@debian.org>
3760         [BZ #38]
3761         * locales/sr_CS: New file.
3762         Contributed by Danilo Segan <dsegan@gmx.net>
3763         * SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
3765 2005-03-18  Andreas Schwab  <schwab@suse.de>
3767         [BZ #622]
3768         * locales/pa_IN (am_pm): Fix character names.
3770 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
3772         [BZ #1084]
3773         * SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
3775 2004-12-19  Roland McGrath  <roland@frob.com>
3777         * gen-unicode-ctype.c (output_tables): Fix email address in output.
3779 2004-10-02  Petter Reinholdtsen  <pere@hungry.com>
3781         [BZ #82]
3782         * locales/bn_BD: Remove duplicate LC_MESSAGES block. Correct the
3783         remaining block.  Change contact info as this locale is now
3784         maintained by Jamil Ahmed.  Patch from Jamil Ahmed.
3786         * locales/bn_BD: Change category entries to look more like
3787         standard references.
3789         [BZ #26]
3790         * locales/ta_IN: Correct sorting order.  Corrected day and month
3791         abbrevations.  Corrected name strings for mr., mrs. and miss.
3792         Patch from Thuraiappah Vaseeharan.
3794 2004-12-17  GOTO Masanori  <gotom@debian.or.jp>
3796         * locales/te_IN: Fix language name spelling.
3798 2004-12-14  Ulrich Drepper  <drepper@redhat.com>
3800         * locales/en_ZA: Update by Dwayne Bailey.
3802 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
3804         * locales/pa_IN: Add some missing fields and fix some spelling
3805         mistakes.  Patch by Jatin Nansi <jnansi@redhat.com>.
3807 2004-10-31  Petter Reinholdtsen  <pere@hungry.com>
3809         [BZ #337]
3810         * SUPPORTED: Update bug reporting comment.
3811         * locales/af_ZA: Change contact address from bug-glibc@gnu.org
3812         to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing
3813         list).
3814         * locales/an_ES: Likewise.
3815         * locales/ar_AE: Likewise.
3816         * locales/ar_BH: Likewise.
3817         * locales/ar_DZ: Likewise.
3818         * locales/ar_EG: Likewise.
3819         * locales/ar_IN: Likewise.
3820         * locales/ar_IQ: Likewise.
3821         * locales/ar_JO: Likewise.
3822         * locales/ar_KW: Likewise.
3823         * locales/ar_LB: Likewise.
3824         * locales/ar_LY: Likewise.
3825         * locales/ar_MA: Likewise.
3826         * locales/ar_OM: Likewise.
3827         * locales/ar_QA: Likewise.
3828         * locales/ar_SA: Likewise.
3829         * locales/ar_SD: Likewise.
3830         * locales/ar_SY: Likewise.
3831         * locales/ar_TN: Likewise.
3832         * locales/ar_YE: Likewise.
3833         * locales/be_BY: Likewise.
3834         * locales/bn_IN: Likewise.
3835         * locales/br_FR@euro: Likewise.
3836         * locales/ca_ES: Likewise.
3837         * locales/ca_ES@euro: Likewise.
3838         * locales/cs_CZ: Likewise.
3839         * locales/da_DK: Likewise.
3840         * locales/de_AT: Likewise.
3841         * locales/de_AT@euro: Likewise.
3842         * locales/de_BE: Likewise.
3843         * locales/de_BE@euro: Likewise.
3844         * locales/de_CH: Likewise.
3845         * locales/de_DE: Likewise.
3846         * locales/de_DE@euro: Likewise.
3847         * locales/de_LU: Likewise.
3848         * locales/de_LU@euro: Likewise.
3849         * locales/el_GR: Likewise.
3850         * locales/el_GR@euro: Likewise.
3851         * locales/en_AU: Likewise.
3852         * locales/en_BW: Likewise.
3853         * locales/en_CA: Likewise.
3854         * locales/en_DK: Likewise.
3855         * locales/en_GB: Likewise.
3856         * locales/en_HK: Likewise.
3857         * locales/en_IE: Likewise.
3858         * locales/en_IE@euro: Likewise.
3859         * locales/en_IN: Likewise.
3860         * locales/en_NZ: Likewise.
3861         * locales/en_PH: Likewise.
3862         * locales/en_SG: Likewise.
3863         * locales/en_US: Likewise.
3864         * locales/en_ZW: Likewise.
3865         * locales/es_AR: Likewise.
3866         * locales/es_BO: Likewise.
3867         * locales/es_CL: Likewise.
3868         * locales/es_CO: Likewise.
3869         * locales/es_CR: Likewise.
3870         * locales/es_DO: Likewise.
3871         * locales/es_EC: Likewise.
3872         * locales/es_ES: Likewise.
3873         * locales/es_ES@euro: Likewise.
3874         * locales/es_GT: Likewise.
3875         * locales/es_HN: Likewise.
3876         * locales/es_MX: Likewise.
3877         * locales/es_NI: Likewise.
3878         * locales/es_PA: Likewise.
3879         * locales/es_PE: Likewise.
3880         * locales/es_PR: Likewise.
3881         * locales/es_PY: Likewise.
3882         * locales/es_SV: Likewise.
3883         * locales/es_US: Likewise.
3884         * locales/es_UY: Likewise.
3885         * locales/es_VE: Likewise.
3886         * locales/et_EE: Likewise.
3887         * locales/eu_ES: Likewise.
3888         * locales/eu_ES@euro: Likewise.
3889         * locales/fi_FI: Likewise.
3890         * locales/fi_FI@euro: Likewise.
3891         * locales/fo_FO: Likewise.
3892         * locales/fr_BE: Likewise.
3893         * locales/fr_BE@euro: Likewise.
3894         * locales/fr_CA: Likewise.
3895         * locales/fr_CH: Likewise.
3896         * locales/fr_FR: Likewise.
3897         * locales/fr_FR@euro: Likewise.
3898         * locales/fr_LU: Likewise.
3899         * locales/fr_LU@euro: Likewise.
3900         * locales/ga_IE: Likewise.
3901         * locales/ga_IE@euro: Likewise.
3902         * locales/gl_ES: Likewise.
3903         * locales/gl_ES@euro: Likewise.
3904         * locales/gu_IN: Likewise.
3905         * locales/gv_GB: Likewise.
3906         * locales/he_IL: Likewise.
3907         * locales/hi_IN: Likewise.
3908         * locales/hr_HR: Likewise.
3909         * locales/hu_HU: Likewise.
3910         * locales/id_ID: Likewise.
3911         * locales/is_IS: Likewise.
3912         * locales/it_CH: Likewise.
3913         * locales/it_IT: Likewise.
3914         * locales/it_IT@euro: Likewise.
3915         * locales/iw_IL: Likewise.
3916         * locales/ja_JP: Likewise.
3917         * locales/kk_KZ: Likewise.
3918         * locales/kl_GL: Likewise.
3919         * locales/kn_IN: Likewise.
3920         * locales/ko_KR: Likewise.
3921         * locales/kw_GB: Likewise.
3922         * locales/lo_LA: Likewise.
3923         * locales/lt_LT: Likewise.
3924         * locales/lv_LV: Likewise.
3925         * locales/ml_IN: Likewise.
3926         * locales/mn_MN: Likewise.
3927         * locales/mr_IN: Likewise.
3928         * locales/ms_MY: Likewise.
3929         * locales/mt_MT: Likewise.
3930         * locales/nb_NO: Likewise.
3931         * locales/nl_BE: Likewise.
3932         * locales/nl_BE@euro: Likewise.
3933         * locales/nl_NL: Likewise.
3934         * locales/nl_NL@euro: Likewise.
3935         * locales/nn_NO: Likewise.
3936         * locales/pa_IN: Likewise.
3937         * locales/pl_PL: Likewise.
3938         * locales/pt_BR: Likewise.
3939         * locales/pt_PT: Likewise.
3940         * locales/pt_PT@euro: Likewise.
3941         * locales/ro_RO: Likewise.
3942         * locales/ru_RU: Likewise.
3943         * locales/ru_UA: Likewise.
3944         * locales/sk_SK: Likewise.
3945         * locales/sl_SI: Likewise.
3946         * locales/sq_AL: Likewise.
3947         * locales/sv_FI: Likewise.
3948         * locales/sv_FI@euro: Likewise.
3949         * locales/sv_SE: Likewise.
3950         * locales/ta_IN: Likewise.
3951         * locales/te_IN: Likewise.
3952         * locales/th_TH: Likewise.
3953         * locales/tr_TR: Likewise.
3954         * locales/uk_UA: Likewise.
3955         * locales/ur_PK: Likewise.
3956         * locales/vi_VN: Likewise.
3957         * locales/wa_BE@euro: Likewise.
3958         * locales/zh_CN: Likewise.
3959         * locales/zh_HK: Likewise.
3960         * locales/zh_SG: Likewise.
3961         * locales/zh_TW: Likewise.
3963         [BZ #187]
3964         * locales/tr_TR: Add 'yY' and 'nN' to yesexpr and noexpr, to avoid
3965         surprises when using untranslated program.
3966         * locales/tr_TR: Remove trailing '.*' from yesexpr and noexpr to
3967         make it more like the structure of the POSIX locale values.
3968         * locales/tr_TR: Correct numeric decimal point to use comma, and
3969         correct grouping.
3970         Based on patches from Deniz Akkus Kanca and Nilgün Belma Bugüner.
3972         [BZ #421]
3973         * locales/tr_TR: Update with new currency symbol valid from
3974         2005-01-01.  Patch from Nilgün Belma Bugüner.
3975         * locales/tr_TR: Convert UTF-8 comment to <U#> notation.
3977 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
3979         * locales/fa_IR: Add to_inpunct map.
3980         Patch by Hamed Malek <hamed@bamdad.org>.
3982 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
3984         [BZ #413]
3985         * locales/gu_IN: Update various incorrect and missing information.
3986         Patch by Ankit Patel <ankit@redhat.com>.
3988 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
3990         * locales/nb_NO: Make language field consistent in form with nn_NO.
3992 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
3994         * locales/cy_GB: Fix d_t_fmt ("a viz" -> "mis").
3995         Reported by Alan Cox <alan@redhat.com>.
3997 2004-08-07  Petter Reinholdtsen  <pere@hungry.com>
3999         * Makefile (test-input): Add tr_TR.UTF-8 sorting test.  Test case
4000         for BZ #19.
4001         * tr_TR.in: New file.
4003 2004-07-31  Bruno Haible  <bruno@clisp.org>
4005         * charmaps/EUC-JISX0213: Updated to JISX0213 plane 1 version 2004.
4006         * charmaps/SHIFT_JISX0213: Likewise.
4008 2004-07-22  Bruno Haible  <bruno@clisp.org>
4010         * charmaps/ISO-8859-7: Add mappings for 0xA4, 0xA5, 0xAA.  Add alias
4011         ISO_8859-7:2003.
4013 2004-07-22  Bruno Haible  <bruno@clisp.org>
4015         * charmaps/ISO-8859-11: Define identity mapping for 0x80..0x9F.
4017 2004-07-14  Petter Reinholdtsen  <pere@hungry.com>
4019         * locales/kr_KO: Change month names to use latin numbers instead
4020         of hangul numeric pronounciation.  Patch from Changwoo
4021         Ryu.[BZ #25]
4023 2004-07-17  Petter Reinholdtsen  <pere@hungry.com>
4025         * charmaps/IBM874: Add new alias WINDOWS-874 for IBM874 [BZ #244].
4027 2004-05-18  Petter Reinholdtsen  <pere@hungry.com>
4029         * locales/sl_SI [LC_TIME]: Correct d_fmt date format from
4030         '22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
4031         Reinhardt, and approved by the locale author Borka
4032         Jerman-Blazic. [BZ #163]
4034 2004-05-17  Ulrich Drepper  <drepper@redhat.com>
4036         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_YU locales.
4038 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
4040         * locales/it_IT: Change currency formatting from none to two
4041         fraction dicits, as Italy now uses the Euro.  Patch from Marko
4042         Djukic. [BZ #111]
4044 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
4046         * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
4047         (nn_NO) as in Norwegian BokmÃ¥l (nb_NO). [BZ #74]
4049 2004-05-03  Ulrich Drepper  <drepper@redhat.com>
4051         * locales/wal_ET: New file [BZ #142].  Contributed by Daniel Yacob.
4053 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
4055         * locales/sid_ET: Correct lang_ab and source information.
4056         Patch from Daniel Yacob.
4058 2004-04-17  Petter Reinholdtsen  <pere@hungry.com>
4060         * locales/et_EE: Change default charset for et_EE locale from
4061         ISO-8859-1 to ISO-8859-15, to reflect the content of
4062         <URL:http://www.eki.ee/itstandard/contents.html>.  Based on input
4063         from Indrek Hein and Meelis Roos.
4064         * SUPPORTED: Add et_EE.ISO-8859-15. [BZ #118]
4066 2004-04-17  Ulrich Drepper  <drepper@redhat.com>
4068         * SUPPORTED (SUPPORTED-LOCALES): Add kk_KZ/PT154.
4069         * locales/kk_KZ: New file.
4070         * charmaps/PT154: New file.
4071         * charmaps/RK1048: New file.
4073 2004-03-19  Petter Reinholdtsen  <pere@hungry.com>
4075         * locales/af_ZA: Make sure yesexpr and noexpr regex start with '^'.
4076         * locales/ar_TN: Likewise.
4077         * locales/ar_YE: Likewise.
4078         * locales/bn_BD: Likewise.
4079         * locales/br_FR: Likewise.
4080         * locales/ca_ES: Likewise.
4081         * locales/cy_GB: Likewise.
4082         * locales/gd_GB: Likewise.
4083         * locales/gv_GB: Likewise.
4084         * locales/hy_AM: Likewise.
4085         * locales/id_ID: Likewise.
4086         * locales/ka_GE: Likewise.
4087         * locales/kw_GB: Likewise.
4088         * locales/lg_UG: Likewise.
4089         * locales/mk_MK: Likewise.
4090         * locales/oc_FR: Likewise.
4091         * locales/ru_UA: Likewise.
4092         * locales/sk_SK: Likewise.
4093         * locales/sr_YU: Likewise.
4094         * locales/sr_YU@cyrillic: Likewise.
4095         * locales/uk_UA: Likewise.
4096         * locales/ur_PK: Likewise.
4097         * locales/wa_BE: Likewise.
4099 2004-03-17  Ulrich Drepper  <drepper@redhat.com>
4101         * locales/fa_IR: Fix yesexpr and noexpr.
4102         Patch by Hamed Malek <hamed@bamdad.org>.
4104 2004-02-16  Ulrich Drepper  <drepper@redhat.com>
4106         * locales/tr_TR: Correct sorting order of the normal and dotless I
4107         [BZ #19].
4109 2004-02-09  Ulrich Drepper  <drepper@redhat.com>
4111         * locales/fa_IR: Add to_outpunct info and change decimal_point and
4112         thousand_sep to ASCII value.
4114 2004-01-19  Ulrich Drepper  <drepper@redhat.com>
4116         * SUPPORTED: Add all kinds of UTF-8 locales.
4118 2004-01-18  Bruno Haible  <bruno@clisp.org>
4120         * locales/lg_UG: Renamed from lug_UG, with trivial updates.
4121         * locales/lug_UG: Remove file.
4122         * SUPPORTED: Create lg_UG instead of lug_UG.
4124 2003-12-31  Bruno Haible  <bruno@clisp.org>
4126         * charmaps/IBM866NAV: Fix the character values.
4128 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4130         * sort-test.sh: Print the status for both the sorting tests, xfrm
4131         and collate, making it possible to know which one of them that
4132         fail if only one of them misbehaves.  Indent output from
4133         'diff -u' when sorting test fail, to make it easier to visually
4134         group the output.
4136 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4138         * tst-fmon.data: Add simple test to check left justified currency
4139         values in the C locale.
4141 2004-01-01  Ulrich Drepper  <drepper@redhat.com>
4143         * tst-fmon.sh: Don't print every line.  The program already prints
4144         the failing ones.
4146         * tst-fmon.c (main): Fix typo in message.
4148 2003-07-06  Petter Reinholdtsen  <pere@hungry.com>
4150         * locales/en_ZA: Correcty typo in changelog (Sofware -> Software).
4151         * locales/hr_HR: Correct the email address of Tomislav Vujec.
4152         * locales/ja_JP: Document EUC-JP as the recommended charset.
4153         * locales/ko_KR: List Won-kyu Park as the author/contact for the
4154         locale.
4155         * locales/ru_UA: Correct the email address of Denis V. Dmitrienko.
4157 2003-12-22  Ulrich Drepper  <drepper@redhat.com>
4159         * tst-numeric.data: Remove reliance on nb_NO.ISO-8859-1 locale.
4161 2003-12-05  Ulrich Drepper  <drepper@redhat.com>
4163         * SUPPORTED: Add az_ZA.UTF-8, bn_BD, bn_IN, br_FR@euro, tt_RU, zh_SG.
4165         * locales/aa_DJ: Add int_select.  Use copy where possible.
4166         * locales/am_ET: Likewise.
4167         * locales/ar_BH: Likewise.
4168         * locales/ar_DZ: Likewise.
4169         * locales/ar_EG: Likewise.
4170         * locales/ar_IN: Likewise.
4171         * locales/az_AZ: Likewise.
4172         * locales/be_BY: Likewise.
4173         * locales/bn_BD: Likewise.
4174         * locales/bn_IN: Likewise.
4175         * locales/br_FR: Likewise.
4176         * locales/bs_BA: Likewise.
4177         * locales/da_DK: Likewise.
4178         * locales/de_AT: Likewise.
4179         * locales/de_BE: Likewise.
4180         * locales/el_GR: Likewise.
4181         * locales/en_AU: Likewise.
4182         * locales/en_BW: Likewise.
4183         * locales/en_CA: Likewise.
4184         * locales/en_DK: Likewise.
4185         * locales/en_IN: Likewise.
4186         * locales/es_AR: Likewise.
4187         * locales/es_BO: Likewise.
4188         * locales/es_CL: Likewise.
4189         * locales/es_CO: Likewise.
4190         * locales/es_CR: Likewise.
4191         * locales/es_DO: Likewise.
4192         * locales/es_EC: Likewise.
4193         * locales/es_GT: Likewise.
4194         * locales/es_HN: Likewise.
4195         * locales/es_SV: Likewise.
4196         * locales/et_EE: Likewise.
4197         * locales/fi_FI: Likewise.
4198         * locales/fr_BE: Likewise.
4199         * locales/fr_CA: Likewise.
4200         * locales/fr_FR: Likewise.
4201         * locales/gu_IN: Likewise.
4202         * locales/hi_IN: Likewise.
4203         * locales/hr_HR: Likewise.
4204         * locales/hu_HU: Likewise.
4205         * locales/is_IS: Likewise.
4206         * locales/ka_GE: Likewise.
4207         * locales/kn_IN: Likewise.
4208         * locales/ml_IN: Likewise.
4209         * locales/mr_IN: Likewise.
4210         * locales/nl_BE: Likewise.
4211         * locales/pa_IN: Likewise.
4212         * locales/pt_BR: Likewise.
4213         * locales/ru_RU: Likewise.
4214         * locales/sq_AL: Likewise.
4215         * locales/ta_IN: Likewise.
4216         * locales/te_IN: Likewise.
4217         * locales/ti_ER: Likewise.
4218         * locales/ti_ET: Likewise.
4219         * locales/zh_HK: Likewise.
4221         * locales/hy_AM: Fix some syntax errors and formatting mistakes.
4223         * locales/tt_RU: Use copy in a few places.  Add dummy LC_NAME,
4224         LC_ADDRESS, and LC_TELEPHONE definitions.
4226 2003-11-30  Petter Reinholdtsen  <pere@hungry.com>
4228         * tst-fmon.sh: Allow quotes around the result string, to make it
4229         easier to see important whitespace.
4230         * tst-fmon.data: Likewise.
4232         * tst-fmon.sh: Clean up output, unify capitalization and output order.
4233         * tst-fmon.c: Likewise.
4235         * tst-fmon.data: Add test for international currency formatting.
4236         * tst-fmon-locales/tstfmon_n01y12: Add definitions for int_* fields.
4237         * tst-fmon-locales/tstfmon_n02n40: Likewise.
4238         * tst-fmon-locales/tstfmon_n10y31: Likewise.
4239         * tst-fmon-locales/tstfmon_n11y41: Likewise.
4240         * tst-fmon-locales/tstfmon_n12y11: Likewise.
4241         * tst-fmon-locales/tstfmon_n20n32: Likewise.
4242         * tst-fmon-locales/tstfmon_n30y20: Likewise.
4243         * tst-fmon-locales/tstfmon_n41n00: Likewise.
4244         * tst-fmon-locales/tstfmon_y01y10: Likewise.
4245         * tst-fmon-locales/tstfmon_y02n22: Likewise.
4246         * tst-fmon-locales/tstfmon_y22n42: Likewise.
4247         * tst-fmon-locales/tstfmon_y30y21: Likewise.
4248         * tst-fmon-locales/tstfmon_y32n31: Likewise.
4249         * tst-fmon-locales/tstfmon_y40y00: Likewise.
4250         * tst-fmon-locales/tstfmon_y42n21: Likewise.
4252         * locales/en_US: Correct spacing for international
4253         currency formatting, now that strfmon() works better.
4255         * locales/ja_JP: Correct currency position and
4256         spacing now that strfmon() work better.
4258 2003-12-03  Ulrich Drepper  <drepper@redhat.com>
4260         * locales/af_ZA: Add ISO 3166 information.
4261         * locales/ar_AE: Likewise.
4262         * locales/ar_BH: Likewise.
4263         * locales/ar_DZ: Likewise.
4264         * locales/ar_EG: Likewise.
4265         * locales/ar_IN: Likewise.
4266         * locales/ar_IQ: Likewise.
4267         * locales/ar_JO: Likewise.
4268         * locales/ar_KW: Likewise.
4269         * locales/ar_LB: Likewise.
4270         * locales/ar_LY: Likewise.
4271         * locales/ar_MA: Likewise.
4272         * locales/ar_OM: Likewise.
4273         * locales/ar_QA: Likewise.
4274         * locales/ar_SA: Likewise.
4275         * locales/ar_SD: Likewise.
4276         * locales/ar_SY: Likewise.
4277         * locales/ar_TN: Likewise.
4278         * locales/ar_YE: Likewise.
4279         * locales/az_AZ: Likewise.
4280         * locales/be_BY: Likewise.
4281         * locales/bn_BD: Likewise.
4282         * locales/bn_IN: Likewise.
4283         * locales/bs_BA: Likewise.
4284         * locales/ca_ES: Likewise.
4285         * locales/cs_CZ: Likewise.
4286         * locales/cy_GB: Likewise.
4287         * locales/da_DK: Likewise.
4288         * locales/de_AT: Likewise.
4289         * locales/de_BE: Likewise.
4290         * locales/de_CH: Likewise.
4291         * locales/de_LU: Likewise.
4292         * locales/el_GR: Likewise.
4293         * locales/en_AU: Likewise.
4294         * locales/en_BW: Likewise.
4295         * locales/en_CA: Likewise.
4296         * locales/en_DK: Likewise.
4297         * locales/en_GB: Likewise.
4298         * locales/en_HK: Likewise.
4299         * locales/en_IE: Likewise.
4300         * locales/en_IN: Likewise.
4301         * locales/en_NZ: Likewise.
4302         * locales/en_PH: Likewise.
4303         * locales/en_SG: Likewise.
4304         * locales/en_ZA: Likewise.
4305         * locales/en_ZW: Likewise.
4306         * locales/es_AR: Likewise.
4307         * locales/es_BO: Likewise.
4308         * locales/es_CL: Likewise.
4309         * locales/es_CO: Likewise.
4310         * locales/es_CR: Likewise.
4311         * locales/es_DO: Likewise.
4312         * locales/es_EC: Likewise.
4313         * locales/es_ES: Likewise.
4314         * locales/es_GT: Likewise.
4315         * locales/es_HN: Likewise.
4316         * locales/es_MX: Likewise.
4317         * locales/es_NI: Likewise.
4318         * locales/es_PA: Likewise.
4319         * locales/es_PE: Likewise.
4320         * locales/es_PR: Likewise.
4321         * locales/es_PY: Likewise.
4322         * locales/es_SV: Likewise.
4323         * locales/es_US: Likewise.
4324         * locales/es_UY: Likewise.
4325         * locales/es_VE: Likewise.
4326         * locales/et_EE: Likewise.
4327         * locales/eu_ES: Likewise.
4328         * locales/fi_FI: Likewise.
4329         * locales/fo_FO: Likewise.
4330         * locales/fr_BE: Likewise.
4331         * locales/fr_CA: Likewise.
4332         * locales/fr_CH: Likewise.
4333         * locales/fr_FR: Likewise.
4334         * locales/fr_LU: Likewise.
4335         * locales/ga_IE: Likewise.
4336         * locales/gl_ES: Likewise.
4337         * locales/gu_IN: Likewise.
4338         * locales/gv_GB: Likewise.
4339         * locales/he_IL: Likewise.
4340         * locales/hi_IN: Likewise.
4341         * locales/hr_HR: Likewise.
4342         * locales/hu_HU: Likewise.
4343         * locales/id_ID: Likewise.
4344         * locales/is_IS: Likewise.
4345         * locales/it_CH: Likewise.
4346         * locales/it_IT: Likewise.
4347         * locales/iw_IL: Likewise.
4348         * locales/ja_JP: Likewise.
4349         * locales/kl_GL: Likewise.
4350         * locales/kn_IN: Likewise.
4351         * locales/ko_KR: Likewise.
4352         * locales/kw_GB: Likewise.
4353         * locales/lt_LT: Likewise.
4354         * locales/lug_UG: Likewise.
4355         * locales/lv_LV: Likewise.
4356         * locales/ml_IN: Likewise.
4357         * locales/mr_IN: Likewise.
4358         * locales/ms_MY: Likewise.
4359         * locales/mt_MT: Likewise.
4360         * locales/nb_NO: Likewise.
4361         * locales/ne_NP: Likewise.
4362         * locales/nl_BE: Likewise.
4363         * locales/nl_NL: Likewise.
4364         * locales/nn_NO: Likewise.
4365         * locales/pa_IN: Likewise.
4366         * locales/pl_PL: Likewise.
4367         * locales/pt_BR: Likewise.
4368         * locales/pt_PT: Likewise.
4369         * locales/ro_RO: Likewise.
4370         * locales/ru_RU: Likewise.
4371         * locales/ru_UA: Likewise.
4372         * locales/se_NO: Likewise.
4373         * locales/sk_SK: Likewise.
4374         * locales/sl_SI: Likewise.
4375         * locales/sq_AL: Likewise.
4376         * locales/sr_YU: Likewise.
4377         * locales/st_ZA: Likewise.
4378         * locales/sv_FI: Likewise.
4379         * locales/sv_SE: Likewise.
4380         * locales/ta_IN: Likewise.
4381         * locales/te_IN: Likewise.
4382         * locales/tg_TJ: Likewise.
4383         * locales/th_TH: Likewise.
4384         * locales/tl_PH: Likewise.
4385         * locales/uk_UA: Likewise.
4386         * locales/ur_PK: Likewise.
4387         * locales/uz_UZ@cyrillic: Likewise.
4388         * locales/vi_VN: Likewise.
4389         * locales/xh_ZA: Likewise.
4390         * locales/zh_HK: Likewise.
4391         * locales/zh_SG: Likewise.
4392         * locales/zu_ZA: Likewise.
4394 2003-11-23  Petter Reinholdtsen  <pere@hungry.com>
4396         * locales/translit_et: Removed unused file.
4398         * locales/fi_FI: First weekday and workday is Monday in Finland.
4399         Correction from Tommi Vainikainen.
4401 2003-11-20  Jakub Jelinek  <jakub@redhat.com>
4403         * Makefile (LOCALES): Add cs_CZ.UTF-8.
4405 2003-11-15  Ulrich Drepper  <drepper@redhat.com>
4407         * Makefile (tst-leaks-ENV): Add LOCPATH.
4409 2003-11-11  Jakub Jelinek  <jakub@redhat.com>
4411         * Makefile (LOCALES): Add tr_TR.UTF-8.
4413 2003-11-08  Ulrich Drepper  <drepper@redhat.com>
4415         * locales/ne_NP: New file.
4416         * locales/gu_IN: New file.
4417         * locales/kn_IN: New file.
4418         * locales/pa_IN: New file.
4419         Patch by Gnutupalli Karunakar <karunakar@freedomink.org>.
4421         * SUPPORTED (SUPPORTED-LOCALES): Add ne_NP, gu_IN, kn_IN, and pa_IN.
4423 2003-11-04  Ulrich Drepper  <drepper@redhat.com>
4425         * tst-numeric.data: Fix fallout from nb_NO introduction.
4426         * Makefile (LOCALES): Likewise.
4428 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4430         * SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
4432         * SUPPORTED (SUPPORTED-LOCALES): Add more support locales.
4434 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4436         * locales/aa_DJ: New file.
4437         * locales/aa_ER: New file.
4438         * locales/aa_ER@saaho: New file.
4439         * locales/aa_ET: New file.
4440         * locales/byn_ER: New file.
4441         * locales/gez_ER: New file.
4442         * locales/gez_ER@abegede: New file.
4443         * locales/gez_ET: New file.
4444         * locales/gez_ET@abegede: New file.
4445         * locales/om_ET: New file.
4446         * locales/om_KE: New file.
4447         * locales/sid_ET: New file.
4448         * locales/so_DJ: New file.
4449         * locales/so_ET: New file.
4450         * locales/so_KE: New file.
4451         * locales/so_SO: New file.
4452         * locales/tig_ER: New file.
4453         * locales/am_ET: Various updates.
4454         * locales/ti_ER: Likewise.
4455         * locales/ti_ET: Likewise.
4456         Patch by Daniel Yacob <locales@geez.org>.
4458 2003-10-31  Roland McGrath  <roland@redhat.com>
4460         * bug-usesetlocale.c: New file.
4461         * Makefile (tests): Add it.
4463 2003-10-01  Ulrich Drepper  <drepper@redhat.com>
4465         * SUPPORTED (SUPPORTED-LOCALES): Add uz_UZ@cyrillic.UTF-8.
4467         * locales/uz_UZ: New version by Mashrab Kuvatov.
4468         * locales/uz_UZ@cyrillic: New file.  Patch by Mashrab Kuvatov.
4470 2003-09-21  Jordi Mallach  <jordi@gnu.org>
4472         * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits
4473         values.
4474         * locales/eu_ES: Fix int_frac_digits and frac_digits values.
4475         * locales/gl_ES: Likewise.
4477 2003-09-17  Ulrich Drepper  <drepper@redhat.com>
4479         * locales/lo_LA: Fix duplicated collation entries.
4480         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4482 2003-09-01  Petter Reinholdtsen  <pere@hungry.com>
4484         * locales/iw_IL: Add comment stating why there are two locales for
4485         Hebrew in Israel, and that he_IL replaces iw_IL.
4486         * locales/he_IL: Likewise.
4488 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
4490         * locales/an_ES: Fix locale header information.
4491         * locales/wa_BE: Likewise.
4492         * locales/yi_US: Likewise.
4493         Patch by Jordi Mallach <jordi@sindominio.net>.
4495 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
4497         * charmaps/WINDOWS-31J: New file.
4498         * charmaps/EUC-JP-MS: New file
4499         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
4501 2003-07-27  Andreas Jaeger  <aj@suse.de>
4503         * collate-test.c: Include error.h for error prototype.
4504         * xfrm-test.c: Likewise.
4506 2003-07-13  Petter Reinholdtsen  <pere@hungry.com>
4508         * collate-test.c (main): Correct handling of files with more then
4509         100 lines.  Print error message if argument is missing, instead of
4510         segfaulting.
4511         * xfrm-test.c: Likewise.
4513 2003-07-02  Ulrich Drepper  <drepper@redhat.com>
4515         * locales/lo_LA: Update collation info for U0EAF and U0EC6.
4516         Update era_t_fmt, era_d_t_fmt, country_name, and lang_name fields.
4517         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4519 2003-06-25  Petter Reinholdtsen  <pere@hungry.com>
4521         * locales/an_ES: Change default charset from ISO-8859-1 to
4522         ISO-8859-15 as the locale need the EURO sign.
4524         * SUPPORTED (SUPPORTED-LOCALES): Add an_ES.ISO-8859-15.
4526 2003-06-21  Petter Reinholdtsen  <pere@hungry.com>
4528         * locales/no_NO [LC_COLLATE]: Add missing eth letter, sorted as
4529         latin letter d.
4531 2003-06-16  Bruno Haible  <bruno@clisp.org>
4533         * charmaps/ISO-8859-15: Add aliases ISO_8859-15, LATIN-9.
4534         * charmaps/ISO-8859-16: Add aliases ISO_8859-16:2001, ISO_8859-16.
4535         * charmaps/IBM1047: Add alias IBM-1047.
4536         * charmaps/GBK: Add aliases CP936, MS936, WINDOWS-936.
4538 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4540         * locales/fi_FI [LC_TIME]: Correct month names to make the dates
4541         gramatically correct.  Patch from Eero Häkkinen. [PR libc/5013].
4543 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
4545         * locales/an_ES: New file.  Contributed by Jordi Mallach Péez.
4547 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4549         * tst-fmon.c (main): Remove unused variable 'monval'.
4551         * tst-fmon.sh: Make sure all tests are executed before an error
4552         code is reported to make.
4553         * tst-numeric.sh: Likewise.
4555 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4557         * locales/is_IS [LC_TIME]: Use lower case letters in month and
4558         week day names.  Patch from Bjarni Ingi Gislason.
4560 2003-05-31  Petter Reinholdtsen  <pere@hungry.com>
4562         * locales/fi_FI: Add URL to a reference documenting Finish in
4563         Finland
4564         * locales/fi_FI [LC_MONETARY]: Correct mon_thousands_sep from
4565         period (U002E) to non-break space (U00A0).
4566         suggestion from Eero Häkkinen.
4567         [LC_NUMERIC]: Correct thousands_sep from period (U002E) to
4568         non-break space (U00A0).  Based on suggestion from Eero Häkkinen.
4570 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
4572         * locales/lo_LA: New file.
4573         Contributed by Anousak Souphavanh <anousak@muanglao.com>.
4574         * SUPPORTED (SUPPORTED-LOCALES): Add lo_LA.UTF8.
4576 2003-05-29  Petter Reinholdtsen  <pere@hungry.com>
4578         * locales/uk_UA: Correct mail address of Denys Dmytriyenko.
4580 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
4582         * locales/st_ZA: New file.
4583         * locales/xh_ZA: New file.
4584         * locales/zu_ZA: New file.
4585         Contributed by Dwayne Bailey <dwayne@translate.org.za>.
4587 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
4589         * locales/de_DE: Use two-letter abday values.
4590         * tst-langinfo.sh: Update after de_DE locale change.
4592 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4594         * tests-mbwc/tst_wcsxfrm.c (tst_wcsxfrm): Use %zu instead of %d
4595         format specifier when printing ret.
4597 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4599         * tst-fmon.c: Report name of locale if setlocale() fails.
4600         * tst-numeric.c: Likewise.
4602         * tst-fmon.sh: Ignore lines starting with hash '#' in the data file.
4603         * tst-numeric.sh: Likewise.
4605 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4607         * sort-test.sh: Output 'diff -u' when sorting test failed, to make
4608         it easier to find out what was wrong with the sorting order.
4610 2003-04-16  Petter Reinholdtsen  <pere@hungry.com>
4612         * Makefile (tests): Add LC_NUMERIC test tst-numeric.out.
4613         (tst-numeric.out): Define.
4614         * tst-numeric.c: New file.
4615         * tst-numeric.sh: New file.
4616         * tst-numeric.data: New file.
4618 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
4620         * locales/ar_BH: Fix spelling of Bahrain.
4622 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
4624         * locales/uk_UA: Fix sorting.
4625         Patch by Leonid Kanter <leon@geon.donetsk.ua>.
4627 2003-04-15  Petter Reinholdtsen  <pere@hungry.com>
4629         * locales/ar_SD [LC_MONETARY]: Use international currency symbol
4630         'SDD' for Sudan.
4631         * locales/es_EC [LC_MONETARY]: Use international currency symbol
4632         'USD' for Ecuador.
4633         Source is CIA World Fact book.
4635 2003-04-05  Petter Reinholdtsen  <pere@hungry.com>
4637         * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
4638         to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
4639         the locale building again.
4640         * locales/sr_YU@cyrillic: Likewise.
4642 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
4644         * locales/mn_MN: Fix country_post and country_ab2.
4646 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
4648         * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
4649         Added ^ to LC_MESSAGES regex "^[yY].*".
4650         Confirmed LC_PAPER and LC_MEASUREMENT settings.
4651         Added country and language names to LC_ADDRESS.
4652         Added missing info for LC_TELEPHONE.
4653         Patch by Dwayne Bailey <dwayne@obsidian.co.za>.
4655 2003-03-14  Ulrich Drepper  <drepper@redhat.com>
4657         * localedata/mn_MN: New file.
4658         Contributed by Sanlig Badral <badral@chinggis.com>.
4660 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
4662         * Makefile (LOCALES): Add vi_VN.TCVN5712-1.
4664 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
4666         * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
4667         as 2.  Reported by Christian Rose <menthos@gnu.org>.
4669         * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
4671 2002-12-03  Roland McGrath  <roland@redhat.com>
4673         * charmaps/CP1125: New file.
4674         * CHECKSUMS: Add it.
4676 2002-11-06  Thorsten Kukuk  <kukuk@suse.de>
4678         * locales/tl_PH: Fix typo: Philipines -> Philippines.
4680 2002-10-18  Bruno Haible  <bruno@clisp.org>
4682         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
4684         * charmaps/KOI8-T: Correct a typo.
4685         * charmaps/CP1256: Use official Unicode character names.
4686         * charmaps/EUC-JP: Likewise.
4687         * charmaps/GBK: Likewise.
4688         * charmaps/ISO-8859-11: Likewise.
4689         * charmaps/KOI8-U: Likewise.
4690         * charmaps/MAC-SAMI: Likewise.
4691         * charmaps/TIS-620: Likewise.
4692         * charmaps/CP949: Likewise. Use Hangul syllable names according to
4693         Unicode 3.0 book, section 3.11.
4694         * charmaps/EUC-KR: Likewise.
4695         * charmaps/JOHAB: Likewise.
4697 2002-09-27  Ulrich Drepper  <drepper@redhat.com>
4699         * locales/zh_TW: Use shorter forms for abday and day.
4700         Patch by Rex Tsai <chihchun@kalug.linux.org.tw>.
4702 2002-09-23  Roland McGrath  <roland@redhat.com>
4704         * tst-xlocale1.c (main): int -> size_t for counter.
4705         * tst-xlocale2.c (do_test): Likewise.
4706         * tst-ctype.c (main): Likewise.
4708 2002-09-22  Bruno Haible  <bruno@clisp.org>
4710         * charmaps/TSCII: New file.
4712 2002-09-20  Roland McGrath  <roland@redhat.com>
4714         * gen-locale.sh (generate_locale): Clean up overly baroque sh syntax.
4715         Touch the LC_CTYPE file of the output after a successful run.
4716         Reported by Bruno Haible <bruno@clisp.org>.
4718 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
4720         * localedata/locales/bg_BG: Update LC_IDENTIFICATION info.
4721         Patch by Yanko Kaneti <yaneti@declera.com>.
4723 2002-09-01  Roland McGrath  <roland@redhat.com>
4725         * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global.
4727 2002-08-28  Roland McGrath  <roland@redhat.com>
4729         * tst-xlocale1.c (main): Remove __ from function names.
4730         * tst-xlocale2.c: Likewise.
4732 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
4734         * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing
4735         code.
4736         * tests-mbwc/tst_mbrtowc.c: Likewise.
4737         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
4738         * tests-mbwc/tst_mbstowcs.c: Likewise.
4739         * tests-mbwc/tst_strfmon.c: Likewise.
4740         * tests-mbwc/tst_strxfrm.c: Likewise.
4741         * tests-mbwc/tst_swscanf.c: Likewise.
4742         * tests-mbwc/tst_wcscat.c: Likewise.
4743         * tests-mbwc/tst_wcschr.c: Likewise.
4744         * tests-mbwc/tst_wcscpy.c: Likewise.
4745         * tests-mbwc/tst_wcscspn.c: Likewise.
4746         * tests-mbwc/tst_wcsncat.c: Likewise.
4747         * tests-mbwc/tst_wcsncpy.c: Likewise.
4748         * tests-mbwc/tst_wcspbrk.c: Likewise.
4749         * tests-mbwc/tst_wcsrtombs.c: Likewise.
4750         * tests-mbwc/tst_wcsspn.c: Likewise.
4751         * tests-mbwc/tst_wcsstr.c: Likewise.
4752         * tests-mbwc/tst_wcstod.c: Likewise.
4753         * tests-mbwc/tst_wcstok.c: Likewise.
4754         * tests-mbwc/tst_wcstombs.c: Likewise.
4756 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
4758         * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of
4759         range.
4761 2002-08-09  Roland McGrath  <roland@redhat.com>
4763         * Makefile ($(INSTALL-SUPPORTED-LOCALES)): Pass --alias-file option to
4764         localedef.
4766 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4768         * locales/fa_IR: Fixing the Alef Hamza vs Waw Hamza ordering bug.
4769         Adding presentation forms, Alef Wasla, and Rial Sign.
4770         Handling frequent canonically equivalent sequences like each other.
4771         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
4773 2002-07-02  Thorsten Kukuk  <kukuk@suse.de>
4775         * locales/es_EC: Fix typo: Equador -> Ecuador.
4777 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4779         * locales/th_TH: Change tel_dom_fmt.
4780         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
4782 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4784         * charmaps/ISO-8859-11: New file.
4786 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4788         * locales/lug_UG: New file.
4789         Contributed by Kizito Birabwa <kompyuta@kizito.uklinux.net>.
4791         * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
4792         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
4794 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4796         * locales/mt_MT: Add locale-specific collation info.
4797         Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701].
4799         * locales/en_AU: Add am/pm support.
4800         Patch partly by maffew@cat.org.au [PR libc/3911].
4802 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4804         * locales/be_BY: Fix int_curr_symbol.
4805         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3565].
4807 2002-05-06  Jungshik Shin  <jshin@mailaps.org>
4809         * charmaps/UTF-8: Fix wcwidth for Hangul Conjoining medial vowels
4810         and trailing consonant.
4811         * charmaps/GB18030: Likewise
4813 2002-04-21  Bruno Haible  <bruno@clisp.org>
4815         * charmaps/GB18030: Add Unicode planes 1 (scripts, symbols), 2 (CJK),
4816         14 (tags), 15 and 16 (private use), accidentally removed by the
4817         2002-01-16 patch.  Replace width table by one which is based on
4818         Unicode but is biased for CJK.
4820 2002-04-19  Bruno Haible  <bruno@clisp.org>
4822         * charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
4823         * charmaps/MAC-SAMI: Likewise.
4825 2002-04-15  Bruno Haible  <bruno@clisp.org>
4827         * charmaps/EUC-JISX0213: New file.
4828         * charmaps/SHIFT_JISX0213: New file.
4830 2002-04-15  Bruno Haible  <bruno@clisp.org>
4832         * charmaps/BIG5-HKSCS: Update to Unicode 3.2.
4834 2002-04-15  Bruno Haible  <bruno@clisp.org>
4836         * charmaps/EUC-TW: Add many mappings for characters introduced in
4837         Unicode 3.1 and 3.2.
4839 2002-04-15  Bruno Haible  <bruno@clisp.org>
4841         * charmaps/GB18030: Update for Unicode 3.2:
4842         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4843         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4844         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4845         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4846         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4847         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4848         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4849         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4850         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4851         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4852         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4853         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4854         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4855         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4857 2002-04-15  Bruno Haible  <bruno@clisp.org>
4859         * charmaps/UTF-8: Update for Unicode 3.2:
4860         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4861         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4862         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4863         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4864         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4865         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4866         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4867         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4868         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4869         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4870         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4871         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4872         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4873         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4874         Assign width 2 to <U3008>..<U300B>, <U3014>..<U3015>, <U3018>..<U301B>.
4876 2002-04-15  Bruno Haible  <bruno@clisp.org>
4878         Update to Unicode 3.2.
4879         * locales/translit_circle: Add <U3251>..<U325F>, <U32B1>..<U32BF>.
4880         * locales/translit_cjk_compat: Change <UF951>.  Add <UFA30>..<UFA6A>.
4881         * locales/translit_combining: Add more combining characters.
4882         * locales/translit_compat: Add <U2047>, <U2057>, <U205F>, <U2A0C>,
4883         <U2A74>..<U2A76>.
4884         * locales/translit_font: Add <U213D>..<U2140>, <U2145>..<U2149>.
4885         * locales/translit_neutral: Add <U2060>..<U2063>, <U30A0>,
4886         <UFE00>..<UFE0F>.
4887         * locales/translit_small: Add small Hiragana letters and small
4888         Katakana letters.
4889         * locales/translit_wide: Add <UFF5F>..<UFF60>.
4891 2002-04-15  Bruno Haible  <bruno@clisp.org>
4893         * locales/i18n (LC_CTYPE): Update to Unicode 3.2. In detail:
4894         (upper): Add <U0220>, <U03D8>, <U048A>, <U04C5>, <U04C9>, <U04CD>,
4895         <U0500>, <U0502>, <U0504>, <U0506>, <U0508>, <U050A>, <U050C>, <U050E>.
4896         (lower): Add <U019E>, <U03D9>, <U048B>, <U04C6>, <U04CA>, <U04CE>,
4897         <U0501>, <U0503>, <U0505>, <U0507>, <U0509>, <U050B>, <U050D>, <U050F>.
4898         (alpha): Add <U0220>, <U03D8>..<U03D9>, <U048A>..<U048B>,
4899         <U04C5>..<U04C6>, <U04C9>..<U04CA>, <U04CD>..<U04CE>, <U0500>..<U050F>,
4900         <U066E>..<U066F>, <U07B1>, <U0B83>, <U10F7>..<U10F8>, <U1700>..<U170C>,
4901         <U170E>..<U1711>, <U1720>..<U1731>, <U1740>..<U1751>, <U1760>..<U1770>,
4902         <U17D7>, <U17DC>, <U2071>, <U213D>..<U213F>, <U2145>..<U2149>,
4903         <U303B>..<U303C>, <U3095>..<U3096>, <U309F>, <U30FF>, <U31F0>..<U31FF>,
4904         <UFA30>..<UFA6A>, <UFE73>.
4905         (space): Add <U205F>.
4906         (punct): Add <U034F>, <U0363>..<U036F>, <U03F6>, <U1712>..<U1714>,
4907         <U1732>..<U1736>, <U1752>..<U1753>, <U1772>..<U1773>, <U2047>,
4908         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U20B0>..<U20B1>,
4909         <U20E4>..<U20EA>, <U2140>..<U2144>, <U214A>..<U214B>, <U21F4>..<U21FF>,
4910         <U22F2>..<U22FF>, <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>,
4911         <U2596>..<U259F>, <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>,
4912         <U2680>..<U2689>, <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>,
4913         <U2900>..<U2AFF>, <U303D>, <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>,
4914         <UA4A2>..<UA4A3>, <UA4B4>, <UA4C1>, <UA4C5>, <UFDFC>, <UFE00>..<UFE0F>,
4915         <UFF5F>..<UFF60>. Remove <U0B83>, <U17D7>, <U17DC>.
4916         (graph): Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4917         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4918         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4919         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4920         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4921         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4922         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4923         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4924         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4925         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4926         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4927         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4928         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4929         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.
4930         (print): Likewise. Also add <U205F>.
4931         (blank): Add <U205F>.
4932         (toupper): Add (<U019E>,<U0220>), (<U03D9>,<U03D8>), (<U048B>,<U048A>),
4933         (<U04C6>,<U04C5>), (<U04CA>,<U04C9>), (<U04CE>,<U04CD>),
4934         (<U0501>,<U0500>), (<U0503>,<U0502>), (<U0505>,<U0504>),
4935         (<U0507>,<U0506>), (<U0509>,<U0508>), (<U050B>,<U050A>),
4936         (<U050D>,<U050C>), (<U050F>,<U050E>).
4937         (totitle): Likewise.
4938         (tolower): Add (<U0220>,<U019E>), (<U03D8>,<U03D9>), (<U048A>,<U048B>),
4939         (<U04C5>,<U04C6>), (<U04C9>,<U04CA>), (<U04CD>,<U04CE>),
4940         (<U0500>,<U0501>), (<U0502>,<U0503>), (<U0504>,<U0505>),
4941         (<U0506>,<U0507>), (<U0508>,<U0509>), (<U050A>,<U050B>),
4942         (<U050C>,<U050D>), (<U050E>,<U050F>).
4943         (combining): Add <U034F>, <U0363>..<U036F>, <U1712>..<U1714>,
4944         <U1732>..<U1734>, <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>,
4945         <U20E4>..<U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4946         (combining_level3): Add <U034F>, <U1712>..<U1714>, <U1732>..<U1734>,
4947         <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>, <U20E4>..<U20E6>,
4948         <U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4949         * locales/tr_TR: Likewise.
4951 2002-04-15  Bruno Haible  <bruno@clisp.org>
4953         * charmaps/IBM856: New file.
4954         * charmaps/IBM922: New file.
4955         * charmaps/IBM1124: New file.
4956         * charmaps/IBM1129: New file.
4957         * charmaps/IBM1160: New file.
4958         * charmaps/IBM1161: New file.
4959         * charmaps/IBM1132: New file.
4960         * charmaps/IBM1133: New file.
4961         * charmaps/IBM1162: New file.
4962         * charmaps/IBM1163: New file.
4963         * charmaps/IBM1164: New file.
4964         * charmaps/ARMSCII-8: New file.
4966 2002-04-14  Wolfram Gloger  <wg@malloc.de>
4968         * tests-mbwc/tst_types.h: Increase MONSIZE.
4969         * tests-mbwc/tst_strfmon.c: Fail test if buffer too small.
4971 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
4973         * locales/ms_MY (day): Fix a typo.
4975 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
4977         * locales/es_ES: Define int_frac_digits and frac_digits as 2.
4979 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
4981         * locales/vi_VN: Fix various mistakes and add some more information.
4982         Patch by Le Hong Boi <le.hong.boi@quantic.com.vn>.
4984 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
4986         * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for
4987         Euro locales.
4988         * tst-fmon.data: Likewise.
4990         * locales/br_FR: Eliminate old national currencies of countries
4991         participating in Euro.  Make @euro files pure copies.
4992         * locales/ca_ES: Likewise.
4993         * locales/ca_ES@euro: Likewise.
4994         * locales/de_AT: Likewise.
4995         * locales/de_AT@euro: Likewise.
4996         * locales/de_BE: Likewise.
4997         * locales/de_BE@euro: Likewise.
4998         * locales/de_DE: Likewise.
4999         * locales/de_DE@euro: Likewise.
5000         * locales/de_LU: Likewise.
5001         * locales/de_LU@euro: Likewise.
5002         * locales/el_GR: Likewise.
5003         * locales/el_GR@euro: Likewise.
5004         * locales/en_IE: Likewise.
5005         * locales/en_IE@euro: Likewise.
5006         * locales/es_ES: Likewise.
5007         * locales/es_ES@euro: Likewise.
5008         * locales/fi_FI: Likewise.
5009         * locales/fi_FI@euro: Likewise.
5010         * locales/fr_BE: Likewise.
5011         * locales/fr_BE@euro: Likewise.
5012         * locales/fr_FR: Likewise.
5013         * locales/fr_FR@euro: Likewise.
5014         * locales/fr_LU: Likewise.
5015         * locales/fr_LU@euro: Likewise.
5016         * locales/ga_IE: Likewise.
5017         * locales/ga_IE@euro: Likewise.
5018         * locales/gl_ES: Likewise.
5019         * locales/gl_ES@euro: Likewise.
5020         * locales/it_IT: Likewise.
5021         * locales/it_IT@euro: Likewise.
5022         * locales/nl_NL: Likewise.
5023         * locales/nl_NL@euro: Likewise.
5024         * locales/pt_PT: Likewise.
5025         * locales/pt_PT@euro: Likewise.
5027         * locales/br_FR@euro: New file.
5029 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
5031         * locales/eu_ES: Corrections of date and time formats.
5032         * locales/hu_HU: Adjust a comment.
5033         * locales/wa_BE: New file.
5034         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
5036         * SUPPORTED (SUPPORTED-LOCALES): Add wa_BE and wa_BE@uero.
5037         * locales/wa_BE@euro: New file.
5039         * locales/zh_HK: Correct date information.
5040         Patch by Anthony Fok <anthony@thizlinux.com>.
5042 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
5044         * locales/sr_YU: Correct month entries for June and July
5045         [PR libc/2955].  Patch by Alastair McKinstry <alastair@pdd.3com.com>.
5047         * locales/pl_PL: Update int_curr_symbol.
5049 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
5051         * locales/el_GR: Bug fixes for spelling.
5052         Patch by Alexandros Diamantidis <adia@hellug.gr>.
5054 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
5056         * da_DK.in: Add a few more character sequences, no real words.
5058 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
5060         * charmaps/MACINTOSH: Update to Apple's latest definition.
5062 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
5064         * charmaps/GB18030: Update.
5065         Patch by Yu Shao <yshao@redhat.com>.
5067 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
5069         * locales/hu_HU: New version with corrected collation.
5070         Patch by Nagy Péter <chichken@interbase.hu>.
5072 2001-12-28  Ulrich Drepper  <drepper@redhat.com>
5074         * locales/bn_BD: New file.
5075         Contributed by Taneem Ahmed <taneem@eyetap.org>.
5077 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5079         * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
5081 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
5083         * locales/ms_MY: Various bug fixes and additions.
5084         Patch by Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>.
5086         * locales/ca_ES: Fix typos (desembre -> decembre).
5087         Patch by Xavi Drudis Ferran <xdrudis@tinet.org>.
5089 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
5091         * charmaps/TCVN5712-1: Add combined characters.
5093 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5095         * locales/bg_BG: Rewrite.
5096         Patch by Alexander Shopov <al_shopov@web.bg>.
5098         * charmapsTCVN5712-1: New file.
5100 2001-12-03  Ulrich Drepper  <drepper@redhat.com>
5102         * locales/translit_neutral: Define transliteration for dong sign.
5104 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
5106         * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
5108         * locales/de_CH: Define decimal point to '.' and thousands
5109         separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
5111 2001-11-21  Bruno Haible  <bruno@clisp.org>
5113         * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
5115 2001-11-15  Børre Gaup  <boerre.gaup@pc.nu>
5117         * locales/se_NO: New file.
5119 2001-10-08  Won-kyu Park  <wkpark@chem.skku.ac.kr>
5121         * locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE.
5123 2001-09-30  Ulrich Drepper  <drepper@redhat.com>
5125         * charmaps/SAMI-WS2: Add Euro sign.
5126         Patch by Petter Reinholdtsen <pere@hungry.com>.
5128 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5130         * Makefile: Add rules to build and run tst-xlocale2.
5131         * tst-xlocale2.c: New file.
5133 2001-08-14  Ulrich Drepper  <drepper@redhat.com>
5135         * Makefile: Add rules to build and run tst-xlocale1.
5136         * tst-xlocale1.c: New file.
5138         * bug-iconv-trans.c: Improve error messages.
5140 2001-08-12  Ulrich Drepper  <drepper@redhat.com>
5142         * charmaps/ISO-IR-209: New file.
5143         * charmaps/MAC-SAMI: New file.
5144         Contributed by Regnor Jernsletten <Regnor.Jernsletten@eunet.no>.
5146 2001-08-04  Ulrich Drepper  <drepper@redhat.com>
5148         * charmaps/GEORGIAN-PS: New file.
5149         * charmaps/GEORGIAN-ACADEMY: New file.
5150         * SUPPORTED: Add ka_GE/GEORGIAN-PS.
5152 2001-08-03  Ulrich Drepper  <drepper@redhat.com>
5154         * Makefile: Add rules to build and run tst-mbswcs6.
5155         * tst-mbswcs6.c: New file.
5157         * SUPPORTED: Add several new locales.
5159         * charmaps/KOI8-T: New file.
5161 2001-08-02  Ulrich Drepper  <drepper@redhat.com>
5163         * locales/af_ZA: Use generic LC_COLLATE data.
5164         * locales/el_GR: Likewise.
5165         * locales/hu_HU: Likewise.
5166         * locales/ro_RO: Likewise.  Add transliteration.
5167         * locales/be_BY: Likewise.  Handle Ukrainian Ghe.
5168         * locales/ru_RU: Likewise.
5169         * locales/ru_UA: Likewise.
5170         * locales/uk_UA: Likewise.
5171         * locales/eu_ES: LC_TIME strings fixed.
5172         * locales/am_ET: New file.
5173         * locales/translit_et: New file.
5174         * locales/az_AZ: New file.
5175         * locales/br_FR: New file.
5176         * locales/bs_BA: New file.
5177         * locales/cy_GB: New file.
5178         * locales/hy_AM: New file.
5179         * locales/ka_GE: New file.
5180         * locales/mi_NZ: New file.
5181         * locales/oc_FR: New file.
5182         * locales/tg_TJ: New file.
5183         * locales/ti_ER: New file.
5184         * locales/ti_ET: New file.
5185         * locales/tl_PH: New file.
5186         * locales/tt_RU: New file.
5187         * locales/ur_PK: New file.
5188         * locales/uz_UZ: New file.
5189         * locales/yi_US: New file.
5190         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
5192 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
5194         * locales/tr_TR: Define missing fields and remove FIXME comments.
5195         Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
5197 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
5199         * locales/en_CA (LC_PAPER): Change to Letter.
5200         * locales/fr_CA (LC_PAPER): Likewise.
5201         * locales/es_PR (LC_PAPER): Change to Letter.
5202         (LC_MEASUREMENT): Change to 2.
5203         * locales/es_US (LC_PAPER): Change to Letter.
5204         (LC_MEASUREMENT): Change to 2.
5206 2001-07-07  Ulrich Drepper  <drepper@redhat.com>
5208         * Makefile: Add dependencies to locale files for all tests in $(tests).
5210 2001-06-28  H.J. Lu  <hjl@gnu.org>
5212         * Makefile: Include SUPPORTED.
5213         (INSTALL-SUPPORTED-LOCALES): New.
5214         ($(INSTALL-SUPPORTED-LOCALES)): New target.
5215         (install-locales-dir): Likewise.
5216         (install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
5217         * SUPPORTED: Changed the format for parallel install.
5219 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
5221         * Makefile: Add rules to build and run tst-leaks.
5222         * tst-leaks.c: New file.
5224 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5226         * locales/ro_RO (day): Use U0163 instead of U021B.
5228 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5230         * SUPPORTED (zh_HK): Update character map name to BIG5-HKSCS.
5232 2001-06-09  Bruno Haible  <haible@clisp.cons.org>
5234         * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
5235         code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
5237 2001-05-26  Bruno Haible  <haible@clisp.cons.org>
5239         * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
5240         to SHIFT_JIS. Add SJIS as alias.
5241         * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
5242         * gen-locale.sh: Likewise.
5244 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5246         * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5247         full Hangul syllable names. Add Unicode planes 1 (scripts, symbols),
5248         2 (CJK), 14 (tags), 15 and 16 (private use). Update width table.
5249         Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
5251 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5253         * charmaps/UTF-8: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5254         range syntax for <U3400>..<U4DB5>, <U4E00>..<U9FA5>, <UE000>..<UF8FF>.
5255         Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16
5256         (private use). Update width table. Assign width 1 to <U3008>, <U3009>,
5257         <U3014>, <U3015>, <U3018>, <U3019>.
5259 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5261         * gen-unicode-ctype.c: Update to Unicode 3.1.
5262         (unicode_attributes): Change size to 0x110000.
5263         (fill_attribute): Change limit for i to 0x110000. Ignore surrogates;
5264         Unicode now officially allows a 32-bit representation and deprecates
5265         the use of surrogates in this representation.
5266         (fill_attributes): Loop up to 0x110000.
5267         (unicode_combining): Remove array.
5268         (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't
5269         contain this property any more.
5270         (is_alpha): Incorporate changes by Theppitak Karoonboonyanan
5271         2001-02-15.
5272         (is_combining): Use new but equivalent definition.
5273         (ucs_symbol, ucs_symbol_range): New functions.
5274         (output_charclass): Loop up to 0x110000.
5275         (output_charmap): Likewise.
5276         (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where
5277         appropriate.
5278         (main): Expect only two arguments. Remove fill_combining() call.
5279         * locales/i18n (LC_CTYPE): To "upper", add <U03F4> and Deseret letters.
5280         To "lower", add <U03F5> and Deseret letters.
5281         To "alpha", add <U03F4>, <U03F5>, <U16EE>..<U16F0>, Old Italic letters,
5282         Gothic letters, Deseret letters, mathematical symbols.
5283         From "punct", remove <U16EE>..<U16F0> and surrogates. Add many new
5284         Unicode 3.1 characters.
5285         To "graph" and "print", add <U03F4>, <U03F5>. Remove surrogates. Add
5286         many new Unicode 3.1 characters.
5287         "toupper", "tolower", "totitle": Update.
5288         To "combining", add some new musical symbols.
5289         To "combining_level3", add some new musical symbols.
5290         * locales/tr_TR (LC_CTYPE): Update from i18n.
5291         * locales/translit_font: Add transliterations for new Unicode 3.1
5292         mathematical symbols.
5293         * locales/translit_compat: Add transliterations for <U03F4>, <U03F5>.
5294         * locales/translit_cjk_compat: Add transliterations for CJK
5295         compatibility characters in Unicode plane 2.
5297 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5299         * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for
5300         <U4EA0>, <U51AB>, <U52F9>. Remove 0x8EAExxxx mappings. Add
5301         0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx,
5302         0x8EAFxxxx mappings instead.
5304 2001-05-26  Ulrich Drepper  <drepper@redhat.com>
5306         * locales/ro_RO: Correct abday, day, abmon, and mon info.
5307         Patch by Ionel Mugurel Ciobîcã <tgakic@bambam.chem.tue.nl>.
5309 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
5311         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Use a private mbstate_t
5312         for some tests, because mbrlen (NULL, 0, &s) does not always put back
5313         s into the initial state.
5315 2001-05-14  Andreas Jaeger  <aj@suse.de>
5317         * locales/ms_MY: Fix entries for Tue and Wednesday.
5318         Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
5320 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
5322         * locales/be_BY: Fix syntax in LC_COLLATE section.
5323         * locales/ru_UA: Likewise.
5324         * locales/tr_TR: Likewise.
5325         * locales/uk_UA: Likewise.
5327 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
5329         * locales/fa_IR: Add outdigit information and collation.
5330         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5332 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
5334         * locales/i18n: Don't define outdigit.
5336 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
5338         * locales/th_TH: Remove name_ms entry.
5339         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5341 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
5343         * locales/th_TH: Update era information and some of the new
5344         categories.
5345         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5347 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
5349         * locales/i18n: Correct classification of Thai characters.  This
5350         differs from Unicode's tables but is in line with linguistic rules
5351         in Thailand.
5352         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5354 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
5356         * charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
5357         Patch by Yong Li <rigel863@yahoo.com>.
5359 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
5361         * SUPPORTED: Add zh_CN.GBK.
5363 2001-02-09  Andreas Jaeger  <aj@suse.de>
5365         * locales/en_IN: Add newline at end of file.
5367         * SUPPORTED: Add more entries.
5369 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
5371         * locales/en_HK: At newline at the end of the file.
5373 2001-02-08  Andreas Jaeger  <aj@suse.de>
5375         * localedata/SUPPORTED: Add some entries for new locales.
5377 2001-02-07  Andreas Jaeger  <aj@suse.de>
5379         * locales/ar_IN: New.
5380         * locales/bn_IN: New.
5381         * locales/el_GR@euro: New.
5382         * locales/en_HK: New.
5383         * locales/en_IN: New.
5384         * locales/en_PH: New.
5385         * locales/en_SG: New.
5386         * locales/ms_MY: New.
5387         * locales/ta_IN: New.
5388         * locales/te_IN: New.
5389         * locales/zh_SG: New.
5391 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
5393         * locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
5394         * locales/zh_CN: Likewise.
5396 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
5398         * locales/translit_cjk_compat: Add missing characters in range
5399         U+3300..U+33FF.
5401 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
5403         * locales/fi_FI: Remove FIXME comments.
5404         * locales/sv_FI: Likewise.
5405         Patch by Marko Myllynen <myllynen@lut.fi>.
5407 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
5409         * locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
5410         Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.
5412 2001-01-23  Andreas Schwab  <schwab@suse.de>
5414         * locales/el_GR: Add missing quotes around multicharacter strings.
5415         * locales/ru_RU: Likewise.
5417 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
5419         * Makefile (LOCALES): Add fr_FR.ISO-8859-1.
5420         * tst-langinfo.sh: Add French tests.
5422 2001-01-08  Jakub Jelinek  <jakub@redhat.com>
5424         * locales/cs_CZ: Fix grammar of comment above abmon.
5425         Reported by Stanislav Brabec <utx@penguin.cz>.
5427 2000-12-31  Andreas Jaeger  <aj@suse.de>
5429         * tst-fmon.c (main): Use return instead of exit to avoid warning.
5431 2000-12-21  Ulrich Drepper  <drepper@redhat.com>
5433         * tests/test5.cm: Define code_set_name.
5435 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
5437         * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
5438         * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
5439         REVERSE SOLIDUS.
5441 2000-11-30  Ulrich Drepper  <drepper@redhat.com>
5443         * Makefile (tests): Add tst-setlocale.
5444         (tst-setlocale-ENV): Define.
5445         * tst-setlocale.c: New file.
5447 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
5449         * Makefile (LOCALES): Add ja_JP.SJIS.
5451 2000-11-23  Ulrich Drepper  <drepper@redhat.com>
5453         * tst-digits.c (main): Add casts to avoid warnings.
5454         * collate-test.c (xstrcoll): Make l1 and l2 const.
5455         * xfrm-test.c (xstrcmp): Make l1 and l2 const.
5457 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
5459         * charmaps/BALTIC: Superceded by ISO-8859-13.
5461 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
5463         * locales/ko_KR: Changed LC_IDENTIFICATION territory field to
5464         Republic of Korea.  Streamlined and extend(include all Hangul
5465         syllables) hangul and hanja class definition in LC_CTYPE and
5466         hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
5467         tel_dom_fmt to LC_TELEPHONE.
5468         Patch by Jungshik Shin <jshin@pantheon.yale.edu>.
5470 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
5472         * locales/ko_KR: Fix currency_symbol.
5473         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5475 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
5477         * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
5478         Reported by Markus Kuhn.
5480 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
5482         * charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
5483         * locales/ko_KR: Revert change.  Use full with won sign.
5484         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5486 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
5488         * locales/mk_MK: Update.
5489         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
5491 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
5493         * charmaps/BIG5: Add mapping for <U20AC> back.
5494         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5496 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
5498         * locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
5499         * locales/translit_compat: Add a few ligatures.
5500         * locales/translit_combining: Add a few plain ASCII alternatives.
5501         * locales/translit_fraction: Likewise.  Surround with spaces.
5503 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5505         * locales/translit_hangul: New file.
5506         * locales/ko_KR (LC_CTYPE): Include it.
5508 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5510         * locales/translit_cjk_variants: New file.
5511         * locales/ja_JP (LC_CTYPE): Include it.
5513 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5515         * locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
5516         transliteration rules.
5518 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5520         * locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
5521         transliteration rules.
5522         * locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
5523         * locales/de_BE (LC_CTYPE): Likewise.
5524         * locales/de_CH (LC_CTYPE): Likewise.
5525         * locales/de_LU (LC_CTYPE): Likewise.
5526         * locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
5527         * locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
5528         * locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
5529         * locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.
5531 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5533         * locales/translit_combining: New file.
5534         * locales/fr_FR (LC_CTYPE): Include it.
5535         * locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
5536         * locales/fr_CA (LC_CTYPE): Likewise.
5537         * locales/fr_CH (LC_CTYPE): Likewise.
5538         * locales/fr_LU (LC_CTYPE): Likewise.
5539         * locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
5540         * locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
5541         * locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.
5543 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5545         * locales/translit_wide: New file.
5546         * locales/translit_narrow: New file.
5547         * locales/translit_font: New file.
5548         * locales/translit_circle: New file.
5549         * locales/translit_small: New file.
5550         * locales/translit_fraction: New file.
5551         * locales/translit_compat: New file.
5552         * locales/translit_cjk_compat: New file.
5553         * locales/translit_neutral: New file.  Include all of the above.
5554         * locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
5555         German and Danish specific rules.
5557 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5559         * locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
5560         * locales/zh_CN (LC_CTYPE): Likewise.
5561         * locales/ko_KR (LC_CTYPE): Likewise.
5563 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5565         * charmaps/UTF-8: Set width of U200B to 0.
5566         * charmaps/GB18030: Likewise.
5568 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
5570         * charmaps/BIG5: Update.
5571         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5573         * locales/mk_MK: Use iso14651_t1 file.
5574         Patch by Damjan <arhiv@freemail.org.mk>.
5576 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
5578         * charmaps/VISCII: New file.
5580 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5582         * locales/sr_YU@cyrillic: New file. Based on a locale file by
5583         Anton Zinoviev <anton@lml.bas.bg>.
5584         * SUPPORTED: Add sr_YU@cyrillic.
5586 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5588         * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
5589         * locales/be_BY: Likewise.
5590         * locales/bg_BG: Likewise.
5591         * locales/el_GR: Likewise.
5592         * locales/ja_JP: Likewise.
5593         * locales/ko_KR: Likewise.
5594         * locales/mk_MK: Likewise.
5595         * locales/ru_RU: Likewise.
5596         * locales/ru_UA: Likewise.
5597         * locales/th_TH: Likewise.
5598         * locales/tr_TR: Likewise.
5599         * locales/uk_UA: Likewise.
5600         * locales/zh_CN: Likewise.
5601         * tests-mbwc/dat_iswalnum.c: Update for changed character properties
5602         in the ja_JP.EUC-JP locale.
5603         * tests-mbwc/dat_iswalpha.c: Likewise.
5604         * tests-mbwc/dat_iswctype.c: Likewise.
5605         * tests-mbwc/dat_iswgraph.c: Likewise.
5606         * tests-mbwc/dat_iswprint.c: Likewise.
5607         * tests-mbwc/dat_iswpunct.c: Likewise.
5609 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5611         * fr_CA,2.13.in: Removed.
5613 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
5615         * locales/POSIX: New support for date_fmt.
5616         * locales/af_ZA: Likewise.
5617         * locales/ar_AE: Likewise.
5618         * locales/ar_BH: Likewise.
5619         * locales/ar_DZ: Likewise.
5620         * locales/ar_EG: Likewise.
5621         * locales/ar_IQ: Likewise.
5622         * locales/ar_JO: Likewise.
5623         * locales/ar_KW: Likewise.
5624         * locales/ar_LB: Likewise.
5625         * locales/ar_LY: Likewise.
5626         * locales/ar_MA: Likewise.
5627         * locales/ar_OM: Likewise.
5628         * locales/ar_QA: Likewise.
5629         * locales/ar_SA: Likewise.
5630         * locales/ar_SD: Likewise.
5631         * locales/ar_SY: Likewise.
5632         * locales/ar_TN: Likewise.
5633         * locales/ar_YE: Likewise.
5634         * locales/be_BY: Likewise.
5635         * locales/bg_BG: Likewise.
5636         * locales/ca_ES: Likewise.
5637         * locales/cs_CZ: Likewise.
5638         * locales/da_DK: Likewise.
5639         * locales/de_AT: Likewise.
5640         * locales/de_BE: Likewise.
5641         * locales/de_CH: Likewise.
5642         * locales/de_DE: Likewise.
5643         * locales/de_LU: Likewise.
5644         * locales/el_GR: Likewise.
5645         * locales/en_AU: Likewise.
5646         * locales/en_CA: Likewise.
5647         * locales/en_DK: Likewise.
5648         * locales/en_GB: Likewise.
5649         * locales/en_IE: Likewise.
5650         * locales/en_NZ: Likewise.
5651         * locales/en_US: Likewise.
5652         * locales/en_ZA: Likewise.
5653         * locales/es_AR: Likewise.
5654         * locales/es_BO: Likewise.
5655         * locales/es_CL: Likewise.
5656         * locales/es_CO: Likewise.
5657         * locales/es_CR: Likewise.
5658         * locales/es_DO: Likewise.
5659         * locales/es_EC: Likewise.
5660         * locales/es_ES: Likewise.
5661         * locales/es_GT: Likewise.
5662         * locales/es_HN: Likewise.
5663         * locales/es_MX: Likewise.
5664         * locales/es_NI: Likewise.
5665         * locales/es_PA: Likewise.
5666         * locales/es_PE: Likewise.
5667         * locales/es_PR: Likewise.
5668         * locales/es_PY: Likewise.
5669         * locales/es_SV: Likewise.
5670         * locales/es_US: Likewise.
5671         * locales/es_UY: Likewise.
5672         * locales/es_VE: Likewise.
5673         * locales/et_EE: Likewise.
5674         * locales/eu_ES: Likewise.
5675         * locales/fa_IR: Likewise.
5676         * locales/fi_FI: Likewise.
5677         * locales/fo_FO: Likewise.
5678         * locales/fr_BE: Likewise.
5679         * locales/fr_CA: Likewise.
5680         * locales/fr_CH: Likewise.
5681         * locales/fr_FR: Likewise.
5682         * locales/fr_LU: Likewise.
5683         * locales/ga_IE: Likewise.
5684         * locales/gl_ES: Likewise.
5685         * locales/gv_GB: Likewise.
5686         * locales/he_IL: Likewise.
5687         * locales/hi_IN: Likewise.
5688         * locales/hr_HR: Likewise.
5689         * locales/hu_HU: Likewise.
5690         * locales/i18n: Likewise.
5691         * locales/id_ID: Likewise.
5692         * locales/is_IS: Likewise.
5693         * locales/it_CH: Likewise.
5694         * locales/it_IT: Likewise.
5695         * locales/iw_IL: Likewise.
5696         * locales/ja_JP: Likewise.
5697         * locales/kl_GL: Likewise.
5698         * locales/ko_KR: Likewise.
5699         * locales/kw_GB: Likewise.
5700         * locales/lt_LT: Likewise.
5701         * locales/lv_LV: Likewise.
5702         * locales/mk_MK: Likewise.
5703         * locales/mr_IN: Likewise.
5704         * locales/mt_MT: Likewise.
5705         * locales/nl_BE: Likewise.
5706         * locales/nl_NL: Likewise.
5707         * locales/nn_NO: Likewise.
5708         * locales/no_NO: Likewise.
5709         * locales/pl_PL: Likewise.
5710         * locales/pt_BR: Likewise.
5711         * locales/pt_PT: Likewise.
5712         * locales/ro_RO: Likewise.
5713         * locales/ru_RU: Likewise.
5714         * locales/ru_UA: Likewise.
5715         * locales/sk_SK: Likewise.
5716         * locales/sl_SI: Likewise.
5717         * locales/sq_AL: Likewise.
5718         * locales/sr_YU: Likewise.
5719         * locales/sv_FI: Likewise.
5720         * locales/sv_SE: Likewise.
5721         * locales/th_TH: Likewise.
5722         * locales/tr_TR: Likewise.
5723         * locales/uk_UA: Likewise.
5724         * locales/vi_VN: Likewise.
5725         * locales/zh_CN: Likewise.
5726         * locales/zh_HK: Likewise.
5727         * locales/zh_TW: Likewise.
5729 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5731         * locales/fa_IR: Fix many problems and change to use UTF-8.
5732         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5733         * SUPPORTED: Add fa_IR.UTF-8.
5735 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
5737         * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.
5739 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
5741         * locales/iso14651_t1: Handle Macedonian correctly.
5742         Patch by Damjan <arhiv@freemail.org.mk>.
5744 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
5746         * locales/iso14651_t1: Add currency symbols.
5748 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5750         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
5751         * tests-mbwc/dat_iswdigit.c: Likewise.
5753         * locales/zh_CN: Remove non-ASCII digit entry.
5754         * locales/ja_JP: Likewise.
5755         Add full width digits to alnum class.
5757 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5759         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
5760         digits.
5761         (is_alpha): Add them here.
5762         * locales/i18n (digit): Remove all non-ASCII digits.
5763         (alpha): Add them here.
5765         * dump-ctype.c: Pretty print.
5767 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5769         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
5770         * locales/ko_KR: Change currency_symbol back to use U20a9.
5772 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
5774         * tst-langinfo.sh: Adjust for change in ja_JP.
5776 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
5778         * locales/ja_JP: Changed yesexpr/noexpr expression,
5779         fixed typo in era, added definition for name_gen.
5781 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5783         * SUPPORTED: Add ko_KR.UTF-8.
5785 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
5787         * charmaps/BIG5: Add a width table.
5788         * charmaps/GB18030: Likewise.
5789         * charmaps/ISO-8859-6: Likewise.
5790         * charmaps/ISO-8859-8: Likewise.
5791         * charmaps/TIS-620: Likewise.
5793 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5795         * Makefile (repertoiremaps): Remove variable.
5796         (distribute): Remove repertoiremaps.
5797         (install-others): Likewise. Add .gz to charmaps.
5798         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
5800 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5802         * charmaps/ISO-IR-197: Remove alias "none".
5804 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5806         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
5807         width of format control characters to 0.
5809 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5811         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
5812         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
5813         return values.  Only the sign matters.
5815 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
5817         * locales/ar_SA: Last non <Uxxxx> entries removed.
5818         Patch by Martin Strassburger <martin.strassburger@sap.com>.
5820 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
5822         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
5823         we have EUC-KR.
5825 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5827         * locales/uk_UA: Fix yesexpr.
5828         * locales/ru_UA: Likewise.
5829         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
5831 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5833         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
5834         so they become printable and carry a width.  Comment out surrogate
5835         ranges.  Add a WIDTH table.
5837 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5839         * gen-unicode-ctype.c: New file.
5840         * dump-ctype.c: New file.
5841         * Makefile (distribute): Add them.
5842         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
5843         gen-unicode-ctype.c.
5844         (blank): Add U+1680.
5845         (cntrl): Add U+2028, U+2029.
5846         (space): Add U+1680, U+2028, U+2029.
5847         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
5848         (alnum, alpha, print, graph, punct): Lots of additions.
5849         (lower, upper, tolower, toupper, combining, combining_level3): Update.
5850         (totitle): New map.
5851         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
5852         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
5853         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
5854         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
5855         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
5856         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
5857         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
5859 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5861         * charmaps/GBK: Add commented mappings for GBK characters not yet in
5862         Unicode.
5864 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5866         * charmaps/GBK: Remove /x80 entry.
5868 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5870         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
5871         to use it.
5873 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5875         * charmaps/JOHAB: Add identity mapping for 0x7f.
5877 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
5879         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
5880         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
5882 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
5884         * charmaps/GB2312: Change code_set_name to GB2312.
5886 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
5888         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
5889         * localedata/locales/ar_BH: Likewise.
5890         * localedata/locales/ar_DZ: Likewise.
5891         * localedata/locales/ar_EG: Likewise.
5892         * localedata/locales/ar_IQ: Likewise.
5893         * localedata/locales/ar_JO: Likewise.
5894         * localedata/locales/ar_KW: Likewise.
5895         * localedata/locales/ar_LB: Likewise.
5896         * localedata/locales/ar_LY: Likewise.
5897         * localedata/locales/ar_MA: Likewise.
5898         * localedata/locales/ar_OM: Likewise.
5899         * localedata/locales/ar_QA: Likewise.
5900         * localedata/locales/ar_SD: Likewise.
5901         * localedata/locales/ar_SY: Likewise.
5902         * localedata/locales/ar_TN: Likewise.
5903         * localedata/locales/ar_YE: Likewise.
5905 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
5907         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
5908         * locales/mr_IN: New file.
5909         * locales/mt_MT: New file.
5911         * charmaps/GB18030: Comment out entries in user-defined area.
5913 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
5915         * charmaps/GB18030: Add back entries which got lost in last change.
5917 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
5919         * charmaps/GB18030: Update once more.
5921         * charmaps/JOHAB: New file.
5922         * SUPPORTED: Add ko_KR.JOHAB.
5924 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
5926         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
5927         but not in EUC-KR.
5929 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5931         * charmaps/EUC-TW: Add commented non-reversible mappings.
5933 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5935         * charmaps/CP949: New file.
5937 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5939         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
5941 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5943         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
5944         U+007E.
5946 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5948         * charmaps/INIS-8: Update to use <Uxxxx> format.
5949         * charmaps/ISO_2033-1983: Likewise.
5950         * charmaps/ISO_5427-EXT: Likewise.
5952 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
5954         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
5955         * SUPPORTED: Add zh_HK.BIG5HKSCS.
5957         * charmaps/BIG5HKSCS: Add Big5 codes.
5959         * Makefile (test-input): Add sv_SE.ISO-8859-1.
5960         (LOCALES): Likewise.
5961         * sv_SE.ISO-8859-1: New file.
5963 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
5965         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
5966         Changes by Roger So <spacehunt@e-fever.org>.
5968         * SUPPORTED: Add nn_NO.ISO-8859-1.
5969         * locales/nn_NO: New file.
5971 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
5973         * charmaps/BIG5HKSCS: Regenerated from official data file.
5975         * locales/ja_JP: Add yesstr and nostr information.
5977         * charmaps/GB18030: Add entries from GBK not present here.
5979         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
5981         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
5983 2000-08-29  Akira Higuchi  <a@kondara.org>
5985         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
5986         * charmaps/GBK: Likewise.
5988         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
5990 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
5992         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
5993         and customize with several reorder-after statements.
5994         Reported by menthos@menthos.com.
5996 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
5998         * locales/ja_JP: Add new categories with generic information.
6000         * locales/i18n (default_missing): Change back to only U003F.
6002 2000-08-24  Andreas Jaeger  <aj@suse.de>
6004         * Makefile (generated): Add some .out files.
6006 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
6008         * locales/i18n: Add transliteration information.
6010 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
6012         * locales/ca_ES@euro: Country is Spain.
6013         * locales/ca_ES: Likewise.
6015         * locales/es_MX: Correct int_curr_symbol.
6016         * locales/es_PE: Likewise.
6018         * SUPPORTED: Add missing supported locales.
6020         * locales/fa_IR: Correct a few of the contained bugs.
6022         * locales/zh_HK: New file.
6024         * charmaps/BIG5HKSCS: New file.
6026         * locales/en_CA,2.5: Removed.
6027         * locales/fr_CA,2.13: Removed.
6028         * locales/in_ID: Removed.
6030         * locales/sq_AL: New file.
6031         * SUPPORTED: Add sq_AL.ISO-8859-1.
6033         * locales/vi_VN: New file.
6034         * SUPPORTED: Add vi_VN.UTF-8.
6036         * locales/ko_KR: Correct currency_symbol entry.
6038         * locales/hi_IN: New file.
6039         * SUPPORTED: Add hi_IN.UTF-8.
6041         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
6043         * sort-test.sh: Improve error handling by printing more information.
6045         * locales/ar_AE: New file.
6046         * locales/ar_BH: New file.
6047         * locales/ar_DZ: New file.
6048         * locales/ar_EG: New file.
6049         * locales/ar_IQ: New file.
6050         * locales/ar_JO: New file.
6051         * locales/ar_KW: New file.
6052         * locales/ar_LB: New file.
6053         * locales/ar_LY: New file.
6054         * locales/ar_MA: New file.
6055         * locales/ar_OM: New file.
6056         * locales/ar_QA: New file.
6057         * locales/ar_SD: New file.
6058         * locales/ar_SY: New file.
6059         * locales/ar_TN: New file.
6060         * locales/ar_YE: New file.
6061         * SUPPORTED: Add Arabic locales.
6063 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
6065         * locales/es_CR: New file.
6066         * locales/es_NI: New file.
6067         * locales/es_PR: New file.
6069         * locales/es_AR: Share LC_COLLATE description with es_ES.
6070         * locales/es_BO: Likewise.
6071         * locales/es_CL: Likewise.
6072         * locales/es_CO: Likewise.
6073         * locales/es_DO: Likewise.
6074         * locales/es_GT: Likewise.
6075         * locales/es_HN: Likewise.
6076         * locales/es_MX: Likewise.
6077         * locales/es_PA: Likewise.
6078         * locales/es_PE: Likewise.
6079         * locales/es_PY: Likewise.
6080         * locales/es_SV: Likewise.
6081         * locales/es_UY: Likewise.
6082         * locales/es_VE: Likewise.
6083         * locales/es_EC: Share LC_COLLATE description with es_US.
6085         * locales/ko_KR: Updated for glibc 2.2.
6086         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
6087         * SUPPORTED: Add ko_KR.
6089         * locales/de_BE@euro: New file.
6090         * locales/eu_ES@euro: New file.
6091         * locales/ga_IE@euro: New file.
6092         * locales/gl_ES@euro: New file.
6093         * locales/nl_BE@euro: New file.
6094         * locales/sv_FI@euro: New file.
6095         * SUPPORTED: Add the new locales.
6097         * Makefile (install-locales): Handle option in locale name.  Print
6098         progress information.
6100         * SUPPORTED: Add all the @euro locales.
6102         * locales/ca_ES@euro: Update charset comment.
6103         * locales/de_AT@euro: Likewise.
6104         * locales/de_DE@euro: Likewise.
6105         * locales/de_LU@euro: Likewise.
6106         * locales/en_IE@euro: Likewise.
6107         * locales/es_ES@euro: Likewise.
6108         * locales/fi_FI@euro: Likewise.
6109         * locales/fr_BE@euro: Likewise.
6110         * locales/fr_FR@euro: Likewise.
6111         * locales/fr_LU@euro: Likewise.
6112         * locales/it_IT@euro: Likewise.
6113         * locales/nl_NL@euro: Likewise.
6114         * locales/pt_PT@euro: Likewise.
6116 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
6118         * locales/ca_ES: Correct comment.
6120         * locales/ca_ES@euro: New file.
6121         * locales/de_AT@euro: New file.
6122         * locales/de_DE@euro: New file.
6123         * locales/de_LU@euro: New file.
6124         * locales/en_IE@euro: New file.
6125         * locales/es_ES@euro: New file.
6126         * locales/fi_FI@euro: New file.
6127         * locales/fr_BE@euro: New file.
6128         * locales/fr_FR@euro: New file.
6129         * locales/fr_LU@euro: New file.
6130         * locales/it_IT@euro: New file.
6131         * locales/nl_NL@euro: New file.
6132         * locales/pt_PT@euro: New file.
6134 2000-08-19  Andreas Jaeger  <aj@suse.de>
6136         * tst-digits.c: Include stdlib.h and string.h to provide
6137         prototypes for exit, strlen and strcmp.
6139 2000-08-18  Andreas Jaeger  <aj@suse.de>
6141         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
6142         (TST_DECL_VARS): Don't declare err_flg.
6143         (TST_GET_ERRET): Don't set err_flg.
6144         (TST_GET_ERRET_SEQ): Likewise.
6145         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
6147         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
6148         * tests-mbwc/dat_iswalnum.c: Likewise.
6149         * tests-mbwc/dat_iswalpha.c: Likewise.
6150         * tests-mbwc/dat_iswcntrl.c: Likewise.
6151         * tests-mbwc/dat_iswctype.c: Likewise.
6152         * tests-mbwc/dat_iswdigit.c: Likewise.
6153         * tests-mbwc/dat_iswgraph.c: Likewise.
6154         * tests-mbwc/dat_iswlower.c: Likewise.
6155         * tests-mbwc/dat_iswprint.c: Likewise.
6156         * tests-mbwc/dat_iswpunct.c: Likewise.
6157         * tests-mbwc/dat_iswspace.c: Likewise.
6158         * tests-mbwc/dat_iswupper.c: Likewise.
6159         * tests-mbwc/dat_iswxdigit.c: Likewise.
6160         * tests-mbwc/dat_mblen.c: Likewise.
6161         * tests-mbwc/dat_mbrlen.c: Likewise.
6162         * tests-mbwc/dat_mbrtowc.c: Likewise.
6163         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6164         * tests-mbwc/dat_mbstowcs.c: Likewise.
6165         * tests-mbwc/dat_mbtowc.c: Likewise.
6166         * tests-mbwc/dat_strcoll.c: Likewise.
6167         * tests-mbwc/dat_strfmon.c: Likewise.
6168         * tests-mbwc/dat_strxfrm.c: Likewise.
6169         * tests-mbwc/dat_swscanf.c: Likewise.
6170         * tests-mbwc/dat_towctrans.c: Likewise.
6171         * tests-mbwc/dat_towlower.c: Likewise.
6172         * tests-mbwc/dat_towupper.c: Likewise.
6173         * tests-mbwc/dat_wcrtomb.c: Likewise.
6174         * tests-mbwc/dat_wcscat.c: Likewise.
6175         * tests-mbwc/dat_wcschr.c: Likewise.
6176         * tests-mbwc/dat_wcscmp.c: Likewise.
6177         * tests-mbwc/dat_wcscoll.c: Likewise.
6178         * tests-mbwc/dat_wcscpy.c: Likewise.
6179         * tests-mbwc/dat_wcscspn.c: Likewise.
6180         * tests-mbwc/dat_wcslen.c: Likewise.
6181         * tests-mbwc/dat_wcsncat.c: Likewise.
6182         * tests-mbwc/dat_wcsncmp.c: Likewise.
6183         * tests-mbwc/dat_wcsncpy.c: Likewise.
6184         * tests-mbwc/dat_wcspbrk.c: Likewise.
6185         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6186         * tests-mbwc/dat_wcsspn.c: Likewise.
6187         * tests-mbwc/dat_wcsstr.c: Likewise.
6188         * tests-mbwc/dat_wcstod.c: Likewise.
6189         * tests-mbwc/dat_wcstok.c: Likewise.
6190         * tests-mbwc/dat_wcstombs.c: Likewise.
6191         * tests-mbwc/dat_wcswidth.c: Likewise.
6192         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6193         * tests-mbwc/dat_wctob.c: Likewise.
6194         * tests-mbwc/dat_wctomb.c: Likewise.
6195         * tests-mbwc/dat_wctrans.c: Likewise.
6196         * tests-mbwc/dat_wctype.c: Likewise.
6197         * tests-mbwc/dat_wcwidth.c: Likewise.
6198         * tests-mbwc/dat_isw-funcs.h: Fix comment.
6200 2000-08-17  Andreas Jaeger  <aj@suse.de>
6202         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
6203         should have a value.
6205 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
6207         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
6208         separate uppercase from non-uppercase characters to enable correct
6209         handling in range expressions.
6211 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
6213         * Makefile (install-locales): Use --prefix option of localedef to
6214         avoid providing complete path for output file.
6216 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
6218         * locales/zh_TW: Updated.
6219         * charmaps/BIG5: Updated.
6220         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6222 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
6224         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
6225         use `int'.
6227 2000-08-01  Andreas Jaeger  <aj@suse.de>
6229         * Makefile (distribute): Follow name change of tst-ctype-de.in to
6230         tst-ctype-de_DE.ISO-8859-1.in.
6232 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
6234         * charmaps/KSX1001: Add width information.
6235         * charmaps/GB2312: Likewise.
6236         * charmaps/GBK: Likewise.
6237         Patches by GOTO Masanori <gotom@debian.or.jp>.
6239 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6241         * charmaps/CP737: New file.
6242         * charmaps/CP775: New file.
6244 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6246         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
6247         /xb0../xf7.  Remove aliases.
6249 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6251         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
6252         /xc9../xf9.
6254 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6256         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
6258 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
6260         * tst-langinfo.c (main): Fix esacape sequence handling.
6262         * charmaps/EUC-TW: New file.
6264         * tst-digits.c: Add tests for wprintf.
6265         * tests/test7.cm: Change so that it is usable for wprintf tests.
6267         * tst-locale.sh: Fix typo in last change.
6269         * tst-digits.c: Add ctype and wctype tests.
6271 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6273         * Makefile (ld-test-names): Add test7.
6274         (tests): Add tst-digits.  Add dependency and environment variable.
6275         * tst-digits.c: New file.
6276         * tst-locale.sh: Generate test7 locale.
6277         * tests/test7.cm: New file.
6278         * tests/test7.def: New file.
6280         * tst-locale.sh: Add dropped test6 locale.
6282 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
6284         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
6285         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
6286         locale.
6288 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6290         * locales/zh_TW: New file.
6291         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6293 2000-07-28  Andreas Jaeger  <aj@suse.de>
6295         * tst-langinfo.c: Include <string.h> for strcmp prototype.
6297 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
6299         * charmaps/BIG5: New file.
6300         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6302 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
6304         * locales/zh_CN: Update for new format.
6305         Patch by Yong Li <yong.li@asu.edu>.
6307         * tst-langinfo.c: Add copyright text.
6309 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
6311         * tst-wctype.input: Add more input text.
6312         * tst-wctype.c: Test more classes.
6314         * Makefile: Add rules to build, run, and distribute tst-langinfo.
6315         * tst-langinfo.c: New file.
6316         * tst-langinfo.sh: New file.
6318         * locales/ja_JP (era_d_t_fmt): Fix typo.
6320         * Makefile: Add rules to build, run, and distribute tst-wctype.
6321         * tst-wctype.c: New file.
6322         * tst-wctype.input: New file.
6323         * tst-wctype.sh: New file.
6325 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
6327         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
6328         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
6330 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6332         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
6333         (enoexpr): Likewise.
6334         * locales/hr_HR: Likewise.
6335         Patches by GOTO Masanori <gotom@debian.or.jp>.
6337         * locales/i18n (yesexpr): Add U005E at the beginning.
6338         (noexpr): Likewise.
6340 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
6342         * locales/ja_JP (yesexpr): U0060 should be U005E.
6343         (noexpr): Likewise.
6345         * locales/i18n: Remove U00A0 from blank as well.
6346         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
6348 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
6350         * charmaps/SJIS: Add width information.
6351         Patch by GOTO Masanori <gotom@debian.or.jp>.
6353         * charmaps/SJIS: Correct byte sequence for single byte characters.
6355 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
6357         * locales/i18n: Fix typos.
6359         * locales/iso14651_t1: Correct syntax for HAN script.
6361 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6363         * charmaps/GB18030: New file.
6365         * charmaps/UTF-8: Update for Unicode 3.0.
6367         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
6368         space.
6369         * tst-ctype.c: Likewise.
6370         * tst-ctype.sh: Likewise.
6371         * locales/i18n: Likewise.
6372         * locales/ja_JP: Likewise.
6373         * tests-mbwc/dat_iswcntrl.c: Likewise.
6374         * tests-mbwc/dat_iswctype.c: Likewise.
6375         * tests-mbwc/dat_iswspace.c: Likewise.
6377         * tst-ctype.sh: Also test C locale.
6379 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
6381         * Makefile: Rewrite rules for tests to run them only when necessary.
6382         * sort-test.sh: Produce output for failed tests.
6383         * tst-fmon.sh: Likewise.
6384         * tst-rpmatch.sh: Likewise.
6386 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6388         * tst-ctype-de_DE.in: Renamed to...
6389         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
6391 2000-07-11  Andreas Jaeger  <aj@suse.de>
6393         * Makefile (locale_test_suite): Always run test suite.
6394         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
6395         gen-locale.sh.
6396         (do-collate-test): Likewise.
6397         (do-tst-fmon): Likewise.
6398         (do-tst-locale): Likewise.
6399         (do-tst-rpmatch): Likewise.
6400         (do-tst-trans): Likewise.
6401         (do-tst-mbswcs): Likewise.
6402         (do-tst-ctype): Likewise.
6404         * sort-test.sh : Rewrite to work with static only builds.
6405         * tst-ctype.sh: Likewise.
6406         * tst-fmon.sh: Likewise.
6407         * tst-locale.sh: Likewise.
6408         * tst-mbswcs.sh: Likewise.
6409         * tst-rpmatch.sh: Likewise.
6410         * tst-trans.sh: Likewise.
6412         * gen-locale.sh (locfile): Fix it for building with
6413         sourcedir==builddir and for static only builds.
6415 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6417         * locales/POSIX: Remove repertoire map reference.
6418         * locales/ar_SA: Remove repertoire map reference.
6420         * locales/zh_CN.GBK: Removed.
6422         * repertoiremaps/charids.894: Removed.
6423         * repertoiremaps/mnemonics.ds: Removed.
6424         * repertoiremaps/mnemonics.ja: Removed.
6425         * repertoiremaps/mnemonics.ko: Removed.
6426         * repertoiremaps/mnemonics.zh: Removed.
6428         * charmaps/SJIS: New file.
6430 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
6432         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
6433         to EUC-JP.
6434         * tests-mbwc/dat_mbtowc.c: Likewise.
6435         * tests-mbwc/dat_wctob.c: Likewise.
6437         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
6438         * charmaps/EUC-KR: Likewise.
6440 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
6442         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
6443         * locales/ar_SA (LC_TELEPHONE): Likewise.
6444         * locales/be_BY (LC_TELEPHONE): Likewise.
6445         * locales/bg_BG (LC_TELEPHONE): Likewise.
6446         * locales/ca_ES (LC_TELEPHONE): Likewise.
6447         * locales/da_DK (LC_TELEPHONE): Likewise.
6448         * locales/de_BE (LC_TELEPHONE): Likewise.
6449         * locales/de_CH (LC_TELEPHONE): Likewise.
6450         * locales/de_LU (LC_TELEPHONE): Likewise.
6451         * locales/el_GR (LC_TELEPHONE): Likewise.
6452         * locales/en_AU (LC_TELEPHONE): Likewise.
6453         * locales/en_BW (LC_TELEPHONE): Likewise.
6454         * locales/en_CA (LC_TELEPHONE): Likewise.
6455         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
6456         * locales/en_DK (LC_TELEPHONE): Likewise.
6457         * locales/en_IE (LC_TELEPHONE): Likewise.
6458         * locales/en_NZ (LC_TELEPHONE): Likewise.
6459         * locales/en_ZA (LC_TELEPHONE): Likewise.
6460         * locales/en_ZW (LC_TELEPHONE): Likewise.
6461         * locales/es_AR (LC_TELEPHONE): Likewise.
6462         * locales/es_BO (LC_TELEPHONE): Likewise.
6463         * locales/es_CL (LC_TELEPHONE): Likewise.
6464         * locales/es_CO (LC_TELEPHONE): Likewise.
6465         * locales/es_DO (LC_TELEPHONE): Likewise.
6466         * locales/es_EC (LC_TELEPHONE): Likewise.
6467         * locales/es_ES (LC_TELEPHONE): Likewise.
6468         * locales/es_GT (LC_TELEPHONE): Likewise.
6469         * locales/es_HN (LC_TELEPHONE): Likewise.
6470         * locales/es_MX (LC_TELEPHONE): Likewise.
6471         * locales/es_PA (LC_TELEPHONE): Likewise.
6472         * locales/es_PE (LC_TELEPHONE): Likewise.
6473         * locales/es_PY (LC_TELEPHONE): Likewise.
6474         * locales/es_SV (LC_TELEPHONE): Likewise.
6475         * locales/es_US (LC_TELEPHONE): Likewise.
6476         * locales/es_UY (LC_TELEPHONE): Likewise.
6477         * locales/es_VE (LC_TELEPHONE): Likewise.
6478         * locales/et_EE (LC_TELEPHONE): Likewise.
6479         * locales/eu_ES (LC_TELEPHONE): Likewise.
6480         * locales/fa_IR (LC_TELEPHONE): Likewise.
6481         * locales/fi_FI (LC_TELEPHONE): Likewise.
6482         * locales/fo_FO (LC_TELEPHONE): Likewise.
6483         * locales/fr_BE (LC_TELEPHONE): Likewise.
6484         * locales/fr_CA (LC_TELEPHONE): Likewise.
6485         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
6486         * locales/fr_CH (LC_TELEPHONE): Likewise.
6487         * locales/fr_LU (LC_TELEPHONE): Likewise.
6488         * locales/ga_IE (LC_TELEPHONE): Likewise.
6489         * locales/gl_ES (LC_TELEPHONE): Likewise.
6490         * locales/gv_GB (LC_TELEPHONE): Likewise.
6491         * locales/he_IL (LC_TELEPHONE): Likewise.
6492         * locales/hr_HR (LC_TELEPHONE): Likewise.
6493         * locales/hu_HU (LC_TELEPHONE): Likewise.
6494         * locales/id_ID (LC_TELEPHONE): Likewise.
6495         * locales/in_ID (LC_TELEPHONE): Likewise.
6496         * locales/is_IS (LC_TELEPHONE): Likewise.
6497         * locales/it_CH (LC_TELEPHONE): Likewise.
6498         * locales/it_IT (LC_TELEPHONE): Likewise.
6499         * locales/iw_IL (LC_TELEPHONE): Likewise.
6500         * locales/kl_GL (LC_TELEPHONE): Likewise.
6501         * locales/ko_KR (LC_TELEPHONE): Likewise.
6502         * locales/kw_GB (LC_TELEPHONE): Likewise.
6503         * locales/lt_LT (LC_TELEPHONE): Likewise.
6504         * locales/lv_LV (LC_TELEPHONE): Likewise.
6505         * locales/mk_MK (LC_TELEPHONE): Likewise.
6506         * locales/nl_BE (LC_TELEPHONE): Likewise.
6507         * locales/nl_NL (LC_TELEPHONE): Likewise.
6508         * locales/pl_PL (LC_TELEPHONE): Likewise.
6509         * locales/pt_BR (LC_TELEPHONE): Likewise.
6510         * locales/ro_RO (LC_TELEPHONE): Likewise.
6511         * locales/ru_RU (LC_TELEPHONE): Likewise.
6512         * locales/ru_UA (LC_TELEPHONE): Likewise.
6513         * locales/sk_SK (LC_TELEPHONE): Likewise.
6514         * locales/sl_SI (LC_TELEPHONE): Likewise.
6515         * locales/sr_YU (LC_TELEPHONE): Likewise.
6516         * locales/sv_FI (LC_TELEPHONE): Likewise.
6517         * locales/th_TH (LC_TELEPHONE): Likewise.
6518         * locales/tr_TR (LC_TELEPHONE): Likewise.
6519         * locales/uk_UA (LC_TELEPHONE): Likewise.
6521 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
6523         * locales/th_TH: Update revision information.
6524         (LC_CTYPE: alpha): Replace ";...;" with "..".
6525         (LC_COLLATE: order): Quote with "".
6527 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
6529         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
6530         in address.
6531         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
6532         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
6533         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
6534         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
6535         * locales/es_BO (LC_IDENTIFICATION): Likewise.
6536         * locales/es_CL (LC_IDENTIFICATION): Likewise.
6537         * locales/es_CO (LC_IDENTIFICATION): Likewise.
6538         * locales/es_DO (LC_IDENTIFICATION): Likewise.
6539         * locales/es_EC (LC_IDENTIFICATION): Likewise.
6540         * locales/es_ES (LC_IDENTIFICATION): Likewise.
6541         * locales/es_GT (LC_IDENTIFICATION): Likewise.
6542         * locales/es_HN (LC_IDENTIFICATION): Likewise.
6543         * locales/es_MX (LC_IDENTIFICATION): Likewise.
6544         * locales/es_PA (LC_IDENTIFICATION): Likewise.
6545         * locales/es_PE (LC_IDENTIFICATION): Likewise.
6546         * locales/es_PY (LC_IDENTIFICATION): Likewise.
6547         * locales/es_SV (LC_IDENTIFICATION): Likewise.
6548         * locales/es_US (LC_IDENTIFICATION): Likewise.
6549         * locales/es_UY (LC_IDENTIFICATION): Likewise.
6550         * locales/es_VE (LC_IDENTIFICATION): Likewise.
6551         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
6552         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
6553         * locales/no_NO (LC_TELEPHONE): Fill in.
6554         * locales/pt_PT (LC_TELEPHONE): Fill in.
6555         * locales/sv_SE (LC_TELEPHONE): Fill in.
6556         * locales/en_GB (LC_TELEPHONE): Fill in.
6557         * locales/cs_CZ (LC_TELEPHONE): Fill in.
6559 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
6561         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
6562         * tst-locale.sh (LC_ALL): Likewise.
6564 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
6566         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
6567         * tst-locale.sh: Likewise.
6569 2000-07-01  Andreas Jaeger  <aj@suse.de>
6571         * Makefile (generated-dirs): LOCALES are also generated.
6572         (generated-dirs): Remove obsolete entry.
6574 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
6576         * Makefile (distribute): Add locale test suite files, fmon test
6577         suite files, gen-locale.sh, and show-ucs-data.c.
6579         * Depend: New file.
6581         * Makefile: Rewrite rules to generate locale data.
6582         * gen-locale.sh: Generate only one locale which is described in a
6583         command line parameter.
6585         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
6586         around DEM problem.
6587         * tst-fmon.data: Change back entries with DEM.
6589         * gen-locale.sh: Print that it might take a while to finish.
6591 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
6593         * Makefile (install-locales): Remove the -u switch from localedef
6594         command line.
6596 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
6598         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
6599         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
6600         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
6602         * locales/POSIX: Update for new format.
6604         * Makefile: Regenerate locale data also if localedef changed.
6606         * tst-fmon.data: Until we know what is correct, but the spaces
6607         after DEM back in.
6609         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
6610         unresolved issues.
6611         * tests-mbwc/dat_mbtowc.c: Likewise.
6612         * tests-mbwc/dat_strcoll.c: Likewise.
6613         * tests-mbwc/dat_strfmon.c: Likewise.
6614         * tests-mbwc/dat_strxfrm.c: Likewise.
6615         * tests-mbwc/tst_mbtowc.c: Likewise.
6617 2000-06-29  Andreas Jaeger  <aj@suse.de>
6619         * sort-test.sh: Set LC_ALL to full locale name.
6621         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
6622         anymore.
6623         (LOCALES): New.
6624         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
6625         Depend on locale files
6626         (LOCALE_FILES): New.
6627         (ALL_LC_FILES): New.
6628         (ALL_OBJ_LC_FILES): New
6629         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
6631         * tst-ctype.sh: Don't generate locales here.
6632         * tst-mbswcs.sh: Likewise.
6633         * sort-test.sh: Likewise.
6635         * gen-locale.sh: New file to generate locales.
6637 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6639         * locales/en_GB: Update RAP address.
6640         * locales/fr_FR: Likewise.
6641         * locales/en_NZ: Likewise.
6642         * locales/de_BE: Likewise.
6643         * locales/de_CH: Likewise.
6644         * locales/de_LU: Likewise.
6645         * locales/en_AU: Likewise.
6646         * locales/en_IE: Likewise.
6647         * locales/eu_ES: Likewise.
6648         * locales/fr_BE: Likewise.
6649         * locales/fr_CH: Likewise.
6650         * locales/fr_LU: Likewise.
6651         * locales/it_IT: Likewise.
6652         * locales/nl_BE: Likewise.
6653         * locales/nl_NL: Likewise.
6654         * locales/pt_BR: Likewise.
6655         * locales/pt_PT: Likewise.
6656         * locales/sv_FI: Likewise.
6657         * locales/fi_FI: Likewise.
6658         * locales/sv_SE: Likewise.
6660 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6662         * locales/af_ZA: Update for new format.
6663         * locales/ar_SA: Likewise.
6664         * locales/be_BY: Likewise.
6665         * locales/bg_BG: Likewise.
6666         * locales/ca_ES: Likewise.
6667         * locales/el_GR: Likewise.
6668         * locales/en_BW: Likewise.
6669         * locales/en_DK: Likewise.
6670         * locales/en_ZW: Likewise.
6671         * locales/es_AR: Likewise.
6672         * locales/es_BO: Likewise.
6673         * locales/es_CL: Likewise.
6674         * locales/es_CO: Likewise.
6675         * locales/es_DO: Likewise.
6676         * locales/es_EC: Likewise.
6677         * locales/es_ES: Likewise.
6678         * locales/es_GT: Likewise.
6679         * locales/es_HN: Likewise.
6680         * locales/es_MX: Likewise.
6681         * locales/es_PA: Likewise.
6682         * locales/es_PE: Likewise.
6683         * locales/es_PY: Likewise.
6684         * locales/es_SV: Likewise.
6685         * locales/es_US: Likewise.
6686         * locales/es_UY: Likewise.
6687         * locales/es_VE: Likewise.
6688         * locales/et_EE: Likewise.
6689         * locales/fa_IR: Likewise.
6690         * locales/fr_CA: Likewise.
6691         * locales/en_CA,2.5: Likewise.
6692         * locales/fr_CA,2.13: Likewise.
6693         * locales/gl_ES: Likewise.
6694         * locales/hr_HR: Likewise.
6695         * locales/hu_HU: Likewise.
6696         * locales/ko_KR: Likewise.
6697         * locales/lt_LT: Likewise.
6698         * locales/lv_LV: Likewise.
6699         * locales/no_NO: Likewise.
6700         * locales/pl_PL: Likewise.
6701         * locales/ro_RO: Likewise.
6702         * locales/ru_RU: Likewise.
6703         * locales/ru_UA: Likewise.
6704         * locales/sk_SK: Likewise.
6705         * locales/sl_SI: Likewise.
6706         * locales/sr_YU: Likewise.
6707         * locales/th_TH: Likewise.
6708         * locales/tr_TR: Likewise.
6709         * locales/uk_UA: Likewise.
6710         * locales/en_CA: Likewise.
6711         * locales/is_IS: Likewise.
6712         * locales/mk_MK: Likewise.
6714 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6716         * locales/cs_CZ: Comment out fields I'm not sure about.
6717         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
6718         * locales/en_NZ: Update for new format.
6719         * locales/de_BE: Likewise.
6720         * locales/de_CH: Likewise.
6721         * locales/de_LU: Likewise.
6722         * locales/en_AU: Likewise.
6723         * locales/en_IE: Likewise.
6724         * locales/en_ZA: Likewise.
6725         * locales/eu_ES: Likewise.
6726         * locales/fo_FO: Likewise.
6727         * locales/fr_BE: Likewise.
6728         * locales/fr_CH: Likewise.
6729         * locales/fr_LU: Likewise.
6730         * locales/ga_IE: Likewise.
6731         * locales/gv_GB: Likewise.
6732         * locales/he_IL: Likewise.
6733         * locales/id_ID: Likewise.
6734         * locales/in_ID: Likewise.
6735         * locales/it_CH: Likewise.
6736         * locales/it_IT: Likewise.
6737         * locales/iw_IL: Likewise.
6738         * locales/kl_GL: Likewise.
6739         * locales/kw_GB: Likewise.
6740         * locales/nl_BE: Likewise.
6741         * locales/nl_NL: Likewise.
6742         * locales/pt_BR: Likewise.
6743         * locales/pt_PT: Likewise.
6744         * locales/sv_FI: Likewise.
6745         * locales/da_DK: Likewise.
6746         * locales/fi_FI: Likewise.
6747         * locales/sv_SE: Likewise.
6749 2000-06-29  Andreas Jaeger  <aj@suse.de>
6751         * Makefile (locale_test_suite): Add new test files.
6752         (tst_mblen-ENV): New.
6753         (tst_mbtowc-ENV): New.
6754         (tst_strcoll-ENV): New.
6755         (tst_strxfrm-ENV): New.
6756         (tst_wctomb-ENV): New.
6757         (tst_mbrtowc-ENV): New.
6758         (tst_mbsrtowcs-ENV): New.
6759         (tst_mbstowcs-ENV): New.
6760         (tst_strfmon-ENV): New.
6761         (tst_wcrtomb-ENV): New.
6762         (tst_wcsrtombs-ENV): New.
6763         (tst_wcstod-ENV): New.
6764         (tst_wcstok-ENV): New.
6765         (tst_wcstombs-ENV): New.
6767         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
6768         <kuwahara@cthulhu.engr.sgi.com>.
6769         * tests-mbwc/dat_wctomb.c: Likewise.
6770         * tests-mbwc/tst_mbtowc.c: Likewise.
6771         * tests-mbwc/dat_mbtowc.c: Likewise.
6772         * tests-mbwc/tst_strxfrm.c: Likewise.
6773         * tests-mbwc/dat_strxfrm.c: Likewise.
6774         * tests-mbwc/dat_strcoll.c: Likewise.
6775         * tests-mbwc/tst_strcoll.c: Likewise.
6776         * tests-mbwc/tst_mblen.c: Likewise.
6777         * tests-mbwc/dat_mblen.c: Likewise.
6778         * tests-mbwc/dat_wcstok.c: Likewise.
6779         * tests-mbwc/tst_wcstok.c: Likewise.
6780         * tests-mbwc/dat_wcstod.c: Likewise.
6781         * tests-mbwc/tst_wcstod.c: Likewise.
6782         * tests-mbwc/dat_mbrtowc.c: Likewise.
6783         * tests-mbwc/tst_mbrtowc.c: Likewise.
6784         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6785         * tests-mbwc/tst_wcsrtombs.c: Likewise.
6786         * tests-mbwc/dat_wcstombs.c: Likewise.
6787         * tests-mbwc/tst_wcstombs.c: Likewise.
6788         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6789         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
6790         * tests-mbwc/dat_wcrtomb.c: Likewise.
6791         * tests-mbwc/tst_wcrtomb.c: Likewise.
6792         * tests-mbwc/dat_mbstowcs.c: Likewise.
6793         * tests-mbwc/tst_mbstowcs.c: Likewise.
6794         * tests-mbwc/dat_strfmon.c: Likewise.
6795         * tests-mbwc/tst_strfmon.c: Likewise.
6797 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6799         * locales/mk_MK: Updated (not to new format).
6800         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
6802 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
6804         * locales/fr_FR: Update for new format.
6805         * locales/de_AT: Likewise.
6806         * locales/en_GB: Likewise.
6808 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6810         * locales/th_TH: Update copyright notice.
6812         * locales/cs_CZ: Updated for new format.
6813         Patch by Jakub Jelinek <jakub@redhat.com>.
6815         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
6816         comments.
6817         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
6818         internal state of mbrlen.
6820         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
6821         (TEST_MBWC_ENV): Remove unnecessary slash.
6822         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
6824         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
6826         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
6827         tests.
6829         * locales/iso14651_t1: Explicitly add control character in
6830         U0000-U001F and U007F-U009F range for backward compatibility.
6832         * locales/i18n: Correct problems found by test suite.
6834 2000-06-28  Andreas Jaeger  <aj@suse.de>
6836         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
6837         warning.
6839         * Makefile (locale_test_suite): Add tst_mbrlen.
6840         (tst_mbrlen-ENV): New.
6842         * tests-mbwc/tst_mbrlen.c: New file
6844         * tests-mbwc/dat_mbrlen.c: New file.
6846         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
6847         (struct TST_HEAD): Use const char* instead of an array.
6849         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
6851         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
6853         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
6855 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6857         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
6858         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
6859         U4E06 is not in EUC-JP.
6860         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
6861         * tests-mbwc/dat_towctrans.c: Likewise.
6862         * tests-mbwc/dat_wcscoll.c: Likewise.
6863         * tests-mbwc/dat_wcswidth.c: Likewise.
6864         * tests-mbwc/dat_wctob.c: Likewise.
6866         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
6867         versions.
6869         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
6870         what is correct.
6871         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6872         * tests-mbwc/dat_wcwidth.c: Likewise.
6874         * tests-mbwc/tst_funcs.h: Pretty print.
6876         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
6877         * tests-mbwc/tst_wcschr.c: Likewise.
6878         * tests-mbwc/tst_wcscpy.c: Likewise.
6879         * tests-mbwc/tst_wcscat.c: Likewise.
6880         * tests-mbwc/tst_wcsncpy.c: Likewise.
6881         * tests-mbwc/tst_wcspbrk.c: Likewise.
6882         * tests-mbwc/tst_wcsstr.c: Likewise.
6883         * tests-mbwc/tst_wctrans.c: Likewise.
6884         * tests-mbwc/tst_wctype.c: Likewise.
6886         * tests-mbwc/tst_wcscoll.c: Print better error messages.
6888         * Makefile (tests): Define as $(locale_test_suite) but only
6889         if not cross-compiling and shared libs are built.
6890         (locale_test_suite): New variable.  Name all new tests from the
6891         locale test suite.
6892         Add rule to run new tests only when all data is available.
6893         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
6895         * tst-ctype-de_DE.in: U00A0 is not in class graph.
6897         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
6899         * locales/i18n: Backspace isn't blank, tab is.
6901         * tst-ctype.c (main): Add tests for control characters and space.
6903         * locales/i18n: Backspace is no space.
6905         * locales/i18n: Add \t to space.
6907 2000-06-27  Andreas Jaeger  <aj@suse.de>
6909         * Makefile (TEST_MBWC_ENV): New variable.
6910         Use it for all tests from tests-mbwc.
6912 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6914         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
6916 2000-06-27  Andreas Jaeger  <aj@suse.de>
6918         * Makefile: Add environment setting for all tests from tests-mbwc.
6920 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6922         * locales/en_DK.com: Not needed.
6924 2000-06-27  Andreas Jaeger  <aj@suse.de>
6926         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
6927         <kuwahara@cthulhu.engr.sgi.com>.
6929         * Makefile (tests): Add tests from tests-mbwc subdirectory,
6930         comment them out for now.
6931         (subdir-dirs): New for tests-mbwc, add also vpaths.
6933         * locales/ja_JP: Add missing / in LC_CTYPE.
6935 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
6937         * Makefile (distribute): Add tst-ctype-de_DE.in.
6938         * tst-ctype.c: Read in more tests from stdin.
6939         * tst-ctype.sh: Feed extra test data to program via stdin.
6940         * tst-ctype-de_DE.in: New file.
6942         * locales/i18n (punct): Exclude U00A0.
6943         (blank): Include U00A0.
6945         * locales/ja_JP: Updates for new format.
6947         * Makefile (test-srcs): Add tst-ctype.
6948         (distribute): Add tst-ctype.sh.
6949         (do-tst-ctype): New target.  Run for tests.
6950         * tst-ctype.c: New file.
6951         * tst-ctype.sh: New file.
6953         * locales/i18n: NUL character must not be in cntrl.
6955         * Makefile (test-input): Add en_US.ISO-8859-1.
6956         * en_US.in: New file.
6958 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
6960         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
6961         for now.
6963         * de_DE.in: Update for new sorting.
6965         * tst-locale.sh: Don't use mnemonic.ds.
6966         * tst-mbswcs.sh: Likewise.
6967         * tst-trans.sh: Likewise.
6969         * locales/de_DE: Update for new format.
6970         * locales/en_US: Likewise.
6971         * tests/trans.def: Likewise.
6972         * tst-fmon-locales/tstfmon_n01y12: Likewise.
6973         * tst-fmon-locales/tstfmon_n02n40: Likewise.
6974         * tst-fmon-locales/tstfmon_n10y31: Likewise.
6975         * tst-fmon-locales/tstfmon_n11y41: Likewise.
6976         * tst-fmon-locales/tstfmon_n12y11: Likewise.
6977         * tst-fmon-locales/tstfmon_n20n32: Likewise.
6978         * tst-fmon-locales/tstfmon_n30y20: Likewise.
6979         * tst-fmon-locales/tstfmon_n41n00: Likewise.
6980         * tst-fmon-locales/tstfmon_y01y10: Likewise.
6981         * tst-fmon-locales/tstfmon_y02n22: Likewise.
6982         * tst-fmon-locales/tstfmon_y22n42: Likewise.
6983         * tst-fmon-locales/tstfmon_y30y21: Likewise.
6984         * tst-fmon-locales/tstfmon_y32n31: Likewise.
6985         * tst-fmon-locales/tstfmon_y40y00: Likewise.
6986         * tst-fmon-locales/tstfmon_y42n21: Likewise.
6988         * tst-rpmatch.c: Avoid warning with broken compiler.
6990         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
6992         * sort-test.sh: Add more GCONV_PATH usages.
6993         * tst-fmon.sh: Likewise.
6994         * tst-locale.sh: Likewise.
6995         * tst-mbswcs.sh: Likewise.
6996         * tst-rpmatch.sh: Likewise.
6997         * tst-trans.sh: Likewise.
6999         * locales/i18n: Remove order_start around copy.
7001         * locales/iso14651_t1: Correct various small errors.
7003 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
7005         * charmaps/ISO-8859-1: Correct width specification.
7007 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
7009         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
7010         * charmaps/ANSI_X3.4-1968: Likewise.
7011         * charmaps/ASMO_449: Likewise.
7012         * charmaps/BALTIC: Likewise.
7013         * charmaps/BS_4730: Likewise.
7014         * charmaps/BS_VIEWDATA: Likewise.
7015         * charmaps/CP1250: Likewise.
7016         * charmaps/CP1251: Likewise.
7017         * charmaps/CP1252: Likewise.
7018         * charmaps/CP1253: Likewise.
7019         * charmaps/CP1254: Likewise.
7020         * charmaps/CP1255: Likewise.
7021         * charmaps/CP1256: Likewise.
7022         * charmaps/CP1257: Likewise.
7023         * charmaps/CP1258: Likewise.
7024         * charmaps/CSA_Z243.4-1985-1: Likewise.
7025         * charmaps/CSA_Z243.4-1985-2: Likewise.
7026         * charmaps/CSA_Z243.4-1985-GR: Likewise.
7027         * charmaps/CSN_369103: Likewise.
7028         * charmaps/CWI: Likewise.
7029         * charmaps/DEC-MCS: Likewise.
7030         * charmaps/DIN_66003: Likewise.
7031         * charmaps/DS_2089: Likewise.
7032         * charmaps/EBCDIC-AT-DE: Likewise.
7033         * charmaps/EBCDIC-AT-DE-A: Likewise.
7034         * charmaps/EBCDIC-CA-FR: Likewise.
7035         * charmaps/EBCDIC-DK-NO: Likewise.
7036         * charmaps/EBCDIC-DK-NO-A: Likewise.
7037         * charmaps/EBCDIC-ES: Likewise.
7038         * charmaps/EBCDIC-ES-A: Likewise.
7039         * charmaps/EBCDIC-ES-S: Likewise.
7040         * charmaps/EBCDIC-FI-SE: Likewise.
7041         * charmaps/EBCDIC-FI-SE-A: Likewise.
7042         * charmaps/EBCDIC-FR: Likewise.
7043         * charmaps/EBCDIC-IS-FRISS: Likewise.
7044         * charmaps/EBCDIC-IT: Likewise.
7045         * charmaps/EBCDIC-PT: Likewise.
7046         * charmaps/EBCDIC-UK: Likewise.
7047         * charmaps/EBCDIC-US: Likewise.
7048         * charmaps/ECMA-CYRILLIC: Likewise.
7049         * charmaps/ES: Likewise.
7050         * charmaps/ES2: Likewise.
7051         * charmaps/EUC-JP: Likewise.
7052         * charmaps/EUC-KR: Likewise.
7053         * charmaps/GB2312: Likewise.
7054         * charmaps/GBK: Likewise.
7055         * charmaps/GB_1988-80: Likewise.
7056         * charmaps/GOST_19768-74: Likewise.
7057         * charmaps/GREEK-CCITT: Likewise.
7058         * charmaps/GREEK7: Likewise.
7059         * charmaps/GREEK7-OLD: Likewise.
7060         * charmaps/HP-ROMAN8: Likewise.
7061         * charmaps/IBM037: Likewise.
7062         * charmaps/IBM038: Likewise.
7063         * charmaps/IBM1004: Likewise.
7064         * charmaps/IBM1026: Likewise.
7065         * charmaps/IBM1047: Likewise.
7066         * charmaps/IBM256: Likewise.
7067         * charmaps/IBM273: Likewise.
7068         * charmaps/IBM274: Likewise.
7069         * charmaps/IBM275: Likewise.
7070         * charmaps/IBM277: Likewise.
7071         * charmaps/IBM278: Likewise.
7072         * charmaps/IBM280: Likewise.
7073         * charmaps/IBM281: Likewise.
7074         * charmaps/IBM284: Likewise.
7075         * charmaps/IBM285: Likewise.
7076         * charmaps/IBM290: Likewise.
7077         * charmaps/IBM297: Likewise.
7078         * charmaps/IBM420: Likewise.
7079         * charmaps/IBM423: Likewise.
7080         * charmaps/IBM424: Likewise.
7081         * charmaps/IBM437: Likewise.
7082         * charmaps/IBM500: Likewise.
7083         * charmaps/IBM850: Likewise.
7084         * charmaps/IBM851: Likewise.
7085         * charmaps/IBM852: Likewise.
7086         * charmaps/IBM855: Likewise.
7087         * charmaps/IBM857: Likewise.
7088         * charmaps/IBM860: Likewise.
7089         * charmaps/IBM861: Likewise.
7090         * charmaps/IBM862: Likewise.
7091         * charmaps/IBM863: Likewise.
7092         * charmaps/IBM864: Likewise.
7093         * charmaps/IBM865: Likewise.
7094         * charmaps/IBM866: Likewise.
7095         * charmaps/IBM868: Likewise.
7096         * charmaps/IBM869: Likewise.
7097         * charmaps/IBM870: Likewise.
7098         * charmaps/IBM871: Likewise.
7099         * charmaps/IBM874: Likewise.
7100         * charmaps/IBM875: Likewise.
7101         * charmaps/IBM880: Likewise.
7102         * charmaps/IBM891: Likewise.
7103         * charmaps/IBM903: Likewise.
7104         * charmaps/IBM904: Likewise.
7105         * charmaps/IBM905: Likewise.
7106         * charmaps/IBM918: Likewise.
7107         * charmaps/IEC_P27-1: Likewise.
7108         * charmaps/INIS: Likewise.
7109         * charmaps/INIS-CYRILLIC: Likewise.
7110         * charmaps/INVARIANT: Likewise.
7111         * charmaps/ISIRI-3342: Likewise.
7112         * charmaps/ISO-8859-1: Likewise.
7113         * charmaps/ISO-8859-10: Likewise.
7114         * charmaps/ISO-8859-13: Likewise.
7115         * charmaps/ISO-8859-14: Likewise.
7116         * charmaps/ISO-8859-15: Likewise.
7117         * charmaps/ISO-8859-16: Likewise.
7118         * charmaps/ISO-8859-2: Likewise.
7119         * charmaps/ISO-8859-3: Likewise.
7120         * charmaps/ISO-8859-4: Likewise.
7121         * charmaps/ISO-8859-5: Likewise.
7122         * charmaps/ISO-8859-6: Likewise.
7123         * charmaps/ISO-8859-7: Likewise.
7124         * charmaps/ISO-8859-8: Likewise.
7125         * charmaps/ISO-8859-9: Likewise.
7126         * charmaps/ISO-IR-197: Likewise.
7127         * charmaps/ISO-IR-90: Likewise.
7128         * charmaps/ISO_10367-BOX: Likewise.
7129         * charmaps/ISO_5427: Likewise.
7130         * charmaps/ISO_5428: Likewise.
7131         * charmaps/ISO_646.BASIC: Likewise.
7132         * charmaps/ISO_646.IRV: Likewise.
7133         * charmaps/ISO_6937: Likewise.
7134         * charmaps/ISO_6937-2-25: Likewise.
7135         * charmaps/ISO_6937-2-ADD: Likewise.
7136         * charmaps/ISO_8859-SUPP: Likewise.
7137         * charmaps/IT: Likewise.
7138         * charmaps/JIS_C6220-1969-RO: Likewise.
7139         * charmaps/JIS_C6229-1984-B: Likewise.
7140         * charmaps/JIS_X0201: Likewise.
7141         * charmaps/JUS_I.B1.002: Likewise.
7142         * charmaps/JUS_I.B1.003-MAC: Likewise.
7143         * charmaps/JUS_I.B1.003-SERB: Likewise.
7144         * charmaps/KOI-8: Likewise.
7145         * charmaps/KOI8-R: Likewise.
7146         * charmaps/KOI8-U: Likewise.
7147         * charmaps/KSC5636: Likewise.
7148         * charmaps/KSX1001: Likewise.
7149         * charmaps/LATIN-GREEK: Likewise.
7150         * charmaps/LATIN-GREEK-1: Likewise.
7151         * charmaps/MAC-IS: Likewise.
7152         * charmaps/MAC-UK: Likewise.
7153         * charmaps/MACINTOSH: Likewise.
7154         * charmaps/MSZ_7795.3: Likewise.
7155         * charmaps/NATS-DANO: Likewise.
7156         * charmaps/NATS-SEFI: Likewise.
7157         * charmaps/NC_NC00-10: Likewise.
7158         * charmaps/NEXTSTEP: Likewise.
7159         * charmaps/NF_Z_62-010: Likewise.
7160         * charmaps/NF_Z_62-010_1973: Likewise.
7161         * charmaps/NS_4551-1: Likewise.
7162         * charmaps/NS_4551-2: Likewise.
7163         * charmaps/PT: Likewise.
7164         * charmaps/PT2: Likewise.
7165         * charmaps/SAMI: Likewise.
7166         * charmaps/SAMI-WS2: Likewise.
7167         * charmaps/SEN_850200_B: Likewise.
7168         * charmaps/SEN_850200_C: Likewise.
7169         * charmaps/T.101-G2: Likewise.
7170         * charmaps/T.61-7BIT: Likewise.
7171         * charmaps/T.61-8BIT: Likewise.
7172         * charmaps/TIS-620: Likewise.
7173         * charmaps/UTF8: Likewise.
7174         * charmaps/VIDEOTEX-SUPPL: Likewise.
7176 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
7178         * locales/pt_BR: Revert last change partly.  Full weekday and month
7179         names are written with lowercase first letter.
7180         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7182 2000-06-21  Andreas Jaeger  <aj@suse.de>
7184         * tst-trans.c: Include <stdlib.h> and <string.h>.
7186 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
7188         * locales/pt_BR: Correct day and month names.
7189         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7191 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
7193         * Makefile (ld-test-srcs): Add tests/test6.c.
7195         * Makefile (ld-test-srcs): Add trans.def here.
7197         * Makefile (ld-test-srcs): Handle .ds files separately.
7199         * Makefile (ld-test-srcs): Distribute all test6 input files.
7201 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7203         * locales/be_BY: New file.
7204         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
7206 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
7208         * locales/iso14651_t1: New file.
7210 2000-05-15  Andreas Jaeger  <aj@suse.de>
7212         * tst-fmon.data: Change testcase following fixes for
7213         de_DE.
7215         * locales/de_DE: Remove space after DEM since DEM is
7216         now placed after the value.
7218         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
7219         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
7220         PR libc/1713.
7222 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
7224         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
7225         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
7227         * tst-fmon.c (main): Print the locale name as well in the error
7228         message.
7230 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
7232         * locales/i18n: New file.
7234 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
7236         * tst-fmon.data: Update test after last strfmon change.
7238 2000-03-15  Andreas Jaeger  <aj@suse.de>
7240         * locales/sl_SI: Fix entries for june and july.
7241         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
7242         libc/1648.
7244 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7246         * locales/en_DK: Correct syntax.
7248 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7250         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
7252 2000-03-01  Andreas Jaeger  <aj@suse.de>
7254         * locales/gv_GB: New file.
7255         * locales/kw_GB: New file.
7256         From Pablo Saratxaga <pablo@mandrakesoft.com>.
7258 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7260         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
7262 2000-03-01  Andreas Jaeger  <aj@suse.de>
7264         * SUPPORTED: Added bg_BG.CP1251.
7266         * locales/bg_BG: New file.
7268 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
7270         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
7271         names for characters.
7272         * charmaps/EUC-KR: ADD width information.
7273         * repertoiremaps/mnemonic.ko: New file.
7274         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7276         * charmaps/GBK: New file.
7277         * locales/zh_CN.GBK: New file.
7278         * repertoiremaps/mnemonic.zh: New file.
7279         Contributed by Sean Chen <sean.chen@turbolinux.com>.
7281         * locales/mk_MK: New file.
7282         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
7283         * SUPPORTED: Add mk_MK ISO-8859-5.
7285 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
7287         * SUPPORTED: Add gl_ES.ISO-8859-1.
7289         * SUPPORTED: Add ar_SA.ISO-8859-6.
7290         * locales/ar_SA: New file.
7292         * locales/th_TH: Remove Thai digits from `digits'.
7294         * SUPPORTED: Add th_TH.TIS-620.
7296         * locales/el_GR (toupper): Don't map *s to S*.
7297         * locales/en_DK: Likewise.
7298         * locales/en_DK.com: Likewise.
7299         * locales/ru_RU: Likewise.
7300         * locales/ru_UA: Likewise.
7301         * locales/tr_TR: Likewise.
7302         * locales/uk_UA: Likewise.
7304         * locales/en_DK (toupper): Map v% to V%.
7305         (tolower): Map V% to v%.
7306         * locales/en_DK.com: Likewise.
7307         * locales/ru_RU: Likewise.
7308         * locales/ru_UA: Likewise.
7309         * locales/tr_TR: Likewise.
7310         * locales/uk_UA: Likewise.
7312 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
7314         * Makefile (generated-dirs): Add de_DE.437.
7316 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
7318         * charmaps/IBM864: Correct comment for /xC6 mapping.
7319         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
7320         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
7321         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
7322         Reported by Bruno Haible <haible@ilog.fr>.
7324 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
7326         * locales/af_ZA: Fix syntax errors.
7328 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
7330         * tst-locale.sh: Also enable test5.
7331         * tests/test5.ds: New file.
7333         * locales/gl_ES: New file.
7334         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
7336         * locales/POSIX: Remove trailing semicolon.
7337         * locales/th_TH: Likewise.
7338         PR libc/1545.
7340 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
7342         * locales/ja_JP: Add double-width digits to digit class.
7344 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
7346         * charmaps/ISO-8859-16: Add mapping for /xba.
7347         Reported by Bruno Haible <haible@ilog.fr>.
7349 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
7351         * tst-trans.sh: Add directory names to charmap and repertoire file
7352         names.
7354         * charmaps/ISO-8859-16: New file.
7356         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
7358 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
7360         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
7362 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
7364         * collate-test.c (main): Correct logic in test.
7366         * tst-trans.sh: Use correct name for dynamic loader.
7368 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
7370         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
7372         * locale/en_BW: New file.
7373         * locale/en_ZW: New file.
7374         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7376 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
7378         * locales/ja_JP: Fix cntrl mapping and era definition.
7379         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7381 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
7383         * locales/af_ZA: New file.
7384         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7386 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
7388         * locales/POSIX: Fix collation order of <SI> and add a few missing
7389         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
7391         * locales/cs_CZ: Fix syntax of collation entries with multi-character
7392         weights.
7393         * locales/da_DK: Likewise.
7394         * locales/el_GR: Likewise.
7395         * locales/en_CA: Likewise.
7396         * locales/en_CA,2.5: Likewise.
7397         * locales/en_DK: Likewise.
7398         * locales/en_DK.com: Likewise.
7399         * locales/es_AR: Likewise.
7400         * locales/es_BO: Likewise.
7401         * locales/es_CL: Likewise.
7402         * locales/es_CO: Likewise.
7403         * locales/es_DO: Likewise.
7404         * locales/es_EC: Likewise.
7405         * locales/es_ES: Likewise.
7406         * locales/es_GT: Likewise.
7407         * locales/es_HN: Likewise.
7408         * locales/es_MX: Likewise.
7409         * locales/es_PA: Likewise.
7410         * locales/es_PE: Likewise.
7411         * locales/es_PY: Likewise.
7412         * locales/es_SV: Likewise.
7413         * locales/es_US: Likewise.
7414         * locales/es_UY: Likewise.
7415         * locales/es_VE: Likewise.
7416         * locales/et_EE: Likewise.
7417         * locales/fi_FI: Likewise.
7418         * locales/fr_CA,2.13: Likewise.
7419         * locales/hr_HR: Likewise.
7420         * locales/hu_HU: Likewise.
7421         * locales/is_IS: Likewise.
7422         * locales/lt_LT: Likewise.
7423         * locales/lv_LV: Likewise.
7424         * locales/no_NO: Likewise.
7425         * locales/pl_PL: Likewise.
7426         * locales/ro_RO: Likewise.
7427         * locales/ru_RU: Likewise.
7428         * locales/ru_UA: Likewise.
7429         * locales/sl_SI: Likewise.
7430         * locales/sr_YU: Likewise.
7431         * locales/sv_SE: Likewise.
7432         * locales/th_TH: Likewise.
7433         * locales/tr_TR: Likewise.
7434         * locales/uk_UA: Likewise.
7436 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
7438         * charmaps/ISIRI-3342: New file.
7439         * locales/fa_IR: New file.
7440         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
7442 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
7444         * locales/de_DE: Correct syntax of multi-character weights.
7446 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
7448         * tests/test6.c: New file.
7449         * tests/test6.cm: New file.
7450         * tests/test6.def: New file.
7451         * tests/test6.mne: New file.
7453         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
7454         UFE85, and UFE8B.
7455         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
7456         and /xc6.
7457         * charmaps/KOI8-U: Fix typo in /x95 entry.
7458         * charmaps/KOI8-R: Correct 0x95 entry.
7459         * charmaps/CP1258: Add /xEC.
7460         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
7461         * charmaps/IBM874: Add Euro.
7462         * charmaps/ISO-8859-7: Map /xB4 to U0384.
7463         Reported by Bruno Haible <haible@ilog.fr>.
7465 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
7467         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
7468         1992.  Reported by Bruno Haible <haible@ilog.fr>.
7470 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
7472         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
7473         * charmaps/EUC-JP: Likewise.
7474         * repertoiremaps/mnemonic.ja: Likewise.
7476         * locales/ja_JP: Add extra CLASS and MAP definisions.
7478         * charmaps/EUC-JP: Add WIDTH definitions.
7480 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
7482         * Makefile: Don't run tests for now.
7484 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
7486         * locales/ko_KR: New file.
7487         * charmaps/EUC-KR: New file.
7488         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7490 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
7492         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
7494         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
7496 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
7498         * tst-trans.c: New file.
7499         * tst-trans.sh: New file.
7500         * tests/trans.def: New file.
7501         * Makefile: Add rules for character mapping tests.
7503         * tests/test1.def: Correct ellipsis syntax.
7505 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
7507         * charmaps/ISO-8859-1: Don't define values for non-printable
7508         characters.
7510         * charmaps/ISO-8859-1: Add width information.
7512 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
7514         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
7516         * charmaps/ISO-8859-13: Fix a few entries.
7517         Patch by Marius Gedminas <mgedmin@takas.lt>.
7519 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
7521         * locales/zh_CN: Some first patches to make the file usable.
7523 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
7525         * locales/id_ID: Fix typo.
7527 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
7529         * locales/en_DK: Add Euro symbol to collation and characterization
7530         tables.  Patch by Geoff Keating.
7532         * charmaps/ISO-8859-15: Remove duplicate <OC>.
7534 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
7536         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
7537         * charmaps/IBM866: Likewise.
7538         * charmaps/IBM874: Likewise.
7539         * charmaps/ISO-8859-13: Likewise.
7540         * charmaps/ISO-8859-14: Likewise.
7541         * charmaps/ISO-8859-15: Likewise.
7542         * charmaps/MAC-UK: Likewise.
7544         * charmaps/ISO-8859-13: Correct typo.
7545         * charmaps/ISO-8859-14: Likewise.
7546         * charmaps/ISO-8859-15: Likewise.
7548 1999-08-16  Andreas Schwab  <schwab@suse.de>
7550         * charmaps/UTF8: Add entries for /x00.  Remove spurious
7551         <percent-sign/> entry.  Correct typo.
7553 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7555         * charmaps/UTF8: Generated from the charDB.
7557 1999-08-13  Andreas Schwab  <schwab@suse.de>
7559         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
7560         * locales/da_DK: Likewise.
7561         * locales/de_DE: Likewise.
7562         * locales/el_GR: Likewise.
7563         * locales/en_CA: Likewise.
7564         * locales/en_DK: Likewise.
7565         * locales/en_DK.com: Likewise.
7566         * locales/es_AR: Likewise.
7567         * locales/es_BO: Likewise.
7568         * locales/es_CL: Likewise.
7569         * locales/es_CO: Likewise.
7570         * locales/es_DO: Likewise.
7571         * locales/es_EC: Likewise.
7572         * locales/es_ES: Likewise.
7573         * locales/es_GT: Likewise.
7574         * locales/es_HN: Likewise.
7575         * locales/es_MX: Likewise.
7576         * locales/es_PA: Likewise.
7577         * locales/es_PE: Likewise.
7578         * locales/es_PY: Likewise.
7579         * locales/es_SV: Likewise.
7580         * locales/es_US: Likewise.
7581         * locales/es_UY: Likewise.
7582         * locales/es_VE: Likewise.
7583         * locales/et_EE: Likewise.
7584         * locales/fi_FI: Likewise.
7585         * locales/hr_HR: Likewise.
7586         * locales/hu_HU: Likewise.
7587         * locales/is_IS: Likewise.
7588         * locales/lt_LT: Likewise.
7589         * locales/lv_LV: Likewise.
7590         * locales/no_NO: Likewise.
7591         * locales/pl_PL: Likewise.
7592         * locales/ro_RO: Likewise.
7593         * locales/ru_RU: Likewise.
7594         * locales/ru_UA: Likewise.
7595         * locales/sl_SI: Likewise.
7596         * locales/sr_YU: Likewise.
7597         * locales/sv_SE: Likewise.
7598         * locales/tr_TR: Likewise.
7599         * locales/uk_UA: Likewise.
7601         * charmaps/ISO_10646: Fix typo.
7603 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7605         * locales/ca_ES: New file.
7606         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
7608         * SUPPORTED: Add ca_ES.
7610 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
7612         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
7613         correct sources.
7615 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
7617         * locales/ru_RU: Abbreviate Saturday Sbt.
7618         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
7620 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
7622         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
7624 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
7626         * Makefile (install-locales): Allow specifying charset in locale
7627         name but omit it in locale definition file.
7629         * SUPPORTED: Don't generate ru_SU.
7630         * locales/ru_SU: Removed.
7632         * locales/zh_CN: Update.
7633         * charmaps/GB2312: New file.
7634         Contributed by hashao@china.com.
7636 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7638         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
7639         correct some character names.
7641         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
7643 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
7645         * charmaps/SAMI-WS2: Add one more alias.
7647 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
7649         * charmaps/IBM874: New file.
7651         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
7653         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
7655         * charmaps/IBM864: Major update from Unicode data.
7657         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
7659         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
7661         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
7663         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
7665         * charmaps/IBM857: Correct entries ee, f7, and fa.
7667         * charmaps/IBM855: Correct entries 95, ef, and fd.
7669         * charmaps/IBM437: Correct entries f9 and fa.
7671         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
7673         * locales/th_TH: New file.  Thai locale description.
7674         * th_TH.in: New file.
7675         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7677 1999-04-14  Cristian Gafton  <gafton@redhat.com>
7679         * SUPPORTED: Add support for Ukraine Russian.
7680         * locales/ru_UA: New file.
7681         * locales/uk_UA: New file.
7682         * charmaps/KOI8-U: New file.
7684 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
7686         * locales/id_ID: New file.
7688 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
7690         * charmaps/TIS-620: New file.
7691         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7693 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
7695         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
7697         * charmaps/CP1256: Cosmetic changes.
7698         * charmaps/CP1257: Likewise.
7700         * charmaps/CP1258: New file.
7702         * charmaps/CP1257: Add some marks.
7703         * charmaps/CP1256: Update from Unicode page.
7704         * charmaps/CP1255: Lots of punctuation character changes.
7705         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
7706         * charmaps/CP1253: Add Euro character.
7707         * charmaps/CP1252: Add Euro character and z caron.
7708         * charmaps/CP1251: Add Euro character.
7709         * charmaps/CP1250: Add Euro character.
7711 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
7713         * locales/hr_HR: Various corrections.
7714         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
7716 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
7718         * locales/ru_RU (mon): Fix March and May month name translations.
7719         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
7721 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
7723         * Makefile (test-input): Prepare for cs_CZ test.
7724         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
7725         * cs_CZ.in: New file.
7727 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
7729         * locales/it_CH: New file.
7730         * SUPPORTED: Add it_CH.
7732         * locales/in_ID: New file.
7733         * SUPPORTED: Add in_ID.
7735 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7737         * Makefile (test-input): Add hr_HR.ISO-8859-2.
7738         (test-input-data): New variable.
7739         (distribute): Use it.
7740         (do-collate-test): Use it.
7741         * locales/hr_HR.in: New file.
7743 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
7745         * charmaps/IBM866: New file.
7746         * charmaps/MAC-UK: New file.
7748 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
7750         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
7751         * charmaps/ISO-8859-14: Add alias names.
7753         * repertoiremaps/mnemonics.ds: Remove duplicates.
7755 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
7757         * charmaps/ISO-8859-13: New file.
7758         * charmaps/ISO-8859-14: New file.
7759         * charmaps/ISO-8859-15: New file.
7761         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
7763 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
7765         * SUPPORTED: Add en_AU.
7767 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
7769         * SUPPORTED: Update greek entry.
7770         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7772 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
7774         * locales/el_GR (abmon): Remove spaces at end of strings.
7776 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
7778         * tests/test1.cm: Add missing character definitions to read POSIX
7779         locale definition.
7780         * tests/test2.cm: Likewise.
7781         * tests/test3.cm: Likewise.
7782         * tests/test4.cm: Likewise.
7783         * tests/test5.cm: Likewise.
7785 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
7787         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
7789 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
7791         * locales/gr_GR: Renamed to...
7792         * locales/el_GR: ...this.
7793         (yesexpr, noexpr): Also allow yes and no.
7795 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7797         * locales/sr_YU: Add repertoiremap.
7799 1998-09-23  Cristian Gafton  <gafton@redhat.com>
7801         * locales/sr_YU: New file.
7802         * SUPPORTED: Add sr_YU.
7804 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
7806         * Makefile: Rewrite install-locales rule.
7808 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
7810         * Makefile: Add more dependecies for running tests.
7811         Reported by HJ Lu.
7813 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7815         * locales/sk_SK: Add repertoiremap.
7817 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7819         * locales/ru_SU: Add repertoiremap.
7821 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
7823         * locales/ru_SU: New file.
7824         * SUPPORTED: Add ru_SU with KOI8-R.
7826 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
7828         * Makefile: Install repertoire maps.
7829         * mnemonic.ds: Moved into repertoiremaps subdir.
7830         * repertoiremaps/charids.894: New file.
7831         * repertoiremaps/mnemonic.ds: New file.
7833         * sort-test.sh: Adapt for most recent changes in localedef.
7834         * tst-fmon.sh: Likewise.
7835         * tst-locale.sh: Likewise.
7837         * locales/POSIX: Add repertoiremap definition.
7838         * locales/cs_CZ: Likewise.
7839         * locales/da_DK: Likewise.
7840         * locales/de_AT: Likewise.
7841         * locales/de_BE: Likewise.
7842         * locales/de_CH: Likewise.
7843         * locales/de_DE: Likewise.
7844         * locales/de_LU: Likewise.
7845         * locales/en_AU: Likewise.
7846         * locales/en_CA: Likewise.
7847         * locales/en_CA,2.5: Likewise.
7848         * locales/en_DK: Likewise.
7849         * locales/en_DK.com: Likewise.
7850         * locales/en_GB: Likewise.
7851         * locales/en_IE: Likewise.
7852         * locales/en_NZ: Likewise.
7853         * locales/en_US: Likewise.
7854         * locales/es_AR: Likewise.
7855         * locales/es_BO: Likewise.
7856         * locales/es_CL: Likewise.
7857         * locales/es_CO: Likewise.
7858         * locales/es_DO: Likewise.
7859         * locales/es_EC: Likewise.
7860         * locales/es_ES: Likewise.
7861         * locales/es_GT: Likewise.
7862         * locales/es_HN: Likewise.
7863         * locales/es_MX: Likewise.
7864         * locales/es_PA: Likewise.
7865         * locales/es_PE: Likewise.
7866         * locales/es_PY: Likewise.
7867         * locales/es_SV: Likewise.
7868         * locales/es_US: Likewise.
7869         * locales/es_UY: Likewise.
7870         * locales/es_VE: Likewise.
7871         * locales/et_EE: Likewise.
7872         * locales/eu_ES: Likewise.
7873         * locales/fi_FI: Likewise.
7874         * locales/fo_FO: Likewise.
7875         * locales/fr_BE: Likewise.
7876         * locales/fr_CA: Likewise.
7877         * locales/fr_CA,2.13: Likewise.
7878         * locales/fr_CH: Likewise.
7879         * locales/fr_FR: Likewise.
7880         * locales/fr_LU: Likewise.
7881         * locales/ga_IE: Likewise.
7882         * locales/gr_GR: Likewise.
7883         * locales/he_IL: Likewise.
7884         * locales/hr_HR: Likewise.
7885         * locales/hu_HU: Likewise.
7886         * locales/is_IS: Likewise.
7887         * locales/it_IT: Likewise.
7888         * locales/iw_IL: Likewise.
7889         * locales/kl_GL: Likewise.
7890         * locales/lt_LT: Likewise.
7891         * locales/lv_LV: Likewise.
7892         * locales/nl_BE: Likewise.
7893         * locales/nl_NL: Likewise.
7894         * locales/no_NO: Likewise.
7895         * locales/pl_PL: Likewise.
7896         * locales/pt_BR: Likewise.
7897         * locales/pt_PT: Likewise.
7898         * locales/ro_RO: Likewise.
7899         * locales/ru_RU: Likewise.
7900         * locales/sl_SI: Likewise.
7901         * locales/sv_FI: Likewise.
7902         * locales/sv_SE: Likewise.
7903         * locales/tr_TR: Likewise.
7904         * locales/zh_CN: Likewise.
7906 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
7908         * tst-locale.sh: Add comment for when multi-byte charsets in
7909         locales work.
7910         * tests/test5.cm: New file.
7911         * tests/test5.def: New file.
7912         * Makefile (ld-test-names): Add test5.
7914 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
7916         * locales/de_DE: Use . as thousands separator and 3;3 groups for
7917         LC_NUMERIC.
7919 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
7921         * Makefile: Fix test rules from last patch.
7923 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7925         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
7926         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
7928 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
7930         * Makefile (distribute): Add tst-locale.sh.
7932 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
7934         * Makefile (distribute): Add SUPPORTED.
7935         (install-locales): New rule to install locale dat ausing localedef.
7936         * SUPPORTED: New file.  Names all usable locales.
7937         Based on a patch by Cristian Gafton <gafton@redhat.com>.
7939         * locales/gr_GR: Correct collation description.
7940         * locales/nl_NL: Correct Charset requirement.
7941         * locales/pt_BR: Fix int_curr_symbol.
7942         * locales/ru_RU: Fix ctype data.
7943         Patches by Cristian Gafton <gafton@redhat.com>.
7945         * locales/nl_NL: Fix yesexpr/noexpr.
7946         * locales/pt_BR: Likewise.
7947         * locales/cs_CZ: Likewise.
7948         * locales/da_DK: Likewise.
7949         * locales/en_AU: Likewise.
7950         * locales/en_CA: Likewise.
7951         * locales/en_DK: Likewise.
7952         * locales/en_DK.com: Likewise.
7953         * locales/en_GB: Likewise.
7954         * locales/en_NZ: Likewise.
7955         * locales/en_US: Likewise.
7956         * locales/es_AR: Likewise.
7957         * locales/es_BO: Likewise.
7958         * locales/es_CL: Likewise.
7959         * locales/es_CO: Likewise.
7960         * locales/es_DO: Likewise.
7961         * locales/es_EC: Likewise.
7962         * locales/es_ES: Likewise.
7963         * locales/es_GT: Likewise.
7964         * locales/es_HN: Likewise.
7965         * locales/es_MX: Likewise.
7966         * locales/es_PA: Likewise.
7967         * locales/es_PE: Likewise.
7968         * locales/es_PY: Likewise.
7969         * locales/es_SV: Likewise.
7970         * locales/es_US: Likewise.
7971         * locales/es_UY: Likewise.
7972         * locales/es_VE: Likewise.
7973         * locales/et_EE: Likewise.
7974         * locales/eu_ES: Likewise.
7975         * locales/fi_FI: Likewise.
7976         * locales/fo_FO: Likewise.
7977         * locales/fr_BE: Likewise.
7978         * locales/fr_CA: Likewise.
7979         * locales/fr_CH: Likewise.
7980         * locales/fr_FR: Likewise.
7981         * locales/fr_LU: Likewise.
7982         * locales/ga_IE: Likewise.
7983         * locales/gr_GR: Likewise.
7984         * locales/he_IL: Likewise.
7985         * locales/hr_HR: Likewise.
7986         * locales/hu_HU: Likewise.
7987         * locales/is_IS: Likewise.
7988         * locales/it_IT: Likewise.
7989         * locales/iw_IL: Likewise.
7990         * locales/ja_JP: Likewise.
7991         * locales/kl_GL: Likewise.
7992         * locales/lt_LT: Likewise.
7993         * locales/lv_LV: Likewise.
7994         * locales/no_NO: Likewise.
7995         * locales/pl_PL: Likewise.
7996         * locales/pt_PT: Likewise.
7997         * locales/ro_RO: Likewise.
7998         * locales/ru_RU: Likewise.
7999         * locales/sl_SI: Likewise.
8000         * locales/sv_SE: Likewise.
8001         * locales/tr_TR: Likewise.
8002         * locales/zh_CN: Likewise.
8004 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
8006         * locales/ru_RU: Correct last patch.
8007         Patch by Cristian Gafton <gafton@redhat.com>.
8009 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
8011         * locales/de_DE: Use common german data and time format not ISO
8012         8601.
8014 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
8016         * locales/ru_RU: Correct inconsistencies in mon data.
8017         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
8019 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8021         * locales/pl_PL: Fix int_curr_symbol.
8023 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
8025         * locales/is_IS: Update from Debian version.
8027 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
8029         * tst-fmon.c: New file.  strfmon test program.
8030         * tst-fmon.sh: New file.  Script to run strfmon test.
8031         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
8032         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
8034         * locales/cs_CZ: Update from author.
8036 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
8038         * sort-test.sh: Call localedef with additional environment variable
8039         I18NPATH to point to not-yet-installed locale data files.
8041         * locales/POSIX: Updated version from maintainer.
8043 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
8045         * collate-test.c (main): Change prototype definition to prevent
8046         warning.
8048 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
8050         * locales/de_DE: Include real collation data.  It's similar to the
8051         en_DK information but the order of small and capital characters is
8052         exchanged.
8054         * collate-test.c: New file.  Test suite for strcoll function.
8055         * de_DE.in: Input file for collation test.
8056         * da_DK.in: Likewise.
8058         * xfrm-test.c: New file.  Test suite for strxfrm function.
8060 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
8062         * All charmaps: Fix entries for <quotation-mark>.
8064 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
8066         * Makefile (charmaps): Don't try to install CVS or RCS directory.
8067         (locales): Likewise.
8068         Reported by Matthias Urlichs.