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