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