Split rpcent tests out of tst-netdb.
[glibc.git] / localedata / ChangeLog
blobceb373f1be36dc6dd55e1ca3d7e14420a9f037ba
1 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
3         * unicode-gen/ctype_compatibility.py: Use date ranges in
4         copyright notice.
5         * unicode-gen/ctype_compatibility_test_cases.py: Likewise.
6         * unicode-gen/gen_unicode_ctype.py: Likewise.
7         * unicode-gen/utf8_compatibility.py: Likewise.
8         * unicode-gen/utf8_gen.py: Likewise.  Use upper case for
9         global variables, use tuples for global constant arrays.  From
10         Mike FABIAN.  Suggested by Mike Frysinger <vapier@gentoo.org>.
12 2015-02-20  Alexandre Oliva <aoliva@redhat.com>
14         [BZ #17588]
15         [BZ #13064]
16         [BZ #14094]
17         [BZ #17998]
18         * unicode-gen/Makefile: New.
19         * unicode-gen/unicode-license.txt: New, from Unicode.
20         * unicode-gen/UnicodeData.txt: New, from Unicode.
21         * unicode-gen/DerivedCoreProperties.txt: New, from Unicode.
22         * unicode-gen/EastAsianWidth.txt: New, from Unicode.
23         * unicode-gen/gen_unicode_ctype.py: New generator, from Mike
24         FABIAN <mfabian@redhat.com>.
25         * unicode-gen/ctype_compatibility.py: New verifier, from
26         Pravin Satpute <psatpute@redhat.com> and Mike FABIAN.
27         * unicode-gen/ctype_compatibility_test_cases.py: New verifier
28         module, from Mike FABIAN.
29         * unicode-gen/utf8_gen.py: New generator, from Pravin Satpute
30         and Mike FABIAN.
31         * unicode-gen/utf8_compatibility.py: New verifier, from Pravin
32         Satpute and Mike FABIAN.
33         * charmaps/UTF-8: Update.
34         * locales/i18n: Update.
35         * gen-unicode-ctype.c: Remove.
36         * tst-ctype-de_DE.ISO-8859-1.in: Adjust, islower now returns
37         true for ordinal indicators.
39 2015-01-21  Marek Polacek  <polacek@redhat.com>
41         * tests-mbwc/tst_wcscpy.c (tst_wcscpy): Fix condition.
43 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
45         * All files with FSF copyright notices: Update copyright dates
46         using ../scripts/update-copyrights.
48 2014-12-01  Pravin Satpute <psatpute@redhat.com>
50         [BZ #16857]
51         * locales/raj_IN: New locale for raj_IN.
52         * SUPPORTED: Add raj_IN.
54         [BZ #17192]
55         * locales/ce_RU: New locale Chechen for RUSSIAN FEDERATION.
56         * SUPPORTED: Add ce_RU.
58 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
60         [BZ #17475]
61         * SUPPORTED: Add Bhili and Tulu locales.
62         * locales/tu_IN: New Tulu locale.
63         * locales/bh_IN: New Bhili locale.
65 2014-07-02  Florian Weimer  <fweimer@redhat.com>
67         * tst-setlocale3.c: New file.
68         * Makefile (tests): Add tst-setlocale3.
70 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
72         * Makefile (LOCALES): Add en_GB.UTF-8.
74 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
76         * Makefile (LOCALEDEF): Use $(rtld-prefix).
78 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
80         * Makefile (test-srcs): Remove tst-mbswcs1, tst-mbswcs2,
81         tst-mbswcs3, tst-mbswcs4, tst-mbswcs5 and tst-wctype.
82         (generated): Remove tst-mbswcs.out.
83         (tests): Add tst-mbswcs1, tst-mbswcs2, tst-mbswcs3, tst-mbswcs4,
84         tst-mbswcs5 and tst-wctype.
85         (tests-special): Remove $(objpfx)tst-mbswcs.out and
86         $(objpfx)tst-wctype.out.
87         ($(objpfx)tst-mbswcs.out): Remove rule.
88         ($(objpfx)tst-wctype.out): Likewise.
89         (tst-wctype-ENV): New variable.
90         * tst-mbswcs.sh: Remove file.
91         * tst-wctype.sh: Likewise.
93 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
95         * tst-fmon.sh: Don't set LANGUAGE.
96         * tst-locale.sh: Likewise.
98 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
100         * Makefile ($(addprefix $(objpfx),$(CTYPE_FILES))): Use
101         $(built-program-cmd-before-env), $(run-program-env) and
102         $(built-program-cmd-after-env).
103         ($(objpfx)sort-test.out): Use $(test-program-prefix-before-env),
104         $(run-program-env) and $(test-program-prefix-after-env).
105         ($(objpfx)tst-fmon.out): Use $(run-program-prefix-before-env),
106         $(run-program-env) and $(run-program-prefix-after-env).
107         ($(objpfx)tst-locale.out): Use $(built-program-cmd-before-env),
108         $(run-program-env) and $(built-program-cmd-after-env).
109         ($(objpfx)tst-trans.out): Use $(run-program-prefix-before-env),
110         $(run-program-env), $(run-program-prefix-after-env),
111         $(test-program-prefix-before-env) and
112         $(test-program-prefix-after-env).
113         ($(objpfx)tst-ctype.out): Use $(test-program-cmd-before-env),
114         $(run-program-env) and $(test-program-cmd-after-env).
115         ($(objpfx)tst-wctype.out): Likewise.
116         ($(objpfx)tst-langinfo.out): Likewise.
117         ($(objpfx)tst-langinfo-static.out): Likewise.
118         * gen-locale.sh: Use localedef_before_env, run_program_env and
119         localedef_after_env arguments.
120         * sort-test.sh: Use test_program_prefix_before_env,
121         run_program_env and test_program_prefix_after_env arguments.
122         * tst-ctype.sh: Use tst_ctype_before_env, run_program_env and
123         tst_ctype_after_env arguments.
124         * tst-fmon.sh: Use run_program_prefix_before_env, run_program_env
125         and run_program_prefix_after_env arguments.
126         * tst-langinfo.sh: Use tst_langinfo_before_env, run_program_env
127         and tst_langinfo_after_env arguments.
128         * tst-locale.sh: Use localedef_before_env, run_program_env and
129         localedef_after_env arguments.
130         * tst-mbswcs.sh: Do not set environment variables explicitly.
131         * tst-numeric.sh: Likewise.
132         * tst-rpmatch.sh: Likewise.
133         * tst-trans.sh: Use run_program_prefix_before_env,
134         run_program_env, run_program_prefix_after_env,
135         test_program_prefix_before_env and test_program_prefix_after_env
136         arguments.
137         * tst-wctype.sh: Use tst_wctype_before_env, run_program_env and
138         tst_wctype_after_env arguments.
140 2014-06-05  Andreas Schwab  <schwab@suse.de>
142         [BZ #16095]
143         * SUPPORTED: Add uz_UZ.UTF-8/UTF-8.
145 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
147         * Makefile (TEST_MBWC_ENV): Remove variable.
148         (tst_iswalnum-ENV): Likewise.
149         (tst_iswalpha-ENV): Likewise.
150         (tst_iswcntrl-ENV): Likewise.
151         (tst_iswctype-ENV): Likewise.
152         (tst_iswdigit-ENV): Likewise.
153         (tst_iswgraph-ENV): Likewise.
154         (tst_iswlower-ENV): Likewise.
155         (tst_iswprint-ENV): Likewise.
156         (tst_iswpunct-ENV): Likewise.
157         (tst_iswspace-ENV): Likewise.
158         (tst_iswupper-ENV): Likewise.
159         (tst_iswxdigit-ENV): Likewise.
160         (tst_mblen-ENV): Likewise.
161         (tst_mbrlen-ENV): Likewise.
162         (tst_mbrtowc-ENV): Likewise.
163         (tst_mbsrtowcs-ENV): Likewise.
164         (tst_mbstowcs-ENV): Likewise.
165         (tst_mbtowc-ENV): Likewise.
166         (tst_strcoll-ENV): Likewise.
167         (tst_strfmon-ENV): Likewise.
168         (tst_strxfrm-ENV): Likewise.
169         (tst_swscanf-ENV): Likewise.
170         (tst_towctrans-ENV): Likewise.
171         (tst_towlower-ENV): Likewise.
172         (tst_towupper-ENV): Likewise.
173         (tst_wcrtomb-ENV): Likewise.
174         (tst_wcscat-ENV): Likewise.
175         (tst_wcschr-ENV): Likewise.
176         (tst_wcscmp-ENV): Likewise.
177         (tst_wcscoll-ENV): Likewise.
178         (tst_wcscpy-ENV): Likewise.
179         (tst_wcscspn-ENV): Likewise.
180         (tst_wcslen-ENV): Likewise.
181         (tst_wcsncat-ENV): Likewise.
182         (tst_wcsncmp-ENV): Likewise.
183         (tst_wcsncpy-ENV): Likewise.
184         (tst_wcspbrk-ENV): Likewise.
185         (tst_wcsrtombs-ENV): Likewise.
186         (tst_wcsspn-ENV): Likewise.
187         (tst_wcsstr-ENV): Likewise.
188         (tst_wcstod-ENV): Likewise.
189         (tst_wcstok-ENV): Likewise.
190         (tst_wcstombs-ENV): Likewise.
191         (tst_wcswidth-ENV): Likewise.
192         (tst_wcsxfrm-ENV): Likewise.
193         (tst_wctob-ENV): Likewise.
194         (tst_wctomb-ENV): Likewise.
195         (tst_wctrans-ENV): Likewise.
196         (tst_wctype-ENV): Likewise.
197         (tst_wcwidth-ENV): Likewise.
198         (tst-digits-ENV): Likewise.
199         (tst-mbswcs6-ENV): Likewise.
200         (tst-xlocale1-ENV): Likewise.
201         (tst-xlocale2-ENV): Likewise.
202         (tst-strfmon1-ENV): Likewise.
203         (tst-strptime-ENV): Likewise.
204         (tst-setlocale-ENV): Don't set LOCPATH.
205         (bug-iconv-trans-ENV): Remove variable.
206         (tst-sscanf-ENV): Likewise.
207         (tst-leaks-ENV): Don't set LOCPATH.
208         (bug-setlocale1-ENV): Remove variable.
209         (bug-setlocale1-static-ENV): Likewise.
210         (tst-setlocale2-ENV): Likewise.
212 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
214         * Makefile (LOCALEDEF): Use $(elf-objpfx) instead of
215         $(common-objpfx)elf/.
217 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
219         * Makefile (LOCALES): Move definition above include of Rules.
220         (LOCALE_SRCS): Likewise.
221         (CHARMAPS): Likewise.
222         (CTYPE_FILES): Likewise.
223         (tests-special): Add locale files.
224         ($(addprefix $(objpfx),$(CTYPE_FILES))): Use $(evaluate-test).
226         * Makefile (generated): Rename tests to end with .out.
227         (tests-special): Likewise.
228         ($(objpfx)mtrace-tst-leaks): Likewise.
230 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
232         * Makefile (tests): Change dependencies to ....
233         (tests-special): ... additions to this variable.
235 2014-02-28  Roland McGrath  <roland@hack.frob.com>
237         * Makefile (generated, generated-dirs): Use += rather than =.
239 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
241         * Makefile: Include Makeconfig immediately after defining subdir.
242         (all): Remove target.
244 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
246         * Makefile ($(objpfx)sort-test.out): Use $(evaluate-test).
247         ($(objpfx)tst-fmon.out): Likewise.
248         ($(objpfx)tst-numeric.out): Likewise.
249         ($(objpfx)tst-locale.out): Likewise.
250         ($(objpfx)tst-rpmatch.out): Likewise.
251         ($(objpfx)tst-trans.out): Likewise.
252         ($(objpfx)tst-mbswcs.out): Likewise.
253         ($(objpfx)tst-ctype.out): Likewise.
254         ($(objpfx)tst-wctype.out): Likewise.
255         ($(objpfx)tst-langinfo.out): Likewise.
256         ($(objpfx)mtrace-tst-leaks): Likewise.
258 2013-12-26  Chris Leonard  <cjl@sugarlabs.org>
260         * locales/sa_IN: Add lang_name.
261         * locales/sat_IN: Likewise.
262         * locales/sc_IT: Likewise.
263         * locales/se_NO: Likewise.
264         * locales/si_LK: Likewise.
265         * locales/sl_SI: Likewise.
266         * locales/sq_AL: Likewise.
267         * locales/sq_MK: Likewise.
268         * locales/sv_FI: Likewise.
269         * locales/sv_SE: Likewise.
270         * locales/szl_PL: Likewise.
272 2013-12-20  Chris Leonard  <cjl@sugarlabs.org>
274         * locales/oc_FR: Add lang_name.
275         * locales/or_IN: Likewise.
276         * locales/pa_IN: Likewise.
277         * locales/pa_PK: Likewise.
278         * locales/pap_AW: Likewise.
279         * locales/pap_CW: Likewise.
280         * locales/pl_PL: Likewise.
281         * locales/pt_BR: Likewise.
282         * locales/pt_PT: Likewise.
283         * locales/quz_PE: Likewise.
285 2013-12-12  Toke Høiland-Jørgensen <toke@toke.dk>
287         [BZ #15593]
288         * locales/translit_neutral: Add entries for U00D8 and U00F8.
290 2013-12-12  Marko Myllynen  <myllynen@redhat.com>
292         * locales/fi_FI: Fix Charset comment.
293         * locales/fi_FI@euro: Likewise.
295 2013-12-01  Chris Leonard  <cjl@sugarlabs.org>
297         * locales/mag_IN: Add lang_name.
298         * locales/mai_IN: Likewise.
299         * locales/mg_MG: Likewise.
300         * locales/mi_NZ: Likewise.
301         * locales/mk_MK: Likewise.
302         * locales/ml_IN: Likewise.
303         * locales/mn_MN: Likewise.
304         * locales/mni_IN: Likewise.
305         * locales/mr_IN: Likewise.
306         * locales/ms_MY: Likewise.
307         * locales/mt_MT: Likewise.
308         * locales/nb_NO: Likewise.
309         * locales/ne_NP: Likewise.
310         * locales/nhn_MX: Likewise.
311         * locales/nl_AW: Likewise.
312         * locales/nl_BE: Likewise.
313         * locales/nl_NL: Likewise.
314         * locales/nn_NO: Likewise.
316 2013-11-26  Chris Leonard  <cjl@sugarlabs.org>
318         * locales/ka_GE: Add lang_name.
319         * locales/kl_GL: Likewise.
320         * locales/kn_IN: Likewise.
321         * locales/ko_KR: Likewise.
322         * locales/kok_IN: Likewise.
323         * locales/ks_IN: Likewise.
324         * locales/ks_IN@devanagari: Likewise.
325         * locales/kw_GB: Likewise.
326         * locales/ky_KG: Likewise.
327         * locales/lg_UG: Likewise.
328         * locales/li_BE: Likewise.
329         * locales/li_NL: Likewise.
330         * locales/lij_IT: Likewise.
331         * locales/lt_LT: Likewise.
332         * locales/lv_LV: Likewise.
334 2013-11-25  Chris Leonard  <cjl@sugarlabs.org>
336         * locales/ga_IE: Add lang_name.
337         * locales/gl_ES: Likewise.
338         * locales/gu_IN: Likewise.
339         * locales/gv_GB: Likewise.
340         * locales/hi_IN: Likewise.
341         * locales/hne_IN: Likewise.
342         * locales/hr_HR: Likewise.
343         * locales/hu_HU: Likewise.
344         * locales/id_ID: Likewise.
345         * locales/ik_CA: Likewise.
346         * locales/is_IS: Likewise.
347         * locales/it_CH: Likewise.
348         * locales/it_IT: Likewise.
349         * locales/ja_JP: Likewise.
351 2013-11-24  Chris Leonard  <cjl@sugarlabs.org>
353         * locales/bs_BA: Add lang_name.
354         * locales/ca_AD: Likewise.
355         * locales/ca_ES: Likewise.
356         * locales/ca_FR: Likewise.
357         * locales/ca_IT: Likewise.
358         * locales/crh_UA: Likewise.
359         * locales/csb_PL: Likewise.
360         * locales/cv_RU: Likewise.
361         * locales/da_DK: Likewise.
362         * locales/doi_IN: Likewise.
363         * locales/dv_MV: Likewise.
364         * locales/el_CY: Likewise.
365         * locales/el_GR: Likewise.
366         * locales/el_GR@euro: Likewise.
367         * locales/eu_ES: Likewise.
368         * locales/fi_FI: Likewise.
369         * locales/fil_PH: Likewise.
370         * locales/fo_FO: Likewise.
371         * locales/fur_IT: Likewise.
372         * locales/fy_DE: Likewise.
373         * locales/fy_NL: Likewise.
375 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
377         * locales/be_BY: Add lang_name.
378         * locales/be_BY@latin: Likewise.
379         * locales/ber_DZ: Likewise.
380         * locales/ber_MA: Likewise.
381         * locales/bg_BG: Likewise.
382         * locales/bho_IN: Likewise.
383         * locales/bn_BD: Likewise.
384         * locales/bn_IN: Likewise.
385         * locales/br_FR: Likewise.
387 2013-11-23  Chris Leonard  <cjl@sugarlabs.org>
389         * locales/an_ES: Add lang_name.
390         * locales/anp_IN: Likewise.
391         * locales/as_IN: Likewise.
392         * locales/ast_ES: Likewise.
393         * locales/ayc_PE: Likewise.
394         * locales/az_AZ: Likewise.
396 2013-11-22  Chris Leonard  <cjl@sugarlabs.org>
398         * locales/de_AT: Add lang_name to German, English, Spanish, French locales.
399         * locales/de_BE: Likewise.
400         * locales/de_CH: Likewise.
401         * locales/de_DE: Likewise.
402         * locales/de_LU: Likewise.
403         * locales/en_AG: Likewise.
404         * locales/en_AU: Likewise.
405         * locales/en_BW: Likewise.
406         * locales/en_CA: Likewise.
407         * locales/en_DK: Likewise.
408         * locales/en_GB: Likewise.
409         * locales/en_HK: Likewise.
410         * locales/en_IE: Likewise.
411         * locales/en_IN: Likewise.
412         * locales/en_NZ: Likewise.
413         * locales/en_PH: Likewise.
414         * locales/en_SG: Likewise.
415         * locales/en_US: Likewise.
416         * locales/en_ZM: Likewise.
417         * locales/en_ZW: Likewise.
418         * locales/es_AR: Likewise.
419         * locales/es_BO: Likewise.
420         * locales/es_CL: Likewise.
421         * locales/es_CO: Likewise.
422         * locales/es_CR: Likewise.
423         * locales/es_CU: Likewise.
424         * locales/es_DO: Likewise.
425         * locales/es_EC: Likewise.
426         * locales/es_ES: Likewise.
427         * locales/es_GT: Likewise.
428         * locales/es_HN: Likewise.
429         * locales/es_MX: Likewise.
430         * locales/es_NI: Likewise.
431         * locales/es_PA: Likewise.
432         * locales/es_PE: Likewise.
433         * locales/es_PR: Likewise.
434         * locales/es_PY: Likewise.
435         * locales/es_SV: Likewise.
436         * locales/es_US: Likewise.
437         * locales/es_UY: Likewise.
438         * locales/es_VE: Likewise.
439         * locales/fr_BE: Likewise.
440         * locales/fr_CA: Likewise.
441         * locales/fr_CH: Likewise.
442         * locales/fr_FR: Likewise.
443         * locales/fr_LU: Likewise.
445 2013-11-21  Chris Leonard  <cjl@sugarlabs.org>
447         * locales/ar_AE: Add lang_name to Arabic locales.
448         * locales/ar_BH: Likewise.
449         * locales/ar_DZ: Likewise.
450         * locales/ar_EG: Likewise.
451         * locales/ar_IN: Likewise.
452         * locales/ar_IQ: Likewise.
453         * locales/ar_JO: Likewise.
454         * locales/ar_KW: Likewise.
455         * locales/ar_LB: Likewise.
456         * locales/ar_LY: Likewise.
457         * locales/ar_MA: Likewise.
458         * locales/ar_OM: Likewise.
459         * locales/ar_QA: Likewise.
460         * locales/ar_SA: Likewise.
461         * locales/ar_SD: Likewise.
462         * locales/ar_SS: Likewise.
463         * locales/ar_SY: Likewise.
464         * locales/ar_TN: Likewise.
465         * locales/ar_YE: Likewise.
467 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
469         [BZ #15601]
470         * locales/or_IN: Rename Oriya to Odia.
472 2013-11-18  Chris Leonard  <cjl@sugarlabs.org>
474         [BZ #16144]
475         * locales/tk_TM: Duplicated abday value for tk_TM.
477 2013-11-18  OndÅ™ej Bílka  <neleai@seznam.cz>
479         * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Remove unused t_ini variable.
481 2013-11-17  Chris Leonard  <cjl@sugarlabs.org>
483         [BZ #16146]
484         * locales/wae_CH: Correct wae_CH to UTF-8 encoding.
486 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
488         [BZ #16172]
489         * locales/the_NP: New locale for the_NP.
490         * SUPPORTED: Add the_NP.
492 2013-11-14  Chris Leonard  <cjl@sugarlabs.org>
494         [BZ #16143]
495         * locales/pap_AN: pap_* locales have duplicated LC_NUMERIC section.
496         * locales/pap_AW: Likewise.
497         * locales/pap_CW: Likewise.
499 2013-11-08  Chris Leonard  <cjl@sugarlabs.org>
501         [BZ #16103]
502         * locales/aa_DJ: LC_MEASUREMENT review and standardization
503         * locales/aa_ER: Likewise.
504         * locales/aa_ER@saaho: Likewise.
505         * locales/aa_ET: Likewise.
506         * locales/af_ZA: Likewise.
507         * locales/ak_GH: Likewise.
508         * locales/am_ET: Likewise.
509         * locales/an_ES: Likewise.
510         * locales/anp_IN: Likewise.
511         * locales/ar_AE: Likewise.
512         * locales/ar_BH: Likewise.
513         * locales/ar_DZ: Likewise.
514         * locales/ar_EG: Likewise.
515         * locales/ar_IN: Likewise.
516         * locales/ar_IQ: Likewise.
517         * locales/ar_JO: Likewise.
518         * locales/ar_KW: Likewise.
519         * locales/ar_LB: Likewise.
520         * locales/ar_LY: Likewise.
521         * locales/ar_MA: Likewise.
522         * locales/ar_OM: Likewise.
523         * locales/ar_QA: Likewise.
524         * locales/ar_SA: Likewise.
525         * locales/ar_SD: Likewise.
526         * locales/ar_SS: Likewise.
527         * locales/ar_SY: Likewise.
528         * locales/ar_TN: Likewise.
529         * locales/ar_YE: Likewise.
530         * locales/as_IN: Likewise.
531         * locales/ast_ES: Likewise.
532         * locales/ayc_PE: Likewise.
533         * locales/az_AZ: Likewise.
534         * locales/be_BY: Likewise.
535         * locales/be_BY@latin: Likewise.
536         * locales/bem_ZM: Likewise.
537         * locales/ber_DZ: Likewise.
538         * locales/ber_MA: Likewise.
539         * locales/bg_BG: Likewise.
540         * locales/bho_IN: Likewise.
541         * locales/bn_BD: Likewise.
542         * locales/bn_IN: Likewise.
543         * locales/bo_CN: Likewise.
544         * locales/bo_IN: Likewise.
545         * locales/br_FR: Likewise.
546         * locales/br_FR@euro: Likewise.
547         * locales/brx_IN: Likewise.
548         * locales/bs_BA: Likewise.
549         * locales/byn_ER: Likewise.
550         * locales/ca_AD: Likewise.
551         * locales/ca_ES: Likewise.
552         * locales/ca_ES@euro: Likewise.
553         * locales/ca_FR: Likewise.
554         * locales/ca_IT: Likewise.
555         * locales/cmn_TW: Likewise.
556         * locales/crh_UA: Likewise.
557         * locales/cs_CZ: Likewise.
558         * locales/csb_PL: Likewise.
559         * locales/cv_RU: Likewise.
560         * locales/cy_GB: Likewise.
561         * locales/da_DK: Likewise.
562         * locales/de_AT: Likewise.
563         * locales/de_AT@euro: Likewise.
564         * locales/de_BE: Likewise.
565         * locales/de_BE@euro: Likewise.
566         * locales/de_CH: Likewise.
567         * locales/de_DE: Likewise.
568         * locales/de_DE@euro: Likewise.
569         * locales/de_LU: Likewise.
570         * locales/de_LU@euro: Likewise.
571         * locales/doi_IN: Likewise.
572         * locales/dv_MV: Likewise.
573         * locales/dz_BT: Likewise.
574         * locales/el_CY: Likewise.
575         * locales/el_GR: Likewise.
576         * locales/el_GR@euro: Likewise.
577         * locales/en_AG: Likewise.
578         * locales/en_AU: Likewise.
579         * locales/en_BW: Likewise.
580         * locales/en_CA: Likewise.
581         * locales/en_DK: Likewise.
582         * locales/en_GB: Likewise.
583         * locales/en_HK: Likewise.
584         * locales/en_IE: Likewise.
585         * locales/en_IE@euro: Likewise.
586         * locales/en_IN: Likewise.
587         * locales/en_NG: Likewise.
588         * locales/en_NZ: Likewise.
589         * locales/en_PH: Likewise.
590         * locales/en_SG: Likewise.
591         * locales/en_US: Likewise.
592         * locales/en_ZA: Likewise.
593         * locales/en_ZM: Likewise.
594         * locales/en_ZW: Likewise.
595         * locales/es_AR: Likewise.
596         * locales/es_BO: Likewise.
597         * locales/es_CL: Likewise.
598         * locales/es_CO: Likewise.
599         * locales/es_CR: Likewise.
600         * locales/es_CU: Likewise.
601         * locales/es_DO: Likewise.
602         * locales/es_EC: Likewise.
603         * locales/es_ES: Likewise.
604         * locales/es_ES@euro: Likewise.
605         * locales/es_GT: Likewise.
606         * locales/es_HN: Likewise.
607         * locales/es_MX: Likewise.
608         * locales/es_NI: Likewise.
609         * locales/es_PA: Likewise.
610         * locales/es_PE: Likewise.
611         * locales/es_PR: Likewise.
612         * locales/es_PY: Likewise.
613         * locales/es_SV: Likewise.
614         * locales/es_US: Likewise.
615         * locales/es_UY: Likewise.
616         * locales/es_VE: Likewise.
617         * locales/et_EE: Likewise.
618         * locales/eu_ES: Likewise.
619         * locales/eu_ES@euro: Likewise.
620         * locales/fa_IR: Likewise.
621         * locales/ff_SN: Likewise.
622         * locales/fi_FI: Likewise.
623         * locales/fi_FI@euro: Likewise.
624         * locales/fil_PH: Likewise.
625         * locales/fo_FO: Likewise.
626         * locales/fr_BE: Likewise.
627         * locales/fr_BE@euro: Likewise.
628         * locales/fr_CA: Likewise.
629         * locales/fr_CH: Likewise.
630         * locales/fr_FR: Likewise.
631         * locales/fr_FR@euro: Likewise.
632         * locales/fr_LU: Likewise.
633         * locales/fr_LU@euro: Likewise.
634         * locales/fur_IT: Likewise.
635         * locales/fy_DE: Likewise.
636         * locales/fy_NL: Likewise.
637         * locales/ga_IE: Likewise.
638         * locales/ga_IE@euro: Likewise.
639         * locales/gd_GB: Likewise.
640         * locales/gez_ER: Likewise.
641         * locales/gez_ER@abegede: Likewise.
642         * locales/gez_ET: Likewise.
643         * locales/gez_ET@abegede: Likewise.
644         * locales/gl_ES: Likewise.
645         * locales/gl_ES@euro: Likewise.
646         * locales/gu_IN: Likewise.
647         * locales/gv_GB: Likewise.
648         * locales/ha_NG: Likewise.
649         * locales/hak_TW: Likewise.
650         * locales/he_IL: Likewise.
651         * locales/hi_IN: Likewise.
652         * locales/hne_IN: Likewise.
653         * locales/hr_HR: Likewise.
654         * locales/hsb_DE: Likewise.
655         * locales/hu_HU: Likewise.
656         * locales/hy_AM: Likewise.
657         * locales/ia_FR: Likewise.
658         * locales/id_ID: Likewise.
659         * locales/ig_NG: Likewise.
660         * locales/ik_CA: Likewise.
661         * locales/is_IS: Likewise.
662         * locales/it_CH: Likewise.
663         * locales/it_IT: Likewise.
664         * locales/it_IT@euro: Likewise.
665         * locales/iu_CA: Likewise.
666         * locales/ja_JP: Likewise.
667         * locales/ka_GE: Likewise.
668         * locales/kk_KZ: Likewise.
669         * locales/kl_GL: Likewise.
670         * locales/km_KH: Likewise.
671         * locales/kn_IN: Likewise.
672         * locales/ko_KR: Likewise.
673         * locales/kok_IN: Likewise.
674         * locales/ks_IN: Likewise.
675         * locales/ks_IN@devanagari: Likewise.
676         * locales/ku_TR: Likewise.
677         * locales/kw_GB: Likewise.
678         * locales/ky_KG: Likewise.
679         * locales/lb_LU: Likewise.
680         * locales/lg_UG: Likewise.
681         * locales/li_BE: Likewise.
682         * locales/li_NL: Likewise.
683         * locales/lij_IT: Likewise.
684         * locales/lo_LA: Likewise.
685         * locales/lt_LT: Likewise.
686         * locales/lv_LV: Likewise.
687         * locales/lzh_TW: Likewise.
688         * locales/mag_IN: Likewise.
689         * locales/mai_IN: Likewise.
690         * locales/mg_MG: Likewise.
691         * locales/mhr_RU: Likewise.
692         * locales/mi_NZ: Likewise.
693         * locales/mk_MK: Likewise.
694         * locales/ml_IN: Likewise.
695         * locales/mn_MN: Likewise.
696         * locales/mni_IN: Likewise.
697         * locales/mr_IN: Likewise.
698         * locales/ms_MY: Likewise.
699         * locales/mt_MT: Likewise.
700         * locales/my_MM: Likewise.
701         * locales/nan_TW: Likewise.
702         * locales/nan_TW@latin: Likewise.
703         * locales/nb_NO: Likewise.
704         * locales/nds_DE: Likewise.
705         * locales/nds_NL: Likewise.
706         * locales/ne_NP: Likewise.
707         * locales/nhn_MX: Likewise.
708         * locales/niu_NU: Likewise.
709         * locales/niu_NZ: Likewise.
710         * locales/nl_AW: Likewise.
711         * locales/nl_BE: Likewise.
712         * locales/nl_BE@euro: Likewise.
713         * locales/nl_NL: Likewise.
714         * locales/nl_NL@euro: Likewise.
715         * locales/nn_NO: Likewise.
716         * locales/nr_ZA: Likewise.
717         * locales/nso_ZA: Likewise.
718         * locales/oc_FR: Likewise.
719         * locales/om_ET: Likewise.
720         * locales/om_KE: Likewise.
721         * locales/or_IN: Likewise.
722         * locales/os_RU: Likewise.
723         * locales/pa_IN: Likewise.
724         * locales/pa_PK: Likewise.
725         * locales/pap_AN: Likewise.
726         * locales/pap_AW: Likewise.
727         * locales/pap_CW: Likewise.
728         * locales/pl_PL: Likewise.
729         * locales/ps_AF: Likewise.
730         * locales/pt_BR: Likewise.
731         * locales/pt_PT: Likewise.
732         * locales/pt_PT@euro: Likewise.
733         * locales/quz_PE: Likewise.
734         * locales/ro_RO: Likewise.
735         * locales/ru_RU: Likewise.
736         * locales/ru_UA: Likewise.
737         * locales/rw_RW: Likewise.
738         * locales/sa_IN: Likewise.
739         * locales/sat_IN: Likewise.
740         * locales/sc_IT: Likewise.
741         * locales/sd_IN: Likewise.
742         * locales/sd_IN@devanagari: Likewise.
743         * locales/se_NO: Likewise.
744         * locales/shs_CA: Likewise.
745         * locales/si_LK: Likewise.
746         * locales/sid_ET: Likewise.
747         * locales/sk_SK: Likewise.
748         * locales/sl_SI: Likewise.
749         * locales/so_DJ: Likewise.
750         * locales/so_ET: Likewise.
751         * locales/so_KE: Likewise.
752         * locales/so_SO: Likewise.
753         * locales/sq_AL: Likewise.
754         * locales/sq_MK: Likewise.
755         * locales/sr_ME: Likewise.
756         * locales/sr_RS: Likewise.
757         * locales/sr_RS@latin: Likewise.
758         * locales/ss_ZA: Likewise.
759         * locales/st_ZA: Likewise.
760         * locales/sv_FI: Likewise.
761         * locales/sv_FI@euro: Likewise.
762         * locales/sv_SE: Likewise.
763         * locales/sw_KE: Likewise.
764         * locales/sw_TZ: Likewise.
765         * locales/szl_PL: Likewise.
766         * locales/ta_IN: Likewise.
767         * locales/ta_LK: Likewise.
768         * locales/te_IN: Likewise.
769         * locales/tg_TJ: Likewise.
770         * locales/th_TH: Likewise.
771         * locales/ti_ER: Likewise.
772         * locales/ti_ET: Likewise.
773         * locales/tig_ER: Likewise.
774         * locales/tk_TM: Likewise.
775         * locales/tl_PH: Likewise.
776         * locales/tn_ZA: Likewise.
777         * locales/tr_CY: Likewise.
778         * locales/tr_TR: Likewise.
779         * locales/ts_ZA: Likewise.
780         * locales/tt_RU: Likewise.
781         * locales/tt_RU@iqtelif: Likewise.
782         * locales/ug_CN: Likewise.
783         * locales/uk_UA: Likewise.
784         * locales/unm_US: Likewise.
785         * locales/ur_IN: Likewise.
786         * locales/ur_PK: Likewise.
787         * locales/uz_UZ: Likewise.
788         * locales/uz_UZ@cyrillic: Likewise.
789         * locales/ve_ZA: Likewise.
790         * locales/vi_VN: Likewise.
791         * locales/wa_BE: Likewise.
792         * locales/wa_BE@euro: Likewise.
793         * locales/wae_CH: Likewise.
794         * locales/wal_ET: Likewise.
795         * locales/wo_SN: Likewise.
796         * locales/xh_ZA: Likewise.
797         * locales/yi_US: Likewise.
798         * locales/yo_NG: Likewise.
799         * locales/yue_HK: Likewise.
800         * locales/zh_CN: Likewise.
801         * locales/zh_HK: Likewise.
802         * locales/zh_SG: Likewise.
803         * locales/zh_TW: Likewise.
804         * locales/zu_ZA: Likewise.
806 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
808         * locales/unm_US: Adjust language-code fields of LC_ADDRESS.
809         * locales/wal_ET: Likewise.
811 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
813         * locales/quz_PE: Adjust language-code fields of LC_ADDRESS.
814         * locales/szl_PL: Likewise.
815         * locales/ta_IN: Likewise.
816         * locales/ta_LK: Likewise.
817         * locales/te_IN: Likewise.
818         * locales/tg_TJ: Likewise.
819         * locales/tl_PH: Likewise.
820         * locales/tn_ZA: Likewise.
821         * locales/tr_CY: Likewise.
822         * locales/tr_TR: Likewise.
823         * locales/ts_ZA: Likewise.
824         * locales/tt_RU: Likewise.
825         * locales/tt_RU@iqtelif: Likewise.
826         * locales/ug_CN: Likewise.
827         * locales/ur_IN: Likewise.
828         * locales/ur_PK: Likewise.
829         * locales/uz_UZ: Likewise.
830         * locales/uz_UZ@cyrillic: Likewise.
831         * locales/ve_ZA: Likewise.
832         * locales/vi_VN: Likewise.
833         * locales/wa_BE: Likewise.
834         * locales/wal_ET: Likewise.
835         * locales/wo_SN: Likewise.
836         * locales/xh_ZA: Likewise.
837         * locales/yi_US: Likewise.
838         * locales/yue_HK: Likewise.
839         * locales/zh_HK: Likewise.
840         * locales/zh_SG: Likewise.
842 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
844         * locales/pa_IN: Adjust language-code fields of LC_ADDRESS.
845         * locales/pa_PK: Likewise.
846         * locales/pl_PL: Likewise.
847         * locales/ps_AF: Likewise.
848         * locales/pt_BR: Likewise.
849         * locales/pt_PT: Likewise.
850         * locales/ru_RU: Likewise.
851         * locales/ru_UA: Likewise.
852         * locales/sa_IN: Likewise.
853         * locales/sat_IN: Likewise.
854         * locales/sc_IT: Likewise.
855         * locales/sd_IN: Likewise.
856         * locales/sd_IN@devanagari: Likewise.
857         * locales/se_NO: Likewise.
858         * locales/si_LK: Likewise.
859         * locales/sk_SK: Likewise.
860         * locales/sl_SI: Likewise.
861         * locales/sq_AL: Likewise.
862         * locales/sq_MK: Likewise.
863         * locales/ss_ZA: Likewise.
864         * locales/st_ZA: Likewise.
865         * locales/sv_SE: Likewise.
866         * locales/sw_KE: Likewise.
867         * locales/sw_TZ: Likewise.
869 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
871         * locales/nb_NO: Adjust language-code fields of LC_ADDRESS.
872         * locales/ne_NP: Likewise.
873         * locales/nhn_MX: Likewise.
874         * locales/niu_NU: Likewise.
875         * locales/niu_NZ: Likewise.
876         * locales/nl_AW: Likewise.
877         * locales/nl_BE: Likewise.
878         * locales/nn_NO: Likewise.
879         * locales/nr_ZA: Likewise.
880         * locales/oc_FR: Likewise.
881         * locales/or_IN: Likewise.
882         * locales/os_RU: Likewise.
884 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
886         * locales/mag_IN: Adjust language-code fields of LC_ADDRESS.
887         * locales/mai_IN: Likewise.
888         * locales/mg_MG: Likewise.
889         * locales/mhr_RU: Likewise.
890         * locales/mi_NZ: Likewise.
891         * locales/ml_IN: Likewise.
892         * locales/mni_IN: Likewise.
893         * locales/mr_IN: Likewise.
894         * locales/ms_MY: Likewise.
895         * locales/mt_MT: Likewise.
897 2013-10-29  Chris Leonard  <cjl@sugarlabs.org>
899         [BZ #16078]
900         * locales/anp_IN: New locale for anp_IN.
901         * SUPPORTED: Add anp_IN.
903 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
905         * locales/ja_JP: Adjust language-code fields of LC_ADDRESS.
906         * locales/ka_GE: Likewise.
907         * locales/kk_KZ: Likewise.
908         * locales/kl_GL: Likewise.
909         * locales/kn_IN: Likewise.
910         * locales/ko_KR: Likewise.
911         * locales/kok_IN: Likewise.
912         * locales/ks_IN: Likewise.
913         * locales/ku_TR: Likewise.
914         * locales/kw_GB: Likewise.
915         * locales/ky_KG: Likewise.
916         * locales/lg_UG: Likewise.
917         * locales/lij_IT: Likewise.
918         * locales/lt_LT: Likewise.
919         * locales/lv_LV: Likewise.
921 2013-10-13  Chris Leonard  <cjl@sugarlabs.org>
923         * locales/he_IL: Adjust language-code fields of LC_ADDRESS.
924         * locales/hi_IN: Likewise.
925         * locales/hne_IN: Likewise.
926         * locales/hr_HR: Likewise.
927         * locales/hsb_DE: Likewise.
928         * locales/ht_HT: Likewise.
929         * locales/hu_HU: Likewise.
930         * locales/hy_AM: Likewise.
931         * locales/ia_FR: Likewise.
932         * locales/id_ID: Likewise.
933         * locales/ig_NG: Likewise.
934         * locales/ik_CA: Likewise.
935         * locales/is_IS: Likewise.
936         * locales/it_CH: Likewise.
937         * locales/it_IT: Likewise.
938         * locales/iu_CA: Likewise.
940 2013-10-05  Chris Leonard  <cjl@sugarlabs.org>
942         * locales/ff_SN: Adjust language-code fields of LC_ADDRESS.
943         * locales/fil_PH: Likewise.
944         * locales/fo_FO: Likewise.
945         * locales/fr_BE: Likewise.
946         * locales/fr_CA: Likewise.
947         * locales/fr_CH: Likewise.
948         * locales/fr_FR: Likewise.
949         * locales/fr_LU: Likewise.
950         * locales/fur_IT: Likewise.
951         * locales/fy_DE: Likewise.
952         * locales/fy_NL: Likewise.
953         * locales/ga_IE: Likewise.
954         * locales/gez_ER: Likewise.
955         * locales/gez_ET: Likewise.
956         * locales/gl_ES: Likewise.
957         * locales/gu_IN: Likewise.
958         * locales/gv_GB: Likewise.
960 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
962         * locales/pap_AN: Copy / modify pap_AN into pap_AW and pap_CW.
963         * locales/pap_AW: Likewise.
964         * locales/pap_CW: Likewise.
965         * SUPPORTED: Add ar_SS, pap_AW, pap_CW.
967 2013-10-04  Chris Leonard  <cjl@sugarlabs.org>
969         * locales/ar_SD: Split ar_SD into ar_SD and ar_SS
970         * locales/ar_SS: Likewise.
972 2013-09-25  Michael Bauer  <fios@akerbeltz.org>
974         [BZ #15400]
975         * locales/gd_GB: Version 1.2 of gd_GB locale.
977 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
979         [BZ #15609]
980         * locales/cmn_TW: New locale for cmn_TW.
981         * SUPPORTED: Add cmn_TW.
983 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
985         [BZ #15608]
986         * locales/hak_TW: New locale for hak_TW.
987         * SUPPORTED: Add hak_TW.
989 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
991         [BZ #15608]
992         * locales/lzh_TW: New locale for lzh_TW.
993         * SUPPORTED: Add lzh_TW.
995 2013-09-23  Wei-Lun Chao  <bluebat@member.fsf.org>
997         [BZ #15608]
998         * locales/nan_TW: New locale for nan_TW.
999         * SUPPORTED: Add nan_TW.
1001 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1003         * locales/as_IN: Adjust language-code fields of LC_ADDRESS.
1004         * locales/ast_ES: Likewise.
1005         * locales/ayc_PE: Likewise.
1006         * locales/az_AZ: Likewise.
1007         * locales/be_BY: Likewise.
1008         * locales/bem_ZM: Likewise.
1009         * locales/bg_BG: Likewise.
1010         * locales/bho_IN: Likewise.
1011         * locales/bn_BD: Likewise.
1012         * locales/bn_IN: Likewise.
1013         * locales/bo_CN: Likewise.
1014         * locales/bo_IN: Likewise.
1015         * locales/br_FR: Likewise.
1016         * locales/brx_IN: Likewise.
1017         * locales/bs_BA: Likewise.
1018         * locales/ca_AD: Likewise.
1019         * locales/ca_ES: Likewise.
1020         * locales/ca_FR: Likewise.
1021         * locales/ca_IT: Likewise.
1022         * locales/crh_UA: Likewise.
1023         * locales/csb_PL: Likewise.
1024         * locales/cv_RU: Likewise.
1025         * locales/da_DK: Likewise.
1026         * locales/de_AT: Likewise.
1027         * locales/de_BE: Likewise.
1028         * locales/de_CH: Likewise.
1029         * locales/de_DE: Likewise.
1030         * locales/de_LU: Likewise.
1031         * locales/doi_IN: Likewise.
1032         * locales/dv_MV: Likewise.
1033         * locales/dz_BT: Likewise.
1034         * locales/el_CY: Likewise.
1035         * locales/el_GR: Likewise.
1036         * locales/en_AG: Likewise.
1037         * locales/en_AU: Likewise.
1038         * locales/en_BW: Likewise.
1039         * locales/en_CA: Likewise.
1040         * locales/en_DK: Likewise.
1041         * locales/en_GB: Likewise.
1042         * locales/en_HK: Likewise.
1043         * locales/en_IE: Likewise.
1044         * locales/en_IN: Likewise.
1045         * locales/en_NG: Likewise.
1046         * locales/en_NZ: Likewise.
1047         * locales/en_PH: Likewise.
1048         * locales/en_SG: Likewise.
1049         * locales/en_US: Likewise.
1050         * locales/en_ZA: Likewise.
1051         * locales/en_ZM: Likewise.
1052         * locales/en_ZW: Likewise.
1053         * locales/es_AR: Likewise.
1054         * locales/es_BO: Likewise.
1055         * locales/es_CL: Likewise.
1056         * locales/es_CO: Likewise.
1057         * locales/es_CR: Likewise.
1058         * locales/es_CU: Likewise.
1059         * locales/es_DO: Likewise.
1060         * locales/es_EC: Likewise.
1061         * locales/es_ES: Likewise.
1062         * locales/es_GT: Likewise.
1063         * locales/es_HN: Likewise.
1064         * locales/es_MX: Likewise.
1065         * locales/es_NI: Likewise.
1066         * locales/es_PA: Likewise.
1067         * locales/es_PE: Likewise.
1068         * locales/es_PR: Likewise.
1069         * locales/es_PY: Likewise.
1070         * locales/es_SV: Likewise.
1071         * locales/es_US: Likewise.
1072         * locales/es_UY: Likewise.
1073         * locales/es_VE: Likewise.
1074         * locales/eu_ES: Likewise.
1076 2013-09-21  Chris Leonard  <cjl@sugarlabs.org>
1078         [BZ#15919]
1079         * locales/ak_GH: New locale for ak_GH.
1080         * SUPPORTED: Add ak_GH.
1082 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1084         * locales/aa_DJ: Adjust language-code fields of LC_ADDRESS.
1085         * locales/aa_ER: Likewise.
1086         * locales/aa_ET: Likewise.
1087         * locales/af_ZA: Likewise.
1088         * locales/am_ET: Likewise.
1089         * locales/ar_AE: Likewise.
1090         * locales/ar_BH: Likewise.
1091         * locales/ar_DZ: Likewise.
1092         * locales/ar_EG: Likewise.
1093         * locales/ar_IN: Likewise.
1094         * locales/ar_IQ: Likewise.
1095         * locales/ar_JO: Likewise.
1096         * locales/ar_KW: Likewise.
1097         * locales/ar_LB: Likewise.
1098         * locales/ar_LY: Likewise.
1099         * locales/ar_MA: Likewise.
1100         * locales/ar_OM: Likewise.
1101         * locales/ar_QA: Likewise.
1102         * locales/ar_SA: Likewise.
1103         * locales/ar_SD: Likewise.
1104         * locales/ar_SY: Likewise.
1105         * locales/ar_TN: Likewise.
1106         * locales/ar_YE: Likewise.
1108 2013-09-15  Chris Leonard  <cjl@sugarlabs.org>
1110         * locales/aa_ER: Add country_car field to LC_ADDRESS.
1111         * locales/as_IN: Likewise.
1112         * locales/ast_ES: Likewise.
1113         * locales/ayc_PE: Likewise.
1114         * locales/bem_ZM: Likewise.
1115         * locales/ber_DZ: Likewise.
1116         * locales/ber_MA: Likewise.
1117         * locales/bho_IN: Likewise.
1118         * locales/bo_IN: Likewise.
1119         * locales/brx_IN: Likewise.
1120         * locales/byn_ER: Likewise.
1121         * locales/ca_AD: Likewise.
1122         * locales/ca_FR: Likewise.
1123         * locales/ca_IT: Likewise.
1124         * locales/crh_UA: Likewise.
1125         * locales/cv_RU: Likewise.
1126         * locales/doi_IN: Likewise.
1127         * locales/dz_BT: Likewise.
1128         * locales/el_CY: Likewise.
1129         * locales/en_US: Likewise.
1130         * locales/en_ZM: Likewise.
1131         * locales/es_CU: Likewise.
1132         * locales/ff_SN: Likewise.
1133         * locales/fil_PH: Likewise.
1134         * locales/gd_GB: Likewise.
1135         * locales/hne_IN: Likewise.
1136         * locales/ht_HT: Likewise.
1137         * locales/kl_GL: Likewise.
1138         * locales/kok_IN: Likewise.
1139         * locales/ks_IN: Likewise.
1140         * locales/lij_IT: Likewise.
1141         * locales/mag_IN: Likewise.
1142         * locales/mai_IN: Likewise.
1143         * locales/mg_MG: Likewise.
1144         * locales/mhr_RU: Likewise.
1145         * locales/mni_IN: Likewise.
1146         * locales/my_MM: Likewise.
1147         * locales/nhn_MX: Likewise.
1148         * locales/niu_NZ: Likewise.
1149         * locales/or_IN: Likewise.
1150         * locales/os_RU: Likewise.
1151         * locales/pa_PK: Likewise.
1152         * locales/quz_PE: Likewise.
1153         * locales/rw_RW: Likewise.
1154         * locales/sat_IN: Likewise.
1155         * locales/sc_IT: Likewise.
1156         * locales/sd_IN: Likewise.
1157         * locales/sd_IN@devanagari: Likewise.
1158         * locales/shs_CA: Likewise.
1159         * locales/si_LK: Likewise.
1160         * locales/sid_ET: Likewise.
1161         * locales/sq_MK: Likewise.
1162         * locales/sw_KE: Likewise.
1163         * locales/sw_TZ: Likewise.
1164         * locales/szl_PL: Likewise.
1165         * locales/ta_LK: Likewise.
1166         * locales/ti_ER: Likewise.
1167         * locales/tig_ER: Likewise.
1168         * locales/tl_PH: Likewise.
1169         * locales/ts_ZA: Likewise.
1170         * locales/unm_US: Likewise.
1171         * locales/ur_IN: Likewise.
1172         * locales/wa_BE: Likewise.
1173         * locales/yi_US: Likewise.
1175 2013-09-06  Chris Leonard  <cjl@sugarlabs,.org>
1177         * locales/nr_ZA: Deduplicate country_car.
1178         * locales/nso_ZA: Likewise.
1179         * locales/ss_ZA: Likewise.
1180         * locales/tn_ZA: Likewise.
1181         * locales/ve_ZA: Likewise.
1182         * locales/tk_TM: Comment reformat.
1184 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
1186         [BZ #15923]
1188         * locales/ar_SD: Update iso-1427.def and related occurrences.
1189         * locales/az_AZ: Likewise.
1190         * locales/dv_MV: Likewise.
1191         * locales/es_VE: Likewise.
1193 2013-09-04  Jakub Bogusz  <qboosh@pld-linux.org>
1195         * locales/am_ET: Add country_car field to LC_ADDRESS.
1196         * locales/an_ES: Likewise.
1197         * locales/ar_AE: Likewise.
1198         * locales/ar_BH: Likewise.
1199         * locales/ar_DZ: Likewise.
1200         * locales/ar_EG: Likewise.
1201         * locales/ar_IN: Likewise.
1202         * locales/ar_IQ: Likewise.
1203         * locales/ar_JO: Likewise.
1204         * locales/ar_KW: Likewise.
1205         * locales/ar_LB: Likewise.
1206         * locales/ar_LY: Likewise.
1207         * locales/ar_MA: Likewise.
1208         * locales/ar_QA: Likewise.
1209         * locales/ar_SA: Likewise.
1210         * locales/ar_SD: Likewise.
1211         * locales/ar_SY: Likewise.
1212         * locales/ar_TN: Likewise.
1213         * locales/az_AZ: Likewise.
1214         * locales/be_BY: Likewise.
1215         * locales/bn_BD: Likewise.
1216         * locales/bn_IN: Likewise.
1217         * locales/br_FR: Likewise.
1218         * locales/bs_BA: Likewise.
1219         * locales/ca_ES: Likewise.
1220         * locales/csb_PL: Likewise.
1221         * locales/da_DK: Likewise.
1222         * locales/de_AT: Likewise.
1223         * locales/de_BE: Likewise.
1224         * locales/de_CH: Likewise.
1225         * locales/de_LU: Likewise.
1226         * locales/el_GR: Likewise.
1227         * locales/en_AU: Likewise.
1228         * locales/en_BW: Likewise.
1229         * locales/en_CA: Likewise.
1230         * locales/en_DK: Likewise.
1231         * locales/en_GB: Likewise.
1232         * locales/en_HK: Likewise.
1233         * locales/en_IE: Likewise.
1234         * locales/en_IN: Likewise.
1235         * locales/en_NZ: Likewise.
1236         * locales/en_PH: Likewise.
1237         * locales/en_SG: Likewise.
1238         * locales/en_ZW: Likewise.
1239         * locales/es_AR: Likewise.
1240         * locales/es_BO: Likewise.
1241         * locales/es_CL: Likewise.
1242         * locales/es_CO: Likewise.
1243         * locales/es_DO: Likewise.
1244         * locales/es_EC: Likewise.
1245         * locales/es_ES: Likewise.
1246         * locales/es_GT: Likewise.
1247         * locales/es_MX: Likewise.
1248         * locales/es_NI: Likewise.
1249         * locales/es_PA: Likewise.
1250         * locales/es_PE: Likewise.
1251         * locales/es_PY: Likewise.
1252         * locales/es_SV: Likewise.
1253         * locales/es_UY: Likewise.
1254         * locales/es_VE: Likewise.
1255         * locales/eu_ES: Likewise.
1256         * locales/fo_FO: Likewise.
1257         * locales/fr_BE: Likewise.
1258         * locales/fr_CA: Likewise.
1259         * locales/fr_CH: Likewise.
1260         * locales/fr_FR: Likewise.
1261         * locales/fr_LU: Likewise.
1262         * locales/fur_IT: Likewise.
1263         * locales/fy_DE: Likewise.
1264         * locales/ga_IE: Likewise.
1265         * locales/gez_ER: Likewise.
1266         * locales/gez_ET: Likewise.
1267         * locales/gl_ES: Likewise.
1268         * locales/gu_IN: Likewise.
1269         * locales/gv_GB: Likewise.
1270         * locales/he_IL: Likewise.
1271         * locales/hi_IN: Likewise.
1272         * locales/hr_HR: Likewise.
1273         * locales/hu_HU: Likewise.
1274         * locales/id_ID: Likewise.
1275         * locales/ik_CA: Likewise.
1276         * locales/is_IS: Likewise.
1277         * locales/it_CH: Likewise.
1278         * locales/it_IT: Likewise.
1279         * locales/iu_CA: Likewise.
1280         * locales/ja_JP: Likewise.
1281         * locales/ka_GE: Likewise.
1282         * locales/kk_KZ: Likewise.
1283         * locales/kn_IN: Likewise.
1284         * locales/ko_KR: Likewise.
1285         * locales/ku_TR: Likewise.
1286         * locales/kw_GB: Likewise.
1287         * locales/ky_KG: Likewise.
1288         * locales/lg_UG: Likewise.
1289         * locales/lt_LT: Likewise.
1290         * locales/lv_LV: Likewise.
1291         * locales/mi_NZ: Likewise.
1292         * locales/ml_IN: Likewise.
1293         * locales/mr_IN: Likewise.
1294         * locales/ms_MY: Likewise.
1295         * locales/mt_MT: Likewise.
1296         * locales/nb_NO: Likewise.
1297         * locales/ne_NP: Likewise.
1298         * locales/nl_BE: Likewise.
1299         * locales/nn_NO: Likewise.
1300         * locales/nr_ZA: Likewise.
1301         * locales/nso_ZA: Likewise.
1302         * locales/om_ET: Likewise.
1303         * locales/om_KE: Likewise.
1304         * locales/pa_IN: Likewise.
1305         * locales/pl_PL: Likewise.
1306         * locales/pt_BR: Likewise.
1307         * locales/pt_PT: Likewise.
1308         * locales/ru_RU: Likewise.
1309         * locales/ru_UA: Likewise.
1310         * locales/sa_IN: Likewise.
1311         * locales/se_NO: Likewise.
1312         * locales/sk_SK: Likewise.
1313         * locales/sl_SI: Likewise.
1314         * locales/so_ET: Likewise.
1315         * locales/so_KE: Likewise.
1316         * locales/so_SO: Likewise.
1317         * locales/sq_AL: Likewise.
1318         * locales/ss_ZA: Likewise.
1319         * locales/sv_SE: Likewise.
1320         * locales/ta_IN: Likewise.
1321         * locales/te_IN: Likewise.
1322         * locales/tg_TJ: Likewise.
1323         * locales/th_TH: Likewise.
1324         * locales/ti_ET: Likewise.
1325         * locales/tl_PH: Likewise.
1326         * locales/tn_ZA: Likewise.
1327         * locales/ts_ZA: Likewise.
1328         * locales/tt_RU: Likewise.
1329         * locales/tt_RU@iqtelif: Likewise.
1330         * locales/ur_PK: Likewise.
1331         * locales/uz_UZ: Likewise.
1332         * locales/ve_ZA: Likewise.
1333         * locales/vi_VN: Likewise.
1334         * locales/wal_ET: Likewise.
1335         * locales/wo_SN: Likewise.
1336         * locales/zh_SG: Likewise.
1338 2013-09-03  Chris Leonard  <cjl@sugarlabs.org>
1340         * locales/ayc_PE: Add FSF statement to ayc_PE locale.
1342         [BZ#15886]
1343         * locales/ht_HT: 1.1 revision of ht_HT locale.
1345         [BZ#15887]
1346         * locales/quz_PE: New locale for quz_PE.
1347         * SUPPORTED: Add quz_PE.
1349 2013-08-30   OndÅ™ej Bílka  <neleai@seznam.cz>
1351         * tests-mbwc/dat_wcsncat.c: Fix typos.
1352         * tests/test6.c: Likewise.
1353         * tst-digits.c: Likewise.
1355 2013-06-13  Johan Heikkila  <johan.heikkila@gmail.com>
1357         [BZ#15432]
1358         * locales/sv_FI@euro: Add LC_MEASUREMENT.
1360         [BZ#15431]
1361         * locales/sv_FI: Add LC_MEASUREMENT, use copy in LC_TELEPHONE,
1362         update LC_ADDRESS with using postal_fmt from Finnish Post Office
1363         recommendations at
1364         http://www.posti.fi/hinnatjaohjeet/osoitejakuorimerkinnat/osoitemerkinnat.html
1365         and add missing entries.
1367 2013-06-11  Andreas Schwab  <schwab@suse.de>
1369         [BZ #14991]
1370         * charmaps/BIG5-HKSCS: Update to HKSCS-2008.
1372 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
1374         * charmaps/BIG5: Remove trailing whitespace.
1375         * charmaps/IBM866NAV: Likewise.
1376         * charmaps/ISIRI-3342: Likewise.
1377         * charmaps/ISO_8859-1,GL: Likewise.
1378         * locales/ber_DZ: Likewise.
1379         * locales/bn_BD: Likewise.
1380         * locales/crh_UA: Likewise.
1381         * locales/en_NG: Likewise.
1382         * locales/es_US: Likewise.
1383         * locales/fil_PH: Likewise.
1384         * locales/fy_DE: Likewise.
1385         * locales/gu_IN: Likewise.
1386         * locales/ha_NG: Likewise.
1387         * locales/hi_IN: Likewise.
1388         * locales/ig_NG: Likewise.
1389         * locales/ik_CA: Likewise.
1390         * locales/iu_CA: Likewise.
1391         * locales/kn_IN: Likewise.
1392         * locales/ks_IN@devanagari: Likewise.
1393         * locales/li_BE: Likewise.
1394         * locales/li_NL: Likewise.
1395         * locales/mg_MG: Likewise.
1396         * locales/ml_IN: Likewise.
1397         * locales/mr_IN: Likewise.
1398         * locales/nso_ZA: Likewise.
1399         * locales/or_IN: Likewise.
1400         * locales/pa_IN: Likewise.
1401         * locales/ro_RO: Likewise.
1402         * locales/shs_CA: Likewise.
1403         * locales/so_ET: Likewise.
1404         * locales/ta_IN: Likewise.
1405         * locales/te_IN: Likewise.
1406         * locales/tk_TM: Likewise.
1407         * locales/tt_RU@iqtelif: Likewise.
1408         * locales/uk_UA: Likewise.
1409         * locales/ur_IN: Likewise.
1410         * locales/uz_UZ: Likewise.
1411         * locales/uz_UZ@cyrillic: Likewise.
1412         * locales/yo_NG: Likewise.
1413         * tests-mbwc/dat_mblen.c: Likewise.
1414         * tests-mbwc/dat_towctrans.c: Likewise.
1416 2013-04-27  Nik Kalach  <nikka@fedoraproject.org>
1418         [BZ #15221]
1419         * locales/ia_FR: Fix postal_fmt definition.
1421 2013-02-01  Andreas Jaeger  <aj@suse.de>
1423         * CHECKSUMS: Remove file.
1425 2013-01-14  Joseph Myers  <joseph@codesourcery.com>
1427         * Makefile (bug-setlocale1-ARGS): Use $(host-test-program-cmd),
1428         not $(test-program-cmd).
1430 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1432         * Makefile ($(objpfx)sort-test.out): Replace
1433         $(run-program-prefix) with $(test-program-prefix).
1434         ($(objpfx)tst-numeric.out): Likewise.
1435         ($(objpfx)tst-mbswcs.out): Likewise.
1436         ($(objpfx)tst-fmon.out): Add $(test-program-prefix).
1437         ($(objpfx)tst-trans.out): Likewise.
1438         ($(objpfx)tst-rpmatch.out): Replace $(built-program-cmd) with
1439         $(test-program-cmd).
1440         ($(objpfx)tst-ctype.out): Likewise.
1441         ($(objpfx)tst-wctype.out): Likewise.
1442         ($(objpfx)tst-langinfo.out): Likewise.
1443         (bug-setlocale1-ARGS): Replace $(built-program-cmd) with
1444         $(test-program-cmd).
1445         * sort-test.sh (run_program_prefix): Renamed to ...
1446         (test_program_prefix): This.
1447         * tst-mbswcs.sh: Likewise.
1448         * tst-numeric.sh: Likewise.
1449         * tst-wctype.sh: Likewise.
1450         * tst-fmon.sh (test_program_prefix): New. Replace
1451         ${run_program_prefix} with ${test_program_prefix} when running.
1452         tst-fmon.
1453         * tst-trans.sh: (test_program_prefix): New.  Replace
1454         ${run_program_prefix} with ${test_program_prefix} when running
1455         tst-trans.
1457 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1459         * Makefile (tests-static): New variable.
1460         (tests): Add $(tests-static).
1461         (bug-setlocale1-ARGS): Set to -- $(built-program-cmd).
1462         (bug-setlocale1-static-ENV): New variable.
1463         (bug-setlocale1-static-ARGS): Likewise.
1464         * bug-setlocale1.c (do_test): Support run directly.  Check env[1]
1465         instead of newargv[0].
1466         * bug-setlocale1-static.c: New file.
1468 2013-01-03  Chris Leonard  <cjl@sugarlabs.org>
1470         [BZ #14982]
1471         * locales/dz_BT: Add new contact information for dz-BT maintainer.
1473         [BZ #13951]
1474         * locales/dz_BT: Correct LC_ADDRESS countryname for Bhutan in
1475         Dzongkha.
1477 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
1479         * All files with FSF copyright notices: Update copyright dates
1480         using scripts/update-copyrights.
1482 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
1484         * README: Use sourceware.org in Bugzilla URL.
1485         * locales/si_LK (email): Use sourceware.org in email address.
1487 2012-12-03  Ashish Shah  <ashishks@redhat.com>
1489         * locales/uk_UA (currency_symbol): Fix.
1491 2012-12-03  Rakesh Pandit  <rakesh@fedoraproject.org>
1493         * locales/ks_IN@devanagari: Fix week day names.
1495 2012-12-03  Jeff Law  <law@redhat.com>
1497         * locales/zh_CH (abmon): Remove whitespace.
1499 2012-11-26  Nik Kalach  <nikka@fedoraproject.org>
1501         * locales/ia_FR (abmon): Fix December.
1503         [BZ#14879]
1504         * locales/ia_FR : New file.
1505         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1507 2012-11-22  Andreas Jaeger  <aj@suse.de>
1509         * locales/niu_NU: Fix comment.
1511 2012-11-21  Andreas Jaeger  <aj@suse.de>
1513         * locales/szl_PL (LC_COLLATE): Fix syntax error.
1515         * SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry.
1517 2012-11-21  Chris Leonard  <cjl@sugarlabs.org>
1519         [BZ #14863]
1520         * SUPPORTED: Add niu_NU and niu_NZ.
1521         * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue,
1522         contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1523         Fakaotimanava-Lui <emani@niue.nu>.
1524         * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New
1525         Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani
1526         Fakaotimanava-Lui <emani@niue.nu>.
1528 2012-11-19  Eagle Burkut  <eagle.burkut@gmail.com>
1530         [BZ #13759]
1531         * locales/ug_CN (LC_COLLATE, LC_TIME, LC_MESSAGES): Fix entries.
1533 2012-11-16  Andreas Jaeger  <aj@suse.de>
1535         [BZ #14368]
1536         * locales/szl_PL: New Silesian Language Locale for Poland.
1537         Contributed by Przemyslaw Buczkowski <przemub@yahoo.pl>.
1538         * localedata/SUPPORTED (SUPPORTED-LOCALES): Add szl_PL.
1540         [BZ # 14828]
1541         * locales/ayc_PE: Add Aymara locale for Peru
1542         contributed by Chris Leonard <cjl@sugarlabs.org> and
1543         Amos Batto <amosbatto@yahoo.com>.
1544         * SUPPORTED (SUPPORTED-LOCALES): Add ayc_PE.
1546         [BZ # 14501]
1547         * locales/nhn_MX: Add Central Nahuatl locale for Mexico,
1548         contributed by Jorge Becerril <jrbecster@gmail.com>.
1549         * SUPPORTED (SUPPORTED-LOCALES): Add nhn_MX.
1551 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1553         [BZ #13952]
1554         * locales/km_KH: Correct country-name and lang-name.
1556 2012-11-15  Andreas Jaeger  <aj@suse.de>
1558         [BZ #13603]
1559         [BZ #13604]
1560         [BZ #13698]
1561         * locales/doi_IN: New file, contributed by Pravin Satpute
1562         <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>.
1563         * locales/mni_IN: New file, contributed by Pravin Satpute
1564         <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>.
1565         * locales/sat_IN: New file, contributed by Pravin Satpute
1566         <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>.
1567         * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
1569 2012-11-15  Chris Leonard  <cjlhomeaddress@gmail.com>
1571         [BZ #13950]
1572         * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with
1573         proper content, disable others.
1574         * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
1576 2012-11-07  Dmitry V. Levin  <ldv@altlinux.org>
1578         [BZ#14807]
1579         * locales/ru_RU (abmon): Change back from genitive to nominative,
1580         apply fixed three-letter abbreviation form, remove trailing dots.
1582         [BZ#10873]
1583         * locales/ru_RU (abday): Remove trailing dots.
1585 2012-11-02  Marko Myllynen  <myllynen@redhat.com>
1587         [BZ #14669]
1588         * locales/fi_FI@euro (LC_IDENTIFICATION): Add missing
1589         LC_MEASUREMENT, fix LC_TELEPHONE category.
1591 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
1593         * Makefile [$(run-built-tests) = yes] (LOCALES): Add en_US.UTF-8.
1595 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
1597         * Makefile [$(cross-compiling) = no]: Change condition to
1598         [$(run-built-tests) = yes].
1600 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
1601             Joseph Myers  <joseph@codesourcery.com>
1603         * tst-fmon.sh: Redirect test program stdin in loop from /dev/null.
1604         * tst-numeric.sh: Likewise.
1605         * tst-rpmatch.sh: Likewise.
1607 2012-10-19  Jim Blandy  <jimb@codesourcery.com>
1608             Joseph Myers  <joseph@codesourcery.com>
1610         * tst-wctype.sh (run_program_prefix): Remove variable.
1611         (tst_wctype): New variable.  Use it directly to run test program
1612         instead of passing test program name as argument.
1614 2012-10-19  Florian Pritz  <bluewind@xinu.at>
1616         [BZ #13758]
1617         * locales/de_AT (LC_TIME): Change month name from "FebruAr" to
1618         "Februar".
1620 2012-10-19  Pravin Satpute  <psatpute@redhat.com>
1622         [BZ #14694]
1623         * locales/mr_IN: Fix Wednesday in DAY and August, September and
1624         October in ABMON and MON.
1626 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
1628         * gen-locale.sh: Add "set -e".
1629         * sort-test.sh: Likewise.
1630         * tst-ctype.sh: Likewise.
1631         * tst-fmon.sh: Likewise.
1632         * tst-langinfo.sh: Likewise.
1633         * tst-locale.sh: Likewise.
1634         * tst-mbswcs.sh: Likewise.
1635         * tst-numeric.sh: Likewise.
1636         * tst-rpmatch.sh: Likewise.
1637         * tst-trans.sh: Likewise.
1638         * tst-wctype.sh: Likewise.
1639         * Makefile: Do not specify -e option when running testsuite
1640         shell scripts.
1642         * sort-test.sh: Add copyright header.
1644 2012-09-05  Jeff Law  <law@redhat.com>
1646         [BZ#14510]
1647         * locales/es_DO: Fix LC_NUMERIC decimal_point and thousands_sep.
1648         * locales/es_GT: Likewise.
1649         * locales/es_HN: Likewise.
1650         * locales/es_MX: Likewise.
1651         * locales/es_NI: Likewise.
1652         * locales/es_PA: Likewise.
1653         * locales/es_PR: Likewise.
1654         * locales/es_SV: Likewise.
1656 2012-06-20  Petr Baudis  <pasky@ucw.cz>
1658         * locales/mag_IN: Fix comment character.
1659         * locales/tr_CY (LC_TIME): Remove redundant first_weekday
1660         and first_workday.
1662 2012-06-04  Petr Baudis  <pasky@ucw.cz>
1664         [BZ#13996]
1665         * locales/tr_TR: Change currency from YTL to TL.
1666         Patch by <gokcen@pardus.org.tr>.
1668 2012-06-04  Serkan Kaba  <serkan@gentoo.org>
1670         [BZ#13223]
1671         * locales/tr_TR: Fix first_weekday and first_workday.
1673 2012-06-01  Jeff Law  <law@redhat.com>
1675         [BZ#14199]
1676         * locales/en_ES: Fix first_weekday and first_workday.
1677         * locales/{ast_ES, br_FR, cy_GB, de_DE, de_LU}: Likewise.
1678         * locales/{el_GR, en_IE, eu_ES, fr_LU, fy_NL}: Likewise.
1679         * locales/{ga_IE, gd_GB, gl_ES, gv_GB, it_IT}: Likewise.
1680         * locales/{kw_GB, lij_IT, lt_LT, lv_LV, mt_MT}: Likewise.
1681         * locales/{nl_BE, oc_FR, tr_CY, wa_BE}: Likewise.
1683 2012-04-20  Chandan Kumar  <chandankumar.093047@gmail.com>
1685         [BZ#13968]
1686         * locales/mag_IN: New file.
1687         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1689 2012-05-21  Bruno Haible  <bruno@clisp.org>
1690             Andreas Jaeger  <aj@suse.de>
1692         * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1.
1693         * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1
1694         anymore.
1695         * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list.
1696         (tests): Remove tst-strptime.
1698 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
1700         [BZ #11837]
1701         * charmaps/GB18030: Add missing entries.
1703 2012-04-29  Aurelien Jarno  <aurelien@aurel32.net>
1705         [BZ #13758]
1706         * locales/de_AT (LC_TIME): Change month name from "Feber" to
1707         "Februar".
1709 2012-04-12  Mike Frysinger  <vapier@gentoo.org>
1711         [BZ #3768]
1712         * locales/en_GB (LC_TIME): Set am_pm and t_fmt_ampm fields.
1713         * locales/cy_GB (LC_TIME): Likewise.  Also copy date_fmt from en_GB.
1715 2012-04-04  Jeff Law  <law@redhat.com>
1717         [BZ #6770]
1718         * locales/ca_ES (LC_TIME): Add first_weekday and first_workday.
1720 2012-04-04  Petr Baudis  <pasky@ucw.cz>
1722         [BZ #6770]
1723         * locales/ca_ES: This locale is now maintained by Jordi Mallach.
1725 2012-04-04  Dmitry V. Levin  <ldv@altlinux.org>
1727         [BZ #10346]
1728         * locales/ru_UA (LC_TIME): Add first_weekday and first_workday.
1730 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
1732         [BZ #13673]
1733         Replace FSF snail mail address with URLs, as per GNU coding standards.
1735 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
1737         * Makefile (distribute): Remove variable.
1739 2012-02-10  Joseph Myers  <joseph@codesourcery.com>
1741         Revert changes to locales from previous commit.
1743 2012-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1745         Replace FSF snail mail address with URLs, as per GNU coding standards.
1747 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
1749         [BZ #13547]
1750         * locales/hu_HU: Fix collation rules.
1751         Patch by Egmont Koblinger <egmont@gmail.com>.
1753 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
1755         [BZ #12840]
1756         * locales/sv_SE: Modernize date format.
1758         [BZ #12906]
1759         * SUPPORTED (SUPPORTED-LOCALES): Add wal_ET entry.
1761         * locales/wal_ET: Remove lang_ab entry.
1763         [BZ #12962]
1764         * locales/fi_FI: Various fixups.
1765         Patch by Marko Myllynen <myllynen@redhat.com>.
1767         [BZ #13085]
1768         * locales/ta_LK: New file.
1769         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1771         * locales/si_LK: Add country_ab2, country_ab3, country_num.
1773 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
1775         [BZ #13096]
1776         * locales/fi_FI: Fix collation reordering rules.
1778         [BZ #13189]
1779         * SUPPORTED (SUPPORTED-LOCALES): Add ur_IN entry.
1781         [BZ #13282]
1782         * locales/brx_IN: New file.
1783         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1785         [BZ #13413]
1786         * locales/nl_BE: Use LC_MONETARY from nl_NL.
1788         [BZ #13416]
1789         * locales/es_CU: New file.
1790         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1792         [BZ #13423]
1793         * locales/unm_US: New file.
1794         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1796         [BZ #13523]
1797         * locales/bho_IN: New file.
1798         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry
1800 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
1802         * Makefile (charmaps): Not need to filter out any of the VC
1803         directories.
1804         (locales): Likewise.
1806 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
1808         [BZ #13147]
1809         * locales/de_AT: Use de_DE for LC_NUMERIC.
1810         * locales/es_BO: Use es_ES for LC_MESSAGES and LC_NUMERIC.
1811         * locales/es_CL: Likewise.
1812         * locales/es_CO: Likewise.
1813         * locales/es_DO: Likewise.
1814         * locales/es_EC: Likewise.
1815         * locales/es_GT: Likewise.
1816         * locales/es_HN: Likewise.
1817         * locales/es_MX: Likewise.
1818         * locales/es_NI: Likewise.
1819         * locales/es_PA: Likewise.
1820         * locales/es_PE: Likewise.
1821         * locales/es_PR: Likewise.
1822         * locales/es_PY: Likewise.
1823         * locales/es_SV: Likewise.
1824         * locales/es_UY: Likewise.
1825         * locales/es_VE: Likewise.
1826         * locales/es_ES: Fix LC_NUMERIC.
1827         * locales/es_CR: Use es_ES for LC_MESSAGES.
1828         * locales/fr_BE: Actually use grouping in LC_NUMERIC.
1829         * locales/fr_CA: Use fr_FR for LC_MESSAGES and LC_NUMERIC.
1830         * locales/fr_CH: Use de_CH for LC_NUMERIC.
1831         * locales/fr_LU: Use same grouping in LC_NUMERIC as in LC_MONETARY.
1833 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
1835         * Makefile (tests): Add tst-setlocale2:
1836         (LOCALES): Add tr_TR.ISO-8859-9;
1837         (tst-setlocale2-ENV): Define.
1838         * tst-setlocale2.c: New file.
1840 2011-07-02  Roland McGrath  <roland@hack.frob.com>
1842         * tests-mbwc/tst_funcs.h (TST_DECL_VARS, TST_HEAD_LOCALE):
1843         Remove unused variable.
1845 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
1847         [BZ #12788]
1848         * bug-setlocale1.c: New file.
1849         * Makefile: Add rules to build and run bug-setlocale1.
1851 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
1853         [BZ #11837]
1854         * charmaps/GB18030: Update to GB18020-2005.
1856 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
1858         [BZ #11987]
1859         * locales/sl_SI (LC_TIME): Add first_weekday and first_workday.
1860         Patch by SaÅ¡o Å½ivanovic <saso.zivanovic@guest.arnes.si>.
1862 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
1864         [BZ #9732]
1865         * locales/dz_BT: Move collations rules to...
1866         * locales/iso14651_t1_common: ...here.
1868         [BZ #9730]
1869         * locales/sv_FI (LC_TIME): Fix d_t_fmt and add first_weekday and
1870         first_workday.
1871         Patch by Johan Heikkila <johan.heikkila@gmail.com>.
1873 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
1875         [BZ #12582]
1876         * charmaps/en_SG (LC_TIME): Fix time formats.
1877         Patch by KH Teo <b3virq3b@gmail.com>.
1879 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
1881         [BZ #11487]
1882         * locales/sq_AL (yesexpr): Recognize pP as well.
1883         (noexpr): Recognize jJ as well.
1885         [BZ #11532]
1886         * charmaps/CP770: New file.
1887         * charmaps/CP771: New file.
1888         * charmaps/CP772: New file.
1889         * charmaps/CP773: New file.
1890         * charmaps/CP774: New file.
1892         [BZ #11578]
1893         * locales/es_PA: Change paper format to letter.
1894         * locales/es_SV: Likewise.
1895         Patch by Caolán McNamara <caolanm@redhat.com>.
1897         [BZ #11653]
1898         * locales/es_NI: Fix currency_symbol.
1900         [BZ #11668]
1901         * locales/es_NI: Change paper format to letter.
1903         [BZ #11945]
1904         * locales/ru_RU [LC_TIME]: Lowercase month names.
1905         Patch by Alexey Balmashnov  <a.balmashnov@gmail.com>.
1907         [BZ #11947]
1908         * locales/mhr_RU: New file.
1909         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1911         [BZ #11258]
1912         * locales/translit_neutral: Add entry for U20A1.
1913         * locales/es_SV (currency_symbol): Change to U20A1.
1915         [BZ #12158]
1916         * locales/lij_IT: New file.
1917         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1919         [BZ #12200]
1920         * locales/yue_HK: New file.
1921         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1922         Contributed by Chunshek Chan <chunshek@gmail.com>.
1924         [BZ #12178]
1925         * locales/wae_CH: New file.
1926         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1927         Patch mostly by Kevin Bortis <bortis@translate-wae.ch>.
1929         [BZ #12346]
1930         * locales/et_EE (LC_MONETARY): Change to Euro.
1931         Patch by Priit Laes <plaes@plaes.org>.
1933         [BZ #12449]
1934         * locales/lb_LU: New file.
1935         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1937         [BZ #12551]
1938         * locales/sw_KE: New file.
1939         * locales/sw_TZ: New file.
1940         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1942         [BZ #12611]
1943         * locales/ff_SN: New file.
1944         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
1946         [BZ #12660]
1947         * locales/tk_TM: Change day and month names back after edict.
1948         Patch by Ghorban M. Tavakoly <gmt314@yahoo.com>.
1950         [BZ #12681]
1951         * locales/bem_ZA: New file.
1952         * locales/en_ZA: New file.
1953         * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entries.
1955         [BZ #12541]
1956         * locales/ar_IN: Update currency_symbol.
1957         * locales/as_IN: Likewise.
1958         * locales/bn_IN: Likewise.
1959         * locales/en_IN: Likewise.
1960         * locales/gu_IN: Likewise.
1961         * locales/hi_IN: Likewise.
1962         * locales/kn_IN: Likewise.
1963         * locales/kok_IN: Likewise.
1964         * locales/ks_IN: Likewise.
1965         * locales/ml_IN: Likewise.
1966         * locales/mr_IN: Likewise.
1967         * locales/or_IN: Likewise.
1968         * locales/pa_IN: Likewise.
1969         * locales/sa_IN: Likewise.
1970         * locales/sd_IN: Likewise.
1971         * locales/ta_IN: Likewise.
1972         * locales/te_IN: Likewise.
1973         Patch by pravin.d.s@gmail.com.
1975         [BZ #12711]
1976         * charmaps/UTF-8: Update from reason Unidata.txt file.
1978         [BZ #12738]
1979         * locales/os_RU: New file.
1980         Contributed by Soslan Khubulov <soslanx@gmail.com>.
1981         * SUPPORTED: Add entry for os_RU.
1983 2010-12-02  Andreas Schwab  <schwab@redhat.com>
1985         * SUPPORTED: Remove .UTF-8 suffix from az_AZ, as_IN, tt_RU locale
1986         names.
1988 2010-05-17  Andreas Schwab  <schwab@redhat.com>
1990         * locales/es_CR (LC_ADDRESS): Fix character names in lang_ab.
1992 2010-05-04  Andreas Schwab  <schwab@redhat.com>
1994         * SUPPORTED (SUPPORTED-LOCALES): Fix name of tt_RU.UTF-8@iqtelif
1995         locale.
1997 2010-05-03  Ulrich Drepper  <drepper@redhat.com>
1999         [BZ #11520]
2000         * locales/de_CH: Define week, first_weekday, and first_workday.
2002 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
2004         * locales/ar_AE: Fix typo.
2005         * locales/ar_BH: Likewise.
2006         * locales/ar_DZ: Likewise.
2007         * locales/ar_EG: Likewise.
2008         * locales/ar_IQ: Likewise.
2009         * locales/ar_JO: Likewise.
2010         * locales/ar_KW: Likewise.
2011         * locales/ar_LB: Likewise.
2012         * locales/ar_LY: Likewise.
2013         * locales/ar_MA: Likewise.
2014         * locales/ar_OM: Likewise.
2015         * locales/ar_QA: Likewise.
2016         * locales/ar_SD: Likewise.
2017         * locales/ar_SY: Likewise.
2018         * locales/ar_TN: Likewise.
2019         * locales/ar_YE: Likewise.
2020         * locales/ber_DZ: Likewise.
2021         * locales/ber_MA: Likewise.
2022         * locales/bn_IN: Likewise.
2023         * locales/en_HK: Likewise.
2024         * locales/en_IN: Likewise.
2025         * locales/en_PH: Likewise.
2026         * locales/en_SG: Likewise.
2027         * locales/gu_IN: Likewise.
2028         * locales/hi_IN: Likewise.
2029         * locales/hne_IN: Likewise.
2030         * locales/kn_IN: Likewise.
2031         * locales/kok_IN: Likewise.
2032         * locales/ks_IN@devanagari: Likewise.
2033         * locales/ml_IN: Likewise.
2034         * locales/mr_IN: Likewise.
2035         * locales/ms_MY: Likewise.
2036         * locales/mt_MT: Likewise.
2037         * locales/my_MM: Likewise.
2038         * locales/ne_NP: Likewise.
2039         * locales/nn_NO: Likewise.
2040         * locales/pa_IN: Likewise.
2041         * locales/sa_IN: Likewise.
2042         * locales/sd_IN@devanagari: Likewise.
2043         * locales/sq_AL: Likewise.
2044         * locales/sq_MK: Likewise.
2045         * locales/ta_IN: Likewise.
2046         * locales/te_IN: Likewise.
2047         * locales/zh_HK: Likewise.
2048         * locales/zh_SG: Likewise.
2050         * SUPPORTED (SUPPORTED-LOCALES): Add cv_RU.
2052         [BZ #10824]
2053         * locales/cv_RU: New file.
2054         Contributed by Adi Roiban <adi@roiban.ro>.
2056         [BZ #10936]
2057         * locales/es_GT: Change paper size to letter.
2059         * SUPPORTED (SUPPORTED-LOCALES): Add kok_IN and sq_MK.
2061         [BZ #11470]
2062         * locales/sq_MK: New file.
2063         Contributed by Agron Selimaj <linuxmaster@verizon.net>.
2065 2010-04-07  Ulrich Drepper  <drepper@redhat.com>
2067         [BZ #11471]
2068         * locales/sq_AL: Fix Mr. Mrs. Ms. and Miss.
2069         Patch by Agron Selimaj <linuxmaster@verizon.net>.
2071 2010-04-05  Ulrich Drepper  <drepper@redhat.com>
2073         [BZ #11007]
2074         * locales/pt_BR: Define thousands_sep and grouping.
2076 2010-01-28  Marcelo E. Magallon  <marcelo.magallon@gmail.com>
2078         [BZ #11258]
2079         * locales/es_CR: Update for LC_MONETARY, LC_NUMERIC, LC_PAPER,
2080         LC_TELEPHONE and LC_NAME and LC_ADDRESS.
2082 2010-04-04  Ulrich Drepper  <drepper@redhat.com>
2084         [BZ #11272]
2085         * locales/fr_BE: Define week, first_weekday, and first_workday.
2087 2010-03-24  Ulrich Drepper  <drepper@redhat.com>
2089         [BZ #10554]
2090         * locales/et_EE: Change first_weekday and first_workday.
2091         Patch by Priit Laes <plaes@plaes.org>.
2093 2010-02-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2095         * Makefile: Add missing gconv-modules dependency.
2097 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
2099         [BZ #10414]
2100         * locales/iso14651_t1_common: Fix sorting of malayalam letter 'na'.
2101         Patch by Pravin Satpute <psatpute@redhat.com>.
2103         * locales/kok_IN: New file.
2104         Contributed by Pravin Satpute <psatpute@redhat.com> and
2105         Shailendra Bandodkar <sbandodk@redhat.com>.
2107         * locales/ta_IN: Move collation data...
2108         * locales/iso14651_t1_common: ...here.
2109         Patch by Pravin Satpute <psatpute@redhat.com>.
2111         * locales/as_IN: Use iso14651_t1 instead of local collation data.
2112         Patch by Pravin Satpute <psatpute@redhat.com>.
2114 2010-01-25  Andreas Schwab  <schwab@redhat.com>
2116         * locales/i18n: Don't map U00DF to U1E9E in toupper table.
2118 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
2120         * locales/hsb_DE: Define week, first_weekday, and first_workday.
2122 2009-11-23  Ulrich Drepper  <drepper@redhat.com>
2124         * locales/en_DK: Define week, first_weekday, and first_workday.
2126 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
2128         * locales/nl_NL: Define week, first_weekday, and first_workday.
2130 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
2132         * locales/it_CH: Fix typos in last change.
2133         * locales/it_IT: Likewise.
2135         * SUPPORTED (SUPPORTED-LOCALES): Add my_MM.
2137         [BZ #9986]
2138         * locales/iso_14651_common: Add rules for Burmese.
2139         * locales/my_MM: New file.
2140         Contributed by Keith Stribley <devel@thanlwinsoft.org>.
2142         [BZ #10286]
2143         * locales/ast_ES: Define first_weekday.
2145         [BZ #10312]
2146         * locales/es_CO: Define am_pm , t_fmt_ampm, first_weekday.
2147         Patch by Jorge Guerrero <geojorg@gmail.com>.
2149         [BZ #10319]
2150         * locales/shs_CA: Fix accents.
2151         Patch by Neskie Manuel <neskiem@gmail.com>.
2153 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
2155         [BZ #10425]
2156         * locales/it_IT: Fix date_fmt.
2157         * locales/it_CH: Likewise.
2158         Patch by Nicolo' Chieffo <nicolo.chieffo@gmail.com>.
2160         * locales/POSIX: Define yesstr and nostr.
2161         * locales/en_US: Likewise.
2162         Patch by Petr Machata <pmachata@redhat.com>.
2164         * locales/crh_UA: Fix first day of week and a few spellings.
2165         Patch by Reþat SABIQ <tilde.birlik@gmail.com>.
2167 2009-10-15  Ulrich Drepper  <drepper@redhat.com>
2169         * SUPPORTED (SUPPORTED-LOCALES): Add ps_AF.UTF-8.
2171         * locale/ps_AF: New file.
2172         Contributed by Sayamindu Dasgupta <sayamindu@gmail.com> and
2173         Pravin Satpute <psatpute@redhat.com>.
2175 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2177         [BZ #10011]
2178         * locales/de_AT: Define week, first_weekday, first_workday.
2179         Patch by Paul Marcher <flyer@gmail.com>.
2181 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2183         [BZ #10213]
2184         * SUPPORTED (SUPPORTED-LOCALES): Add dv_MV.UTF-8 entry.
2185         * locales/dv_MV: New file.
2186         Contributed by sofwathullah.mohamed@gmail.com.
2188 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2190         * locales/ur_IN: New file.
2191         Contributed by Pravin Satpute <psatpute@redhat.com>.
2193 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
2195         * localedata/locales/bn_BD: Remove comment about missing collation
2196         rules.
2197         * localedata/locales/iso14651_t1_common: Add Bengali collation rules.
2198         Patch by Pravin Satpute <psatpute@redhat.com>.
2200 2009-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2202         * locales/cs.CZ: Change week[2] to 19971130, change first_weekday and
2203         first_workday to 2.
2204         * locales/da_DK: Likewise.
2205         * locales/de_DE: Likewise.
2206         * locales/fr_FR: Likewise.
2207         * locales/fur_IT: Likewise.
2208         * locales/fy_DE: Likewise.
2209         * locales/ht_HT: Likewise.
2210         * locales/hu_HU: Likewise.
2211         * locales/li_BE: Likewise.
2212         * locales/li_NL: Likewise.
2213         * locales/mk_MK: Likewise.
2214         * locales/nb_NO: Likewise.
2215         * locales/nds_DE: Likewise.
2216         * locales/nds_NL: Likewise.
2217         * locales/nn_NO: Likewise.
2218         * locales/pl_PL: Likewise.
2219         * locales/sc_IT: Likewise.
2220         * locales/sk_SK: Likewise.
2221         * locales/uk_UA: Likewise.
2223         * locales/csb_PL: Change week[2] to 19971130.
2224         * locales/en_GB: Likewise.
2225         * locales/et_EE: Likewise.
2227         * locales/sr_ME: Set week to 7;19971130;4.
2228         * locales/sr_RS: Likewise.
2229         * locales/sr_RS@latin: Likewise.
2231 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
2233         [BZ #9963]
2234         * locales/en_PH: Fix LC_PAPER.
2235         * locales/es_CL: Likewise.
2236         * locales/es_CO: Likewise.
2237         * locales/es_MX: Likewise.
2238         * locales/es_US: Likewise.
2239         * locales/es_VE: Likewise.
2240         * locales/fil_PH: Likewise.
2241         * locales/ik_CA: Likewise.
2242         * locales/iu_CA: Likewise.
2243         * locales/tl_PH: Likewise.
2245 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
2247         * SUPPORTED: Add ks_IN.
2249 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
2251         * locales/ks_IN@devanagari: Replace duplicated information with copy.
2252         Fix title.  Patch by Pravin Satpute <psatpute@redhat.com>.
2254 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
2256         * locales/ks_IN: New file.
2257         Patch by Mohammad Nayeem <mohammad.nayeem@gmail.com> and
2258         Pravin Satpute <psatpute@redhat.com>.
2260 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2262         [BZ #9985]
2263         * charmaps/UTF-8: Fix encoding of <U1080>..<U109F>, <U12AF>.
2264         Based on patch by Keith Stribley <devel@thanlwinsoft.org>.
2266 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
2268         [BZ #9844]
2269         * locales/iso14651_t1_common: Move U0138 entry.
2271         [BZ #9833]
2272         * locales/ko_KR: Fix noexpr.  Add nostr.
2274         [BZ #9891]
2275         * locales/mt_MT: Fix spelling of August (Awwissu).
2276         Patch by Martin Pitt.
2278 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
2280         [BZ #9916]
2281         * SUPPORTED (SUPPORTED-LOCALES): Add nan_TW@latin.
2282         * locales/nan_TW@latin: New file.
2283         Contributed by Arne Goetje.
2285 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
2287         * locales/iso14651_t1_common: Add rules for sorting Malayalam.
2288         Patch by Santhosh Thottingal <santhosh.thottingal@gmail.com>.
2290 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
2292         [BZ #7098]
2293         * Makefile ($(inst_i18ndir)/charmaps/%.gz): No need to save
2294         timestamp in compressed charmaps.
2295         Patch by Gilles Espinasse <g.esp@free.fr>.
2297         [BZ #9730]
2298         * locales/sv_FI: Fix time formats.
2300         [BZ #9736]
2301         * locales/el_CY: Fix frac_digits and int_frac_digits.
2302         * locales/el_GR: Likewise.
2303         Patch by Clint Adams <schizo@debian.org>.
2305 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
2307         [BZ #9791]
2308         * locales/as_IN: Break circular include loops introduced in last patch.
2309         * locales/bn_BD: Likewise.
2310         * locales/bn_IN: Likewise.
2311         * locales/hi_IN: Likewise.
2312         * locales/mr_IN: Likewise.
2313         Patch by Pravin Satpute <psatpute@redhat.com>.
2315 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
2317         [BZ #9701]
2318         * locales/sk_SK: Slovakia uses the Euro.
2320         [BZ #9704]
2321         * locales/mt_MT: Malta uses the Euro.
2323         [BZ #9705]
2324         * locales/el_CY: Cyprus uses the Euro.
2326 2008-12-31  Ulrich Drepper  <drepper@redhat.com>
2328         * locales/iso14651_t1_common: Fix sorting of U+0AB3.
2329         Patch by Pravin Satpute <psatpute@redhat.com>.
2331 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
2333         * locales/i18n: Move Indic Matra characters to punct.
2334         * locales/as_IN: Add support for internationalized digits.
2335         * locales/bn_BD: Likewise.
2336         * locales/bn_IN: Likewise.
2337         * locales/gu_IN: Likewise.
2338         * locales/hi_IN: Likewise.
2339         * locales/kn_IN: Likewise.
2340         * locales/ml_IN: Likewise.
2341         * locales/mr_IN: Likewise.
2342         * locales/or_IN: Likewise.
2343         * locales/pa_IN: Likewise.
2344         * locales/ta_IN: Likewise.
2345         * locales/te_IN: Likewise.
2346         Patch by Pravin Satpute <psatpute@redhat.com>.
2348 2008-12-26  Ulrich Drepper  <drepper@redhat.com>
2350         * tests-mbwc/tst_types.h (TIN_MBRLEN_REC): Use correct array
2351         length constant.
2353 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
2355         * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
2357         * locales/hne_IN: New file.
2358         Contributed by Pravin Satpute <psatpute@redhat.com>.
2360 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
2362         [BZ #6920]
2363         * locales/af_ZA: Fix %%z and %%T and postal_fmts.
2364         * locales/ar_SA: Likewise.
2365         * locales/be_BY: Likewise.
2366         * locales/bs_BA: Likewise.
2367         * locales/ca_AD: Likewise.
2368         * locales/ca_ES: Likewise.
2369         * locales/crh_UA: Likewise.
2370         * locales/cs_CZ: Likewise.
2371         * locales/da_DK: Likewise.
2372         * locales/de_AT: Likewise.
2373         * locales/de_BE: Likewise.
2374         * locales/de_CH: Likewise.
2375         * locales/de_DE: Likewise.
2376         * locales/de_LU: Likewise.
2377         * locales/el_CY: Likewise.
2378         * locales/el_GR: Likewise.
2379         * locales/en_AU: Likewise.
2380         * locales/en_BW: Likewise.
2381         * locales/en_CA: Likewise.
2382         * locales/en_DK: Likewise.
2383         * locales/en_GB: Likewise.
2384         * locales/en_IE: Likewise.
2385         * locales/en_NG: Likewise.
2386         * locales/en_NZ: Likewise.
2387         * locales/en_ZA: Likewise.
2388         * locales/en_ZW: Likewise.
2389         * locales/es_AR: Likewise.
2390         * locales/es_BO: Likewise.
2391         * locales/es_CL: Likewise.
2392         * locales/es_CO: Likewise.
2393         * locales/es_CR: Likewise.
2394         * locales/es_DO: Likewise.
2395         * locales/es_EC: Likewise.
2396         * locales/es_ES: Likewise.
2397         * locales/es_GT: Likewise.
2398         * locales/es_HN: Likewise.
2399         * locales/es_MX: Likewise.
2400         * locales/es_NI: Likewise.
2401         * locales/es_PA: Likewise.
2402         * locales/es_PE: Likewise.
2403         * locales/es_PR: Likewise.
2404         * locales/es_PY: Likewise.
2405         * locales/es_SV: Likewise.
2406         * locales/es_UY: Likewise.
2407         * locales/es_VE: Likewise.
2408         * locales/eu_ES: Likewise.
2409         * locales/fa_IR: Likewise.
2410         * locales/fi_FI: Likewise.
2411         * locales/fo_FO: Likewise.
2412         * locales/fr_BE: Likewise.
2413         * locales/fr_CA: Likewise.
2414         * locales/fr_CH: Likewise.
2415         * locales/fr_FR: Likewise.
2416         * locales/fr_LU: Likewise.
2417         * locales/fy_DE: Likewise.
2418         * locales/fy_NL: Likewise.
2419         * locales/ga_IE: Likewise.
2420         * locales/gd_GB: Likewise.
2421         * locales/gl_ES: Likewise.
2422         * locales/gv_GB: Likewise.
2423         * locales/ha_NG: Likewise.
2424         * locales/he_IL: Likewise.
2425         * locales/hr_HR: Likewise.
2426         * locales/hsb_DE: Likewise.
2427         * locales/hu_HU: Likewise.
2428         * locales/id_ID: Likewise.
2429         * locales/ig_NG: Likewise.
2430         * locales/ik_CA: Likewise.
2431         * locales/is_IS: Likewise.
2432         * locales/it_CH: Likewise.
2433         * locales/it_IT: Likewise.
2434         * locales/iu_CA: Likewise.
2435         * locales/iw_IL: Likewise.
2436         * locales/kk_KZ: Likewise.
2437         * locales/kl_GL: Likewise.
2438         * locales/ko_KR: Likewise.
2439         * locales/ku_TR: Likewise.
2440         * locales/kw_GB: Likewise.
2441         * locales/ky_KG: Likewise.
2442         * locales/lg_UG: Likewise.
2443         * locales/li_BE: Likewise.
2444         * locales/li_NL: Likewise.
2445         * locales/lt_LT: Likewise.
2446         * locales/lv_LV: Likewise.
2447         * locales/mg_MG: Likewise.
2448         * locales/mk_MK: Likewise.
2449         * locales/mn_MN: Likewise.
2450         * locales/nb_NO: Likewise.
2451         * locales/nds_DE: Likewise.
2452         * locales/nds_NL: Likewise.
2453         * locales/nl_BE: Likewise.
2454         * locales/nl_NL: Likewise.
2455         * locales/nr_ZA: Likewise.
2456         * locales/nso_ZA: Likewise.
2457         * locales/pa_PK: Likewise.
2458         * locales/pl_PL: Likewise.
2459         * locales/pt_BR: Likewise.
2460         * locales/pt_PT: Likewise.
2461         * locales/ru_RU: Likewise.
2462         * locales/ru_UA: Likewise.
2463         * locales/rw_RW: Likewise.
2464         * locales/se_NO: Likewise.
2465         * locales/shs_CA: Likewise.
2466         * locales/sk_SK: Likewise.
2467         * locales/sl_SI: Likewise.
2468         * locales/sr_ME: Likewise.
2469         * locales/sr_RS: Likewise.
2470         * locales/sr_RS@latin: Likewise.
2471         * locales/ss_ZA: Likewise.
2472         * locales/st_ZA: Likewise.
2473         * locales/sv_FI: Likewise.
2474         * locales/sv_SE: Likewise.
2475         * locales/tg_TJ: Likewise.
2476         * locales/tk_TM: Likewise.
2477         * locales/tl_PH: Likewise.
2478         * locales/tn_ZA: Likewise.
2479         * locales/tr_CY: Likewise.
2480         * locales/tr_TR: Likewise.
2481         * locales/ts_ZA: Likewise.
2482         * locales/tt_RU@iqtelif: Likewise.
2483         * locales/ur_PK: Likewise.
2484         * locales/ve_ZA: Likewise.
2485         * locales/wa_BE: Likewise.
2486         * locales/wo_SN: Likewise.
2487         * locales/xh_ZA: Likewise.
2488         * locales/yo_NG: Likewise.
2489         * locales/zu_ZA: Likewise.
2490         Patch by Pekka Vuorela <pvuorela@gmail.com>.
2492         * tests-mbwc/dat_mbtowc.c (tst_mbtowc_loc): Avoid some warnings.
2494         [BZ #6968]
2495         * locales/iso14651_t1_common: Add support for Sinhala.
2496         * localedata/si_LK.in: New file.
2497         Patch by harshula@gmail.com.
2498         * Makefile (test-input): Add si_LK.UTF-8.
2499         (LOCALES): Likewise.
2501 2008-09-17  Ulrich Drepper  <drepper@redhat.com>
2503         * locales/en_GB: Set first weekday and workday to 2.
2505 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
2507         * locales/nl_AW: New file.
2508         * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
2510         * locales/en_AG: New file.
2511         * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8.
2513 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
2515         * locales/ht_HT: New file.
2516         * SUPPORTED: Add ht_HT.UTF-8.
2518         * locales/en_GB: Change dom_tel_fmt to %A %l.
2519         * locales/de_DE: Likewise.
2521         * SUPPORTED (SUPPORTED-LOCALES): Add sd_IN.
2523         * locales/sd_IN: New file.
2524         Contributed by Pravin Satpute <psatpute@redhat.com>.
2526         * locales/sd_IN@devanagari: Fix locale name.
2527         * locales/ks_IN@devanagari: Likewise.
2529 2008-09-01  Ulrich Drepper  <drepper@redhat.com>
2531         * SUPPORTED (SUPPORTED-LOCALES): Add ks_IN@devnagari and
2532         sd_IN@devanagari.
2534         [BZ #6857]
2535         * locales/sd_IN@devanagari: New file.
2536         Contributed by Pravin Satpute <psatpute@redhat.com>.
2538         [BZ #6856]
2539         * locales/ks_IN@devanagari: New file.
2540         Contributed by Pravin Satpute <psatpute@redhat.com>.
2542 2008-07-11  Ulrich Drepper  <drepper@redhat.com>
2544         * locales/iso14651_t1_common: Add Kannada collation support.
2545         Patch by Pravin Satpute <psatpute@redhat.com>.
2547 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
2549         [BZ #6713]
2550         * charmaps/UTF-8: Fix U1DBA entry representation.
2551         Patch by Colin Watson.
2553 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
2555         * tst-strptime.c (do_test): Add test of %EY.
2557 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
2559         * tst-strptime.c (do_test): Add test for parsing era year
2560         representation.
2562         [BZ #5911]
2563         * locales/es_CR: Define first_weekday and first_workday.
2565         [BZ #5814]
2566         * locales/fi_FI: Fix separator for hours, minutes, and seconds.
2568 2008-06-24  Ulrich Drepper  <drepper@redhat.com>
2570         * locales/iso14651_t1_common: Add support for Gurumukhi script.
2571         Patch by Pravin Satpute <psatpute@redhat.com>.
2573 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
2575         * locales/iso14651_t1_common: Remove U0C0D entry added for Telugu.
2576         Reported by Pravin Satpute.
2578 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
2580         * locales/iso14651_t1_common: Remove duplicate U0C7B definition.
2582 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
2584         [BZ #6438]
2585         * locales/iso14651_t1_common: Add sorting data for Telugu.
2587         [BZ #6447]
2588         * locales/be_BY: Fix yesexpr.
2589         Patch by Alexander Mikhailian <mikhailian@altern.org>.
2591 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2593         * charmaps/UTF-8: Update for Unicode v5.1.
2594         * locales/i18n: Update for Unicode 5.
2596 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2598         * tst-langinfo.sh: Adjust for latest fr_FR locale changes.
2600 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2602         [BZ #6021]
2603         * locales/es_ES: Fix p_cs_precedes and n_cs_precedes.
2604         Use common collation definition.
2606         [BZ #6040]
2607         * locales/fr_FR: Fix abmon, abday, d_ftm, grouping.
2609         [BZ #6004]
2610         * locales/iso14651_t1_common: Fix first weight for U+1E60, U+1E62,
2611         U+1E64, U+1E66, and U+1E68.
2612         Patch by Jesse Thilo <unixweenie@gmail.com>.
2614         [BZ #5478]
2615         * locales/hu_HU: Fix name_fmt.
2617 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2619         * locales/iso14651_t1_common: Add support for Gujarati script.
2620         Patch by Pravin Satpute <psatpute@redhat.com>.
2622 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2624         * Makefile (LOCALES): Add ja_JP.UTF-8.
2626 2008-03-23  Ulrich Drepper  <drepper@redhat.com>
2628         * locales/iso14651_t1_common: Add support for Devanagari script.
2629         * locales/mr_IN: Adjust Devanagari sorting for mr_IN.
2630         Patch by Pravin Satpute <psatpute@redhat.com>.
2632 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2634         [BZ #5602]
2635         * locales/pt_PT: Fix mon_decimal_point.
2637 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2639         [BZ #5777]
2640         * locales/es_CR: Define am/pm format.
2642 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2644         * SUPPORTED (SUPPORTED-LOCALES): Add shs_CA.UTF-8.
2646         * locales/en_CA: Add language information in LC_ADDRESS section.
2647         * locales/fr_CA: Likewise.
2648         * locales/ik_CA: Likewise.
2649         * locales/iu_CA: Likewise.
2651         [BZ #5627]
2652         * locales/shs_CA: New file.
2654 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2656         [BZ #5520]
2657         * locales/ga_IE: Fix May, June, November and December entries in mon.
2659 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2661         * charmsp/HP-THAI8: New file.
2663         [BZ #5464]
2664         * charmaps/HP-GREEK8: New file.
2666         [BZ #5463]
2667         * charmaps/HP-TURKISH8: New file.
2669 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2671         * charmaps/UTF-8: Add Unicode 5.1 entries.
2673 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2675         [BZ #5427]
2676         * charmaps/HP-ROMAN9: New file.
2678 2007-12-04  Ulrich Drepper  <drepper@redhat.com>
2680         * locales/si_LK (mon): Fix February and November spelling.
2681         Patch by Danishka Navin <snavin@redhat.com>.
2683 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
2685         [BZ #5238]
2686         * locales/ug_CN: Fix typo in collating symbol definition.
2688         [BZ #5237]
2689         * locales/lo_LA: Fix typos in collation symbols.
2691 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
2693         * locales/dz_BT: Fix representation of data.
2695         * SUPPORTED (SUPPORTED-LOCALES): Add bo_CN and bo_IN.
2696         * locales/bo_CN: New file.
2697         * locales/bo_IN: New file.
2699 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
2701         [BZ #5224]
2702         * locales/ig_NG: Add missing collating elements and symbols.
2704 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2706         [BZ #4098]
2707         * locales/pl_PL: Change abmon, abday, and d_fmt according to
2708         results of vote.
2710 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
2712         * locales/iso14651_t1_common: If DIACRIT_FORWARD is defined, define
2713         second level of <LATIN> script as forward.
2714         * locales/de_DE: Define DIACRIT_FORWARD.
2715         * de_DE.in: Revert last change.
2717 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
2719         * locales/en_US: Add first_weekday and first_workday.
2720         * locales/cs_CZ: Likewise.
2721         * locales/fur_IT: Likewise.
2722         * locales/fy_DE: Likewise.
2723         * locales/hu_HU: Likewise.
2724         * locales/i18n: Likewise.
2725         * locales/li_BE: Likewise.
2726         * locales/li_NL: Likewise.
2727         * locales/nds_DE: Likewise.
2728         * locales/nds_NL: Likewise.
2729         * locales/pl_PL: Likewise.
2730         * locales/sc_IT: Likewise.
2731         * locales/sk_SK: Likewise.
2733 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
2735         * locales/de_DE: Set first week day to Monday.
2736         * locales/fr_FR: Likewise.
2738 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
2740         [BZ #73]
2741         * locales/nb_NO: Update time information, collation, thousands
2742         separator.
2743         * locales/nn_NO: Likewise.
2745 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
2747         * locales/en_NG: New file.
2749 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
2751         * tst-langinfo.sh: Update expected THOUSEP for fr_FR.
2753 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
2755         * charmaps/UTF-8: Fix U06FF definition.  Remove double U074A
2756         definition.  Add U0B71 and U27C0 to U27CA definitions.
2758         * de_DE.in: Adjust for correct handling of backward direction sorting.
2760         * fr_FR.in: New file.
2761         * Makefile: Add rules to run fr_FR sorting test.
2763 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
2765         [BZ #4941]
2766         * locales/oc_FR: Fix Thursday abday and August mon and abmon data.
2768         * SUPPORTED (SUPPORTED-LOCALES): Add ber_MA.UTF-8.
2770         * locales/am_ET (LC_COLLATE): Define new script after copy.
2772 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
2774         * locales/cs_SR: Removed.
2776         * locales/lo_LA: Add missing collating element o-e.
2778         * locales/is_IS: Cleanup.  Remove invalid collation entries.
2779         * locales/lv_LV: Likewise.
2781         * locales/fa_IR: Add missing collating element Alef-Hamza.
2783         * locales/da_DK: Add missing collating symbol ETH.
2784         * locales/nb_NO: Likewise.
2786         * locales/sa_IN: New file.
2787         * SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
2789         * locales/fr_FR: Change thousands_sep to U0020.
2791         * locales/cs_CZ: Sort lowercase before uppercase.
2793         * locales/en_GB: Change first weekday and workday to Monday.
2794         * locales/nb_NO: Likewise.
2795         * locales/nn_NO: Likewise.
2796         [BZ #4833]
2797         * locales/da_DK: Likewise.
2798         [BZ #4705]
2799         * locales/et_EE: Likewise.
2801         * locales/iso14651_t1_common: Add rules for Georgian.
2803         * locales/ber_DZ: New file.
2804         * locales/fil_PH: New file.
2805         * locales/fur_IT: New file.
2806         * locales/fy_DE: New file.
2807         * locales/ha_NG: New file.
2808         * locales/ig_NG: New file.
2809         * locales/ik_CA: New file.
2810         * locales/iu_CA: New file.
2811         * locales/li_BE: New file.
2812         * locales/li_NL: New file.
2813         * locales/nds_DE: New file.
2814         * locales/nds_NL: New file.
2815         * locales/pap_AN: New file.
2816         * locales/sc_IT: New file.
2817         * locales/tk_TM: New file.
2818         * locales/ug_CN: New file.
2819         * locales/yo_NG: New file.
2820         * SUPPORTED: Add the new locales.
2822 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
2824         * charmaps/ISO-8859-9E: New file.
2826 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
2828         * charmaps/KOI8-RU: New file.
2830 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
2832         [BZ #4556]
2833         * locales/de_CH: Fix d_fmt.
2835         [BZ #4972]
2836         * charmaps/MAC-CENTRALEUROPE: New file.
2838 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
2840         [BZ #3842]
2841         * locales/ru_RU: Use U00A0 instead of U2002 for thousands separator.
2842         The latter might be more correct but usually cannot be displayed.
2844 2007-08-22  Ulrich Drepper  <drepper@redhat.com>
2846         [BZ #4554]
2847         * locales/wo_SN: New file.
2848         * SUPPORTED: Add wo_SN entry.
2850         [BZ #4557]
2851         * locales/as_IN: Change <UNASSIGNED-09CE> to <U09CE>.
2853 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
2855         * locales/translit_combining: Add U0141 and U0142.
2857 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
2859         * tst-strptime.c (do_test): Use %tu in fmt string for ptrdiff_t value.
2861 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
2863         * locales/ar_SA (d_t_fmt, d_fmt, t_fmt, t_fmt_ampm): Replace %.1d
2864         with supported %e and %.1H with %k.
2865         * locales/dz_BT (t_fmt): Remove whitespace between % and H.
2867 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
2869         [BZ #4773]
2870         * Makefile: Add rules to build and run tst-strptime.
2871         * tst-strptime.c: New file.
2873 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
2875         * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon for
2876         January, February, and September to December, mon for January,
2877         February, September, and December, am_pm, and name_*.
2878         Patch by Amitakhya Phukan <aphukan@redhat.com>.
2880 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
2882         [BZ #4114]
2883         * locales/ast_ES: New file.
2884         * SUPPORTED (SUPPORTED-LOCALES): Add ast_ES.UTF-8 and ast_ES.
2886 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
2888         [BZ #4024]
2889         * locales/iso14651_t1: Include iso14651_t1_common for common
2890         sorting data.
2891         * locales/iso14651_t1_common: New file.
2892         * locales/iso14651_t1_pinyin: New file.
2893         * locales/zh_CN (LC_COLLATE): Use iso14651_t1_pinyin instead of
2894         iso14651_t1.
2896         [BZ #3213]
2897         * locales/translit_neutral: Add entry for U2044.
2899 2007-04-24  Ulrich Drepper  <drepper@redhat.com>
2901         [BZ #4411]
2902         * locales/en_ZA: Update int_select.
2903         Patch by Dwayne Bailey <dwayne@translate.org.za>.
2905 2007-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
2907         * Makefile: Define tst-sscanf-ENV.
2908         * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
2910 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
2912         * Makefile (tests): Add tst-sscanf.
2913         (LOCALES): Add fa_IR.UTF-8.
2914         * tst-sscanf.c: New file.
2916         * da_DK.in: Adjust for unified collation.
2918         * locales/vi_VN: Don't define HOK here as well.
2920 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2922         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.
2924         [BZ #1430]
2925         * locales/hu_HU: Revert
2926                 * locales/hu_HU: Better collation.
2927                 Patch by Gyuro Lehel <lehel@freemail.hu>.
2929 2005-01-16  Denis Barbier  <barbier@linuxfr.org>
2931         [BZ #672]
2932         * locales/ca_ES: Replace current collation rules by including
2933         iso14651_t1 and adding extra rules if needed.  There should be
2934         no noticeable changes in sorted text. only ligatures and
2935         ignoreable characters have modified weights.
2936         * locales/da_DK: Likewise.
2937         * locales/en_CA: Likewise.
2938         * locales/es_US: Likewise.
2939         * locales/fi_FI: Likewise.
2940         * locales/nb_NO: Likewise.
2942 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
2944         [BZ #672]
2945         * locales/iso14651_t1: Simplified.  Extended.
2947         [BZ #58]
2948         * locales/uk_UA: New version.
2950         [BZ #3156]
2951         * locales/pl_PL: Fix abday, abmon, d_t_fmt, d_fmt, and date_fmt.
2953         [BZ #2692]
2954         * locales/es_VE: Add am/pm format support.
2956         [BZ #2648]
2957         * locales/pl_PL: Fix currency_symbol and its placement.
2959         [BZ #3363]
2960         * SUPPORTED (SUPPORTED-LOCALES): Add tt_RU@iqtelif.
2961         * locales/tt_RU@iqtelif: New file.
2963         [BZ #3334]
2964         * locales/sr_ME: Update from maintainer.
2966         [BZ #3326]
2967         * SUPPORTED (SUPPORTED-LOCALES): Add crh_UA.
2968         * locales/crh_UA: New file.
2970 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2972         [BZ #3322]
2973         * SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin.
2974         * locales/sr_RS: New file.
2975         * locales/sr_RS@latin: New file.
2977         [BZ #3995]
2978         * locales/ru_RU (LC_TIME): Set first_weekday and first_workday.
2980         [BZ #3885]
2981         * locales/i18n: Updates for Unicode 5.0.
2982         * charmaps/UTF-8: Likewise.
2983         Patch by Pablo Saratxaga <pablo@walon.org>
2985 2007-01-12  Gwenole Beauchesne  <gbeauchesne@mandriva.com>
2987         [BZ #3884]
2988         * locales/sl_SI: Slovenia joined the Euro zone.
2989         Fix negative number format.
2991 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
2993         [BZ #3851]
2994         * locales/bn_BD: Fix full name of January and February.
2995         Patch by Jamil Ahmed <jamil@bengalinux.org>.
2997 2007-02-02  Bruno Haible  <bruno@clisp.org>
2999         * charmaps/EUC-KR: Add mapping for 0xA2 0xE8.
3000         * charmaps/JOHAB: Add mapping for 0xD9 0xE8.
3001         Reported by Jungshik Shin <jungshik@google.com>.
3003         * charmaps/JOHAB: Add mappings for 0xD9 0xE6 and 0xD9 0xE7.
3004         Reported by Jungshik Shin <jungshik@google.com>.
3006 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
3008         * charmaps/BRF: New file.
3009         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3011 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
3013         * locales/cs_CZ (LC_TIME): Change d_fmt to %e.%m.%Y from %-d.%-m.%Y.
3014         Change d_t_fmt to %a %-d. %B %Y, %H:%M:%S %Z from
3015         %a %e. %B %Y, %H:%M:%S %Z.
3017 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
3019         * locales/mai_IN: New file.
3020         Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.
3022         * SUPPORTED: Add mai_IN/UTF-8.
3024 2006-10-12  Ulrich Drepper  <drepper@redhat.com>
3026         [BZ #3320]
3027         * locales/es_ES (LC_TIME): Add week, first_weekday, and first_workday.
3029 2006-10-05  Dmitry V. Levin  <ldv@altlinux.org>
3031         * locales/tt_RU: Fix territory, title and descriptive comment.
3033 2006-10-05  Ulrich Drepper  <drepper@redhat.com>
3035         * locales/pa_IN (abday): Fix spelling of Sunday.
3036         Patch by Mayank Jain <majain@redhat.com>.
3038 2006-10-01  Ulrich Drepper  <drepper@redhat.com>
3040         * locales/en_GB: Use more complete en_US data in LC_NAME.
3042 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
3044         [BZ #39]
3045         * locales/sr_ME: New file.
3046         * SUPPORTED (SUPPORTED-LOCALES): Add sr_ME.
3048 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
3050         [BZ #2823]
3051         * locales/mk_MK: Fix date_fmt.  Add week, first_weekday, and
3052         first_workday information.
3053         Patch by Damjan Georgievski.
3055 2006-09-05  Ulrich Drepper  <drepper@redhat.com>
3057         * locales/or_IN (mon): Fix February string.
3059 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
3061         [BZ #2695]
3062         * locales/et_EE: Update LC_ADDRESS category.
3063         Patch by Priit Laes <amd@store20.com>.
3065 2006-08-23  Ulrich Drepper  <drepper@redhat.com>
3067         [BZ #2662]
3068         * locales/bn_BD: Fix abday and day spelling of Tuesday.
3070         [BZ #2473]
3071         * locales/en_NZ: Define am/pm formats.
3073 2006-08-22  Ulrich Drepper  <drepper@redhat.com>
3075         * locales/nn_NO: Copy more categories from nb_NO.
3077 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
3079         [BZ #3034]
3080         * locales/ml_IN (abmon): Fix June entry.
3081         * locales/bn_IN (abday): Fix Tuesday entry.
3082         (day): Likewise.
3083         (abmon): Fix January and February entries.
3084         (mon): Likewise.
3085         Patches by Mayank Jain <majain@redhat.com>.
3087 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
3089         [BZ #935]
3090         * SUPPORTED (SUPPORTED-LOCALES): Add fy_NL.
3091         * locales/fy_NL: New file.
3093 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
3095         [BZ #3034]
3096         * locales/pa_IN (day): Fix spelling of Saturday.
3097         * locales/or_IN (mon): Fix spelling of May.
3098         * locales/ml_IN (day): Fix spelling of Sunday, Monday, Wednesday.
3099         (abmon): Fix spelling of March to October.
3100         (mon): Fix spelling of March, April, June, August to December.
3101         Patches by Mayank Jain <majain@redhat.com>.
3103 2006-06-03  Eddy Petrisor  <eddy.petrisor@gmail.com>
3105         [BZ #2125]
3106         * locales/ro_RO: Fix collation rules for <U0218> and <U021A>.
3107         Define first_weekday, first_workdayweek_day, work_day,
3108         country_isbn and country_post fields.
3109         Comments for terminology and bibliographic codes were added.
3111 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
3113         * SUPPORTED (SUPPORTED-LOCALES): Add csb_PL.UTF-8.
3115         [BZ #2961]
3116         * locales/csb_PL: New file.
3118 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
3120         * locales/es_NI: Define real t_fmt_ampm and am_pm.
3121         * locales/es_PE: Likewise.
3123 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
3125         * locales/te_IN: Minor fixups.
3126         * locales/pt_PT: Likewise.
3128         * locales/aa_DJ: Add transliateration support to LC_CTYPE.
3129         * locales/af_ZA: Likewise.
3130         * locales/am_ET: Likewise.
3131         * locales/ar_AE: Likewise.
3132         * locales/ar_BH: Likewise.
3133         * locales/ar_DZ: Likewise.
3134         * locales/ar_EG: Likewise.
3135         * locales/ar_IN: Likewise.
3136         * locales/ar_IQ: Likewise.
3137         * locales/ar_JO: Likewise.
3138         * locales/ar_KW: Likewise.
3139         * locales/ar_LB: Likewise.
3140         * locales/ar_LY: Likewise.
3141         * locales/ar_MA: Likewise.
3142         * locales/ar_OM: Likewise.
3143         * locales/ar_QA: Likewise.
3144         * locales/ar_SA: Likewise.
3145         * locales/ar_SD: Likewise.
3146         * locales/ar_SY: Likewise.
3147         * locales/ar_TN: Likewise.
3148         * locales/ar_YE: Likewise.
3149         * locales/as_IN: Likewise.
3150         * locales/az_AZ: Likewise.
3151         * locales/be_BY: Likewise.
3152         * locales/bg_BG: Likewise.
3153         * locales/bn_BD: Likewise.
3154         * locales/bn_IN: Likewise.
3155         * locales/ca_AD: Likewise.
3156         * locales/ca_ES: Likewise.
3157         * locales/ca_ES@euro: Likewise.
3158         * locales/ca_FR: Likewise.
3159         * locales/ca_IT: Likewise.
3160         * locales/cs_CZ: Likewise.
3161         * locales/dz_BT: Likewise.
3162         * locales/el_CY: Likewise.
3163         * locales/el_GR: Likewise.
3164         * locales/en_AU: Likewise.
3165         * locales/en_CA: Likewise.
3166         * locales/en_DK: Likewise.
3167         * locales/en_GB: Likewise.
3168         * locales/en_HK: Likewise.
3169         * locales/en_IE: Likewise.
3170         * locales/en_IE@euro: Likewise.
3171         * locales/en_IN: Likewise.
3172         * locales/en_NZ: Likewise.
3173         * locales/en_PH: Likewise.
3174         * locales/en_SG: Likewise.
3175         * locales/en_US: Likewise.
3176         * locales/en_ZA: Likewise.
3177         * locales/es_AR: Likewise.
3178         * locales/es_BO: Likewise.
3179         * locales/es_CL: Likewise.
3180         * locales/es_CO: Likewise.
3181         * locales/es_CR: Likewise.
3182         * locales/es_DO: Likewise.
3183         * locales/es_EC: Likewise.
3184         * locales/es_ES: Likewise.
3185         * locales/es_ES@euro: Likewise.
3186         * locales/es_GT: Likewise.
3187         * locales/es_HN: Likewise.
3188         * locales/es_MX: Likewise.
3189         * locales/es_NI: Likewise.
3190         * locales/es_PA: Likewise.
3191         * locales/es_PE: Likewise.
3192         * locales/es_PR: Likewise.
3193         * locales/es_PY: Likewise.
3194         * locales/es_SV: Likewise.
3195         * locales/es_US: Likewise.
3196         * locales/es_UY: Likewise.
3197         * locales/es_VE: Likewise.
3198         * locales/et_EE: Likewise.
3199         * locales/eu_ES: Likewise.
3200         * locales/eu_ES@euro: Likewise.
3201         * locales/fa_IR: Likewise.
3202         * locales/fi_FI: Likewise.
3203         * locales/fi_FI@euro: Likewise.
3204         * locales/fo_FO: Likewise.
3205         * locales/ga_IE: Likewise.
3206         * locales/ga_IE@euro: Likewise.
3207         * locales/gez_ER: Likewise.
3208         * locales/gez_ET: Likewise.
3209         * locales/gl_ES: Likewise.
3210         * locales/gl_ES@euro: Likewise.
3211         * locales/gu_IN: Likewise.
3212         * locales/gv_GB: Likewise.
3213         * locales/he_IL: Likewise.
3214         * locales/hi_IN: Likewise.
3215         * locales/hr_HR: Likewise.
3216         * locales/hy_AM: Likewise.
3217         * locales/id_ID: Likewise.
3218         * locales/is_IS: Likewise.
3219         * locales/it_CH: Likewise.
3220         * locales/it_IT: Likewise.
3221         * locales/it_IT@euro: Likewise.
3222         * locales/iw_IL: Likewise.
3223         * locales/ja_JP: Likewise.
3224         * locales/kk_KZ: Likewise.
3225         * locales/kl_GL: Likewise.
3226         * locales/km_KH: Likewise.
3227         * locales/kn_IN: Likewise.
3228         * locales/ko_KR: Likewise.
3229         * locales/kw_GB: Likewise.
3230         * locales/ky_KG: Likewise.
3231         * locales/lg_UG: Likewise.
3232         * locales/lt_LT: Likewise.
3233         * locales/lv_LV: Likewise.
3234         * locales/mk_MK: Likewise.
3235         * locales/mr_IN: Likewise.
3236         * locales/ms_MY: Likewise.
3237         * locales/mt_MT: Likewise.
3238         * locales/nb_NO: Likewise.
3239         * locales/ne_NP: Likewise.
3240         * locales/nl_BE: Likewise.
3241         * locales/nl_BE@euro: Likewise.
3242         * locales/nl_NL: Likewise.
3243         * locales/nl_NL@euro: Likewise.
3244         * locales/nn_NO: Likewise.
3245         * locales/nr_ZA: Likewise.
3246         * locales/om_KE: Likewise.
3247         * locales/or_IN: Likewise.
3248         * locales/pa_IN: Likewise.
3249         * locales/pl_PL: Likewise.
3250         * locales/pt_BR: Likewise.
3251         * locales/pt_PT: Likewise.
3252         * locales/pt_PT@euro: Likewise.
3253         * locales/ru_RU: Likewise.
3254         * locales/ru_UA: Likewise.
3255         * locales/rw_RW: Likewise.
3256         * locales/se_NO: Likewise.
3257         * locales/si_LK: Likewise.
3258         * locales/sk_SK: Likewise.
3259         * locales/sl_SI: Likewise.
3260         * locales/so_SO: Likewise.
3261         * locales/sq_AL: Likewise.
3262         * locales/ss_ZA: Likewise.
3263         * locales/st_ZA: Likewise.
3264         * locales/sv_FI: Likewise.
3265         * locales/sv_FI@euro: Likewise.
3266         * locales/sv_SE: Likewise.
3267         * locales/ta_IN: Likewise.
3268         * locales/te_IN: Likewise.
3269         * locales/tg_TJ: Likewise.
3270         * locales/th_TH: Likewise.
3271         * locales/ti_ET: Likewise.
3272         * locales/tn_ZA: Likewise.
3273         * locales/tr_TR: Likewise.
3274         * locales/ts_ZA: Likewise.
3275         * locales/tt_RU: Likewise.
3276         * locales/uk_UA: Likewise.
3277         * locales/ve_ZA: Likewise.
3278         * locales/vi_VN: Likewise.
3279         * locales/xh_ZA: Likewise.
3280         * locales/zh_CN: Likewise.
3281         * locales/zh_HK: Likewise.
3282         * locales/zh_SG: Likewise.
3283         * locales/zu_ZA: Likewise.
3285 2006-05-26  Ulrich Drepper  <drepper@redhat.com>
3287         * SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.
3288         * locales/as_IN: New file.
3289         * locales/or_IN: New file.
3290         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
3292 2006-05-02  Ulrich Drepper  <drepper@redhat.com>
3294         [BZ #1203]
3295         * locales/de_DE: Fix order of day of month and month name in
3296         date_fmt.  Add period after the day number and avoid padding.
3298         * SUPPORTED (SUPPORTED-LOCALES): Add tr_CY.ISO-8859-9 and
3299         tr_CY.UTF-8.
3301         [BZ #531]
3302         * locales/tr_CY: New file.
3304 2006-01-07  Eddy Petrisor  <eddy.petrisor@gmail.com>
3306         * locales/ro_RO: The sorting order of the letters a circumflex and
3307         a with breve was corrected according to the Romanian alphabet.
3308         Capital A with breve is in no longer used within day names.
3309         Romanian post-92 writing rules are used within day and abday fields.
3310         Fixed the international currency symbol because after the
3311         denomination (starting with the 1st of July 2005), the symbol is
3312         RON (1 RON = 10000 ROL).
3313         Grouping sign for thousands, which is ".", is used for Romanian.
3314         Numbers are grouped in sets of 3 digits.
3315         The short date format is %d.%m.%Y for Romanian in Romania.
3316         The year is placed before the time in date_fmt.
3317         %Z was replaced with %z in date formats because %Z is not
3318         used nor widely known in Romania, and Romania uses daylight saving
3319         and the difference is more obvious this way.
3320         abday for Saturday was changed because i> looks bad and is
3321         incorrect according to post-92 writing rules.
3322         In Romanian months' names are not capitalized. The same goes for
3323         the days' names.
3324         A4 is the prefered paper type and metric system is used;
3325         FIXMEs were removed.
3326         country_name, country_car, lang_name and lang_ab were added.
3327         name_mr, name_mrs, name_miss were added; name_ms omitted as
3328         there is no proper form it in Romanian.
3329         An explanation related to the cedilla/comma issue and
3330         the reson why the transliteration is a good idea was added.
3331         The default encoding was changed to UTF-8 because this is the
3332         only encoding that supports all Romanian specific symbols and
3333         dicritics.
3334         The name format was corrected while salutation abbreviation was
3335         omitted.
3336         postal_fmt was corrected according to the Romanian style of
3337         writing this information.
3339 2006-05-01  Ulrich Drepper  <drepper@redhat.com>
3341         * SUPPORTED (SUPPORTED-LOCALES): Add el_CY.ISO-8859-7 and el_CY.UTF-8.
3343         [BZ #531]
3344         * locales/el_CY: New file.
3346         [BZ #192]
3347         * locales/hu_HU: Better month name abbreviations.
3349         * SUPPORTED (SUPPORTED-LOCALES): Add hy_AM.UTF-8 and hy_AM.ARMSCII-8.
3351         [BZ #68]
3352         * locales/hy_AM: Remove special collation rules.  Fix yesexpr, noexpr,
3353         country_name, country_car, lang_name, name_fmt, name_miss, name_mr,
3354         and name_mrs.
3356         [BZ #388]
3357         * locales/pl_PL: Don't ignore U0020 in collation.
3359         [BZ #352]
3360         * locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep.
3362 2006-05-01  Alexander Shopov  <ash@contact.bg>
3364         [BZ #2625]
3365         * charmaps/MIK: New file.
3367 2006-04-26  Ulrich Drepper  <drepper@redhat.com>
3369         * locales/bg_BG: Update after iso-4217.def update.
3370         * locales/bs_BA: Likewise.
3371         * locales/es_MX: Likewise.
3372         * locales/ru_RU: Likewise.
3373         * locales/tg_TJ: Likewise.
3374         * locales/tt_RU: Likewise.
3376 2006-04-25  Ulrich Drepper  <drepper@redhat.com>
3378         [BZ #2376]
3379         * locales/es_UY: Change curreny_symbol.
3381 2006-04-24  Ulrich Drepper  <drepper@redhat.com>
3383         [BZ #2349]
3384         * locales/de_CH: Change thousand separator to '.
3386 2006-01-17  Robert Millan  <robertmh@gnu.org>
3388         [BZ #2158]
3389         * SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
3390         * locales/ca_AD: New file.
3391         * locales/ca_FR: New file.
3392         * locales/ca_IT: New file.
3394 2006-04-23  Ulrich Drepper  <drepper@redhat.com>
3396         [BZ #2134]
3397         * locales/pa_PK: New file.
3398         * SUPPORTED: Add pa_PK.UTF-8.
3400         [BZ #1974]
3401         * locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt,
3402         am_pm, and name_fmt.
3404         [BZ #1787]
3405         * locales/en_ZA: Updates.
3407         [BZ #1786]
3408         * locales/af_ZA: Updates.
3410         [BZ #1785]
3411         * locales/st_ZA: Updates and formatting changes.
3413         [BZ #1784]
3414         * locales/zu_ZA: Updates and formatting changes.
3416         [BZ #1783]
3417         * locales/xh_ZA: Updates and formatting changes.
3419         [BZ #1782]
3420         * locales/nr_ZA: New file.
3421         * locales/SUPPORTED: Add nr_ZA.UTF-8.
3423 2006-04-10  Jakub Jelinek  <jakub@redhat.com>
3425         * locales/cs_CZ (LC_TIME): Define week.
3426         * locales/sk_SK (LC_TIME): Likewise.
3427         * locales/pl_PL (LC_TIME): Likewise.
3428         * locales/en_US (LC_TIME): Change week to 7;19971130;7.
3430 2005-12-27  Roland McGrath  <roland@redhat.com>
3432         * tst-ctype.c (main): Add some casts.
3434         * tst-mbswcs1.c (main): Make BUF const.  Add casts in mbrtowc calls.
3436 2006-01-02  Andreas Jaeger  <aj@suse.de>
3438         * locales/fi_FI: Fix date_fmt.
3439         * locales/mn_MN: Likewise.
3441 2005-11-21  Ulrich Drepper  <drepper@redhat.com>
3443         * locales/se_NO: Remove RCS ID line.
3445 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
3447         [BZ 1872]
3448         * charmaps/ISO_11548-1. New file.
3449         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
3451 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
3453         [BZ #1294]
3454         * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
3456 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
3458         * SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
3460 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
3462         [BZ #119]
3463         * locales/es_AR: Fix thousands_sep and grouping.
3465 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3467         [BZ #451]
3468         * locales/rw_RW: New file.
3469         * SUPPORTED (SUPPORTED-LOCALES): Add rw_RW.UTF-8.
3471         [BZ #367]
3472         * locales/si_LK: New file.
3473         * SUPPORTED (SUPPORTED-LOCALES): Add si_LK.UTF-8.
3475         [BZ #297]
3476         * locales/fi_FI: Change date_fmt.
3478         * locales/te_IN: Fix noexpr, replace yY with nN.
3480         [BZ #305]
3481         * locales/bn_BD: Add yY and nN to yesexpr and noexpr respectively.
3482         * locales/ml_IN: Likewise.
3483         * locales/ta_IN: Likewise.
3484         * locales/kw_GB: Add yY to yesexpr.
3485         * locales/oc_FR: Likewise.
3487         * locales/bn_IN: Use copy "bn_BD" in LC_MESSAGES definition.
3489         [BZ #71]
3490         [BZ #305]
3491         * locales/ar_EG: Add yY and nN to yesexpr and noexpr respectively.
3492         Define yesstr and nostr.
3493         * locales/ar_AE: Use copy "ar_EG" in LC_MESSAGES definition.
3494         * locales/ar_BH: Likewise.
3495         * locales/ar_DZ: Likewise.
3496         * locales/ar_IN: Likewise.
3497         * locales/ar_IQ: Likewise.
3498         * locales/ar_JO: Likewise.
3499         * locales/ar_KW: Likewise.
3500         * locales/ar_LB: Likewise.
3501         * locales/ar_LY: Likewise.
3502         * locales/ar_MA: Likewise.
3503         * locales/ar_OM: Likewise.
3504         * locales/ar_QA: Likewise.
3505         * locales/ar_SA: Likewise.
3506         * locales/ar_SD: Likewise.
3507         * locales/ar_SY: Likewise.
3508         * locales/ar_TN: Likewise.
3509         * locales/ar_YE: Likewise.
3511         [BZ #56]
3512         * locales/de_DE: Add transliterations for quoting characters.
3514         [BZ #448]
3515         * locales/vi_VN: Several fixes.
3516         Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>.
3518         [BZ #428]
3519         * locales/te_IN: Several fixes.
3520         Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>.
3522         [BZ #368]
3523         * locales/dz_BT: New file.
3524         * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
3526         [BZ #195]
3527         * locales/hu_HU: Add some transliterations.
3529         [BZ #1429]
3530         * locales/hu_HU: Define week.
3532         [BZ #982]
3533         * locales/ml_IN: Fix title.
3535         [BZ #981]
3536         * locales/ca_ES: Fix title.
3538         [BZ #980]
3539         * locales/yi_US: Fix title.
3541         * locales/nl_NL: Define country_car, lang_name, lang_ab,
3542         lang_term, and lang_lib.
3544         [BZ #870]
3545         * locales/ku_TR: New file.
3546         * SUPPORTED (SUPPORTED-LOCALES): Add ku_TR.ISO-8859-9 and
3547         ku_TR.UTF-8.
3549 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
3551         [BZ #533]
3552         * locales/ss_ZA: New file.
3553         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3555         [BZ #529]
3556         * locales/tn_ZA: New file.
3557         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3559         [BZ #491]
3560         * locales/ve_ZA: New file.
3561         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3563         [BZ #486]
3564         * locales/nso_ZA: New file.
3565         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3567         * SUPPORTED: Add nso_ZA.UTF-8, ve_ZA.UTF-8, tn_ZA.UTF-8, and
3568         ss_ZA.UTF-8.
3570 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
3572         [BZ #532]
3573         * locales/ts_ZA: New file.
3574         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3576         * SUPPORTED: Add ts_ZA.UTF-8.
3578 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
3580         * locales/en_US: Fix postal_fmt.
3581         * locales/es_US: Update LC_ADDRESS info from en_US.
3582         Reported by FrankTang@gmail.com.
3584 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
3586         [BZ #811]
3587         * locales/zh_CN: Fix date_fmt information.
3589         * SUPPORTED (SUPPORTED-LOCALES): Add km_KH.
3591         [BZ #826]
3592         * locales/km_KH: New file.
3594         * Makefile (LOCALES): Add zh_TW.EUC-TW.
3596 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
3598         [BZ #668]
3599         * locales/yi_US: Spelling fixes.
3601         [BZ #667]
3602         * locales/wa_BE: Fixed weekday names to match new orthographic rules.
3604         [BZ #666]
3605         * locales/tg_TJ: Correct yesexpr.
3607         [BZ #665]
3608         * locales/sq_AL: Add language specific collation.
3610         [BZ #663]
3611         * locales/bs_BA: Don't comment out reorder-after.  Fix tel_int_fmt.
3613         [BZ #662]
3614         * locales/az_AZ: Fix the day and month names.  Add transliteration
3615         for schwa character.
3617         [BZ #657]
3618         * locales/bn_BD: Some corrections.
3619         Patch by Jamil Ahmed <jamil@bengalinux.org>.
3621         [BZ #588]
3622         * locales/el_GR: Change to use 12h time format.
3623         Patch by Konstantinos Margaritis <markos@debian.org>.
3625         * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8.
3627         [BZ #566]
3628         * locales/hsb_DE: New file.
3630         [BZ #527]
3631         * locales/sid_ET: Remove incorrect lang_ab definition.
3633         [BZ #525]
3634         * locales/ru_RU: Use nominative instead of genitive in mon data to
3635         align with other locales with the same issue.
3637         * SUPPORTED (SUPPORTED-LOCALES): Add ky_KG.
3639         [BZ #520]
3640         * locales/ky_KG: New file.
3642         [BZ #495]
3643         * locales/st_ZA: Updates and corrections.
3644         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3646         [BZ #493]
3647         * locales/xh_ZA: Updates and corrections.
3648         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3650         [BZ #488]
3651         * locales/zu_ZA: Updates and corrections.
3652         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3654         [BZ #484]
3655         * locales/af_ZA: Updates and corrections.
3656         Patch by Dwayne Bailey <dwayne@translate.org.za>.
3658         * SUPPORTED (SUPPORTED-LOCALES): Add be_BY@latin.
3660         [BZ #1347]
3661         * locales/be_BY@latin: New file.
3663 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
3665         * SUPPORTED (SUPPORTED-LOCALES): Add mg_MG and mg_MG.UTF-8.
3667         [BZ #704]
3668         * locales/mg_MG: New file.
3670 2005-07-26  Ulrich Drepper  <drepper@redhat.com>
3672         * locales/hu_HU: Better collation.
3673         Patch by Gyuro Lehel <lehel@freemail.hu>.
3675 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
3677         [BZ #448]
3678         * locales/vi_VN: Update locale.
3680 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
3682         * locales/en_US: Remove duplicate am_pn entry.
3684 2005-05-28  Jakub Jelinek  <jakub@redhat.com>
3686         [BZ #622]
3687         * locales/pa_IN (am_pm): Fix typos.
3688         Patch by Denis Barbier <barbier@linuxfr.org>.
3690 2005-05-22  Ulrich Drepper  <drepper@redhat.com>
3692         [BZ #1092]
3693         * locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.
3695 2005-04-28  Jakub Jelinek  <jakub@redhat.com>
3697         [BZ #1084]
3698         * SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
3700 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3702         [BZ #1091]
3703         * locales/fa_IR: Add alt_digits, change date and time
3704         representation, and various cleanups.
3705         Patch by Hamed Malek <hamed@bamdad.org>.
3707 2005-03-21  Jakub Jelinek  <jakub@redhat.com>
3709         [BZ #823]
3710         * charmaps/WINDOWS-31J: Add % before alias keyword.
3712 2005-02-27  Denis Barbier  <barbier@debian.org>
3714         [BZ #38]
3715         * locales/sr_CS: New file.
3716         Contributed by Danilo Segan <dsegan@gmx.net>
3717         * SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
3719 2005-03-18  Andreas Schwab  <schwab@suse.de>
3721         [BZ #622]
3722         * locales/pa_IN (am_pm): Fix character names.
3724 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
3726         [BZ #1084]
3727         * SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
3729 2004-12-19  Roland McGrath  <roland@frob.com>
3731         * gen-unicode-ctype.c (output_tables): Fix email address in output.
3733 2004-10-02  Petter Reinholdtsen  <pere@hungry.com>
3735         [BZ #82]
3736         * locales/bn_BD: Remove duplicate LC_MESSAGES block. Correct the
3737         remaining block.  Change contact info as this locale is now
3738         maintained by Jamil Ahmed.  Patch from Jamil Ahmed.
3740         * locales/bn_BD: Change category entries to look more like
3741         standard references.
3743         [BZ #26]
3744         * locales/ta_IN: Correct sorting order.  Corrected day and month
3745         abbrevations.  Corrected name strings for mr., mrs. and miss.
3746         Patch from Thuraiappah Vaseeharan.
3748 2004-12-17  GOTO Masanori  <gotom@debian.or.jp>
3750         * locales/te_IN: Fix language name spelling.
3752 2004-12-14  Ulrich Drepper  <drepper@redhat.com>
3754         * locales/en_ZA: Update by Dwayne Bailey.
3756 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
3758         * locales/pa_IN: Add some missing fields and fix some spelling
3759         mistakes.  Patch by Jatin Nansi <jnansi@redhat.com>.
3761 2004-10-31  Petter Reinholdtsen  <pere@hungry.com>
3763         [BZ #337]
3764         * SUPPORTED: Update bug reporting comment.
3765         * locales/af_ZA: Change contact address from bug-glibc@gnu.org
3766         to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing
3767         list).
3768         * locales/an_ES: Likewise.
3769         * locales/ar_AE: Likewise.
3770         * locales/ar_BH: Likewise.
3771         * locales/ar_DZ: Likewise.
3772         * locales/ar_EG: Likewise.
3773         * locales/ar_IN: Likewise.
3774         * locales/ar_IQ: Likewise.
3775         * locales/ar_JO: Likewise.
3776         * locales/ar_KW: Likewise.
3777         * locales/ar_LB: Likewise.
3778         * locales/ar_LY: Likewise.
3779         * locales/ar_MA: Likewise.
3780         * locales/ar_OM: Likewise.
3781         * locales/ar_QA: Likewise.
3782         * locales/ar_SA: Likewise.
3783         * locales/ar_SD: Likewise.
3784         * locales/ar_SY: Likewise.
3785         * locales/ar_TN: Likewise.
3786         * locales/ar_YE: Likewise.
3787         * locales/be_BY: Likewise.
3788         * locales/bn_IN: Likewise.
3789         * locales/br_FR@euro: Likewise.
3790         * locales/ca_ES: Likewise.
3791         * locales/ca_ES@euro: Likewise.
3792         * locales/cs_CZ: Likewise.
3793         * locales/da_DK: Likewise.
3794         * locales/de_AT: Likewise.
3795         * locales/de_AT@euro: Likewise.
3796         * locales/de_BE: Likewise.
3797         * locales/de_BE@euro: Likewise.
3798         * locales/de_CH: Likewise.
3799         * locales/de_DE: Likewise.
3800         * locales/de_DE@euro: Likewise.
3801         * locales/de_LU: Likewise.
3802         * locales/de_LU@euro: Likewise.
3803         * locales/el_GR: Likewise.
3804         * locales/el_GR@euro: Likewise.
3805         * locales/en_AU: Likewise.
3806         * locales/en_BW: Likewise.
3807         * locales/en_CA: Likewise.
3808         * locales/en_DK: Likewise.
3809         * locales/en_GB: Likewise.
3810         * locales/en_HK: Likewise.
3811         * locales/en_IE: Likewise.
3812         * locales/en_IE@euro: Likewise.
3813         * locales/en_IN: Likewise.
3814         * locales/en_NZ: Likewise.
3815         * locales/en_PH: Likewise.
3816         * locales/en_SG: Likewise.
3817         * locales/en_US: Likewise.
3818         * locales/en_ZW: Likewise.
3819         * locales/es_AR: Likewise.
3820         * locales/es_BO: Likewise.
3821         * locales/es_CL: Likewise.
3822         * locales/es_CO: Likewise.
3823         * locales/es_CR: Likewise.
3824         * locales/es_DO: Likewise.
3825         * locales/es_EC: Likewise.
3826         * locales/es_ES: Likewise.
3827         * locales/es_ES@euro: Likewise.
3828         * locales/es_GT: Likewise.
3829         * locales/es_HN: Likewise.
3830         * locales/es_MX: Likewise.
3831         * locales/es_NI: Likewise.
3832         * locales/es_PA: Likewise.
3833         * locales/es_PE: Likewise.
3834         * locales/es_PR: Likewise.
3835         * locales/es_PY: Likewise.
3836         * locales/es_SV: Likewise.
3837         * locales/es_US: Likewise.
3838         * locales/es_UY: Likewise.
3839         * locales/es_VE: Likewise.
3840         * locales/et_EE: Likewise.
3841         * locales/eu_ES: Likewise.
3842         * locales/eu_ES@euro: Likewise.
3843         * locales/fi_FI: Likewise.
3844         * locales/fi_FI@euro: Likewise.
3845         * locales/fo_FO: Likewise.
3846         * locales/fr_BE: Likewise.
3847         * locales/fr_BE@euro: Likewise.
3848         * locales/fr_CA: Likewise.
3849         * locales/fr_CH: Likewise.
3850         * locales/fr_FR: Likewise.
3851         * locales/fr_FR@euro: Likewise.
3852         * locales/fr_LU: Likewise.
3853         * locales/fr_LU@euro: Likewise.
3854         * locales/ga_IE: Likewise.
3855         * locales/ga_IE@euro: Likewise.
3856         * locales/gl_ES: Likewise.
3857         * locales/gl_ES@euro: Likewise.
3858         * locales/gu_IN: Likewise.
3859         * locales/gv_GB: Likewise.
3860         * locales/he_IL: Likewise.
3861         * locales/hi_IN: Likewise.
3862         * locales/hr_HR: Likewise.
3863         * locales/hu_HU: Likewise.
3864         * locales/id_ID: Likewise.
3865         * locales/is_IS: Likewise.
3866         * locales/it_CH: Likewise.
3867         * locales/it_IT: Likewise.
3868         * locales/it_IT@euro: Likewise.
3869         * locales/iw_IL: Likewise.
3870         * locales/ja_JP: Likewise.
3871         * locales/kk_KZ: Likewise.
3872         * locales/kl_GL: Likewise.
3873         * locales/kn_IN: Likewise.
3874         * locales/ko_KR: Likewise.
3875         * locales/kw_GB: Likewise.
3876         * locales/lo_LA: Likewise.
3877         * locales/lt_LT: Likewise.
3878         * locales/lv_LV: Likewise.
3879         * locales/ml_IN: Likewise.
3880         * locales/mn_MN: Likewise.
3881         * locales/mr_IN: Likewise.
3882         * locales/ms_MY: Likewise.
3883         * locales/mt_MT: Likewise.
3884         * locales/nb_NO: Likewise.
3885         * locales/nl_BE: Likewise.
3886         * locales/nl_BE@euro: Likewise.
3887         * locales/nl_NL: Likewise.
3888         * locales/nl_NL@euro: Likewise.
3889         * locales/nn_NO: Likewise.
3890         * locales/pa_IN: Likewise.
3891         * locales/pl_PL: Likewise.
3892         * locales/pt_BR: Likewise.
3893         * locales/pt_PT: Likewise.
3894         * locales/pt_PT@euro: Likewise.
3895         * locales/ro_RO: Likewise.
3896         * locales/ru_RU: Likewise.
3897         * locales/ru_UA: Likewise.
3898         * locales/sk_SK: Likewise.
3899         * locales/sl_SI: Likewise.
3900         * locales/sq_AL: Likewise.
3901         * locales/sv_FI: Likewise.
3902         * locales/sv_FI@euro: Likewise.
3903         * locales/sv_SE: Likewise.
3904         * locales/ta_IN: Likewise.
3905         * locales/te_IN: Likewise.
3906         * locales/th_TH: Likewise.
3907         * locales/tr_TR: Likewise.
3908         * locales/uk_UA: Likewise.
3909         * locales/ur_PK: Likewise.
3910         * locales/vi_VN: Likewise.
3911         * locales/wa_BE@euro: Likewise.
3912         * locales/zh_CN: Likewise.
3913         * locales/zh_HK: Likewise.
3914         * locales/zh_SG: Likewise.
3915         * locales/zh_TW: Likewise.
3917         [BZ #187]
3918         * locales/tr_TR: Add 'yY' and 'nN' to yesexpr and noexpr, to avoid
3919         surprises when using untranslated program.
3920         * locales/tr_TR: Remove trailing '.*' from yesexpr and noexpr to
3921         make it more like the structure of the POSIX locale values.
3922         * locales/tr_TR: Correct numeric decimal point to use comma, and
3923         correct grouping.
3924         Based on patches from Deniz Akkus Kanca and Nilgün Belma Bugüner.
3926         [BZ #421]
3927         * locales/tr_TR: Update with new currency symbol valid from
3928         2005-01-01.  Patch from Nilgün Belma Bugüner.
3929         * locales/tr_TR: Convert UTF-8 comment to <U#> notation.
3931 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
3933         * locales/fa_IR: Add to_inpunct map.
3934         Patch by Hamed Malek <hamed@bamdad.org>.
3936 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
3938         [BZ #413]
3939         * locales/gu_IN: Update various incorrect and missing information.
3940         Patch by Ankit Patel <ankit@redhat.com>.
3942 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
3944         * locales/nb_NO: Make language field consistent in form with nn_NO.
3946 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
3948         * locales/cy_GB: Fix d_t_fmt ("a viz" -> "mis").
3949         Reported by Alan Cox <alan@redhat.com>.
3951 2004-08-07  Petter Reinholdtsen  <pere@hungry.com>
3953         * Makefile (test-input): Add tr_TR.UTF-8 sorting test.  Test case
3954         for BZ #19.
3955         * tr_TR.in: New file.
3957 2004-07-31  Bruno Haible  <bruno@clisp.org>
3959         * charmaps/EUC-JISX0213: Updated to JISX0213 plane 1 version 2004.
3960         * charmaps/SHIFT_JISX0213: Likewise.
3962 2004-07-22  Bruno Haible  <bruno@clisp.org>
3964         * charmaps/ISO-8859-7: Add mappings for 0xA4, 0xA5, 0xAA.  Add alias
3965         ISO_8859-7:2003.
3967 2004-07-22  Bruno Haible  <bruno@clisp.org>
3969         * charmaps/ISO-8859-11: Define identity mapping for 0x80..0x9F.
3971 2004-07-14  Petter Reinholdtsen  <pere@hungry.com>
3973         * locales/kr_KO: Change month names to use latin numbers instead
3974         of hangul numeric pronounciation.  Patch from Changwoo
3975         Ryu.[BZ #25]
3977 2004-07-17  Petter Reinholdtsen  <pere@hungry.com>
3979         * charmaps/IBM874: Add new alias WINDOWS-874 for IBM874 [BZ #244].
3981 2004-05-18  Petter Reinholdtsen  <pere@hungry.com>
3983         * locales/sl_SI [LC_TIME]: Correct d_fmt date format from
3984         '22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
3985         Reinhardt, and approved by the locale author Borka
3986         Jerman-Blazic. [BZ #163]
3988 2004-05-17  Ulrich Drepper  <drepper@redhat.com>
3990         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_YU locales.
3992 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
3994         * locales/it_IT: Change currency formatting from none to two
3995         fraction dicits, as Italy now uses the Euro.  Patch from Marko
3996         Djukic. [BZ #111]
3998 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
4000         * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
4001         (nn_NO) as in Norwegian BokmÃ¥l (nb_NO). [BZ #74]
4003 2004-05-03  Ulrich Drepper  <drepper@redhat.com>
4005         * locales/wal_ET: New file [BZ #142].  Contributed by Daniel Yacob.
4007 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
4009         * locales/sid_ET: Correct lang_ab and source information.
4010         Patch from Daniel Yacob.
4012 2004-04-17  Petter Reinholdtsen  <pere@hungry.com>
4014         * locales/et_EE: Change default charset for et_EE locale from
4015         ISO-8859-1 to ISO-8859-15, to reflect the content of
4016         <URL:http://www.eki.ee/itstandard/contents.html>.  Based on input
4017         from Indrek Hein and Meelis Roos.
4018         * SUPPORTED: Add et_EE.ISO-8859-15. [BZ #118]
4020 2004-04-17  Ulrich Drepper  <drepper@redhat.com>
4022         * SUPPORTED (SUPPORTED-LOCALES): Add kk_KZ/PT154.
4023         * locales/kk_KZ: New file.
4024         * charmaps/PT154: New file.
4025         * charmaps/RK1048: New file.
4027 2004-03-19  Petter Reinholdtsen  <pere@hungry.com>
4029         * locales/af_ZA: Make sure yesexpr and noexpr regex start with '^'.
4030         * locales/ar_TN: Likewise.
4031         * locales/ar_YE: Likewise.
4032         * locales/bn_BD: Likewise.
4033         * locales/br_FR: Likewise.
4034         * locales/ca_ES: Likewise.
4035         * locales/cy_GB: Likewise.
4036         * locales/gd_GB: Likewise.
4037         * locales/gv_GB: Likewise.
4038         * locales/hy_AM: Likewise.
4039         * locales/id_ID: Likewise.
4040         * locales/ka_GE: Likewise.
4041         * locales/kw_GB: Likewise.
4042         * locales/lg_UG: Likewise.
4043         * locales/mk_MK: Likewise.
4044         * locales/oc_FR: Likewise.
4045         * locales/ru_UA: Likewise.
4046         * locales/sk_SK: Likewise.
4047         * locales/sr_YU: Likewise.
4048         * locales/sr_YU@cyrillic: Likewise.
4049         * locales/uk_UA: Likewise.
4050         * locales/ur_PK: Likewise.
4051         * locales/wa_BE: Likewise.
4053 2004-03-17  Ulrich Drepper  <drepper@redhat.com>
4055         * locales/fa_IR: Fix yesexpr and noexpr.
4056         Patch by Hamed Malek <hamed@bamdad.org>.
4058 2004-02-16  Ulrich Drepper  <drepper@redhat.com>
4060         * locales/tr_TR: Correct sorting order of the normal and dotless I
4061         [BZ #19].
4063 2004-02-09  Ulrich Drepper  <drepper@redhat.com>
4065         * locales/fa_IR: Add to_outpunct info and change decimal_point and
4066         thousand_sep to ASCII value.
4068 2004-01-19  Ulrich Drepper  <drepper@redhat.com>
4070         * SUPPORTED: Add all kinds of UTF-8 locales.
4072 2004-01-18  Bruno Haible  <bruno@clisp.org>
4074         * locales/lg_UG: Renamed from lug_UG, with trivial updates.
4075         * locales/lug_UG: Remove file.
4076         * SUPPORTED: Create lg_UG instead of lug_UG.
4078 2003-12-31  Bruno Haible  <bruno@clisp.org>
4080         * charmaps/IBM866NAV: Fix the character values.
4082 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4084         * sort-test.sh: Print the status for both the sorting tests, xfrm
4085         and collate, making it possible to know which one of them that
4086         fail if only one of them misbehaves.  Indent output from
4087         'diff -u' when sorting test fail, to make it easier to visually
4088         group the output.
4090 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
4092         * tst-fmon.data: Add simple test to check left justified currency
4093         values in the C locale.
4095 2004-01-01  Ulrich Drepper  <drepper@redhat.com>
4097         * tst-fmon.sh: Don't print every line.  The program already prints
4098         the failing ones.
4100         * tst-fmon.c (main): Fix typo in message.
4102 2003-07-06  Petter Reinholdtsen  <pere@hungry.com>
4104         * locales/en_ZA: Correcty typo in changelog (Sofware -> Software).
4105         * locales/hr_HR: Correct the email address of Tomislav Vujec.
4106         * locales/ja_JP: Document EUC-JP as the recommended charset.
4107         * locales/ko_KR: List Won-kyu Park as the author/contact for the
4108         locale.
4109         * locales/ru_UA: Correct the email address of Denis V. Dmitrienko.
4111 2003-12-22  Ulrich Drepper  <drepper@redhat.com>
4113         * tst-numeric.data: Remove reliance on nb_NO.ISO-8859-1 locale.
4115 2003-12-05  Ulrich Drepper  <drepper@redhat.com>
4117         * SUPPORTED: Add az_ZA.UTF-8, bn_BD, bn_IN, br_FR@euro, tt_RU, zh_SG.
4119         * locales/aa_DJ: Add int_select.  Use copy where possible.
4120         * locales/am_ET: Likewise.
4121         * locales/ar_BH: Likewise.
4122         * locales/ar_DZ: Likewise.
4123         * locales/ar_EG: Likewise.
4124         * locales/ar_IN: Likewise.
4125         * locales/az_AZ: Likewise.
4126         * locales/be_BY: Likewise.
4127         * locales/bn_BD: Likewise.
4128         * locales/bn_IN: Likewise.
4129         * locales/br_FR: Likewise.
4130         * locales/bs_BA: Likewise.
4131         * locales/da_DK: Likewise.
4132         * locales/de_AT: Likewise.
4133         * locales/de_BE: Likewise.
4134         * locales/el_GR: Likewise.
4135         * locales/en_AU: Likewise.
4136         * locales/en_BW: Likewise.
4137         * locales/en_CA: Likewise.
4138         * locales/en_DK: Likewise.
4139         * locales/en_IN: Likewise.
4140         * locales/es_AR: Likewise.
4141         * locales/es_BO: Likewise.
4142         * locales/es_CL: Likewise.
4143         * locales/es_CO: Likewise.
4144         * locales/es_CR: Likewise.
4145         * locales/es_DO: Likewise.
4146         * locales/es_EC: Likewise.
4147         * locales/es_GT: Likewise.
4148         * locales/es_HN: Likewise.
4149         * locales/es_SV: Likewise.
4150         * locales/et_EE: Likewise.
4151         * locales/fi_FI: Likewise.
4152         * locales/fr_BE: Likewise.
4153         * locales/fr_CA: Likewise.
4154         * locales/fr_FR: Likewise.
4155         * locales/gu_IN: Likewise.
4156         * locales/hi_IN: Likewise.
4157         * locales/hr_HR: Likewise.
4158         * locales/hu_HU: Likewise.
4159         * locales/is_IS: Likewise.
4160         * locales/ka_GE: Likewise.
4161         * locales/kn_IN: Likewise.
4162         * locales/ml_IN: Likewise.
4163         * locales/mr_IN: Likewise.
4164         * locales/nl_BE: Likewise.
4165         * locales/pa_IN: Likewise.
4166         * locales/pt_BR: Likewise.
4167         * locales/ru_RU: Likewise.
4168         * locales/sq_AL: Likewise.
4169         * locales/ta_IN: Likewise.
4170         * locales/te_IN: Likewise.
4171         * locales/ti_ER: Likewise.
4172         * locales/ti_ET: Likewise.
4173         * locales/zh_HK: Likewise.
4175         * locales/hy_AM: Fix some syntax errors and formatting mistakes.
4177         * locales/tt_RU: Use copy in a few places.  Add dummy LC_NAME,
4178         LC_ADDRESS, and LC_TELEPHONE definitions.
4180 2003-11-30  Petter Reinholdtsen  <pere@hungry.com>
4182         * tst-fmon.sh: Allow quotes around the result string, to make it
4183         easier to see important whitespace.
4184         * tst-fmon.data: Likewise.
4186         * tst-fmon.sh: Clean up output, unify capitalization and output order.
4187         * tst-fmon.c: Likewise.
4189         * tst-fmon.data: Add test for international currency formatting.
4190         * tst-fmon-locales/tstfmon_n01y12: Add definitions for int_* fields.
4191         * tst-fmon-locales/tstfmon_n02n40: Likewise.
4192         * tst-fmon-locales/tstfmon_n10y31: Likewise.
4193         * tst-fmon-locales/tstfmon_n11y41: Likewise.
4194         * tst-fmon-locales/tstfmon_n12y11: Likewise.
4195         * tst-fmon-locales/tstfmon_n20n32: Likewise.
4196         * tst-fmon-locales/tstfmon_n30y20: Likewise.
4197         * tst-fmon-locales/tstfmon_n41n00: Likewise.
4198         * tst-fmon-locales/tstfmon_y01y10: Likewise.
4199         * tst-fmon-locales/tstfmon_y02n22: Likewise.
4200         * tst-fmon-locales/tstfmon_y22n42: Likewise.
4201         * tst-fmon-locales/tstfmon_y30y21: Likewise.
4202         * tst-fmon-locales/tstfmon_y32n31: Likewise.
4203         * tst-fmon-locales/tstfmon_y40y00: Likewise.
4204         * tst-fmon-locales/tstfmon_y42n21: Likewise.
4206         * locales/en_US: Correct spacing for international
4207         currency formatting, now that strfmon() works better.
4209         * locales/ja_JP: Correct currency position and
4210         spacing now that strfmon() work better.
4212 2003-12-03  Ulrich Drepper  <drepper@redhat.com>
4214         * locales/af_ZA: Add ISO 3166 information.
4215         * locales/ar_AE: Likewise.
4216         * locales/ar_BH: Likewise.
4217         * locales/ar_DZ: Likewise.
4218         * locales/ar_EG: Likewise.
4219         * locales/ar_IN: Likewise.
4220         * locales/ar_IQ: Likewise.
4221         * locales/ar_JO: Likewise.
4222         * locales/ar_KW: Likewise.
4223         * locales/ar_LB: Likewise.
4224         * locales/ar_LY: Likewise.
4225         * locales/ar_MA: Likewise.
4226         * locales/ar_OM: Likewise.
4227         * locales/ar_QA: Likewise.
4228         * locales/ar_SA: Likewise.
4229         * locales/ar_SD: Likewise.
4230         * locales/ar_SY: Likewise.
4231         * locales/ar_TN: Likewise.
4232         * locales/ar_YE: Likewise.
4233         * locales/az_AZ: Likewise.
4234         * locales/be_BY: Likewise.
4235         * locales/bn_BD: Likewise.
4236         * locales/bn_IN: Likewise.
4237         * locales/bs_BA: Likewise.
4238         * locales/ca_ES: Likewise.
4239         * locales/cs_CZ: Likewise.
4240         * locales/cy_GB: Likewise.
4241         * locales/da_DK: Likewise.
4242         * locales/de_AT: Likewise.
4243         * locales/de_BE: Likewise.
4244         * locales/de_CH: Likewise.
4245         * locales/de_LU: Likewise.
4246         * locales/el_GR: Likewise.
4247         * locales/en_AU: Likewise.
4248         * locales/en_BW: Likewise.
4249         * locales/en_CA: Likewise.
4250         * locales/en_DK: Likewise.
4251         * locales/en_GB: Likewise.
4252         * locales/en_HK: Likewise.
4253         * locales/en_IE: Likewise.
4254         * locales/en_IN: Likewise.
4255         * locales/en_NZ: Likewise.
4256         * locales/en_PH: Likewise.
4257         * locales/en_SG: Likewise.
4258         * locales/en_ZA: Likewise.
4259         * locales/en_ZW: Likewise.
4260         * locales/es_AR: Likewise.
4261         * locales/es_BO: Likewise.
4262         * locales/es_CL: Likewise.
4263         * locales/es_CO: Likewise.
4264         * locales/es_CR: Likewise.
4265         * locales/es_DO: Likewise.
4266         * locales/es_EC: Likewise.
4267         * locales/es_ES: Likewise.
4268         * locales/es_GT: Likewise.
4269         * locales/es_HN: Likewise.
4270         * locales/es_MX: Likewise.
4271         * locales/es_NI: Likewise.
4272         * locales/es_PA: Likewise.
4273         * locales/es_PE: Likewise.
4274         * locales/es_PR: Likewise.
4275         * locales/es_PY: Likewise.
4276         * locales/es_SV: Likewise.
4277         * locales/es_US: Likewise.
4278         * locales/es_UY: Likewise.
4279         * locales/es_VE: Likewise.
4280         * locales/et_EE: Likewise.
4281         * locales/eu_ES: Likewise.
4282         * locales/fi_FI: Likewise.
4283         * locales/fo_FO: Likewise.
4284         * locales/fr_BE: Likewise.
4285         * locales/fr_CA: Likewise.
4286         * locales/fr_CH: Likewise.
4287         * locales/fr_FR: Likewise.
4288         * locales/fr_LU: Likewise.
4289         * locales/ga_IE: Likewise.
4290         * locales/gl_ES: Likewise.
4291         * locales/gu_IN: Likewise.
4292         * locales/gv_GB: Likewise.
4293         * locales/he_IL: Likewise.
4294         * locales/hi_IN: Likewise.
4295         * locales/hr_HR: Likewise.
4296         * locales/hu_HU: Likewise.
4297         * locales/id_ID: Likewise.
4298         * locales/is_IS: Likewise.
4299         * locales/it_CH: Likewise.
4300         * locales/it_IT: Likewise.
4301         * locales/iw_IL: Likewise.
4302         * locales/ja_JP: Likewise.
4303         * locales/kl_GL: Likewise.
4304         * locales/kn_IN: Likewise.
4305         * locales/ko_KR: Likewise.
4306         * locales/kw_GB: Likewise.
4307         * locales/lt_LT: Likewise.
4308         * locales/lug_UG: Likewise.
4309         * locales/lv_LV: Likewise.
4310         * locales/ml_IN: Likewise.
4311         * locales/mr_IN: Likewise.
4312         * locales/ms_MY: Likewise.
4313         * locales/mt_MT: Likewise.
4314         * locales/nb_NO: Likewise.
4315         * locales/ne_NP: Likewise.
4316         * locales/nl_BE: Likewise.
4317         * locales/nl_NL: Likewise.
4318         * locales/nn_NO: Likewise.
4319         * locales/pa_IN: Likewise.
4320         * locales/pl_PL: Likewise.
4321         * locales/pt_BR: Likewise.
4322         * locales/pt_PT: Likewise.
4323         * locales/ro_RO: Likewise.
4324         * locales/ru_RU: Likewise.
4325         * locales/ru_UA: Likewise.
4326         * locales/se_NO: Likewise.
4327         * locales/sk_SK: Likewise.
4328         * locales/sl_SI: Likewise.
4329         * locales/sq_AL: Likewise.
4330         * locales/sr_YU: Likewise.
4331         * locales/st_ZA: Likewise.
4332         * locales/sv_FI: Likewise.
4333         * locales/sv_SE: Likewise.
4334         * locales/ta_IN: Likewise.
4335         * locales/te_IN: Likewise.
4336         * locales/tg_TJ: Likewise.
4337         * locales/th_TH: Likewise.
4338         * locales/tl_PH: Likewise.
4339         * locales/uk_UA: Likewise.
4340         * locales/ur_PK: Likewise.
4341         * locales/uz_UZ@cyrillic: Likewise.
4342         * locales/vi_VN: Likewise.
4343         * locales/xh_ZA: Likewise.
4344         * locales/zh_HK: Likewise.
4345         * locales/zh_SG: Likewise.
4346         * locales/zu_ZA: Likewise.
4348 2003-11-23  Petter Reinholdtsen  <pere@hungry.com>
4350         * locales/translit_et: Removed unused file.
4352         * locales/fi_FI: First weekday and workday is Monday in Finland.
4353         Correction from Tommi Vainikainen.
4355 2003-11-20  Jakub Jelinek  <jakub@redhat.com>
4357         * Makefile (LOCALES): Add cs_CZ.UTF-8.
4359 2003-11-15  Ulrich Drepper  <drepper@redhat.com>
4361         * Makefile (tst-leaks-ENV): Add LOCPATH.
4363 2003-11-11  Jakub Jelinek  <jakub@redhat.com>
4365         * Makefile (LOCALES): Add tr_TR.UTF-8.
4367 2003-11-08  Ulrich Drepper  <drepper@redhat.com>
4369         * locales/ne_NP: New file.
4370         * locales/gu_IN: New file.
4371         * locales/kn_IN: New file.
4372         * locales/pa_IN: New file.
4373         Patch by Gnutupalli Karunakar <karunakar@freedomink.org>.
4375         * SUPPORTED (SUPPORTED-LOCALES): Add ne_NP, gu_IN, kn_IN, and pa_IN.
4377 2003-11-04  Ulrich Drepper  <drepper@redhat.com>
4379         * tst-numeric.data: Fix fallout from nb_NO introduction.
4380         * Makefile (LOCALES): Likewise.
4382 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4384         * SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
4386         * SUPPORTED (SUPPORTED-LOCALES): Add more support locales.
4388 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
4390         * locales/aa_DJ: New file.
4391         * locales/aa_ER: New file.
4392         * locales/aa_ER@saaho: New file.
4393         * locales/aa_ET: New file.
4394         * locales/byn_ER: New file.
4395         * locales/gez_ER: New file.
4396         * locales/gez_ER@abegede: New file.
4397         * locales/gez_ET: New file.
4398         * locales/gez_ET@abegede: New file.
4399         * locales/om_ET: New file.
4400         * locales/om_KE: New file.
4401         * locales/sid_ET: New file.
4402         * locales/so_DJ: New file.
4403         * locales/so_ET: New file.
4404         * locales/so_KE: New file.
4405         * locales/so_SO: New file.
4406         * locales/tig_ER: New file.
4407         * locales/am_ET: Various updates.
4408         * locales/ti_ER: Likewise.
4409         * locales/ti_ET: Likewise.
4410         Patch by Daniel Yacob <locales@geez.org>.
4412 2003-10-31  Roland McGrath  <roland@redhat.com>
4414         * bug-usesetlocale.c: New file.
4415         * Makefile (tests): Add it.
4417 2003-10-01  Ulrich Drepper  <drepper@redhat.com>
4419         * SUPPORTED (SUPPORTED-LOCALES): Add uz_UZ@cyrillic.UTF-8.
4421         * locales/uz_UZ: New version by Mashrab Kuvatov.
4422         * locales/uz_UZ@cyrillic: New file.  Patch by Mashrab Kuvatov.
4424 2003-09-21  Jordi Mallach  <jordi@gnu.org>
4426         * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits
4427         values.
4428         * locales/eu_ES: Fix int_frac_digits and frac_digits values.
4429         * locales/gl_ES: Likewise.
4431 2003-09-17  Ulrich Drepper  <drepper@redhat.com>
4433         * locales/lo_LA: Fix duplicated collation entries.
4434         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4436 2003-09-01  Petter Reinholdtsen  <pere@hungry.com>
4438         * locales/iw_IL: Add comment stating why there are two locales for
4439         Hebrew in Israel, and that he_IL replaces iw_IL.
4440         * locales/he_IL: Likewise.
4442 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
4444         * locales/an_ES: Fix locale header information.
4445         * locales/wa_BE: Likewise.
4446         * locales/yi_US: Likewise.
4447         Patch by Jordi Mallach <jordi@sindominio.net>.
4449 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
4451         * charmaps/WINDOWS-31J: New file.
4452         * charmaps/EUC-JP-MS: New file
4453         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
4455 2003-07-27  Andreas Jaeger  <aj@suse.de>
4457         * collate-test.c: Include error.h for error prototype.
4458         * xfrm-test.c: Likewise.
4460 2003-07-13  Petter Reinholdtsen  <pere@hungry.com>
4462         * collate-test.c (main): Correct handling of files with more then
4463         100 lines.  Print error message if argument is missing, instead of
4464         segfaulting.
4465         * xfrm-test.c: Likewise.
4467 2003-07-02  Ulrich Drepper  <drepper@redhat.com>
4469         * locales/lo_LA: Update collation info for U0EAF and U0EC6.
4470         Update era_t_fmt, era_d_t_fmt, country_name, and lang_name fields.
4471         Patch by Anousak Souphavanh <anousak@muanglao.com>.
4473 2003-06-25  Petter Reinholdtsen  <pere@hungry.com>
4475         * locales/an_ES: Change default charset from ISO-8859-1 to
4476         ISO-8859-15 as the locale need the EURO sign.
4478         * SUPPORTED (SUPPORTED-LOCALES): Add an_ES.ISO-8859-15.
4480 2003-06-21  Petter Reinholdtsen  <pere@hungry.com>
4482         * locales/no_NO [LC_COLLATE]: Add missing eth letter, sorted as
4483         latin letter d.
4485 2003-06-16  Bruno Haible  <bruno@clisp.org>
4487         * charmaps/ISO-8859-15: Add aliases ISO_8859-15, LATIN-9.
4488         * charmaps/ISO-8859-16: Add aliases ISO_8859-16:2001, ISO_8859-16.
4489         * charmaps/IBM1047: Add alias IBM-1047.
4490         * charmaps/GBK: Add aliases CP936, MS936, WINDOWS-936.
4492 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4494         * locales/fi_FI [LC_TIME]: Correct month names to make the dates
4495         gramatically correct.  Patch from Eero Häkkinen. [PR libc/5013].
4497 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
4499         * locales/an_ES: New file.  Contributed by Jordi Mallach Péez.
4501 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4503         * tst-fmon.c (main): Remove unused variable 'monval'.
4505         * tst-fmon.sh: Make sure all tests are executed before an error
4506         code is reported to make.
4507         * tst-numeric.sh: Likewise.
4509 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
4511         * locales/is_IS [LC_TIME]: Use lower case letters in month and
4512         week day names.  Patch from Bjarni Ingi Gislason.
4514 2003-05-31  Petter Reinholdtsen  <pere@hungry.com>
4516         * locales/fi_FI: Add URL to a reference documenting Finish in
4517         Finland
4518         * locales/fi_FI [LC_MONETARY]: Correct mon_thousands_sep from
4519         period (U002E) to non-break space (U00A0).
4520         suggestion from Eero Häkkinen.
4521         [LC_NUMERIC]: Correct thousands_sep from period (U002E) to
4522         non-break space (U00A0).  Based on suggestion from Eero Häkkinen.
4524 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
4526         * locales/lo_LA: New file.
4527         Contributed by Anousak Souphavanh <anousak@muanglao.com>.
4528         * SUPPORTED (SUPPORTED-LOCALES): Add lo_LA.UTF8.
4530 2003-05-29  Petter Reinholdtsen  <pere@hungry.com>
4532         * locales/uk_UA: Correct mail address of Denys Dmytriyenko.
4534 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
4536         * locales/st_ZA: New file.
4537         * locales/xh_ZA: New file.
4538         * locales/zu_ZA: New file.
4539         Contributed by Dwayne Bailey <dwayne@translate.org.za>.
4541 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
4543         * locales/de_DE: Use two-letter abday values.
4544         * tst-langinfo.sh: Update after de_DE locale change.
4546 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4548         * tests-mbwc/tst_wcsxfrm.c (tst_wcsxfrm): Use %zu instead of %d
4549         format specifier when printing ret.
4551 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4553         * tst-fmon.c: Report name of locale if setlocale() fails.
4554         * tst-numeric.c: Likewise.
4556         * tst-fmon.sh: Ignore lines starting with hash '#' in the data file.
4557         * tst-numeric.sh: Likewise.
4559 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
4561         * sort-test.sh: Output 'diff -u' when sorting test failed, to make
4562         it easier to find out what was wrong with the sorting order.
4564 2003-04-16  Petter Reinholdtsen  <pere@hungry.com>
4566         * Makefile (tests): Add LC_NUMERIC test tst-numeric.out.
4567         (tst-numeric.out): Define.
4568         * tst-numeric.c: New file.
4569         * tst-numeric.sh: New file.
4570         * tst-numeric.data: New file.
4572 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
4574         * locales/ar_BH: Fix spelling of Bahrain.
4576 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
4578         * locales/uk_UA: Fix sorting.
4579         Patch by Leonid Kanter <leon@geon.donetsk.ua>.
4581 2003-04-15  Petter Reinholdtsen  <pere@hungry.com>
4583         * locales/ar_SD [LC_MONETARY]: Use international currency symbol
4584         'SDD' for Sudan.
4585         * locales/es_EC [LC_MONETARY]: Use international currency symbol
4586         'USD' for Ecuador.
4587         Source is CIA World Fact book.
4589 2003-04-05  Petter Reinholdtsen  <pere@hungry.com>
4591         * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
4592         to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
4593         the locale building again.
4594         * locales/sr_YU@cyrillic: Likewise.
4596 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
4598         * locales/mn_MN: Fix country_post and country_ab2.
4600 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
4602         * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
4603         Added ^ to LC_MESSAGES regex "^[yY].*".
4604         Confirmed LC_PAPER and LC_MEASUREMENT settings.
4605         Added country and language names to LC_ADDRESS.
4606         Added missing info for LC_TELEPHONE.
4607         Patch by Dwayne Bailey <dwayne@obsidian.co.za>.
4609 2003-03-14  Ulrich Drepper  <drepper@redhat.com>
4611         * localedata/mn_MN: New file.
4612         Contributed by Sanlig Badral <badral@chinggis.com>.
4614 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
4616         * Makefile (LOCALES): Add vi_VN.TCVN5712-1.
4618 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
4620         * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
4621         as 2.  Reported by Christian Rose <menthos@gnu.org>.
4623         * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
4625 2002-12-03  Roland McGrath  <roland@redhat.com>
4627         * charmaps/CP1125: New file.
4628         * CHECKSUMS: Add it.
4630 2002-11-06  Thorsten Kukuk  <kukuk@suse.de>
4632         * locales/tl_PH: Fix typo: Philipines -> Philippines.
4634 2002-10-18  Bruno Haible  <bruno@clisp.org>
4636         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
4638         * charmaps/KOI8-T: Correct a typo.
4639         * charmaps/CP1256: Use official Unicode character names.
4640         * charmaps/EUC-JP: Likewise.
4641         * charmaps/GBK: Likewise.
4642         * charmaps/ISO-8859-11: Likewise.
4643         * charmaps/KOI8-U: Likewise.
4644         * charmaps/MAC-SAMI: Likewise.
4645         * charmaps/TIS-620: Likewise.
4646         * charmaps/CP949: Likewise. Use Hangul syllable names according to
4647         Unicode 3.0 book, section 3.11.
4648         * charmaps/EUC-KR: Likewise.
4649         * charmaps/JOHAB: Likewise.
4651 2002-09-27  Ulrich Drepper  <drepper@redhat.com>
4653         * locales/zh_TW: Use shorter forms for abday and day.
4654         Patch by Rex Tsai <chihchun@kalug.linux.org.tw>.
4656 2002-09-23  Roland McGrath  <roland@redhat.com>
4658         * tst-xlocale1.c (main): int -> size_t for counter.
4659         * tst-xlocale2.c (do_test): Likewise.
4660         * tst-ctype.c (main): Likewise.
4662 2002-09-22  Bruno Haible  <bruno@clisp.org>
4664         * charmaps/TSCII: New file.
4666 2002-09-20  Roland McGrath  <roland@redhat.com>
4668         * gen-locale.sh (generate_locale): Clean up overly baroque sh syntax.
4669         Touch the LC_CTYPE file of the output after a successful run.
4670         Reported by Bruno Haible <bruno@clisp.org>.
4672 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
4674         * localedata/locales/bg_BG: Update LC_IDENTIFICATION info.
4675         Patch by Yanko Kaneti <yaneti@declera.com>.
4677 2002-09-01  Roland McGrath  <roland@redhat.com>
4679         * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global.
4681 2002-08-28  Roland McGrath  <roland@redhat.com>
4683         * tst-xlocale1.c (main): Remove __ from function names.
4684         * tst-xlocale2.c: Likewise.
4686 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
4688         * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing
4689         code.
4690         * tests-mbwc/tst_mbrtowc.c: Likewise.
4691         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
4692         * tests-mbwc/tst_mbstowcs.c: Likewise.
4693         * tests-mbwc/tst_strfmon.c: Likewise.
4694         * tests-mbwc/tst_strxfrm.c: Likewise.
4695         * tests-mbwc/tst_swscanf.c: Likewise.
4696         * tests-mbwc/tst_wcscat.c: Likewise.
4697         * tests-mbwc/tst_wcschr.c: Likewise.
4698         * tests-mbwc/tst_wcscpy.c: Likewise.
4699         * tests-mbwc/tst_wcscspn.c: Likewise.
4700         * tests-mbwc/tst_wcsncat.c: Likewise.
4701         * tests-mbwc/tst_wcsncpy.c: Likewise.
4702         * tests-mbwc/tst_wcspbrk.c: Likewise.
4703         * tests-mbwc/tst_wcsrtombs.c: Likewise.
4704         * tests-mbwc/tst_wcsspn.c: Likewise.
4705         * tests-mbwc/tst_wcsstr.c: Likewise.
4706         * tests-mbwc/tst_wcstod.c: Likewise.
4707         * tests-mbwc/tst_wcstok.c: Likewise.
4708         * tests-mbwc/tst_wcstombs.c: Likewise.
4710 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
4712         * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of
4713         range.
4715 2002-08-09  Roland McGrath  <roland@redhat.com>
4717         * Makefile ($(INSTALL-SUPPORTED-LOCALES)): Pass --alias-file option to
4718         localedef.
4720 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4722         * locales/fa_IR: Fixing the Alef Hamza vs Waw Hamza ordering bug.
4723         Adding presentation forms, Alef Wasla, and Rial Sign.
4724         Handling frequent canonically equivalent sequences like each other.
4725         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
4727 2002-07-02  Thorsten Kukuk  <kukuk@suse.de>
4729         * locales/es_EC: Fix typo: Equador -> Ecuador.
4731 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4733         * locales/th_TH: Change tel_dom_fmt.
4734         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
4736 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4738         * charmaps/ISO-8859-11: New file.
4740 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4742         * locales/lug_UG: New file.
4743         Contributed by Kizito Birabwa <kompyuta@kizito.uklinux.net>.
4745         * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
4746         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
4748 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4750         * locales/mt_MT: Add locale-specific collation info.
4751         Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701].
4753         * locales/en_AU: Add am/pm support.
4754         Patch partly by maffew@cat.org.au [PR libc/3911].
4756 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4758         * locales/be_BY: Fix int_curr_symbol.
4759         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3565].
4761 2002-05-06  Jungshik Shin  <jshin@mailaps.org>
4763         * charmaps/UTF-8: Fix wcwidth for Hangul Conjoining medial vowels
4764         and trailing consonant.
4765         * charmaps/GB18030: Likewise
4767 2002-04-21  Bruno Haible  <bruno@clisp.org>
4769         * charmaps/GB18030: Add Unicode planes 1 (scripts, symbols), 2 (CJK),
4770         14 (tags), 15 and 16 (private use), accidentally removed by the
4771         2002-01-16 patch.  Replace width table by one which is based on
4772         Unicode but is biased for CJK.
4774 2002-04-19  Bruno Haible  <bruno@clisp.org>
4776         * charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
4777         * charmaps/MAC-SAMI: Likewise.
4779 2002-04-15  Bruno Haible  <bruno@clisp.org>
4781         * charmaps/EUC-JISX0213: New file.
4782         * charmaps/SHIFT_JISX0213: New file.
4784 2002-04-15  Bruno Haible  <bruno@clisp.org>
4786         * charmaps/BIG5-HKSCS: Update to Unicode 3.2.
4788 2002-04-15  Bruno Haible  <bruno@clisp.org>
4790         * charmaps/EUC-TW: Add many mappings for characters introduced in
4791         Unicode 3.1 and 3.2.
4793 2002-04-15  Bruno Haible  <bruno@clisp.org>
4795         * charmaps/GB18030: Update for Unicode 3.2:
4796         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4797         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4798         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4799         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4800         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4801         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4802         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4803         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4804         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4805         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4806         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4807         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4808         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4809         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4811 2002-04-15  Bruno Haible  <bruno@clisp.org>
4813         * charmaps/UTF-8: Update for Unicode 3.2:
4814         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4815         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4816         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4817         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4818         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4819         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4820         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4821         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4822         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4823         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4824         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4825         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4826         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4827         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
4828         Assign width 2 to <U3008>..<U300B>, <U3014>..<U3015>, <U3018>..<U301B>.
4830 2002-04-15  Bruno Haible  <bruno@clisp.org>
4832         Update to Unicode 3.2.
4833         * locales/translit_circle: Add <U3251>..<U325F>, <U32B1>..<U32BF>.
4834         * locales/translit_cjk_compat: Change <UF951>.  Add <UFA30>..<UFA6A>.
4835         * locales/translit_combining: Add more combining characters.
4836         * locales/translit_compat: Add <U2047>, <U2057>, <U205F>, <U2A0C>,
4837         <U2A74>..<U2A76>.
4838         * locales/translit_font: Add <U213D>..<U2140>, <U2145>..<U2149>.
4839         * locales/translit_neutral: Add <U2060>..<U2063>, <U30A0>,
4840         <UFE00>..<UFE0F>.
4841         * locales/translit_small: Add small Hiragana letters and small
4842         Katakana letters.
4843         * locales/translit_wide: Add <UFF5F>..<UFF60>.
4845 2002-04-15  Bruno Haible  <bruno@clisp.org>
4847         * locales/i18n (LC_CTYPE): Update to Unicode 3.2. In detail:
4848         (upper): Add <U0220>, <U03D8>, <U048A>, <U04C5>, <U04C9>, <U04CD>,
4849         <U0500>, <U0502>, <U0504>, <U0506>, <U0508>, <U050A>, <U050C>, <U050E>.
4850         (lower): Add <U019E>, <U03D9>, <U048B>, <U04C6>, <U04CA>, <U04CE>,
4851         <U0501>, <U0503>, <U0505>, <U0507>, <U0509>, <U050B>, <U050D>, <U050F>.
4852         (alpha): Add <U0220>, <U03D8>..<U03D9>, <U048A>..<U048B>,
4853         <U04C5>..<U04C6>, <U04C9>..<U04CA>, <U04CD>..<U04CE>, <U0500>..<U050F>,
4854         <U066E>..<U066F>, <U07B1>, <U0B83>, <U10F7>..<U10F8>, <U1700>..<U170C>,
4855         <U170E>..<U1711>, <U1720>..<U1731>, <U1740>..<U1751>, <U1760>..<U1770>,
4856         <U17D7>, <U17DC>, <U2071>, <U213D>..<U213F>, <U2145>..<U2149>,
4857         <U303B>..<U303C>, <U3095>..<U3096>, <U309F>, <U30FF>, <U31F0>..<U31FF>,
4858         <UFA30>..<UFA6A>, <UFE73>.
4859         (space): Add <U205F>.
4860         (punct): Add <U034F>, <U0363>..<U036F>, <U03F6>, <U1712>..<U1714>,
4861         <U1732>..<U1736>, <U1752>..<U1753>, <U1772>..<U1773>, <U2047>,
4862         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U20B0>..<U20B1>,
4863         <U20E4>..<U20EA>, <U2140>..<U2144>, <U214A>..<U214B>, <U21F4>..<U21FF>,
4864         <U22F2>..<U22FF>, <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>,
4865         <U2596>..<U259F>, <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>,
4866         <U2680>..<U2689>, <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>,
4867         <U2900>..<U2AFF>, <U303D>, <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>,
4868         <UA4A2>..<UA4A3>, <UA4B4>, <UA4C1>, <UA4C5>, <UFDFC>, <UFE00>..<UFE0F>,
4869         <UFF5F>..<UFF60>. Remove <U0B83>, <U17D7>, <U17DC>.
4870         (graph): Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
4871         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
4872         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
4873         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
4874         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
4875         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U2071>, <U20B0>..<U20B1>,
4876         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
4877         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
4878         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
4879         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
4880         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
4881         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
4882         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
4883         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.
4884         (print): Likewise. Also add <U205F>.
4885         (blank): Add <U205F>.
4886         (toupper): Add (<U019E>,<U0220>), (<U03D9>,<U03D8>), (<U048B>,<U048A>),
4887         (<U04C6>,<U04C5>), (<U04CA>,<U04C9>), (<U04CE>,<U04CD>),
4888         (<U0501>,<U0500>), (<U0503>,<U0502>), (<U0505>,<U0504>),
4889         (<U0507>,<U0506>), (<U0509>,<U0508>), (<U050B>,<U050A>),
4890         (<U050D>,<U050C>), (<U050F>,<U050E>).
4891         (totitle): Likewise.
4892         (tolower): Add (<U0220>,<U019E>), (<U03D8>,<U03D9>), (<U048A>,<U048B>),
4893         (<U04C5>,<U04C6>), (<U04C9>,<U04CA>), (<U04CD>,<U04CE>),
4894         (<U0500>,<U0501>), (<U0502>,<U0503>), (<U0504>,<U0505>),
4895         (<U0506>,<U0507>), (<U0508>,<U0509>), (<U050A>,<U050B>),
4896         (<U050C>,<U050D>), (<U050E>,<U050F>).
4897         (combining): Add <U034F>, <U0363>..<U036F>, <U1712>..<U1714>,
4898         <U1732>..<U1734>, <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>,
4899         <U20E4>..<U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4900         (combining_level3): Add <U034F>, <U1712>..<U1714>, <U1732>..<U1734>,
4901         <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>, <U20E4>..<U20E6>,
4902         <U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
4903         * locales/tr_TR: Likewise.
4905 2002-04-15  Bruno Haible  <bruno@clisp.org>
4907         * charmaps/IBM856: New file.
4908         * charmaps/IBM922: New file.
4909         * charmaps/IBM1124: New file.
4910         * charmaps/IBM1129: New file.
4911         * charmaps/IBM1160: New file.
4912         * charmaps/IBM1161: New file.
4913         * charmaps/IBM1132: New file.
4914         * charmaps/IBM1133: New file.
4915         * charmaps/IBM1162: New file.
4916         * charmaps/IBM1163: New file.
4917         * charmaps/IBM1164: New file.
4918         * charmaps/ARMSCII-8: New file.
4920 2002-04-14  Wolfram Gloger  <wg@malloc.de>
4922         * tests-mbwc/tst_types.h: Increase MONSIZE.
4923         * tests-mbwc/tst_strfmon.c: Fail test if buffer too small.
4925 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
4927         * locales/ms_MY (day): Fix a typo.
4929 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
4931         * locales/es_ES: Define int_frac_digits and frac_digits as 2.
4933 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
4935         * locales/vi_VN: Fix various mistakes and add some more information.
4936         Patch by Le Hong Boi <le.hong.boi@quantic.com.vn>.
4938 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
4940         * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for
4941         Euro locales.
4942         * tst-fmon.data: Likewise.
4944         * locales/br_FR: Eliminate old national currencies of countries
4945         participating in Euro.  Make @euro files pure copies.
4946         * locales/ca_ES: Likewise.
4947         * locales/ca_ES@euro: Likewise.
4948         * locales/de_AT: Likewise.
4949         * locales/de_AT@euro: Likewise.
4950         * locales/de_BE: Likewise.
4951         * locales/de_BE@euro: Likewise.
4952         * locales/de_DE: Likewise.
4953         * locales/de_DE@euro: Likewise.
4954         * locales/de_LU: Likewise.
4955         * locales/de_LU@euro: Likewise.
4956         * locales/el_GR: Likewise.
4957         * locales/el_GR@euro: Likewise.
4958         * locales/en_IE: Likewise.
4959         * locales/en_IE@euro: Likewise.
4960         * locales/es_ES: Likewise.
4961         * locales/es_ES@euro: Likewise.
4962         * locales/fi_FI: Likewise.
4963         * locales/fi_FI@euro: Likewise.
4964         * locales/fr_BE: Likewise.
4965         * locales/fr_BE@euro: Likewise.
4966         * locales/fr_FR: Likewise.
4967         * locales/fr_FR@euro: Likewise.
4968         * locales/fr_LU: Likewise.
4969         * locales/fr_LU@euro: Likewise.
4970         * locales/ga_IE: Likewise.
4971         * locales/ga_IE@euro: Likewise.
4972         * locales/gl_ES: Likewise.
4973         * locales/gl_ES@euro: Likewise.
4974         * locales/it_IT: Likewise.
4975         * locales/it_IT@euro: Likewise.
4976         * locales/nl_NL: Likewise.
4977         * locales/nl_NL@euro: Likewise.
4978         * locales/pt_PT: Likewise.
4979         * locales/pt_PT@euro: Likewise.
4981         * locales/br_FR@euro: New file.
4983 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
4985         * locales/eu_ES: Corrections of date and time formats.
4986         * locales/hu_HU: Adjust a comment.
4987         * locales/wa_BE: New file.
4988         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
4990         * SUPPORTED (SUPPORTED-LOCALES): Add wa_BE and wa_BE@uero.
4991         * locales/wa_BE@euro: New file.
4993         * locales/zh_HK: Correct date information.
4994         Patch by Anthony Fok <anthony@thizlinux.com>.
4996 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
4998         * locales/sr_YU: Correct month entries for June and July
4999         [PR libc/2955].  Patch by Alastair McKinstry <alastair@pdd.3com.com>.
5001         * locales/pl_PL: Update int_curr_symbol.
5003 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
5005         * locales/el_GR: Bug fixes for spelling.
5006         Patch by Alexandros Diamantidis <adia@hellug.gr>.
5008 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
5010         * da_DK.in: Add a few more character sequences, no real words.
5012 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
5014         * charmaps/MACINTOSH: Update to Apple's latest definition.
5016 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
5018         * charmaps/GB18030: Update.
5019         Patch by Yu Shao <yshao@redhat.com>.
5021 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
5023         * locales/hu_HU: New version with corrected collation.
5024         Patch by Nagy Péter <chichken@interbase.hu>.
5026 2001-12-28  Ulrich Drepper  <drepper@redhat.com>
5028         * locales/bn_BD: New file.
5029         Contributed by Taneem Ahmed <taneem@eyetap.org>.
5031 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5033         * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
5035 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
5037         * locales/ms_MY: Various bug fixes and additions.
5038         Patch by Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>.
5040         * locales/ca_ES: Fix typos (desembre -> decembre).
5041         Patch by Xavi Drudis Ferran <xdrudis@tinet.org>.
5043 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
5045         * charmaps/TCVN5712-1: Add combined characters.
5047 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5049         * locales/bg_BG: Rewrite.
5050         Patch by Alexander Shopov <al_shopov@web.bg>.
5052         * charmapsTCVN5712-1: New file.
5054 2001-12-03  Ulrich Drepper  <drepper@redhat.com>
5056         * locales/translit_neutral: Define transliteration for dong sign.
5058 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
5060         * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
5062         * locales/de_CH: Define decimal point to '.' and thousands
5063         separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
5065 2001-11-21  Bruno Haible  <bruno@clisp.org>
5067         * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
5069 2001-11-15  Børre Gaup  <boerre.gaup@pc.nu>
5071         * locales/se_NO: New file.
5073 2001-10-08  Won-kyu Park  <wkpark@chem.skku.ac.kr>
5075         * locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE.
5077 2001-09-30  Ulrich Drepper  <drepper@redhat.com>
5079         * charmaps/SAMI-WS2: Add Euro sign.
5080         Patch by Petter Reinholdtsen <pere@hungry.com>.
5082 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
5084         * Makefile: Add rules to build and run tst-xlocale2.
5085         * tst-xlocale2.c: New file.
5087 2001-08-14  Ulrich Drepper  <drepper@redhat.com>
5089         * Makefile: Add rules to build and run tst-xlocale1.
5090         * tst-xlocale1.c: New file.
5092         * bug-iconv-trans.c: Improve error messages.
5094 2001-08-12  Ulrich Drepper  <drepper@redhat.com>
5096         * charmaps/ISO-IR-209: New file.
5097         * charmaps/MAC-SAMI: New file.
5098         Contributed by Regnor Jernsletten <Regnor.Jernsletten@eunet.no>.
5100 2001-08-04  Ulrich Drepper  <drepper@redhat.com>
5102         * charmaps/GEORGIAN-PS: New file.
5103         * charmaps/GEORGIAN-ACADEMY: New file.
5104         * SUPPORTED: Add ka_GE/GEORGIAN-PS.
5106 2001-08-03  Ulrich Drepper  <drepper@redhat.com>
5108         * Makefile: Add rules to build and run tst-mbswcs6.
5109         * tst-mbswcs6.c: New file.
5111         * SUPPORTED: Add several new locales.
5113         * charmaps/KOI8-T: New file.
5115 2001-08-02  Ulrich Drepper  <drepper@redhat.com>
5117         * locales/af_ZA: Use generic LC_COLLATE data.
5118         * locales/el_GR: Likewise.
5119         * locales/hu_HU: Likewise.
5120         * locales/ro_RO: Likewise.  Add transliteration.
5121         * locales/be_BY: Likewise.  Handle Ukrainian Ghe.
5122         * locales/ru_RU: Likewise.
5123         * locales/ru_UA: Likewise.
5124         * locales/uk_UA: Likewise.
5125         * locales/eu_ES: LC_TIME strings fixed.
5126         * locales/am_ET: New file.
5127         * locales/translit_et: New file.
5128         * locales/az_AZ: New file.
5129         * locales/br_FR: New file.
5130         * locales/bs_BA: New file.
5131         * locales/cy_GB: New file.
5132         * locales/hy_AM: New file.
5133         * locales/ka_GE: New file.
5134         * locales/mi_NZ: New file.
5135         * locales/oc_FR: New file.
5136         * locales/tg_TJ: New file.
5137         * locales/ti_ER: New file.
5138         * locales/ti_ET: New file.
5139         * locales/tl_PH: New file.
5140         * locales/tt_RU: New file.
5141         * locales/ur_PK: New file.
5142         * locales/uz_UZ: New file.
5143         * locales/yi_US: New file.
5144         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
5146 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
5148         * locales/tr_TR: Define missing fields and remove FIXME comments.
5149         Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
5151 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
5153         * locales/en_CA (LC_PAPER): Change to Letter.
5154         * locales/fr_CA (LC_PAPER): Likewise.
5155         * locales/es_PR (LC_PAPER): Change to Letter.
5156         (LC_MEASUREMENT): Change to 2.
5157         * locales/es_US (LC_PAPER): Change to Letter.
5158         (LC_MEASUREMENT): Change to 2.
5160 2001-07-07  Ulrich Drepper  <drepper@redhat.com>
5162         * Makefile: Add dependencies to locale files for all tests in $(tests).
5164 2001-06-28  H.J. Lu  <hjl@gnu.org>
5166         * Makefile: Include SUPPORTED.
5167         (INSTALL-SUPPORTED-LOCALES): New.
5168         ($(INSTALL-SUPPORTED-LOCALES)): New target.
5169         (install-locales-dir): Likewise.
5170         (install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
5171         * SUPPORTED: Changed the format for parallel install.
5173 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
5175         * Makefile: Add rules to build and run tst-leaks.
5176         * tst-leaks.c: New file.
5178 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5180         * locales/ro_RO (day): Use U0163 instead of U021B.
5182 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
5184         * SUPPORTED (zh_HK): Update character map name to BIG5-HKSCS.
5186 2001-06-09  Bruno Haible  <haible@clisp.cons.org>
5188         * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
5189         code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
5191 2001-05-26  Bruno Haible  <haible@clisp.cons.org>
5193         * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
5194         to SHIFT_JIS. Add SJIS as alias.
5195         * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
5196         * gen-locale.sh: Likewise.
5198 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5200         * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5201         full Hangul syllable names. Add Unicode planes 1 (scripts, symbols),
5202         2 (CJK), 14 (tags), 15 and 16 (private use). Update width table.
5203         Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
5205 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5207         * charmaps/UTF-8: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
5208         range syntax for <U3400>..<U4DB5>, <U4E00>..<U9FA5>, <UE000>..<UF8FF>.
5209         Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16
5210         (private use). Update width table. Assign width 1 to <U3008>, <U3009>,
5211         <U3014>, <U3015>, <U3018>, <U3019>.
5213 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5215         * gen-unicode-ctype.c: Update to Unicode 3.1.
5216         (unicode_attributes): Change size to 0x110000.
5217         (fill_attribute): Change limit for i to 0x110000. Ignore surrogates;
5218         Unicode now officially allows a 32-bit representation and deprecates
5219         the use of surrogates in this representation.
5220         (fill_attributes): Loop up to 0x110000.
5221         (unicode_combining): Remove array.
5222         (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't
5223         contain this property any more.
5224         (is_alpha): Incorporate changes by Theppitak Karoonboonyanan
5225         2001-02-15.
5226         (is_combining): Use new but equivalent definition.
5227         (ucs_symbol, ucs_symbol_range): New functions.
5228         (output_charclass): Loop up to 0x110000.
5229         (output_charmap): Likewise.
5230         (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where
5231         appropriate.
5232         (main): Expect only two arguments. Remove fill_combining() call.
5233         * locales/i18n (LC_CTYPE): To "upper", add <U03F4> and Deseret letters.
5234         To "lower", add <U03F5> and Deseret letters.
5235         To "alpha", add <U03F4>, <U03F5>, <U16EE>..<U16F0>, Old Italic letters,
5236         Gothic letters, Deseret letters, mathematical symbols.
5237         From "punct", remove <U16EE>..<U16F0> and surrogates. Add many new
5238         Unicode 3.1 characters.
5239         To "graph" and "print", add <U03F4>, <U03F5>. Remove surrogates. Add
5240         many new Unicode 3.1 characters.
5241         "toupper", "tolower", "totitle": Update.
5242         To "combining", add some new musical symbols.
5243         To "combining_level3", add some new musical symbols.
5244         * locales/tr_TR (LC_CTYPE): Update from i18n.
5245         * locales/translit_font: Add transliterations for new Unicode 3.1
5246         mathematical symbols.
5247         * locales/translit_compat: Add transliterations for <U03F4>, <U03F5>.
5248         * locales/translit_cjk_compat: Add transliterations for CJK
5249         compatibility characters in Unicode plane 2.
5251 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
5253         * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for
5254         <U4EA0>, <U51AB>, <U52F9>. Remove 0x8EAExxxx mappings. Add
5255         0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx,
5256         0x8EAFxxxx mappings instead.
5258 2001-05-26  Ulrich Drepper  <drepper@redhat.com>
5260         * locales/ro_RO: Correct abday, day, abmon, and mon info.
5261         Patch by Ionel Mugurel Ciobîcã <tgakic@bambam.chem.tue.nl>.
5263 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
5265         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Use a private mbstate_t
5266         for some tests, because mbrlen (NULL, 0, &s) does not always put back
5267         s into the initial state.
5269 2001-05-14  Andreas Jaeger  <aj@suse.de>
5271         * locales/ms_MY: Fix entries for Tue and Wednesday.
5272         Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
5274 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
5276         * locales/be_BY: Fix syntax in LC_COLLATE section.
5277         * locales/ru_UA: Likewise.
5278         * locales/tr_TR: Likewise.
5279         * locales/uk_UA: Likewise.
5281 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
5283         * locales/fa_IR: Add outdigit information and collation.
5284         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5286 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
5288         * locales/i18n: Don't define outdigit.
5290 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
5292         * locales/th_TH: Remove name_ms entry.
5293         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5295 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
5297         * locales/th_TH: Update era information and some of the new
5298         categories.
5299         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5301 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
5303         * locales/i18n: Correct classification of Thai characters.  This
5304         differs from Unicode's tables but is in line with linguistic rules
5305         in Thailand.
5306         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
5308 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
5310         * charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
5311         Patch by Yong Li <rigel863@yahoo.com>.
5313 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
5315         * SUPPORTED: Add zh_CN.GBK.
5317 2001-02-09  Andreas Jaeger  <aj@suse.de>
5319         * locales/en_IN: Add newline at end of file.
5321         * SUPPORTED: Add more entries.
5323 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
5325         * locales/en_HK: At newline at the end of the file.
5327 2001-02-08  Andreas Jaeger  <aj@suse.de>
5329         * localedata/SUPPORTED: Add some entries for new locales.
5331 2001-02-07  Andreas Jaeger  <aj@suse.de>
5333         * locales/ar_IN: New.
5334         * locales/bn_IN: New.
5335         * locales/el_GR@euro: New.
5336         * locales/en_HK: New.
5337         * locales/en_IN: New.
5338         * locales/en_PH: New.
5339         * locales/en_SG: New.
5340         * locales/ms_MY: New.
5341         * locales/ta_IN: New.
5342         * locales/te_IN: New.
5343         * locales/zh_SG: New.
5345 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
5347         * locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
5348         * locales/zh_CN: Likewise.
5350 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
5352         * locales/translit_cjk_compat: Add missing characters in range
5353         U+3300..U+33FF.
5355 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
5357         * locales/fi_FI: Remove FIXME comments.
5358         * locales/sv_FI: Likewise.
5359         Patch by Marko Myllynen <myllynen@lut.fi>.
5361 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
5363         * locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
5364         Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.
5366 2001-01-23  Andreas Schwab  <schwab@suse.de>
5368         * locales/el_GR: Add missing quotes around multicharacter strings.
5369         * locales/ru_RU: Likewise.
5371 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
5373         * Makefile (LOCALES): Add fr_FR.ISO-8859-1.
5374         * tst-langinfo.sh: Add French tests.
5376 2001-01-08  Jakub Jelinek  <jakub@redhat.com>
5378         * locales/cs_CZ: Fix grammar of comment above abmon.
5379         Reported by Stanislav Brabec <utx@penguin.cz>.
5381 2000-12-31  Andreas Jaeger  <aj@suse.de>
5383         * tst-fmon.c (main): Use return instead of exit to avoid warning.
5385 2000-12-21  Ulrich Drepper  <drepper@redhat.com>
5387         * tests/test5.cm: Define code_set_name.
5389 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
5391         * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
5392         * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
5393         REVERSE SOLIDUS.
5395 2000-11-30  Ulrich Drepper  <drepper@redhat.com>
5397         * Makefile (tests): Add tst-setlocale.
5398         (tst-setlocale-ENV): Define.
5399         * tst-setlocale.c: New file.
5401 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
5403         * Makefile (LOCALES): Add ja_JP.SJIS.
5405 2000-11-23  Ulrich Drepper  <drepper@redhat.com>
5407         * tst-digits.c (main): Add casts to avoid warnings.
5408         * collate-test.c (xstrcoll): Make l1 and l2 const.
5409         * xfrm-test.c (xstrcmp): Make l1 and l2 const.
5411 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
5413         * charmaps/BALTIC: Superceded by ISO-8859-13.
5415 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
5417         * locales/ko_KR: Changed LC_IDENTIFICATION territory field to
5418         Republic of Korea.  Streamlined and extend(include all Hangul
5419         syllables) hangul and hanja class definition in LC_CTYPE and
5420         hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
5421         tel_dom_fmt to LC_TELEPHONE.
5422         Patch by Jungshik Shin <jshin@pantheon.yale.edu>.
5424 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
5426         * locales/ko_KR: Fix currency_symbol.
5427         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5429 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
5431         * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
5432         Reported by Markus Kuhn.
5434 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
5436         * charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
5437         * locales/ko_KR: Revert change.  Use full with won sign.
5438         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
5440 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
5442         * locales/mk_MK: Update.
5443         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
5445 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
5447         * charmaps/BIG5: Add mapping for <U20AC> back.
5448         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5450 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
5452         * locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
5453         * locales/translit_compat: Add a few ligatures.
5454         * locales/translit_combining: Add a few plain ASCII alternatives.
5455         * locales/translit_fraction: Likewise.  Surround with spaces.
5457 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5459         * locales/translit_hangul: New file.
5460         * locales/ko_KR (LC_CTYPE): Include it.
5462 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5464         * locales/translit_cjk_variants: New file.
5465         * locales/ja_JP (LC_CTYPE): Include it.
5467 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5469         * locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
5470         transliteration rules.
5472 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5474         * locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
5475         transliteration rules.
5476         * locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
5477         * locales/de_BE (LC_CTYPE): Likewise.
5478         * locales/de_CH (LC_CTYPE): Likewise.
5479         * locales/de_LU (LC_CTYPE): Likewise.
5480         * locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
5481         * locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
5482         * locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
5483         * locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.
5485 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5487         * locales/translit_combining: New file.
5488         * locales/fr_FR (LC_CTYPE): Include it.
5489         * locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
5490         * locales/fr_CA (LC_CTYPE): Likewise.
5491         * locales/fr_CH (LC_CTYPE): Likewise.
5492         * locales/fr_LU (LC_CTYPE): Likewise.
5493         * locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
5494         * locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
5495         * locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.
5497 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5499         * locales/translit_wide: New file.
5500         * locales/translit_narrow: New file.
5501         * locales/translit_font: New file.
5502         * locales/translit_circle: New file.
5503         * locales/translit_small: New file.
5504         * locales/translit_fraction: New file.
5505         * locales/translit_compat: New file.
5506         * locales/translit_cjk_compat: New file.
5507         * locales/translit_neutral: New file.  Include all of the above.
5508         * locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
5509         German and Danish specific rules.
5511 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5513         * locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
5514         * locales/zh_CN (LC_CTYPE): Likewise.
5515         * locales/ko_KR (LC_CTYPE): Likewise.
5517 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
5519         * charmaps/UTF-8: Set width of U200B to 0.
5520         * charmaps/GB18030: Likewise.
5522 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
5524         * charmaps/BIG5: Update.
5525         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5527         * locales/mk_MK: Use iso14651_t1 file.
5528         Patch by Damjan <arhiv@freemail.org.mk>.
5530 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
5532         * charmaps/VISCII: New file.
5534 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5536         * locales/sr_YU@cyrillic: New file. Based on a locale file by
5537         Anton Zinoviev <anton@lml.bas.bg>.
5538         * SUPPORTED: Add sr_YU@cyrillic.
5540 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
5542         * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
5543         * locales/be_BY: Likewise.
5544         * locales/bg_BG: Likewise.
5545         * locales/el_GR: Likewise.
5546         * locales/ja_JP: Likewise.
5547         * locales/ko_KR: Likewise.
5548         * locales/mk_MK: Likewise.
5549         * locales/ru_RU: Likewise.
5550         * locales/ru_UA: Likewise.
5551         * locales/th_TH: Likewise.
5552         * locales/tr_TR: Likewise.
5553         * locales/uk_UA: Likewise.
5554         * locales/zh_CN: Likewise.
5555         * tests-mbwc/dat_iswalnum.c: Update for changed character properties
5556         in the ja_JP.EUC-JP locale.
5557         * tests-mbwc/dat_iswalpha.c: Likewise.
5558         * tests-mbwc/dat_iswctype.c: Likewise.
5559         * tests-mbwc/dat_iswgraph.c: Likewise.
5560         * tests-mbwc/dat_iswprint.c: Likewise.
5561         * tests-mbwc/dat_iswpunct.c: Likewise.
5563 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5565         * fr_CA,2.13.in: Removed.
5567 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
5569         * locales/POSIX: New support for date_fmt.
5570         * locales/af_ZA: Likewise.
5571         * locales/ar_AE: Likewise.
5572         * locales/ar_BH: Likewise.
5573         * locales/ar_DZ: Likewise.
5574         * locales/ar_EG: Likewise.
5575         * locales/ar_IQ: Likewise.
5576         * locales/ar_JO: Likewise.
5577         * locales/ar_KW: Likewise.
5578         * locales/ar_LB: Likewise.
5579         * locales/ar_LY: Likewise.
5580         * locales/ar_MA: Likewise.
5581         * locales/ar_OM: Likewise.
5582         * locales/ar_QA: Likewise.
5583         * locales/ar_SA: Likewise.
5584         * locales/ar_SD: Likewise.
5585         * locales/ar_SY: Likewise.
5586         * locales/ar_TN: Likewise.
5587         * locales/ar_YE: Likewise.
5588         * locales/be_BY: Likewise.
5589         * locales/bg_BG: Likewise.
5590         * locales/ca_ES: Likewise.
5591         * locales/cs_CZ: Likewise.
5592         * locales/da_DK: Likewise.
5593         * locales/de_AT: Likewise.
5594         * locales/de_BE: Likewise.
5595         * locales/de_CH: Likewise.
5596         * locales/de_DE: Likewise.
5597         * locales/de_LU: Likewise.
5598         * locales/el_GR: Likewise.
5599         * locales/en_AU: Likewise.
5600         * locales/en_CA: Likewise.
5601         * locales/en_DK: Likewise.
5602         * locales/en_GB: Likewise.
5603         * locales/en_IE: Likewise.
5604         * locales/en_NZ: Likewise.
5605         * locales/en_US: Likewise.
5606         * locales/en_ZA: Likewise.
5607         * locales/es_AR: Likewise.
5608         * locales/es_BO: Likewise.
5609         * locales/es_CL: Likewise.
5610         * locales/es_CO: Likewise.
5611         * locales/es_CR: Likewise.
5612         * locales/es_DO: Likewise.
5613         * locales/es_EC: Likewise.
5614         * locales/es_ES: Likewise.
5615         * locales/es_GT: Likewise.
5616         * locales/es_HN: Likewise.
5617         * locales/es_MX: Likewise.
5618         * locales/es_NI: Likewise.
5619         * locales/es_PA: Likewise.
5620         * locales/es_PE: Likewise.
5621         * locales/es_PR: Likewise.
5622         * locales/es_PY: Likewise.
5623         * locales/es_SV: Likewise.
5624         * locales/es_US: Likewise.
5625         * locales/es_UY: Likewise.
5626         * locales/es_VE: Likewise.
5627         * locales/et_EE: Likewise.
5628         * locales/eu_ES: Likewise.
5629         * locales/fa_IR: Likewise.
5630         * locales/fi_FI: Likewise.
5631         * locales/fo_FO: Likewise.
5632         * locales/fr_BE: Likewise.
5633         * locales/fr_CA: Likewise.
5634         * locales/fr_CH: Likewise.
5635         * locales/fr_FR: Likewise.
5636         * locales/fr_LU: Likewise.
5637         * locales/ga_IE: Likewise.
5638         * locales/gl_ES: Likewise.
5639         * locales/gv_GB: Likewise.
5640         * locales/he_IL: Likewise.
5641         * locales/hi_IN: Likewise.
5642         * locales/hr_HR: Likewise.
5643         * locales/hu_HU: Likewise.
5644         * locales/i18n: Likewise.
5645         * locales/id_ID: Likewise.
5646         * locales/is_IS: Likewise.
5647         * locales/it_CH: Likewise.
5648         * locales/it_IT: Likewise.
5649         * locales/iw_IL: Likewise.
5650         * locales/ja_JP: Likewise.
5651         * locales/kl_GL: Likewise.
5652         * locales/ko_KR: Likewise.
5653         * locales/kw_GB: Likewise.
5654         * locales/lt_LT: Likewise.
5655         * locales/lv_LV: Likewise.
5656         * locales/mk_MK: Likewise.
5657         * locales/mr_IN: Likewise.
5658         * locales/mt_MT: Likewise.
5659         * locales/nl_BE: Likewise.
5660         * locales/nl_NL: Likewise.
5661         * locales/nn_NO: Likewise.
5662         * locales/no_NO: Likewise.
5663         * locales/pl_PL: Likewise.
5664         * locales/pt_BR: Likewise.
5665         * locales/pt_PT: Likewise.
5666         * locales/ro_RO: Likewise.
5667         * locales/ru_RU: Likewise.
5668         * locales/ru_UA: Likewise.
5669         * locales/sk_SK: Likewise.
5670         * locales/sl_SI: Likewise.
5671         * locales/sq_AL: Likewise.
5672         * locales/sr_YU: Likewise.
5673         * locales/sv_FI: Likewise.
5674         * locales/sv_SE: Likewise.
5675         * locales/th_TH: Likewise.
5676         * locales/tr_TR: Likewise.
5677         * locales/uk_UA: Likewise.
5678         * locales/vi_VN: Likewise.
5679         * locales/zh_CN: Likewise.
5680         * locales/zh_HK: Likewise.
5681         * locales/zh_TW: Likewise.
5683 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
5685         * locales/fa_IR: Fix many problems and change to use UTF-8.
5686         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
5687         * SUPPORTED: Add fa_IR.UTF-8.
5689 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
5691         * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.
5693 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
5695         * locales/iso14651_t1: Handle Macedonian correctly.
5696         Patch by Damjan <arhiv@freemail.org.mk>.
5698 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
5700         * locales/iso14651_t1: Add currency symbols.
5702 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5704         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
5705         * tests-mbwc/dat_iswdigit.c: Likewise.
5707         * locales/zh_CN: Remove non-ASCII digit entry.
5708         * locales/ja_JP: Likewise.
5709         Add full width digits to alnum class.
5711 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5713         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
5714         digits.
5715         (is_alpha): Add them here.
5716         * locales/i18n (digit): Remove all non-ASCII digits.
5717         (alpha): Add them here.
5719         * dump-ctype.c: Pretty print.
5721 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
5723         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
5724         * locales/ko_KR: Change currency_symbol back to use U20a9.
5726 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
5728         * tst-langinfo.sh: Adjust for change in ja_JP.
5730 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
5732         * locales/ja_JP: Changed yesexpr/noexpr expression,
5733         fixed typo in era, added definition for name_gen.
5735 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5737         * SUPPORTED: Add ko_KR.UTF-8.
5739 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
5741         * charmaps/BIG5: Add a width table.
5742         * charmaps/GB18030: Likewise.
5743         * charmaps/ISO-8859-6: Likewise.
5744         * charmaps/ISO-8859-8: Likewise.
5745         * charmaps/TIS-620: Likewise.
5747 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5749         * Makefile (repertoiremaps): Remove variable.
5750         (distribute): Remove repertoiremaps.
5751         (install-others): Likewise. Add .gz to charmaps.
5752         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
5754 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5756         * charmaps/ISO-IR-197: Remove alias "none".
5758 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5760         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
5761         width of format control characters to 0.
5763 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
5765         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
5766         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
5767         return values.  Only the sign matters.
5769 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
5771         * locales/ar_SA: Last non <Uxxxx> entries removed.
5772         Patch by Martin Strassburger <martin.strassburger@sap.com>.
5774 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
5776         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
5777         we have EUC-KR.
5779 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5781         * locales/uk_UA: Fix yesexpr.
5782         * locales/ru_UA: Likewise.
5783         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
5785 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5787         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
5788         so they become printable and carry a width.  Comment out surrogate
5789         ranges.  Add a WIDTH table.
5791 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
5793         * gen-unicode-ctype.c: New file.
5794         * dump-ctype.c: New file.
5795         * Makefile (distribute): Add them.
5796         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
5797         gen-unicode-ctype.c.
5798         (blank): Add U+1680.
5799         (cntrl): Add U+2028, U+2029.
5800         (space): Add U+1680, U+2028, U+2029.
5801         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
5802         (alnum, alpha, print, graph, punct): Lots of additions.
5803         (lower, upper, tolower, toupper, combining, combining_level3): Update.
5804         (totitle): New map.
5805         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
5806         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
5807         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
5808         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
5809         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
5810         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
5811         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
5813 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5815         * charmaps/GBK: Add commented mappings for GBK characters not yet in
5816         Unicode.
5818 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5820         * charmaps/GBK: Remove /x80 entry.
5822 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
5824         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
5825         to use it.
5827 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
5829         * charmaps/JOHAB: Add identity mapping for 0x7f.
5831 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
5833         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
5834         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
5836 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
5838         * charmaps/GB2312: Change code_set_name to GB2312.
5840 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
5842         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
5843         * localedata/locales/ar_BH: Likewise.
5844         * localedata/locales/ar_DZ: Likewise.
5845         * localedata/locales/ar_EG: Likewise.
5846         * localedata/locales/ar_IQ: Likewise.
5847         * localedata/locales/ar_JO: Likewise.
5848         * localedata/locales/ar_KW: Likewise.
5849         * localedata/locales/ar_LB: Likewise.
5850         * localedata/locales/ar_LY: Likewise.
5851         * localedata/locales/ar_MA: Likewise.
5852         * localedata/locales/ar_OM: Likewise.
5853         * localedata/locales/ar_QA: Likewise.
5854         * localedata/locales/ar_SD: Likewise.
5855         * localedata/locales/ar_SY: Likewise.
5856         * localedata/locales/ar_TN: Likewise.
5857         * localedata/locales/ar_YE: Likewise.
5859 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
5861         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
5862         * locales/mr_IN: New file.
5863         * locales/mt_MT: New file.
5865         * charmaps/GB18030: Comment out entries in user-defined area.
5867 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
5869         * charmaps/GB18030: Add back entries which got lost in last change.
5871 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
5873         * charmaps/GB18030: Update once more.
5875         * charmaps/JOHAB: New file.
5876         * SUPPORTED: Add ko_KR.JOHAB.
5878 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
5880         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
5881         but not in EUC-KR.
5883 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5885         * charmaps/EUC-TW: Add commented non-reversible mappings.
5887 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5889         * charmaps/CP949: New file.
5891 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5893         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
5895 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5897         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
5898         U+007E.
5900 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
5902         * charmaps/INIS-8: Update to use <Uxxxx> format.
5903         * charmaps/ISO_2033-1983: Likewise.
5904         * charmaps/ISO_5427-EXT: Likewise.
5906 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
5908         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
5909         * SUPPORTED: Add zh_HK.BIG5HKSCS.
5911         * charmaps/BIG5HKSCS: Add Big5 codes.
5913         * Makefile (test-input): Add sv_SE.ISO-8859-1.
5914         (LOCALES): Likewise.
5915         * sv_SE.ISO-8859-1: New file.
5917 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
5919         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
5920         Changes by Roger So <spacehunt@e-fever.org>.
5922         * SUPPORTED: Add nn_NO.ISO-8859-1.
5923         * locales/nn_NO: New file.
5925 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
5927         * charmaps/BIG5HKSCS: Regenerated from official data file.
5929         * locales/ja_JP: Add yesstr and nostr information.
5931         * charmaps/GB18030: Add entries from GBK not present here.
5933         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
5935         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
5937 2000-08-29  Akira Higuchi  <a@kondara.org>
5939         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
5940         * charmaps/GBK: Likewise.
5942         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
5944 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
5946         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
5947         and customize with several reorder-after statements.
5948         Reported by menthos@menthos.com.
5950 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
5952         * locales/ja_JP: Add new categories with generic information.
5954         * locales/i18n (default_missing): Change back to only U003F.
5956 2000-08-24  Andreas Jaeger  <aj@suse.de>
5958         * Makefile (generated): Add some .out files.
5960 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
5962         * locales/i18n: Add transliteration information.
5964 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
5966         * locales/ca_ES@euro: Country is Spain.
5967         * locales/ca_ES: Likewise.
5969         * locales/es_MX: Correct int_curr_symbol.
5970         * locales/es_PE: Likewise.
5972         * SUPPORTED: Add missing supported locales.
5974         * locales/fa_IR: Correct a few of the contained bugs.
5976         * locales/zh_HK: New file.
5978         * charmaps/BIG5HKSCS: New file.
5980         * locales/en_CA,2.5: Removed.
5981         * locales/fr_CA,2.13: Removed.
5982         * locales/in_ID: Removed.
5984         * locales/sq_AL: New file.
5985         * SUPPORTED: Add sq_AL.ISO-8859-1.
5987         * locales/vi_VN: New file.
5988         * SUPPORTED: Add vi_VN.UTF-8.
5990         * locales/ko_KR: Correct currency_symbol entry.
5992         * locales/hi_IN: New file.
5993         * SUPPORTED: Add hi_IN.UTF-8.
5995         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
5997         * sort-test.sh: Improve error handling by printing more information.
5999         * locales/ar_AE: New file.
6000         * locales/ar_BH: New file.
6001         * locales/ar_DZ: New file.
6002         * locales/ar_EG: New file.
6003         * locales/ar_IQ: New file.
6004         * locales/ar_JO: New file.
6005         * locales/ar_KW: New file.
6006         * locales/ar_LB: New file.
6007         * locales/ar_LY: New file.
6008         * locales/ar_MA: New file.
6009         * locales/ar_OM: New file.
6010         * locales/ar_QA: New file.
6011         * locales/ar_SD: New file.
6012         * locales/ar_SY: New file.
6013         * locales/ar_TN: New file.
6014         * locales/ar_YE: New file.
6015         * SUPPORTED: Add Arabic locales.
6017 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
6019         * locales/es_CR: New file.
6020         * locales/es_NI: New file.
6021         * locales/es_PR: New file.
6023         * locales/es_AR: Share LC_COLLATE description with es_ES.
6024         * locales/es_BO: Likewise.
6025         * locales/es_CL: Likewise.
6026         * locales/es_CO: Likewise.
6027         * locales/es_DO: Likewise.
6028         * locales/es_GT: Likewise.
6029         * locales/es_HN: Likewise.
6030         * locales/es_MX: Likewise.
6031         * locales/es_PA: Likewise.
6032         * locales/es_PE: Likewise.
6033         * locales/es_PY: Likewise.
6034         * locales/es_SV: Likewise.
6035         * locales/es_UY: Likewise.
6036         * locales/es_VE: Likewise.
6037         * locales/es_EC: Share LC_COLLATE description with es_US.
6039         * locales/ko_KR: Updated for glibc 2.2.
6040         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
6041         * SUPPORTED: Add ko_KR.
6043         * locales/de_BE@euro: New file.
6044         * locales/eu_ES@euro: New file.
6045         * locales/ga_IE@euro: New file.
6046         * locales/gl_ES@euro: New file.
6047         * locales/nl_BE@euro: New file.
6048         * locales/sv_FI@euro: New file.
6049         * SUPPORTED: Add the new locales.
6051         * Makefile (install-locales): Handle option in locale name.  Print
6052         progress information.
6054         * SUPPORTED: Add all the @euro locales.
6056         * locales/ca_ES@euro: Update charset comment.
6057         * locales/de_AT@euro: Likewise.
6058         * locales/de_DE@euro: Likewise.
6059         * locales/de_LU@euro: Likewise.
6060         * locales/en_IE@euro: Likewise.
6061         * locales/es_ES@euro: Likewise.
6062         * locales/fi_FI@euro: Likewise.
6063         * locales/fr_BE@euro: Likewise.
6064         * locales/fr_FR@euro: Likewise.
6065         * locales/fr_LU@euro: Likewise.
6066         * locales/it_IT@euro: Likewise.
6067         * locales/nl_NL@euro: Likewise.
6068         * locales/pt_PT@euro: Likewise.
6070 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
6072         * locales/ca_ES: Correct comment.
6074         * locales/ca_ES@euro: New file.
6075         * locales/de_AT@euro: New file.
6076         * locales/de_DE@euro: New file.
6077         * locales/de_LU@euro: New file.
6078         * locales/en_IE@euro: New file.
6079         * locales/es_ES@euro: New file.
6080         * locales/fi_FI@euro: New file.
6081         * locales/fr_BE@euro: New file.
6082         * locales/fr_FR@euro: New file.
6083         * locales/fr_LU@euro: New file.
6084         * locales/it_IT@euro: New file.
6085         * locales/nl_NL@euro: New file.
6086         * locales/pt_PT@euro: New file.
6088 2000-08-19  Andreas Jaeger  <aj@suse.de>
6090         * tst-digits.c: Include stdlib.h and string.h to provide
6091         prototypes for exit, strlen and strcmp.
6093 2000-08-18  Andreas Jaeger  <aj@suse.de>
6095         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
6096         (TST_DECL_VARS): Don't declare err_flg.
6097         (TST_GET_ERRET): Don't set err_flg.
6098         (TST_GET_ERRET_SEQ): Likewise.
6099         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
6101         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
6102         * tests-mbwc/dat_iswalnum.c: Likewise.
6103         * tests-mbwc/dat_iswalpha.c: Likewise.
6104         * tests-mbwc/dat_iswcntrl.c: Likewise.
6105         * tests-mbwc/dat_iswctype.c: Likewise.
6106         * tests-mbwc/dat_iswdigit.c: Likewise.
6107         * tests-mbwc/dat_iswgraph.c: Likewise.
6108         * tests-mbwc/dat_iswlower.c: Likewise.
6109         * tests-mbwc/dat_iswprint.c: Likewise.
6110         * tests-mbwc/dat_iswpunct.c: Likewise.
6111         * tests-mbwc/dat_iswspace.c: Likewise.
6112         * tests-mbwc/dat_iswupper.c: Likewise.
6113         * tests-mbwc/dat_iswxdigit.c: Likewise.
6114         * tests-mbwc/dat_mblen.c: Likewise.
6115         * tests-mbwc/dat_mbrlen.c: Likewise.
6116         * tests-mbwc/dat_mbrtowc.c: Likewise.
6117         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6118         * tests-mbwc/dat_mbstowcs.c: Likewise.
6119         * tests-mbwc/dat_mbtowc.c: Likewise.
6120         * tests-mbwc/dat_strcoll.c: Likewise.
6121         * tests-mbwc/dat_strfmon.c: Likewise.
6122         * tests-mbwc/dat_strxfrm.c: Likewise.
6123         * tests-mbwc/dat_swscanf.c: Likewise.
6124         * tests-mbwc/dat_towctrans.c: Likewise.
6125         * tests-mbwc/dat_towlower.c: Likewise.
6126         * tests-mbwc/dat_towupper.c: Likewise.
6127         * tests-mbwc/dat_wcrtomb.c: Likewise.
6128         * tests-mbwc/dat_wcscat.c: Likewise.
6129         * tests-mbwc/dat_wcschr.c: Likewise.
6130         * tests-mbwc/dat_wcscmp.c: Likewise.
6131         * tests-mbwc/dat_wcscoll.c: Likewise.
6132         * tests-mbwc/dat_wcscpy.c: Likewise.
6133         * tests-mbwc/dat_wcscspn.c: Likewise.
6134         * tests-mbwc/dat_wcslen.c: Likewise.
6135         * tests-mbwc/dat_wcsncat.c: Likewise.
6136         * tests-mbwc/dat_wcsncmp.c: Likewise.
6137         * tests-mbwc/dat_wcsncpy.c: Likewise.
6138         * tests-mbwc/dat_wcspbrk.c: Likewise.
6139         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6140         * tests-mbwc/dat_wcsspn.c: Likewise.
6141         * tests-mbwc/dat_wcsstr.c: Likewise.
6142         * tests-mbwc/dat_wcstod.c: Likewise.
6143         * tests-mbwc/dat_wcstok.c: Likewise.
6144         * tests-mbwc/dat_wcstombs.c: Likewise.
6145         * tests-mbwc/dat_wcswidth.c: Likewise.
6146         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6147         * tests-mbwc/dat_wctob.c: Likewise.
6148         * tests-mbwc/dat_wctomb.c: Likewise.
6149         * tests-mbwc/dat_wctrans.c: Likewise.
6150         * tests-mbwc/dat_wctype.c: Likewise.
6151         * tests-mbwc/dat_wcwidth.c: Likewise.
6152         * tests-mbwc/dat_isw-funcs.h: Fix comment.
6154 2000-08-17  Andreas Jaeger  <aj@suse.de>
6156         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
6157         should have a value.
6159 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
6161         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
6162         separate uppercase from non-uppercase characters to enable correct
6163         handling in range expressions.
6165 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
6167         * Makefile (install-locales): Use --prefix option of localedef to
6168         avoid providing complete path for output file.
6170 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
6172         * locales/zh_TW: Updated.
6173         * charmaps/BIG5: Updated.
6174         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6176 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
6178         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
6179         use `int'.
6181 2000-08-01  Andreas Jaeger  <aj@suse.de>
6183         * Makefile (distribute): Follow name change of tst-ctype-de.in to
6184         tst-ctype-de_DE.ISO-8859-1.in.
6186 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
6188         * charmaps/KSX1001: Add width information.
6189         * charmaps/GB2312: Likewise.
6190         * charmaps/GBK: Likewise.
6191         Patches by GOTO Masanori <gotom@debian.or.jp>.
6193 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6195         * charmaps/CP737: New file.
6196         * charmaps/CP775: New file.
6198 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6200         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
6201         /xb0../xf7.  Remove aliases.
6203 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6205         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
6206         /xc9../xf9.
6208 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
6210         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
6212 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
6214         * tst-langinfo.c (main): Fix esacape sequence handling.
6216         * charmaps/EUC-TW: New file.
6218         * tst-digits.c: Add tests for wprintf.
6219         * tests/test7.cm: Change so that it is usable for wprintf tests.
6221         * tst-locale.sh: Fix typo in last change.
6223         * tst-digits.c: Add ctype and wctype tests.
6225 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6227         * Makefile (ld-test-names): Add test7.
6228         (tests): Add tst-digits.  Add dependency and environment variable.
6229         * tst-digits.c: New file.
6230         * tst-locale.sh: Generate test7 locale.
6231         * tests/test7.cm: New file.
6232         * tests/test7.def: New file.
6234         * tst-locale.sh: Add dropped test6 locale.
6236 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
6238         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
6239         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
6240         locale.
6242 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
6244         * locales/zh_TW: New file.
6245         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6247 2000-07-28  Andreas Jaeger  <aj@suse.de>
6249         * tst-langinfo.c: Include <string.h> for strcmp prototype.
6251 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
6253         * charmaps/BIG5: New file.
6254         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
6256 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
6258         * locales/zh_CN: Update for new format.
6259         Patch by Yong Li <yong.li@asu.edu>.
6261         * tst-langinfo.c: Add copyright text.
6263 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
6265         * tst-wctype.input: Add more input text.
6266         * tst-wctype.c: Test more classes.
6268         * Makefile: Add rules to build, run, and distribute tst-langinfo.
6269         * tst-langinfo.c: New file.
6270         * tst-langinfo.sh: New file.
6272         * locales/ja_JP (era_d_t_fmt): Fix typo.
6274         * Makefile: Add rules to build, run, and distribute tst-wctype.
6275         * tst-wctype.c: New file.
6276         * tst-wctype.input: New file.
6277         * tst-wctype.sh: New file.
6279 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
6281         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
6282         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
6284 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6286         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
6287         (enoexpr): Likewise.
6288         * locales/hr_HR: Likewise.
6289         Patches by GOTO Masanori <gotom@debian.or.jp>.
6291         * locales/i18n (yesexpr): Add U005E at the beginning.
6292         (noexpr): Likewise.
6294 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
6296         * locales/ja_JP (yesexpr): U0060 should be U005E.
6297         (noexpr): Likewise.
6299         * locales/i18n: Remove U00A0 from blank as well.
6300         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
6302 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
6304         * charmaps/SJIS: Add width information.
6305         Patch by GOTO Masanori <gotom@debian.or.jp>.
6307         * charmaps/SJIS: Correct byte sequence for single byte characters.
6309 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
6311         * locales/i18n: Fix typos.
6313         * locales/iso14651_t1: Correct syntax for HAN script.
6315 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6317         * charmaps/GB18030: New file.
6319         * charmaps/UTF-8: Update for Unicode 3.0.
6321         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
6322         space.
6323         * tst-ctype.c: Likewise.
6324         * tst-ctype.sh: Likewise.
6325         * locales/i18n: Likewise.
6326         * locales/ja_JP: Likewise.
6327         * tests-mbwc/dat_iswcntrl.c: Likewise.
6328         * tests-mbwc/dat_iswctype.c: Likewise.
6329         * tests-mbwc/dat_iswspace.c: Likewise.
6331         * tst-ctype.sh: Also test C locale.
6333 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
6335         * Makefile: Rewrite rules for tests to run them only when necessary.
6336         * sort-test.sh: Produce output for failed tests.
6337         * tst-fmon.sh: Likewise.
6338         * tst-rpmatch.sh: Likewise.
6340 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6342         * tst-ctype-de_DE.in: Renamed to...
6343         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
6345 2000-07-11  Andreas Jaeger  <aj@suse.de>
6347         * Makefile (locale_test_suite): Always run test suite.
6348         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
6349         gen-locale.sh.
6350         (do-collate-test): Likewise.
6351         (do-tst-fmon): Likewise.
6352         (do-tst-locale): Likewise.
6353         (do-tst-rpmatch): Likewise.
6354         (do-tst-trans): Likewise.
6355         (do-tst-mbswcs): Likewise.
6356         (do-tst-ctype): Likewise.
6358         * sort-test.sh : Rewrite to work with static only builds.
6359         * tst-ctype.sh: Likewise.
6360         * tst-fmon.sh: Likewise.
6361         * tst-locale.sh: Likewise.
6362         * tst-mbswcs.sh: Likewise.
6363         * tst-rpmatch.sh: Likewise.
6364         * tst-trans.sh: Likewise.
6366         * gen-locale.sh (locfile): Fix it for building with
6367         sourcedir==builddir and for static only builds.
6369 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6371         * locales/POSIX: Remove repertoire map reference.
6372         * locales/ar_SA: Remove repertoire map reference.
6374         * locales/zh_CN.GBK: Removed.
6376         * repertoiremaps/charids.894: Removed.
6377         * repertoiremaps/mnemonics.ds: Removed.
6378         * repertoiremaps/mnemonics.ja: Removed.
6379         * repertoiremaps/mnemonics.ko: Removed.
6380         * repertoiremaps/mnemonics.zh: Removed.
6382         * charmaps/SJIS: New file.
6384 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
6386         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
6387         to EUC-JP.
6388         * tests-mbwc/dat_mbtowc.c: Likewise.
6389         * tests-mbwc/dat_wctob.c: Likewise.
6391         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
6392         * charmaps/EUC-KR: Likewise.
6394 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
6396         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
6397         * locales/ar_SA (LC_TELEPHONE): Likewise.
6398         * locales/be_BY (LC_TELEPHONE): Likewise.
6399         * locales/bg_BG (LC_TELEPHONE): Likewise.
6400         * locales/ca_ES (LC_TELEPHONE): Likewise.
6401         * locales/da_DK (LC_TELEPHONE): Likewise.
6402         * locales/de_BE (LC_TELEPHONE): Likewise.
6403         * locales/de_CH (LC_TELEPHONE): Likewise.
6404         * locales/de_LU (LC_TELEPHONE): Likewise.
6405         * locales/el_GR (LC_TELEPHONE): Likewise.
6406         * locales/en_AU (LC_TELEPHONE): Likewise.
6407         * locales/en_BW (LC_TELEPHONE): Likewise.
6408         * locales/en_CA (LC_TELEPHONE): Likewise.
6409         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
6410         * locales/en_DK (LC_TELEPHONE): Likewise.
6411         * locales/en_IE (LC_TELEPHONE): Likewise.
6412         * locales/en_NZ (LC_TELEPHONE): Likewise.
6413         * locales/en_ZA (LC_TELEPHONE): Likewise.
6414         * locales/en_ZW (LC_TELEPHONE): Likewise.
6415         * locales/es_AR (LC_TELEPHONE): Likewise.
6416         * locales/es_BO (LC_TELEPHONE): Likewise.
6417         * locales/es_CL (LC_TELEPHONE): Likewise.
6418         * locales/es_CO (LC_TELEPHONE): Likewise.
6419         * locales/es_DO (LC_TELEPHONE): Likewise.
6420         * locales/es_EC (LC_TELEPHONE): Likewise.
6421         * locales/es_ES (LC_TELEPHONE): Likewise.
6422         * locales/es_GT (LC_TELEPHONE): Likewise.
6423         * locales/es_HN (LC_TELEPHONE): Likewise.
6424         * locales/es_MX (LC_TELEPHONE): Likewise.
6425         * locales/es_PA (LC_TELEPHONE): Likewise.
6426         * locales/es_PE (LC_TELEPHONE): Likewise.
6427         * locales/es_PY (LC_TELEPHONE): Likewise.
6428         * locales/es_SV (LC_TELEPHONE): Likewise.
6429         * locales/es_US (LC_TELEPHONE): Likewise.
6430         * locales/es_UY (LC_TELEPHONE): Likewise.
6431         * locales/es_VE (LC_TELEPHONE): Likewise.
6432         * locales/et_EE (LC_TELEPHONE): Likewise.
6433         * locales/eu_ES (LC_TELEPHONE): Likewise.
6434         * locales/fa_IR (LC_TELEPHONE): Likewise.
6435         * locales/fi_FI (LC_TELEPHONE): Likewise.
6436         * locales/fo_FO (LC_TELEPHONE): Likewise.
6437         * locales/fr_BE (LC_TELEPHONE): Likewise.
6438         * locales/fr_CA (LC_TELEPHONE): Likewise.
6439         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
6440         * locales/fr_CH (LC_TELEPHONE): Likewise.
6441         * locales/fr_LU (LC_TELEPHONE): Likewise.
6442         * locales/ga_IE (LC_TELEPHONE): Likewise.
6443         * locales/gl_ES (LC_TELEPHONE): Likewise.
6444         * locales/gv_GB (LC_TELEPHONE): Likewise.
6445         * locales/he_IL (LC_TELEPHONE): Likewise.
6446         * locales/hr_HR (LC_TELEPHONE): Likewise.
6447         * locales/hu_HU (LC_TELEPHONE): Likewise.
6448         * locales/id_ID (LC_TELEPHONE): Likewise.
6449         * locales/in_ID (LC_TELEPHONE): Likewise.
6450         * locales/is_IS (LC_TELEPHONE): Likewise.
6451         * locales/it_CH (LC_TELEPHONE): Likewise.
6452         * locales/it_IT (LC_TELEPHONE): Likewise.
6453         * locales/iw_IL (LC_TELEPHONE): Likewise.
6454         * locales/kl_GL (LC_TELEPHONE): Likewise.
6455         * locales/ko_KR (LC_TELEPHONE): Likewise.
6456         * locales/kw_GB (LC_TELEPHONE): Likewise.
6457         * locales/lt_LT (LC_TELEPHONE): Likewise.
6458         * locales/lv_LV (LC_TELEPHONE): Likewise.
6459         * locales/mk_MK (LC_TELEPHONE): Likewise.
6460         * locales/nl_BE (LC_TELEPHONE): Likewise.
6461         * locales/nl_NL (LC_TELEPHONE): Likewise.
6462         * locales/pl_PL (LC_TELEPHONE): Likewise.
6463         * locales/pt_BR (LC_TELEPHONE): Likewise.
6464         * locales/ro_RO (LC_TELEPHONE): Likewise.
6465         * locales/ru_RU (LC_TELEPHONE): Likewise.
6466         * locales/ru_UA (LC_TELEPHONE): Likewise.
6467         * locales/sk_SK (LC_TELEPHONE): Likewise.
6468         * locales/sl_SI (LC_TELEPHONE): Likewise.
6469         * locales/sr_YU (LC_TELEPHONE): Likewise.
6470         * locales/sv_FI (LC_TELEPHONE): Likewise.
6471         * locales/th_TH (LC_TELEPHONE): Likewise.
6472         * locales/tr_TR (LC_TELEPHONE): Likewise.
6473         * locales/uk_UA (LC_TELEPHONE): Likewise.
6475 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
6477         * locales/th_TH: Update revision information.
6478         (LC_CTYPE: alpha): Replace ";...;" with "..".
6479         (LC_COLLATE: order): Quote with "".
6481 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
6483         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
6484         in address.
6485         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
6486         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
6487         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
6488         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
6489         * locales/es_BO (LC_IDENTIFICATION): Likewise.
6490         * locales/es_CL (LC_IDENTIFICATION): Likewise.
6491         * locales/es_CO (LC_IDENTIFICATION): Likewise.
6492         * locales/es_DO (LC_IDENTIFICATION): Likewise.
6493         * locales/es_EC (LC_IDENTIFICATION): Likewise.
6494         * locales/es_ES (LC_IDENTIFICATION): Likewise.
6495         * locales/es_GT (LC_IDENTIFICATION): Likewise.
6496         * locales/es_HN (LC_IDENTIFICATION): Likewise.
6497         * locales/es_MX (LC_IDENTIFICATION): Likewise.
6498         * locales/es_PA (LC_IDENTIFICATION): Likewise.
6499         * locales/es_PE (LC_IDENTIFICATION): Likewise.
6500         * locales/es_PY (LC_IDENTIFICATION): Likewise.
6501         * locales/es_SV (LC_IDENTIFICATION): Likewise.
6502         * locales/es_US (LC_IDENTIFICATION): Likewise.
6503         * locales/es_UY (LC_IDENTIFICATION): Likewise.
6504         * locales/es_VE (LC_IDENTIFICATION): Likewise.
6505         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
6506         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
6507         * locales/no_NO (LC_TELEPHONE): Fill in.
6508         * locales/pt_PT (LC_TELEPHONE): Fill in.
6509         * locales/sv_SE (LC_TELEPHONE): Fill in.
6510         * locales/en_GB (LC_TELEPHONE): Fill in.
6511         * locales/cs_CZ (LC_TELEPHONE): Fill in.
6513 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
6515         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
6516         * tst-locale.sh (LC_ALL): Likewise.
6518 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
6520         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
6521         * tst-locale.sh: Likewise.
6523 2000-07-01  Andreas Jaeger  <aj@suse.de>
6525         * Makefile (generated-dirs): LOCALES are also generated.
6526         (generated-dirs): Remove obsolete entry.
6528 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
6530         * Makefile (distribute): Add locale test suite files, fmon test
6531         suite files, gen-locale.sh, and show-ucs-data.c.
6533         * Depend: New file.
6535         * Makefile: Rewrite rules to generate locale data.
6536         * gen-locale.sh: Generate only one locale which is described in a
6537         command line parameter.
6539         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
6540         around DEM problem.
6541         * tst-fmon.data: Change back entries with DEM.
6543         * gen-locale.sh: Print that it might take a while to finish.
6545 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
6547         * Makefile (install-locales): Remove the -u switch from localedef
6548         command line.
6550 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
6552         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
6553         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
6554         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
6556         * locales/POSIX: Update for new format.
6558         * Makefile: Regenerate locale data also if localedef changed.
6560         * tst-fmon.data: Until we know what is correct, but the spaces
6561         after DEM back in.
6563         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
6564         unresolved issues.
6565         * tests-mbwc/dat_mbtowc.c: Likewise.
6566         * tests-mbwc/dat_strcoll.c: Likewise.
6567         * tests-mbwc/dat_strfmon.c: Likewise.
6568         * tests-mbwc/dat_strxfrm.c: Likewise.
6569         * tests-mbwc/tst_mbtowc.c: Likewise.
6571 2000-06-29  Andreas Jaeger  <aj@suse.de>
6573         * sort-test.sh: Set LC_ALL to full locale name.
6575         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
6576         anymore.
6577         (LOCALES): New.
6578         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
6579         Depend on locale files
6580         (LOCALE_FILES): New.
6581         (ALL_LC_FILES): New.
6582         (ALL_OBJ_LC_FILES): New
6583         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
6585         * tst-ctype.sh: Don't generate locales here.
6586         * tst-mbswcs.sh: Likewise.
6587         * sort-test.sh: Likewise.
6589         * gen-locale.sh: New file to generate locales.
6591 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6593         * locales/en_GB: Update RAP address.
6594         * locales/fr_FR: Likewise.
6595         * locales/en_NZ: Likewise.
6596         * locales/de_BE: Likewise.
6597         * locales/de_CH: Likewise.
6598         * locales/de_LU: Likewise.
6599         * locales/en_AU: Likewise.
6600         * locales/en_IE: Likewise.
6601         * locales/eu_ES: Likewise.
6602         * locales/fr_BE: Likewise.
6603         * locales/fr_CH: Likewise.
6604         * locales/fr_LU: Likewise.
6605         * locales/it_IT: Likewise.
6606         * locales/nl_BE: Likewise.
6607         * locales/nl_NL: Likewise.
6608         * locales/pt_BR: Likewise.
6609         * locales/pt_PT: Likewise.
6610         * locales/sv_FI: Likewise.
6611         * locales/fi_FI: Likewise.
6612         * locales/sv_SE: Likewise.
6614 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6616         * locales/af_ZA: Update for new format.
6617         * locales/ar_SA: Likewise.
6618         * locales/be_BY: Likewise.
6619         * locales/bg_BG: Likewise.
6620         * locales/ca_ES: Likewise.
6621         * locales/el_GR: Likewise.
6622         * locales/en_BW: Likewise.
6623         * locales/en_DK: Likewise.
6624         * locales/en_ZW: Likewise.
6625         * locales/es_AR: Likewise.
6626         * locales/es_BO: Likewise.
6627         * locales/es_CL: Likewise.
6628         * locales/es_CO: Likewise.
6629         * locales/es_DO: Likewise.
6630         * locales/es_EC: Likewise.
6631         * locales/es_ES: Likewise.
6632         * locales/es_GT: Likewise.
6633         * locales/es_HN: Likewise.
6634         * locales/es_MX: Likewise.
6635         * locales/es_PA: Likewise.
6636         * locales/es_PE: Likewise.
6637         * locales/es_PY: Likewise.
6638         * locales/es_SV: Likewise.
6639         * locales/es_US: Likewise.
6640         * locales/es_UY: Likewise.
6641         * locales/es_VE: Likewise.
6642         * locales/et_EE: Likewise.
6643         * locales/fa_IR: Likewise.
6644         * locales/fr_CA: Likewise.
6645         * locales/en_CA,2.5: Likewise.
6646         * locales/fr_CA,2.13: Likewise.
6647         * locales/gl_ES: Likewise.
6648         * locales/hr_HR: Likewise.
6649         * locales/hu_HU: Likewise.
6650         * locales/ko_KR: Likewise.
6651         * locales/lt_LT: Likewise.
6652         * locales/lv_LV: Likewise.
6653         * locales/no_NO: Likewise.
6654         * locales/pl_PL: Likewise.
6655         * locales/ro_RO: Likewise.
6656         * locales/ru_RU: Likewise.
6657         * locales/ru_UA: Likewise.
6658         * locales/sk_SK: Likewise.
6659         * locales/sl_SI: Likewise.
6660         * locales/sr_YU: Likewise.
6661         * locales/th_TH: Likewise.
6662         * locales/tr_TR: Likewise.
6663         * locales/uk_UA: Likewise.
6664         * locales/en_CA: Likewise.
6665         * locales/is_IS: Likewise.
6666         * locales/mk_MK: Likewise.
6668 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
6670         * locales/cs_CZ: Comment out fields I'm not sure about.
6671         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
6672         * locales/en_NZ: Update for new format.
6673         * locales/de_BE: Likewise.
6674         * locales/de_CH: Likewise.
6675         * locales/de_LU: Likewise.
6676         * locales/en_AU: Likewise.
6677         * locales/en_IE: Likewise.
6678         * locales/en_ZA: Likewise.
6679         * locales/eu_ES: Likewise.
6680         * locales/fo_FO: Likewise.
6681         * locales/fr_BE: Likewise.
6682         * locales/fr_CH: Likewise.
6683         * locales/fr_LU: Likewise.
6684         * locales/ga_IE: Likewise.
6685         * locales/gv_GB: Likewise.
6686         * locales/he_IL: Likewise.
6687         * locales/id_ID: Likewise.
6688         * locales/in_ID: Likewise.
6689         * locales/it_CH: Likewise.
6690         * locales/it_IT: Likewise.
6691         * locales/iw_IL: Likewise.
6692         * locales/kl_GL: Likewise.
6693         * locales/kw_GB: Likewise.
6694         * locales/nl_BE: Likewise.
6695         * locales/nl_NL: Likewise.
6696         * locales/pt_BR: Likewise.
6697         * locales/pt_PT: Likewise.
6698         * locales/sv_FI: Likewise.
6699         * locales/da_DK: Likewise.
6700         * locales/fi_FI: Likewise.
6701         * locales/sv_SE: Likewise.
6703 2000-06-29  Andreas Jaeger  <aj@suse.de>
6705         * Makefile (locale_test_suite): Add new test files.
6706         (tst_mblen-ENV): New.
6707         (tst_mbtowc-ENV): New.
6708         (tst_strcoll-ENV): New.
6709         (tst_strxfrm-ENV): New.
6710         (tst_wctomb-ENV): New.
6711         (tst_mbrtowc-ENV): New.
6712         (tst_mbsrtowcs-ENV): New.
6713         (tst_mbstowcs-ENV): New.
6714         (tst_strfmon-ENV): New.
6715         (tst_wcrtomb-ENV): New.
6716         (tst_wcsrtombs-ENV): New.
6717         (tst_wcstod-ENV): New.
6718         (tst_wcstok-ENV): New.
6719         (tst_wcstombs-ENV): New.
6721         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
6722         <kuwahara@cthulhu.engr.sgi.com>.
6723         * tests-mbwc/dat_wctomb.c: Likewise.
6724         * tests-mbwc/tst_mbtowc.c: Likewise.
6725         * tests-mbwc/dat_mbtowc.c: Likewise.
6726         * tests-mbwc/tst_strxfrm.c: Likewise.
6727         * tests-mbwc/dat_strxfrm.c: Likewise.
6728         * tests-mbwc/dat_strcoll.c: Likewise.
6729         * tests-mbwc/tst_strcoll.c: Likewise.
6730         * tests-mbwc/tst_mblen.c: Likewise.
6731         * tests-mbwc/dat_mblen.c: Likewise.
6732         * tests-mbwc/dat_wcstok.c: Likewise.
6733         * tests-mbwc/tst_wcstok.c: Likewise.
6734         * tests-mbwc/dat_wcstod.c: Likewise.
6735         * tests-mbwc/tst_wcstod.c: Likewise.
6736         * tests-mbwc/dat_mbrtowc.c: Likewise.
6737         * tests-mbwc/tst_mbrtowc.c: Likewise.
6738         * tests-mbwc/dat_wcsrtombs.c: Likewise.
6739         * tests-mbwc/tst_wcsrtombs.c: Likewise.
6740         * tests-mbwc/dat_wcstombs.c: Likewise.
6741         * tests-mbwc/tst_wcstombs.c: Likewise.
6742         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
6743         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
6744         * tests-mbwc/dat_wcrtomb.c: Likewise.
6745         * tests-mbwc/tst_wcrtomb.c: Likewise.
6746         * tests-mbwc/dat_mbstowcs.c: Likewise.
6747         * tests-mbwc/tst_mbstowcs.c: Likewise.
6748         * tests-mbwc/dat_strfmon.c: Likewise.
6749         * tests-mbwc/tst_strfmon.c: Likewise.
6751 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6753         * locales/mk_MK: Updated (not to new format).
6754         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
6756 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
6758         * locales/fr_FR: Update for new format.
6759         * locales/de_AT: Likewise.
6760         * locales/en_GB: Likewise.
6762 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
6764         * locales/th_TH: Update copyright notice.
6766         * locales/cs_CZ: Updated for new format.
6767         Patch by Jakub Jelinek <jakub@redhat.com>.
6769         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
6770         comments.
6771         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
6772         internal state of mbrlen.
6774         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
6775         (TEST_MBWC_ENV): Remove unnecessary slash.
6776         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
6778         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
6780         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
6781         tests.
6783         * locales/iso14651_t1: Explicitly add control character in
6784         U0000-U001F and U007F-U009F range for backward compatibility.
6786         * locales/i18n: Correct problems found by test suite.
6788 2000-06-28  Andreas Jaeger  <aj@suse.de>
6790         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
6791         warning.
6793         * Makefile (locale_test_suite): Add tst_mbrlen.
6794         (tst_mbrlen-ENV): New.
6796         * tests-mbwc/tst_mbrlen.c: New file
6798         * tests-mbwc/dat_mbrlen.c: New file.
6800         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
6801         (struct TST_HEAD): Use const char* instead of an array.
6803         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
6805         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
6807         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
6809 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6811         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
6812         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
6813         U4E06 is not in EUC-JP.
6814         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
6815         * tests-mbwc/dat_towctrans.c: Likewise.
6816         * tests-mbwc/dat_wcscoll.c: Likewise.
6817         * tests-mbwc/dat_wcswidth.c: Likewise.
6818         * tests-mbwc/dat_wctob.c: Likewise.
6820         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
6821         versions.
6823         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
6824         what is correct.
6825         * tests-mbwc/dat_wcsxfrm.c: Likewise.
6826         * tests-mbwc/dat_wcwidth.c: Likewise.
6828         * tests-mbwc/tst_funcs.h: Pretty print.
6830         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
6831         * tests-mbwc/tst_wcschr.c: Likewise.
6832         * tests-mbwc/tst_wcscpy.c: Likewise.
6833         * tests-mbwc/tst_wcscat.c: Likewise.
6834         * tests-mbwc/tst_wcsncpy.c: Likewise.
6835         * tests-mbwc/tst_wcspbrk.c: Likewise.
6836         * tests-mbwc/tst_wcsstr.c: Likewise.
6837         * tests-mbwc/tst_wctrans.c: Likewise.
6838         * tests-mbwc/tst_wctype.c: Likewise.
6840         * tests-mbwc/tst_wcscoll.c: Print better error messages.
6842         * Makefile (tests): Define as $(locale_test_suite) but only
6843         if not cross-compiling and shared libs are built.
6844         (locale_test_suite): New variable.  Name all new tests from the
6845         locale test suite.
6846         Add rule to run new tests only when all data is available.
6847         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
6849         * tst-ctype-de_DE.in: U00A0 is not in class graph.
6851         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
6853         * locales/i18n: Backspace isn't blank, tab is.
6855         * tst-ctype.c (main): Add tests for control characters and space.
6857         * locales/i18n: Backspace is no space.
6859         * locales/i18n: Add \t to space.
6861 2000-06-27  Andreas Jaeger  <aj@suse.de>
6863         * Makefile (TEST_MBWC_ENV): New variable.
6864         Use it for all tests from tests-mbwc.
6866 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6868         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
6870 2000-06-27  Andreas Jaeger  <aj@suse.de>
6872         * Makefile: Add environment setting for all tests from tests-mbwc.
6874 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
6876         * locales/en_DK.com: Not needed.
6878 2000-06-27  Andreas Jaeger  <aj@suse.de>
6880         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
6881         <kuwahara@cthulhu.engr.sgi.com>.
6883         * Makefile (tests): Add tests from tests-mbwc subdirectory,
6884         comment them out for now.
6885         (subdir-dirs): New for tests-mbwc, add also vpaths.
6887         * locales/ja_JP: Add missing / in LC_CTYPE.
6889 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
6891         * Makefile (distribute): Add tst-ctype-de_DE.in.
6892         * tst-ctype.c: Read in more tests from stdin.
6893         * tst-ctype.sh: Feed extra test data to program via stdin.
6894         * tst-ctype-de_DE.in: New file.
6896         * locales/i18n (punct): Exclude U00A0.
6897         (blank): Include U00A0.
6899         * locales/ja_JP: Updates for new format.
6901         * Makefile (test-srcs): Add tst-ctype.
6902         (distribute): Add tst-ctype.sh.
6903         (do-tst-ctype): New target.  Run for tests.
6904         * tst-ctype.c: New file.
6905         * tst-ctype.sh: New file.
6907         * locales/i18n: NUL character must not be in cntrl.
6909         * Makefile (test-input): Add en_US.ISO-8859-1.
6910         * en_US.in: New file.
6912 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
6914         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
6915         for now.
6917         * de_DE.in: Update for new sorting.
6919         * tst-locale.sh: Don't use mnemonic.ds.
6920         * tst-mbswcs.sh: Likewise.
6921         * tst-trans.sh: Likewise.
6923         * locales/de_DE: Update for new format.
6924         * locales/en_US: Likewise.
6925         * tests/trans.def: Likewise.
6926         * tst-fmon-locales/tstfmon_n01y12: Likewise.
6927         * tst-fmon-locales/tstfmon_n02n40: Likewise.
6928         * tst-fmon-locales/tstfmon_n10y31: Likewise.
6929         * tst-fmon-locales/tstfmon_n11y41: Likewise.
6930         * tst-fmon-locales/tstfmon_n12y11: Likewise.
6931         * tst-fmon-locales/tstfmon_n20n32: Likewise.
6932         * tst-fmon-locales/tstfmon_n30y20: Likewise.
6933         * tst-fmon-locales/tstfmon_n41n00: Likewise.
6934         * tst-fmon-locales/tstfmon_y01y10: Likewise.
6935         * tst-fmon-locales/tstfmon_y02n22: Likewise.
6936         * tst-fmon-locales/tstfmon_y22n42: Likewise.
6937         * tst-fmon-locales/tstfmon_y30y21: Likewise.
6938         * tst-fmon-locales/tstfmon_y32n31: Likewise.
6939         * tst-fmon-locales/tstfmon_y40y00: Likewise.
6940         * tst-fmon-locales/tstfmon_y42n21: Likewise.
6942         * tst-rpmatch.c: Avoid warning with broken compiler.
6944         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
6946         * sort-test.sh: Add more GCONV_PATH usages.
6947         * tst-fmon.sh: Likewise.
6948         * tst-locale.sh: Likewise.
6949         * tst-mbswcs.sh: Likewise.
6950         * tst-rpmatch.sh: Likewise.
6951         * tst-trans.sh: Likewise.
6953         * locales/i18n: Remove order_start around copy.
6955         * locales/iso14651_t1: Correct various small errors.
6957 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
6959         * charmaps/ISO-8859-1: Correct width specification.
6961 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
6963         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
6964         * charmaps/ANSI_X3.4-1968: Likewise.
6965         * charmaps/ASMO_449: Likewise.
6966         * charmaps/BALTIC: Likewise.
6967         * charmaps/BS_4730: Likewise.
6968         * charmaps/BS_VIEWDATA: Likewise.
6969         * charmaps/CP1250: Likewise.
6970         * charmaps/CP1251: Likewise.
6971         * charmaps/CP1252: Likewise.
6972         * charmaps/CP1253: Likewise.
6973         * charmaps/CP1254: Likewise.
6974         * charmaps/CP1255: Likewise.
6975         * charmaps/CP1256: Likewise.
6976         * charmaps/CP1257: Likewise.
6977         * charmaps/CP1258: Likewise.
6978         * charmaps/CSA_Z243.4-1985-1: Likewise.
6979         * charmaps/CSA_Z243.4-1985-2: Likewise.
6980         * charmaps/CSA_Z243.4-1985-GR: Likewise.
6981         * charmaps/CSN_369103: Likewise.
6982         * charmaps/CWI: Likewise.
6983         * charmaps/DEC-MCS: Likewise.
6984         * charmaps/DIN_66003: Likewise.
6985         * charmaps/DS_2089: Likewise.
6986         * charmaps/EBCDIC-AT-DE: Likewise.
6987         * charmaps/EBCDIC-AT-DE-A: Likewise.
6988         * charmaps/EBCDIC-CA-FR: Likewise.
6989         * charmaps/EBCDIC-DK-NO: Likewise.
6990         * charmaps/EBCDIC-DK-NO-A: Likewise.
6991         * charmaps/EBCDIC-ES: Likewise.
6992         * charmaps/EBCDIC-ES-A: Likewise.
6993         * charmaps/EBCDIC-ES-S: Likewise.
6994         * charmaps/EBCDIC-FI-SE: Likewise.
6995         * charmaps/EBCDIC-FI-SE-A: Likewise.
6996         * charmaps/EBCDIC-FR: Likewise.
6997         * charmaps/EBCDIC-IS-FRISS: Likewise.
6998         * charmaps/EBCDIC-IT: Likewise.
6999         * charmaps/EBCDIC-PT: Likewise.
7000         * charmaps/EBCDIC-UK: Likewise.
7001         * charmaps/EBCDIC-US: Likewise.
7002         * charmaps/ECMA-CYRILLIC: Likewise.
7003         * charmaps/ES: Likewise.
7004         * charmaps/ES2: Likewise.
7005         * charmaps/EUC-JP: Likewise.
7006         * charmaps/EUC-KR: Likewise.
7007         * charmaps/GB2312: Likewise.
7008         * charmaps/GBK: Likewise.
7009         * charmaps/GB_1988-80: Likewise.
7010         * charmaps/GOST_19768-74: Likewise.
7011         * charmaps/GREEK-CCITT: Likewise.
7012         * charmaps/GREEK7: Likewise.
7013         * charmaps/GREEK7-OLD: Likewise.
7014         * charmaps/HP-ROMAN8: Likewise.
7015         * charmaps/IBM037: Likewise.
7016         * charmaps/IBM038: Likewise.
7017         * charmaps/IBM1004: Likewise.
7018         * charmaps/IBM1026: Likewise.
7019         * charmaps/IBM1047: Likewise.
7020         * charmaps/IBM256: Likewise.
7021         * charmaps/IBM273: Likewise.
7022         * charmaps/IBM274: Likewise.
7023         * charmaps/IBM275: Likewise.
7024         * charmaps/IBM277: Likewise.
7025         * charmaps/IBM278: Likewise.
7026         * charmaps/IBM280: Likewise.
7027         * charmaps/IBM281: Likewise.
7028         * charmaps/IBM284: Likewise.
7029         * charmaps/IBM285: Likewise.
7030         * charmaps/IBM290: Likewise.
7031         * charmaps/IBM297: Likewise.
7032         * charmaps/IBM420: Likewise.
7033         * charmaps/IBM423: Likewise.
7034         * charmaps/IBM424: Likewise.
7035         * charmaps/IBM437: Likewise.
7036         * charmaps/IBM500: Likewise.
7037         * charmaps/IBM850: Likewise.
7038         * charmaps/IBM851: Likewise.
7039         * charmaps/IBM852: Likewise.
7040         * charmaps/IBM855: Likewise.
7041         * charmaps/IBM857: Likewise.
7042         * charmaps/IBM860: Likewise.
7043         * charmaps/IBM861: Likewise.
7044         * charmaps/IBM862: Likewise.
7045         * charmaps/IBM863: Likewise.
7046         * charmaps/IBM864: Likewise.
7047         * charmaps/IBM865: Likewise.
7048         * charmaps/IBM866: Likewise.
7049         * charmaps/IBM868: Likewise.
7050         * charmaps/IBM869: Likewise.
7051         * charmaps/IBM870: Likewise.
7052         * charmaps/IBM871: Likewise.
7053         * charmaps/IBM874: Likewise.
7054         * charmaps/IBM875: Likewise.
7055         * charmaps/IBM880: Likewise.
7056         * charmaps/IBM891: Likewise.
7057         * charmaps/IBM903: Likewise.
7058         * charmaps/IBM904: Likewise.
7059         * charmaps/IBM905: Likewise.
7060         * charmaps/IBM918: Likewise.
7061         * charmaps/IEC_P27-1: Likewise.
7062         * charmaps/INIS: Likewise.
7063         * charmaps/INIS-CYRILLIC: Likewise.
7064         * charmaps/INVARIANT: Likewise.
7065         * charmaps/ISIRI-3342: Likewise.
7066         * charmaps/ISO-8859-1: Likewise.
7067         * charmaps/ISO-8859-10: Likewise.
7068         * charmaps/ISO-8859-13: Likewise.
7069         * charmaps/ISO-8859-14: Likewise.
7070         * charmaps/ISO-8859-15: Likewise.
7071         * charmaps/ISO-8859-16: Likewise.
7072         * charmaps/ISO-8859-2: Likewise.
7073         * charmaps/ISO-8859-3: Likewise.
7074         * charmaps/ISO-8859-4: Likewise.
7075         * charmaps/ISO-8859-5: Likewise.
7076         * charmaps/ISO-8859-6: Likewise.
7077         * charmaps/ISO-8859-7: Likewise.
7078         * charmaps/ISO-8859-8: Likewise.
7079         * charmaps/ISO-8859-9: Likewise.
7080         * charmaps/ISO-IR-197: Likewise.
7081         * charmaps/ISO-IR-90: Likewise.
7082         * charmaps/ISO_10367-BOX: Likewise.
7083         * charmaps/ISO_5427: Likewise.
7084         * charmaps/ISO_5428: Likewise.
7085         * charmaps/ISO_646.BASIC: Likewise.
7086         * charmaps/ISO_646.IRV: Likewise.
7087         * charmaps/ISO_6937: Likewise.
7088         * charmaps/ISO_6937-2-25: Likewise.
7089         * charmaps/ISO_6937-2-ADD: Likewise.
7090         * charmaps/ISO_8859-SUPP: Likewise.
7091         * charmaps/IT: Likewise.
7092         * charmaps/JIS_C6220-1969-RO: Likewise.
7093         * charmaps/JIS_C6229-1984-B: Likewise.
7094         * charmaps/JIS_X0201: Likewise.
7095         * charmaps/JUS_I.B1.002: Likewise.
7096         * charmaps/JUS_I.B1.003-MAC: Likewise.
7097         * charmaps/JUS_I.B1.003-SERB: Likewise.
7098         * charmaps/KOI-8: Likewise.
7099         * charmaps/KOI8-R: Likewise.
7100         * charmaps/KOI8-U: Likewise.
7101         * charmaps/KSC5636: Likewise.
7102         * charmaps/KSX1001: Likewise.
7103         * charmaps/LATIN-GREEK: Likewise.
7104         * charmaps/LATIN-GREEK-1: Likewise.
7105         * charmaps/MAC-IS: Likewise.
7106         * charmaps/MAC-UK: Likewise.
7107         * charmaps/MACINTOSH: Likewise.
7108         * charmaps/MSZ_7795.3: Likewise.
7109         * charmaps/NATS-DANO: Likewise.
7110         * charmaps/NATS-SEFI: Likewise.
7111         * charmaps/NC_NC00-10: Likewise.
7112         * charmaps/NEXTSTEP: Likewise.
7113         * charmaps/NF_Z_62-010: Likewise.
7114         * charmaps/NF_Z_62-010_1973: Likewise.
7115         * charmaps/NS_4551-1: Likewise.
7116         * charmaps/NS_4551-2: Likewise.
7117         * charmaps/PT: Likewise.
7118         * charmaps/PT2: Likewise.
7119         * charmaps/SAMI: Likewise.
7120         * charmaps/SAMI-WS2: Likewise.
7121         * charmaps/SEN_850200_B: Likewise.
7122         * charmaps/SEN_850200_C: Likewise.
7123         * charmaps/T.101-G2: Likewise.
7124         * charmaps/T.61-7BIT: Likewise.
7125         * charmaps/T.61-8BIT: Likewise.
7126         * charmaps/TIS-620: Likewise.
7127         * charmaps/UTF8: Likewise.
7128         * charmaps/VIDEOTEX-SUPPL: Likewise.
7130 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
7132         * locales/pt_BR: Revert last change partly.  Full weekday and month
7133         names are written with lowercase first letter.
7134         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7136 2000-06-21  Andreas Jaeger  <aj@suse.de>
7138         * tst-trans.c: Include <stdlib.h> and <string.h>.
7140 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
7142         * locales/pt_BR: Correct day and month names.
7143         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
7145 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
7147         * Makefile (ld-test-srcs): Add tests/test6.c.
7149         * Makefile (ld-test-srcs): Add trans.def here.
7151         * Makefile (ld-test-srcs): Handle .ds files separately.
7153         * Makefile (ld-test-srcs): Distribute all test6 input files.
7155 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
7157         * locales/be_BY: New file.
7158         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
7160 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
7162         * locales/iso14651_t1: New file.
7164 2000-05-15  Andreas Jaeger  <aj@suse.de>
7166         * tst-fmon.data: Change testcase following fixes for
7167         de_DE.
7169         * locales/de_DE: Remove space after DEM since DEM is
7170         now placed after the value.
7172         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
7173         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
7174         PR libc/1713.
7176 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
7178         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
7179         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
7181         * tst-fmon.c (main): Print the locale name as well in the error
7182         message.
7184 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
7186         * locales/i18n: New file.
7188 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
7190         * tst-fmon.data: Update test after last strfmon change.
7192 2000-03-15  Andreas Jaeger  <aj@suse.de>
7194         * locales/sl_SI: Fix entries for june and july.
7195         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
7196         libc/1648.
7198 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
7200         * locales/en_DK: Correct syntax.
7202 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7204         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
7206 2000-03-01  Andreas Jaeger  <aj@suse.de>
7208         * locales/gv_GB: New file.
7209         * locales/kw_GB: New file.
7210         From Pablo Saratxaga <pablo@mandrakesoft.com>.
7212 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
7214         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
7216 2000-03-01  Andreas Jaeger  <aj@suse.de>
7218         * SUPPORTED: Added bg_BG.CP1251.
7220         * locales/bg_BG: New file.
7222 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
7224         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
7225         names for characters.
7226         * charmaps/EUC-KR: ADD width information.
7227         * repertoiremaps/mnemonic.ko: New file.
7228         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7230         * charmaps/GBK: New file.
7231         * locales/zh_CN.GBK: New file.
7232         * repertoiremaps/mnemonic.zh: New file.
7233         Contributed by Sean Chen <sean.chen@turbolinux.com>.
7235         * locales/mk_MK: New file.
7236         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
7237         * SUPPORTED: Add mk_MK ISO-8859-5.
7239 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
7241         * SUPPORTED: Add gl_ES.ISO-8859-1.
7243         * SUPPORTED: Add ar_SA.ISO-8859-6.
7244         * locales/ar_SA: New file.
7246         * locales/th_TH: Remove Thai digits from `digits'.
7248         * SUPPORTED: Add th_TH.TIS-620.
7250         * locales/el_GR (toupper): Don't map *s to S*.
7251         * locales/en_DK: Likewise.
7252         * locales/en_DK.com: Likewise.
7253         * locales/ru_RU: Likewise.
7254         * locales/ru_UA: Likewise.
7255         * locales/tr_TR: Likewise.
7256         * locales/uk_UA: Likewise.
7258         * locales/en_DK (toupper): Map v% to V%.
7259         (tolower): Map V% to v%.
7260         * locales/en_DK.com: Likewise.
7261         * locales/ru_RU: Likewise.
7262         * locales/ru_UA: Likewise.
7263         * locales/tr_TR: Likewise.
7264         * locales/uk_UA: Likewise.
7266 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
7268         * Makefile (generated-dirs): Add de_DE.437.
7270 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
7272         * charmaps/IBM864: Correct comment for /xC6 mapping.
7273         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
7274         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
7275         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
7276         Reported by Bruno Haible <haible@ilog.fr>.
7278 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
7280         * locales/af_ZA: Fix syntax errors.
7282 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
7284         * tst-locale.sh: Also enable test5.
7285         * tests/test5.ds: New file.
7287         * locales/gl_ES: New file.
7288         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
7290         * locales/POSIX: Remove trailing semicolon.
7291         * locales/th_TH: Likewise.
7292         PR libc/1545.
7294 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
7296         * locales/ja_JP: Add double-width digits to digit class.
7298 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
7300         * charmaps/ISO-8859-16: Add mapping for /xba.
7301         Reported by Bruno Haible <haible@ilog.fr>.
7303 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
7305         * tst-trans.sh: Add directory names to charmap and repertoire file
7306         names.
7308         * charmaps/ISO-8859-16: New file.
7310         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
7312 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
7314         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
7316 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
7318         * collate-test.c (main): Correct logic in test.
7320         * tst-trans.sh: Use correct name for dynamic loader.
7322 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
7324         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
7326         * locale/en_BW: New file.
7327         * locale/en_ZW: New file.
7328         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7330 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
7332         * locales/ja_JP: Fix cntrl mapping and era definition.
7333         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
7335 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
7337         * locales/af_ZA: New file.
7338         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
7340 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
7342         * locales/POSIX: Fix collation order of <SI> and add a few missing
7343         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
7345         * locales/cs_CZ: Fix syntax of collation entries with multi-character
7346         weights.
7347         * locales/da_DK: Likewise.
7348         * locales/el_GR: Likewise.
7349         * locales/en_CA: Likewise.
7350         * locales/en_CA,2.5: Likewise.
7351         * locales/en_DK: Likewise.
7352         * locales/en_DK.com: Likewise.
7353         * locales/es_AR: Likewise.
7354         * locales/es_BO: Likewise.
7355         * locales/es_CL: Likewise.
7356         * locales/es_CO: Likewise.
7357         * locales/es_DO: Likewise.
7358         * locales/es_EC: Likewise.
7359         * locales/es_ES: Likewise.
7360         * locales/es_GT: Likewise.
7361         * locales/es_HN: Likewise.
7362         * locales/es_MX: Likewise.
7363         * locales/es_PA: Likewise.
7364         * locales/es_PE: Likewise.
7365         * locales/es_PY: Likewise.
7366         * locales/es_SV: Likewise.
7367         * locales/es_US: Likewise.
7368         * locales/es_UY: Likewise.
7369         * locales/es_VE: Likewise.
7370         * locales/et_EE: Likewise.
7371         * locales/fi_FI: Likewise.
7372         * locales/fr_CA,2.13: Likewise.
7373         * locales/hr_HR: Likewise.
7374         * locales/hu_HU: Likewise.
7375         * locales/is_IS: Likewise.
7376         * locales/lt_LT: Likewise.
7377         * locales/lv_LV: Likewise.
7378         * locales/no_NO: Likewise.
7379         * locales/pl_PL: Likewise.
7380         * locales/ro_RO: Likewise.
7381         * locales/ru_RU: Likewise.
7382         * locales/ru_UA: Likewise.
7383         * locales/sl_SI: Likewise.
7384         * locales/sr_YU: Likewise.
7385         * locales/sv_SE: Likewise.
7386         * locales/th_TH: Likewise.
7387         * locales/tr_TR: Likewise.
7388         * locales/uk_UA: Likewise.
7390 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
7392         * charmaps/ISIRI-3342: New file.
7393         * locales/fa_IR: New file.
7394         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
7396 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
7398         * locales/de_DE: Correct syntax of multi-character weights.
7400 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
7402         * tests/test6.c: New file.
7403         * tests/test6.cm: New file.
7404         * tests/test6.def: New file.
7405         * tests/test6.mne: New file.
7407         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
7408         UFE85, and UFE8B.
7409         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
7410         and /xc6.
7411         * charmaps/KOI8-U: Fix typo in /x95 entry.
7412         * charmaps/KOI8-R: Correct 0x95 entry.
7413         * charmaps/CP1258: Add /xEC.
7414         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
7415         * charmaps/IBM874: Add Euro.
7416         * charmaps/ISO-8859-7: Map /xB4 to U0384.
7417         Reported by Bruno Haible <haible@ilog.fr>.
7419 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
7421         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
7422         1992.  Reported by Bruno Haible <haible@ilog.fr>.
7424 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
7426         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
7427         * charmaps/EUC-JP: Likewise.
7428         * repertoiremaps/mnemonic.ja: Likewise.
7430         * locales/ja_JP: Add extra CLASS and MAP definisions.
7432         * charmaps/EUC-JP: Add WIDTH definitions.
7434 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
7436         * Makefile: Don't run tests for now.
7438 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
7440         * locales/ko_KR: New file.
7441         * charmaps/EUC-KR: New file.
7442         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
7444 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
7446         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
7448         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
7450 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
7452         * tst-trans.c: New file.
7453         * tst-trans.sh: New file.
7454         * tests/trans.def: New file.
7455         * Makefile: Add rules for character mapping tests.
7457         * tests/test1.def: Correct ellipsis syntax.
7459 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
7461         * charmaps/ISO-8859-1: Don't define values for non-printable
7462         characters.
7464         * charmaps/ISO-8859-1: Add width information.
7466 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
7468         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
7470         * charmaps/ISO-8859-13: Fix a few entries.
7471         Patch by Marius Gedminas <mgedmin@takas.lt>.
7473 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
7475         * locales/zh_CN: Some first patches to make the file usable.
7477 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
7479         * locales/id_ID: Fix typo.
7481 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
7483         * locales/en_DK: Add Euro symbol to collation and characterization
7484         tables.  Patch by Geoff Keating.
7486         * charmaps/ISO-8859-15: Remove duplicate <OC>.
7488 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
7490         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
7491         * charmaps/IBM866: Likewise.
7492         * charmaps/IBM874: Likewise.
7493         * charmaps/ISO-8859-13: Likewise.
7494         * charmaps/ISO-8859-14: Likewise.
7495         * charmaps/ISO-8859-15: Likewise.
7496         * charmaps/MAC-UK: Likewise.
7498         * charmaps/ISO-8859-13: Correct typo.
7499         * charmaps/ISO-8859-14: Likewise.
7500         * charmaps/ISO-8859-15: Likewise.
7502 1999-08-16  Andreas Schwab  <schwab@suse.de>
7504         * charmaps/UTF8: Add entries for /x00.  Remove spurious
7505         <percent-sign/> entry.  Correct typo.
7507 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7509         * charmaps/UTF8: Generated from the charDB.
7511 1999-08-13  Andreas Schwab  <schwab@suse.de>
7513         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
7514         * locales/da_DK: Likewise.
7515         * locales/de_DE: Likewise.
7516         * locales/el_GR: Likewise.
7517         * locales/en_CA: Likewise.
7518         * locales/en_DK: Likewise.
7519         * locales/en_DK.com: Likewise.
7520         * locales/es_AR: Likewise.
7521         * locales/es_BO: Likewise.
7522         * locales/es_CL: Likewise.
7523         * locales/es_CO: Likewise.
7524         * locales/es_DO: Likewise.
7525         * locales/es_EC: Likewise.
7526         * locales/es_ES: Likewise.
7527         * locales/es_GT: Likewise.
7528         * locales/es_HN: Likewise.
7529         * locales/es_MX: Likewise.
7530         * locales/es_PA: Likewise.
7531         * locales/es_PE: Likewise.
7532         * locales/es_PY: Likewise.
7533         * locales/es_SV: Likewise.
7534         * locales/es_US: Likewise.
7535         * locales/es_UY: Likewise.
7536         * locales/es_VE: Likewise.
7537         * locales/et_EE: Likewise.
7538         * locales/fi_FI: Likewise.
7539         * locales/hr_HR: Likewise.
7540         * locales/hu_HU: Likewise.
7541         * locales/is_IS: Likewise.
7542         * locales/lt_LT: Likewise.
7543         * locales/lv_LV: Likewise.
7544         * locales/no_NO: Likewise.
7545         * locales/pl_PL: Likewise.
7546         * locales/ro_RO: Likewise.
7547         * locales/ru_RU: Likewise.
7548         * locales/ru_UA: Likewise.
7549         * locales/sl_SI: Likewise.
7550         * locales/sr_YU: Likewise.
7551         * locales/sv_SE: Likewise.
7552         * locales/tr_TR: Likewise.
7553         * locales/uk_UA: Likewise.
7555         * charmaps/ISO_10646: Fix typo.
7557 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
7559         * locales/ca_ES: New file.
7560         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
7562         * SUPPORTED: Add ca_ES.
7564 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
7566         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
7567         correct sources.
7569 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
7571         * locales/ru_RU: Abbreviate Saturday Sbt.
7572         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
7574 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
7576         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
7578 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
7580         * Makefile (install-locales): Allow specifying charset in locale
7581         name but omit it in locale definition file.
7583         * SUPPORTED: Don't generate ru_SU.
7584         * locales/ru_SU: Removed.
7586         * locales/zh_CN: Update.
7587         * charmaps/GB2312: New file.
7588         Contributed by hashao@china.com.
7590 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7592         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
7593         correct some character names.
7595         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
7597 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
7599         * charmaps/SAMI-WS2: Add one more alias.
7601 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
7603         * charmaps/IBM874: New file.
7605         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
7607         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
7609         * charmaps/IBM864: Major update from Unicode data.
7611         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
7613         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
7615         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
7617         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
7619         * charmaps/IBM857: Correct entries ee, f7, and fa.
7621         * charmaps/IBM855: Correct entries 95, ef, and fd.
7623         * charmaps/IBM437: Correct entries f9 and fa.
7625         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
7627         * locales/th_TH: New file.  Thai locale description.
7628         * th_TH.in: New file.
7629         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7631 1999-04-14  Cristian Gafton  <gafton@redhat.com>
7633         * SUPPORTED: Add support for Ukraine Russian.
7634         * locales/ru_UA: New file.
7635         * locales/uk_UA: New file.
7636         * charmaps/KOI8-U: New file.
7638 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
7640         * locales/id_ID: New file.
7642 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
7644         * charmaps/TIS-620: New file.
7645         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
7647 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
7649         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
7651         * charmaps/CP1256: Cosmetic changes.
7652         * charmaps/CP1257: Likewise.
7654         * charmaps/CP1258: New file.
7656         * charmaps/CP1257: Add some marks.
7657         * charmaps/CP1256: Update from Unicode page.
7658         * charmaps/CP1255: Lots of punctuation character changes.
7659         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
7660         * charmaps/CP1253: Add Euro character.
7661         * charmaps/CP1252: Add Euro character and z caron.
7662         * charmaps/CP1251: Add Euro character.
7663         * charmaps/CP1250: Add Euro character.
7665 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
7667         * locales/hr_HR: Various corrections.
7668         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
7670 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
7672         * locales/ru_RU (mon): Fix March and May month name translations.
7673         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
7675 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
7677         * Makefile (test-input): Prepare for cs_CZ test.
7678         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
7679         * cs_CZ.in: New file.
7681 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
7683         * locales/it_CH: New file.
7684         * SUPPORTED: Add it_CH.
7686         * locales/in_ID: New file.
7687         * SUPPORTED: Add in_ID.
7689 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7691         * Makefile (test-input): Add hr_HR.ISO-8859-2.
7692         (test-input-data): New variable.
7693         (distribute): Use it.
7694         (do-collate-test): Use it.
7695         * locales/hr_HR.in: New file.
7697 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
7699         * charmaps/IBM866: New file.
7700         * charmaps/MAC-UK: New file.
7702 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
7704         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
7705         * charmaps/ISO-8859-14: Add alias names.
7707         * repertoiremaps/mnemonics.ds: Remove duplicates.
7709 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
7711         * charmaps/ISO-8859-13: New file.
7712         * charmaps/ISO-8859-14: New file.
7713         * charmaps/ISO-8859-15: New file.
7715         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
7717 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
7719         * SUPPORTED: Add en_AU.
7721 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
7723         * SUPPORTED: Update greek entry.
7724         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7726 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
7728         * locales/el_GR (abmon): Remove spaces at end of strings.
7730 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
7732         * tests/test1.cm: Add missing character definitions to read POSIX
7733         locale definition.
7734         * tests/test2.cm: Likewise.
7735         * tests/test3.cm: Likewise.
7736         * tests/test4.cm: Likewise.
7737         * tests/test5.cm: Likewise.
7739 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
7741         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
7743 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
7745         * locales/gr_GR: Renamed to...
7746         * locales/el_GR: ...this.
7747         (yesexpr, noexpr): Also allow yes and no.
7749 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7751         * locales/sr_YU: Add repertoiremap.
7753 1998-09-23  Cristian Gafton  <gafton@redhat.com>
7755         * locales/sr_YU: New file.
7756         * SUPPORTED: Add sr_YU.
7758 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
7760         * Makefile: Rewrite install-locales rule.
7762 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
7764         * Makefile: Add more dependecies for running tests.
7765         Reported by HJ Lu.
7767 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7769         * locales/sk_SK: Add repertoiremap.
7771 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7773         * locales/ru_SU: Add repertoiremap.
7775 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
7777         * locales/ru_SU: New file.
7778         * SUPPORTED: Add ru_SU with KOI8-R.
7780 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
7782         * Makefile: Install repertoire maps.
7783         * mnemonic.ds: Moved into repertoiremaps subdir.
7784         * repertoiremaps/charids.894: New file.
7785         * repertoiremaps/mnemonic.ds: New file.
7787         * sort-test.sh: Adapt for most recent changes in localedef.
7788         * tst-fmon.sh: Likewise.
7789         * tst-locale.sh: Likewise.
7791         * locales/POSIX: Add repertoiremap definition.
7792         * locales/cs_CZ: Likewise.
7793         * locales/da_DK: Likewise.
7794         * locales/de_AT: Likewise.
7795         * locales/de_BE: Likewise.
7796         * locales/de_CH: Likewise.
7797         * locales/de_DE: Likewise.
7798         * locales/de_LU: Likewise.
7799         * locales/en_AU: Likewise.
7800         * locales/en_CA: Likewise.
7801         * locales/en_CA,2.5: Likewise.
7802         * locales/en_DK: Likewise.
7803         * locales/en_DK.com: Likewise.
7804         * locales/en_GB: Likewise.
7805         * locales/en_IE: Likewise.
7806         * locales/en_NZ: Likewise.
7807         * locales/en_US: Likewise.
7808         * locales/es_AR: Likewise.
7809         * locales/es_BO: Likewise.
7810         * locales/es_CL: Likewise.
7811         * locales/es_CO: Likewise.
7812         * locales/es_DO: Likewise.
7813         * locales/es_EC: Likewise.
7814         * locales/es_ES: Likewise.
7815         * locales/es_GT: Likewise.
7816         * locales/es_HN: Likewise.
7817         * locales/es_MX: Likewise.
7818         * locales/es_PA: Likewise.
7819         * locales/es_PE: Likewise.
7820         * locales/es_PY: Likewise.
7821         * locales/es_SV: Likewise.
7822         * locales/es_US: Likewise.
7823         * locales/es_UY: Likewise.
7824         * locales/es_VE: Likewise.
7825         * locales/et_EE: Likewise.
7826         * locales/eu_ES: Likewise.
7827         * locales/fi_FI: Likewise.
7828         * locales/fo_FO: Likewise.
7829         * locales/fr_BE: Likewise.
7830         * locales/fr_CA: Likewise.
7831         * locales/fr_CA,2.13: Likewise.
7832         * locales/fr_CH: Likewise.
7833         * locales/fr_FR: Likewise.
7834         * locales/fr_LU: Likewise.
7835         * locales/ga_IE: Likewise.
7836         * locales/gr_GR: Likewise.
7837         * locales/he_IL: Likewise.
7838         * locales/hr_HR: Likewise.
7839         * locales/hu_HU: Likewise.
7840         * locales/is_IS: Likewise.
7841         * locales/it_IT: Likewise.
7842         * locales/iw_IL: Likewise.
7843         * locales/kl_GL: Likewise.
7844         * locales/lt_LT: Likewise.
7845         * locales/lv_LV: Likewise.
7846         * locales/nl_BE: Likewise.
7847         * locales/nl_NL: Likewise.
7848         * locales/no_NO: Likewise.
7849         * locales/pl_PL: Likewise.
7850         * locales/pt_BR: Likewise.
7851         * locales/pt_PT: Likewise.
7852         * locales/ro_RO: Likewise.
7853         * locales/ru_RU: Likewise.
7854         * locales/sl_SI: Likewise.
7855         * locales/sv_FI: Likewise.
7856         * locales/sv_SE: Likewise.
7857         * locales/tr_TR: Likewise.
7858         * locales/zh_CN: Likewise.
7860 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
7862         * tst-locale.sh: Add comment for when multi-byte charsets in
7863         locales work.
7864         * tests/test5.cm: New file.
7865         * tests/test5.def: New file.
7866         * Makefile (ld-test-names): Add test5.
7868 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
7870         * locales/de_DE: Use . as thousands separator and 3;3 groups for
7871         LC_NUMERIC.
7873 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
7875         * Makefile: Fix test rules from last patch.
7877 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7879         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
7880         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
7882 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
7884         * Makefile (distribute): Add tst-locale.sh.
7886 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
7888         * Makefile (distribute): Add SUPPORTED.
7889         (install-locales): New rule to install locale dat ausing localedef.
7890         * SUPPORTED: New file.  Names all usable locales.
7891         Based on a patch by Cristian Gafton <gafton@redhat.com>.
7893         * locales/gr_GR: Correct collation description.
7894         * locales/nl_NL: Correct Charset requirement.
7895         * locales/pt_BR: Fix int_curr_symbol.
7896         * locales/ru_RU: Fix ctype data.
7897         Patches by Cristian Gafton <gafton@redhat.com>.
7899         * locales/nl_NL: Fix yesexpr/noexpr.
7900         * locales/pt_BR: Likewise.
7901         * locales/cs_CZ: Likewise.
7902         * locales/da_DK: Likewise.
7903         * locales/en_AU: Likewise.
7904         * locales/en_CA: Likewise.
7905         * locales/en_DK: Likewise.
7906         * locales/en_DK.com: Likewise.
7907         * locales/en_GB: Likewise.
7908         * locales/en_NZ: Likewise.
7909         * locales/en_US: Likewise.
7910         * locales/es_AR: Likewise.
7911         * locales/es_BO: Likewise.
7912         * locales/es_CL: Likewise.
7913         * locales/es_CO: Likewise.
7914         * locales/es_DO: Likewise.
7915         * locales/es_EC: Likewise.
7916         * locales/es_ES: Likewise.
7917         * locales/es_GT: Likewise.
7918         * locales/es_HN: Likewise.
7919         * locales/es_MX: Likewise.
7920         * locales/es_PA: Likewise.
7921         * locales/es_PE: Likewise.
7922         * locales/es_PY: Likewise.
7923         * locales/es_SV: Likewise.
7924         * locales/es_US: Likewise.
7925         * locales/es_UY: Likewise.
7926         * locales/es_VE: Likewise.
7927         * locales/et_EE: Likewise.
7928         * locales/eu_ES: Likewise.
7929         * locales/fi_FI: Likewise.
7930         * locales/fo_FO: Likewise.
7931         * locales/fr_BE: Likewise.
7932         * locales/fr_CA: Likewise.
7933         * locales/fr_CH: Likewise.
7934         * locales/fr_FR: Likewise.
7935         * locales/fr_LU: Likewise.
7936         * locales/ga_IE: Likewise.
7937         * locales/gr_GR: Likewise.
7938         * locales/he_IL: Likewise.
7939         * locales/hr_HR: Likewise.
7940         * locales/hu_HU: Likewise.
7941         * locales/is_IS: Likewise.
7942         * locales/it_IT: Likewise.
7943         * locales/iw_IL: Likewise.
7944         * locales/ja_JP: Likewise.
7945         * locales/kl_GL: Likewise.
7946         * locales/lt_LT: Likewise.
7947         * locales/lv_LV: Likewise.
7948         * locales/no_NO: Likewise.
7949         * locales/pl_PL: Likewise.
7950         * locales/pt_PT: Likewise.
7951         * locales/ro_RO: Likewise.
7952         * locales/ru_RU: Likewise.
7953         * locales/sl_SI: Likewise.
7954         * locales/sv_SE: Likewise.
7955         * locales/tr_TR: Likewise.
7956         * locales/zh_CN: Likewise.
7958 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
7960         * locales/ru_RU: Correct last patch.
7961         Patch by Cristian Gafton <gafton@redhat.com>.
7963 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
7965         * locales/de_DE: Use common german data and time format not ISO
7966         8601.
7968 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
7970         * locales/ru_RU: Correct inconsistencies in mon data.
7971         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
7973 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7975         * locales/pl_PL: Fix int_curr_symbol.
7977 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
7979         * locales/is_IS: Update from Debian version.
7981 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
7983         * tst-fmon.c: New file.  strfmon test program.
7984         * tst-fmon.sh: New file.  Script to run strfmon test.
7985         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
7986         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
7988         * locales/cs_CZ: Update from author.
7990 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
7992         * sort-test.sh: Call localedef with additional environment variable
7993         I18NPATH to point to not-yet-installed locale data files.
7995         * locales/POSIX: Updated version from maintainer.
7997 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
7999         * collate-test.c (main): Change prototype definition to prevent
8000         warning.
8002 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
8004         * locales/de_DE: Include real collation data.  It's similar to the
8005         en_DK information but the order of small and capital characters is
8006         exchanged.
8008         * collate-test.c: New file.  Test suite for strcoll function.
8009         * de_DE.in: Input file for collation test.
8010         * da_DK.in: Likewise.
8012         * xfrm-test.c: New file.  Test suite for strxfrm function.
8014 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
8016         * All charmaps: Fix entries for <quotation-mark>.
8018 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
8020         * Makefile (charmaps): Don't try to install CVS or RCS directory.
8021         (locales): Likewise.
8022         Reported by Matthias Urlichs.