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