Updated to fedora-glibc-20070731T1624
[glibc.git] / localedata / ChangeLog
blob7a7a62fa2ff79edc67b2c5d6a8427727f318a318
1 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
3         * locales/ar_SA (d_t_fmt, d_fmt, t_fmt, t_fmt_ampm): Replace %.1d
4         with supported %e and %.1H with %k.
5         * locales/dz_BT (t_fmt): Remove whitespace between % and H.
7 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
9         [BZ #4773]
10         * Makefile: Add rules to build and run tst-strptime.
11         * tst-strptime.c: New file.
13 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
15         * locales/as_IN: Fix currency_symbol, abday for Sunday, abmon for
16         January, February, and September to December, mon for January,
17         February, September, and December, am_pm, and name_*.
18         Patch by Amitakhya Phukan <aphukan@redhat.com>.
20 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
22         [BZ #4114]
23         * locales/ast_ES: New file.
24         * SUPPORTED (SUPPORTED-LOCALES): Add ast_ES.UTF-8 and ast_ES.
26 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
28         [BZ #4024]
29         * locales/iso14651_t1: Include iso14651_t1_common for common
30         sorting data.
31         * locales/iso14651_t1_common: New file.
32         * locales/iso14651_t1_pinyin: New file.
33         * locales/zh_CN (LC_COLLATE): Use iso14651_t1_pinyin instead of
34         iso14651_t1.
36         [BZ #3213]
37         * locales/translit_neutral: Add entry for U2044.
39 2007-04-24  Ulrich Drepper  <drepper@redhat.com>
41         [BZ #4411]
42         * locales/en_ZA: Update int_select.
43         Patch by Dwayne Bailey <dwayne@translate.org.za>.
45 2007-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
47         * Makefile: Define tst-sscanf-ENV.
48         * tst-sscanf.c: Use fa_IR.UTF-8 which exists internally.
50 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
52         * Makefile (tests): Add tst-sscanf.
53         (LOCALES): Add fa_IR.UTF-8.
54         * tst-sscanf.c: New file.
56         * da_DK.in: Adjust for unified collation.
58         * locales/vi_VN: Don't define HOK here as well.
60 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
62         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.
64         [BZ #1430]
65         * locales/hu_HU: Revert
66                 * locales/hu_HU: Better collation.
67                 Patch by Gyuro Lehel <lehel@freemail.hu>.
69 2005-01-16  Denis Barbier  <barbier@linuxfr.org>
71         [BZ #672]
72         * locales/ca_ES: Replace current collation rules by including
73         iso14651_t1 and adding extra rules if needed.  There should be
74         no noticeable changes in sorted text. only ligatures and
75         ignoreable characters have modified weights.
76         * locales/da_DK: Likewise.
77         * locales/en_CA: Likewise.
78         * locales/es_US: Likewise.
79         * locales/fi_FI: Likewise.
80         * locales/nb_NO: Likewise.
82 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
84         [BZ #672]
85         * locales/iso14651_t1: Simplified.  Extended.
87         [BZ #58]
88         * locales/uk_UA: New version.
90         [BZ #3156]
91         * locales/pl_PL: Fix abday, abmon, d_t_fmt, d_fmt, and date_fmt.
93         [BZ #2692]
94         * locales/es_VE: Add am/pm format support.
96         [BZ #2648]
97         * locales/pl_PL: Fix currency_symbol and its placement.
99         [BZ #3363]
100         * SUPPORTED (SUPPORTED-LOCALES): Add tt_RU@iqtelif.
101         * locales/tt_RU@iqtelif: New file.
103         [BZ #3334]
104         * locales/sr_ME: Update from maintainer.
106         [BZ #3326]
107         * SUPPORTED (SUPPORTED-LOCALES): Add crh_UA.
108         * locales/crh_UA: New file.
110 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
112         [BZ #3322]
113         * SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin.
114         * locales/sr_RS: New file.
115         * locales/sr_RS@latin: New file.
117         [BZ #3995]
118         * locales/ru_RU (LC_TIME): Set first_weekday and first_workday.
120         [BZ #3885]
121         * locales/i18n: Updates for Unicode 5.0.
122         * charmaps/UTF-8: Likewise.
123         Patch by Pablo Saratxaga <pablo@walon.org>
125 2007-01-12  Gwenole Beauchesne  <gbeauchesne@mandriva.com>
127         [BZ #3884]
128         * locales/sl_SI: Slovenia joined the Euro zone.
129         Fix negative number format.
131 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
133         [BZ #3851]
134         * locales/bn_BD: Fix full name of January and February.
135         Patch by Jamil Ahmed <jamil@bengalinux.org>.
137 2007-02-02  Bruno Haible  <bruno@clisp.org>
139         * charmaps/EUC-KR: Add mapping for 0xA2 0xE8.
140         * charmaps/JOHAB: Add mapping for 0xD9 0xE8.
141         Reported by Jungshik Shin <jungshik@google.com>.
143         * charmaps/JOHAB: Add mappings for 0xD9 0xE6 and 0xD9 0xE7.
144         Reported by Jungshik Shin <jungshik@google.com>.
146 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
148         * charmaps/BRF: New file.
149         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
151 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
153         * locales/cs_CZ (LC_TIME): Change d_fmt to %e.%m.%Y from %-d.%-m.%Y.
154         Change d_t_fmt to %a %-d. %B %Y, %H:%M:%S %Z from
155         %a %e. %B %Y, %H:%M:%S %Z.
157 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
159         * locales/mai_IN: New file.
160         Provided by Rajesh Ranjan <rajeshkajha@yahoo.com>.
162         * SUPPORTED: Add mai_IN/UTF-8.
164 2006-10-12  Ulrich Drepper  <drepper@redhat.com>
166         [BZ #3320]
167         * locales/es_ES (LC_TIME): Add week, first_weekday, and first_workday.
169 2006-10-05  Dmitry V. Levin  <ldv@altlinux.org>
171         * locales/tt_RU: Fix territory, title and descriptive comment.
173 2006-10-05  Ulrich Drepper  <drepper@redhat.com>
175         * locales/pa_IN (abday): Fix spelling of Sunday.
176         Patch by Mayank Jain <majain@redhat.com>.
178 2006-10-01  Ulrich Drepper  <drepper@redhat.com>
180         * locales/en_GB: Use more complete en_US data in LC_NAME.
182 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
184         [BZ #39]
185         * locales/sr_ME: New file.
186         * SUPPORTED (SUPPORTED-LOCALES): Add sr_ME.
188 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
190         [BZ #2823]
191         * locales/mk_MK: Fix date_fmt.  Add week, first_weekday, and
192         first_workday information.
193         Patch by Damjan Georgievski.
195 2006-09-05  Ulrich Drepper  <drepper@redhat.com>
197         * locales/or_IN (mon): Fix February string.
199 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
201         [BZ #2695]
202         * locales/et_EE: Update LC_ADDRESS category.
203         Patch by Priit Laes <amd@store20.com>.
205 2006-08-23  Ulrich Drepper  <drepper@redhat.com>
207         [BZ #2662]
208         * locales/bn_BD: Fix abday and day spelling of Tuesday.
210         [BZ #2473]
211         * locales/en_NZ: Define am/pm formats.
213 2006-08-22  Ulrich Drepper  <drepper@redhat.com>
215         * locales/nn_NO: Copy more categories from nb_NO.
217 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
219         [BZ #3034]
220         * locales/ml_IN (abmon): Fix June entry.
221         * locales/bn_IN (abday): Fix Tuesday entry.
222         (day): Likewise.
223         (abmon): Fix January and February entries.
224         (mon): Likewise.
225         Patches by Mayank Jain <majain@redhat.com>.
227 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
229         [BZ #935]
230         * SUPPORTED (SUPPORTED-LOCALES): Add fy_NL.
231         * locales/fy_NL: New file.
233 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
235         [BZ #3034]
236         * locales/pa_IN (day): Fix spelling of Saturday.
237         * locales/or_IN (mon): Fix spelling of May.
238         * locales/ml_IN (day): Fix spelling of Sunday, Monday, Wednesday.
239         (abmon): Fix spelling of March to October.
240         (mon): Fix spelling of March, April, June, August to December.
241         Patches by Mayank Jain <majain@redhat.com>.
243 2006-06-03  Eddy Petrisor  <eddy.petrisor@gmail.com>
245         [BZ #2125]
246         * locales/ro_RO: Fix collation rules for <U0218> and <U021A>.
247         Define first_weekday, first_workdayweek_day, work_day,
248         country_isbn and country_post fields.
249         Comments for terminology and bibliographic codes were added.
251 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
253         * SUPPORTED (SUPPORTED-LOCALES): Add csb_PL.UTF-8.
255         [BZ #2961]
256         * locales/csb_PL: New file.
258 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
260         * locales/es_NI: Define real t_fmt_ampm and am_pm.
261         * locales/es_PE: Likewise.
263 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
265         * locales/te_IN: Minor fixups.
266         * locales/pt_PT: Likewise.
268         * locales/aa_DJ: Add transliateration support to LC_CTYPE.
269         * locales/af_ZA: Likewise.
270         * locales/am_ET: Likewise.
271         * locales/ar_AE: Likewise.
272         * locales/ar_BH: Likewise.
273         * locales/ar_DZ: Likewise.
274         * locales/ar_EG: Likewise.
275         * locales/ar_IN: Likewise.
276         * locales/ar_IQ: Likewise.
277         * locales/ar_JO: Likewise.
278         * locales/ar_KW: Likewise.
279         * locales/ar_LB: Likewise.
280         * locales/ar_LY: Likewise.
281         * locales/ar_MA: Likewise.
282         * locales/ar_OM: Likewise.
283         * locales/ar_QA: Likewise.
284         * locales/ar_SA: Likewise.
285         * locales/ar_SD: Likewise.
286         * locales/ar_SY: Likewise.
287         * locales/ar_TN: Likewise.
288         * locales/ar_YE: Likewise.
289         * locales/as_IN: Likewise.
290         * locales/az_AZ: Likewise.
291         * locales/be_BY: Likewise.
292         * locales/bg_BG: Likewise.
293         * locales/bn_BD: Likewise.
294         * locales/bn_IN: Likewise.
295         * locales/ca_AD: Likewise.
296         * locales/ca_ES: Likewise.
297         * locales/ca_ES@euro: Likewise.
298         * locales/ca_FR: Likewise.
299         * locales/ca_IT: Likewise.
300         * locales/cs_CZ: Likewise.
301         * locales/dz_BT: Likewise.
302         * locales/el_CY: Likewise.
303         * locales/el_GR: Likewise.
304         * locales/en_AU: Likewise.
305         * locales/en_CA: Likewise.
306         * locales/en_DK: Likewise.
307         * locales/en_GB: Likewise.
308         * locales/en_HK: Likewise.
309         * locales/en_IE: Likewise.
310         * locales/en_IE@euro: Likewise.
311         * locales/en_IN: Likewise.
312         * locales/en_NZ: Likewise.
313         * locales/en_PH: Likewise.
314         * locales/en_SG: Likewise.
315         * locales/en_US: Likewise.
316         * locales/en_ZA: Likewise.
317         * locales/es_AR: Likewise.
318         * locales/es_BO: Likewise.
319         * locales/es_CL: Likewise.
320         * locales/es_CO: Likewise.
321         * locales/es_CR: Likewise.
322         * locales/es_DO: Likewise.
323         * locales/es_EC: Likewise.
324         * locales/es_ES: Likewise.
325         * locales/es_ES@euro: Likewise.
326         * locales/es_GT: Likewise.
327         * locales/es_HN: Likewise.
328         * locales/es_MX: Likewise.
329         * locales/es_NI: Likewise.
330         * locales/es_PA: Likewise.
331         * locales/es_PE: Likewise.
332         * locales/es_PR: Likewise.
333         * locales/es_PY: Likewise.
334         * locales/es_SV: Likewise.
335         * locales/es_US: Likewise.
336         * locales/es_UY: Likewise.
337         * locales/es_VE: Likewise.
338         * locales/et_EE: Likewise.
339         * locales/eu_ES: Likewise.
340         * locales/eu_ES@euro: Likewise.
341         * locales/fa_IR: Likewise.
342         * locales/fi_FI: Likewise.
343         * locales/fi_FI@euro: Likewise.
344         * locales/fo_FO: Likewise.
345         * locales/ga_IE: Likewise.
346         * locales/ga_IE@euro: Likewise.
347         * locales/gez_ER: Likewise.
348         * locales/gez_ET: Likewise.
349         * locales/gl_ES: Likewise.
350         * locales/gl_ES@euro: Likewise.
351         * locales/gu_IN: Likewise.
352         * locales/gv_GB: Likewise.
353         * locales/he_IL: Likewise.
354         * locales/hi_IN: Likewise.
355         * locales/hr_HR: Likewise.
356         * locales/hy_AM: Likewise.
357         * locales/id_ID: Likewise.
358         * locales/is_IS: Likewise.
359         * locales/it_CH: Likewise.
360         * locales/it_IT: Likewise.
361         * locales/it_IT@euro: Likewise.
362         * locales/iw_IL: Likewise.
363         * locales/ja_JP: Likewise.
364         * locales/kk_KZ: Likewise.
365         * locales/kl_GL: Likewise.
366         * locales/km_KH: Likewise.
367         * locales/kn_IN: Likewise.
368         * locales/ko_KR: Likewise.
369         * locales/kw_GB: Likewise.
370         * locales/ky_KG: Likewise.
371         * locales/lg_UG: Likewise.
372         * locales/lt_LT: Likewise.
373         * locales/lv_LV: Likewise.
374         * locales/mk_MK: Likewise.
375         * locales/mr_IN: Likewise.
376         * locales/ms_MY: Likewise.
377         * locales/mt_MT: Likewise.
378         * locales/nb_NO: Likewise.
379         * locales/ne_NP: Likewise.
380         * locales/nl_BE: Likewise.
381         * locales/nl_BE@euro: Likewise.
382         * locales/nl_NL: Likewise.
383         * locales/nl_NL@euro: Likewise.
384         * locales/nn_NO: Likewise.
385         * locales/nr_ZA: Likewise.
386         * locales/om_KE: Likewise.
387         * locales/or_IN: Likewise.
388         * locales/pa_IN: Likewise.
389         * locales/pl_PL: Likewise.
390         * locales/pt_BR: Likewise.
391         * locales/pt_PT: Likewise.
392         * locales/pt_PT@euro: Likewise.
393         * locales/ru_RU: Likewise.
394         * locales/ru_UA: Likewise.
395         * locales/rw_RW: Likewise.
396         * locales/se_NO: Likewise.
397         * locales/si_LK: Likewise.
398         * locales/sk_SK: Likewise.
399         * locales/sl_SI: Likewise.
400         * locales/so_SO: Likewise.
401         * locales/sq_AL: Likewise.
402         * locales/ss_ZA: Likewise.
403         * locales/st_ZA: Likewise.
404         * locales/sv_FI: Likewise.
405         * locales/sv_FI@euro: Likewise.
406         * locales/sv_SE: Likewise.
407         * locales/ta_IN: Likewise.
408         * locales/te_IN: Likewise.
409         * locales/tg_TJ: Likewise.
410         * locales/th_TH: Likewise.
411         * locales/ti_ET: Likewise.
412         * locales/tn_ZA: Likewise.
413         * locales/tr_TR: Likewise.
414         * locales/ts_ZA: Likewise.
415         * locales/tt_RU: Likewise.
416         * locales/uk_UA: Likewise.
417         * locales/ve_ZA: Likewise.
418         * locales/vi_VN: Likewise.
419         * locales/xh_ZA: Likewise.
420         * locales/zh_CN: Likewise.
421         * locales/zh_HK: Likewise.
422         * locales/zh_SG: Likewise.
423         * locales/zu_ZA: Likewise.
425 2006-05-26  Ulrich Drepper  <drepper@redhat.com>
427         * SUPPORTED (SUPPORTED-LOCALES): Add as_IN.UTF-8 and or_IN.UTF-8.
428         * locales/as_IN: New file.
429         * locales/or_IN: New file.
430         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
432 2006-05-02  Ulrich Drepper  <drepper@redhat.com>
434         [BZ #1203]
435         * locales/de_DE: Fix order of day of month and month name in
436         date_fmt.  Add period after the day number and avoid padding.
438         * SUPPORTED (SUPPORTED-LOCALES): Add tr_CY.ISO-8859-9 and
439         tr_CY.UTF-8.
441         [BZ #531]
442         * locales/tr_CY: New file.
444 2006-01-07  Eddy Petrisor  <eddy.petrisor@gmail.com>
446         * locales/ro_RO: The sorting order of the letters a circumflex and
447         a with breve was corrected according to the Romanian alphabet.
448         Capital A with breve is in no longer used within day names.
449         Romanian post-92 writing rules are used within day and abday fields.
450         Fixed the international currency symbol because after the
451         denomination (starting with the 1st of July 2005), the symbol is
452         RON (1 RON = 10000 ROL).
453         Grouping sign for thousands, which is ".", is used for Romanian.
454         Numbers are grouped in sets of 3 digits.
455         The short date format is %d.%m.%Y for Romanian in Romania.
456         The year is placed before the time in date_fmt.
457         %Z was replaced with %z in date formats because %Z is not
458         used nor widely known in Romania, and Romania uses daylight saving
459         and the difference is more obvious this way.
460         abday for Saturday was changed because i> looks bad and is
461         incorrect according to post-92 writing rules.
462         In Romanian months' names are not capitalized. The same goes for
463         the days' names.
464         A4 is the prefered paper type and metric system is used;
465         FIXMEs were removed.
466         country_name, country_car, lang_name and lang_ab were added.
467         name_mr, name_mrs, name_miss were added; name_ms omitted as
468         there is no proper form it in Romanian.
469         An explanation related to the cedilla/comma issue and
470         the reson why the transliteration is a good idea was added.
471         The default encoding was changed to UTF-8 because this is the
472         only encoding that supports all Romanian specific symbols and
473         dicritics.
474         The name format was corrected while salutation abbreviation was
475         omitted.
476         postal_fmt was corrected according to the Romanian style of
477         writing this information.
479 2006-05-01  Ulrich Drepper  <drepper@redhat.com>
481         * SUPPORTED (SUPPORTED-LOCALES): Add el_CY.ISO-8859-7 and el_CY.UTF-8.
483         [BZ #531]
484         * locales/el_CY: New file.
486         [BZ #192]
487         * locales/hu_HU: Better month name abbreviations.
489         * SUPPORTED (SUPPORTED-LOCALES): Add hy_AM.UTF-8 and hy_AM.ARMSCII-8.
491         [BZ #68]
492         * locales/hy_AM: Remove special collation rules.  Fix yesexpr, noexpr,
493         country_name, country_car, lang_name, name_fmt, name_miss, name_mr,
494         and name_mrs.
496         [BZ #388]
497         * locales/pl_PL: Don't ignore U0020 in collation.
499         [BZ #352]
500         * locales/ru_RU: Use U2002 for thousands_sep and mon_throusands_sep.
502 2006-05-01  Alexander Shopov  <ash@contact.bg>
504         [BZ #2625]
505         * charmaps/MIK: New file.
507 2006-04-26  Ulrich Drepper  <drepper@redhat.com>
509         * locales/bg_BG: Update after iso-4217.def update.
510         * locales/bs_BA: Likewise.
511         * locales/es_MX: Likewise.
512         * locales/ru_RU: Likewise.
513         * locales/tg_TJ: Likewise.
514         * locales/tt_RU: Likewise.
516 2006-04-25  Ulrich Drepper  <drepper@redhat.com>
518         [BZ #2376]
519         * locales/es_UY: Change curreny_symbol.
521 2006-04-24  Ulrich Drepper  <drepper@redhat.com>
523         [BZ #2349]
524         * locales/de_CH: Change thousand separator to '.
526 2006-01-17  Robert Millan  <robertmh@gnu.org>
528         [BZ #2158]
529         * SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
530         * locales/ca_AD: New file.
531         * locales/ca_FR: New file.
532         * locales/ca_IT: New file.
534 2006-04-23  Ulrich Drepper  <drepper@redhat.com>
536         [BZ #2134]
537         * locales/pa_PK: New file.
538         * SUPPORTED: Add pa_PK.UTF-8.
540         [BZ #1974]
541         * locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt,
542         am_pm, and name_fmt.
544         [BZ #1787]
545         * locales/en_ZA: Updates.
547         [BZ #1786]
548         * locales/af_ZA: Updates.
550         [BZ #1785]
551         * locales/st_ZA: Updates and formatting changes.
553         [BZ #1784]
554         * locales/zu_ZA: Updates and formatting changes.
556         [BZ #1783]
557         * locales/xh_ZA: Updates and formatting changes.
559         [BZ #1782]
560         * locales/nr_ZA: New file.
561         * locales/SUPPORTED: Add nr_ZA.UTF-8.
563 2006-04-10  Jakub Jelinek  <jakub@redhat.com>
565         * locales/cs_CZ (LC_TIME): Define week.
566         * locales/sk_SK (LC_TIME): Likewise.
567         * locales/pl_PL (LC_TIME): Likewise.
568         * locales/en_US (LC_TIME): Change week to 7;19971130;7.
570 2005-12-27  Roland McGrath  <roland@redhat.com>
572         * tst-ctype.c (main): Add some casts.
574         * tst-mbswcs1.c (main): Make BUF const.  Add casts in mbrtowc calls.
576 2006-01-02  Andreas Jaeger  <aj@suse.de>
578         * locales/fi_FI: Fix date_fmt.
579         * locales/mn_MN: Likewise.
581 2005-11-21  Ulrich Drepper  <drepper@redhat.com>
583         * locales/se_NO: Remove RCS ID line.
585 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
587         [BZ 1872]
588         * charmaps/ISO_11548-1. New file.
589         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
591 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
593         [BZ #1294]
594         * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1.
596 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
598         * SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line.
600 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
602         [BZ #119]
603         * locales/es_AR: Fix thousands_sep and grouping.
605 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
607         [BZ #451]
608         * locales/rw_RW: New file.
609         * SUPPORTED (SUPPORTED-LOCALES): Add rw_RW.UTF-8.
611         [BZ #367]
612         * locales/si_LK: New file.
613         * SUPPORTED (SUPPORTED-LOCALES): Add si_LK.UTF-8.
615         [BZ #297]
616         * locales/fi_FI: Change date_fmt.
618         * locales/te_IN: Fix noexpr, replace yY with nN.
620         [BZ #305]
621         * locales/bn_BD: Add yY and nN to yesexpr and noexpr respectively.
622         * locales/ml_IN: Likewise.
623         * locales/ta_IN: Likewise.
624         * locales/kw_GB: Add yY to yesexpr.
625         * locales/oc_FR: Likewise.
627         * locales/bn_IN: Use copy "bn_BD" in LC_MESSAGES definition.
629         [BZ #71]
630         [BZ #305]
631         * locales/ar_EG: Add yY and nN to yesexpr and noexpr respectively.
632         Define yesstr and nostr.
633         * locales/ar_AE: Use copy "ar_EG" in LC_MESSAGES definition.
634         * locales/ar_BH: Likewise.
635         * locales/ar_DZ: Likewise.
636         * locales/ar_IN: Likewise.
637         * locales/ar_IQ: Likewise.
638         * locales/ar_JO: Likewise.
639         * locales/ar_KW: Likewise.
640         * locales/ar_LB: Likewise.
641         * locales/ar_LY: Likewise.
642         * locales/ar_MA: Likewise.
643         * locales/ar_OM: Likewise.
644         * locales/ar_QA: Likewise.
645         * locales/ar_SA: Likewise.
646         * locales/ar_SD: Likewise.
647         * locales/ar_SY: Likewise.
648         * locales/ar_TN: Likewise.
649         * locales/ar_YE: Likewise.
651         [BZ #56]
652         * locales/de_DE: Add transliterations for quoting characters.
654         [BZ #448]
655         * locales/vi_VN: Several fixes.
656         Patch by Nguyen Thai Ngoc Duy <pclouds@gmail.com>.
658         [BZ #428]
659         * locales/te_IN: Several fixes.
660         Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>.
662         [BZ #368]
663         * locales/dz_BT: New file.
664         * SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
666         [BZ #195]
667         * locales/hu_HU: Add some transliterations.
669         [BZ #1429]
670         * locales/hu_HU: Define week.
672         [BZ #982]
673         * locales/ml_IN: Fix title.
675         [BZ #981]
676         * locales/ca_ES: Fix title.
678         [BZ #980]
679         * locales/yi_US: Fix title.
681         * locales/nl_NL: Define country_car, lang_name, lang_ab,
682         lang_term, and lang_lib.
684         [BZ #870]
685         * locales/ku_TR: New file.
686         * SUPPORTED (SUPPORTED-LOCALES): Add ku_TR.ISO-8859-9 and
687         ku_TR.UTF-8.
689 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
691         [BZ #533]
692         * locales/ss_ZA: New file.
693         Patch by Dwayne Bailey <dwayne@translate.org.za>.
695         [BZ #529]
696         * locales/tn_ZA: New file.
697         Patch by Dwayne Bailey <dwayne@translate.org.za>.
699         [BZ #491]
700         * locales/ve_ZA: New file.
701         Patch by Dwayne Bailey <dwayne@translate.org.za>.
703         [BZ #486]
704         * locales/nso_ZA: New file.
705         Patch by Dwayne Bailey <dwayne@translate.org.za>.
707         * SUPPORTED: Add nso_ZA.UTF-8, ve_ZA.UTF-8, tn_ZA.UTF-8, and
708         ss_ZA.UTF-8.
710 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
712         [BZ #532]
713         * locales/ts_ZA: New file.
714         Patch by Dwayne Bailey <dwayne@translate.org.za>.
716         * SUPPORTED: Add ts_ZA.UTF-8.
718 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
720         * locales/en_US: Fix postal_fmt.
721         * locales/es_US: Update LC_ADDRESS info from en_US.
722         Reported by FrankTang@gmail.com.
724 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
726         [BZ #811]
727         * locales/zh_CN: Fix date_fmt information.
729         * SUPPORTED (SUPPORTED-LOCALES): Add km_KH.
731         [BZ #826]
732         * locales/km_KH: New file.
734         * Makefile (LOCALES): Add zh_TW.EUC-TW.
736 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
738         [BZ #668]
739         * locales/yi_US: Spelling fixes.
741         [BZ #667]
742         * locales/wa_BE: Fixed weekday names to match new orthographic rules.
744         [BZ #666]
745         * locales/tg_TJ: Correct yesexpr.
747         [BZ #665]
748         * locales/sq_AL: Add language specific collation.
750         [BZ #663]
751         * locales/bs_BA: Don't comment out reorder-after.  Fix tel_int_fmt.
753         [BZ #662]
754         * locales/az_AZ: Fix the day and month names.  Add transliteration
755         for schwa character.
757         [BZ #657]
758         * locales/bn_BD: Some corrections.
759         Patch by Jamil Ahmed <jamil@bengalinux.org>.
761         [BZ #588]
762         * locales/el_GR: Change to use 12h time format.
763         Patch by Konstantinos Margaritis <markos@debian.org>.
765         * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8.
767         [BZ #566]
768         * locales/hsb_DE: New file.
770         [BZ #527]
771         * locales/sid_ET: Remove incorrect lang_ab definition.
773         [BZ #525]
774         * locales/ru_RU: Use nominative instead of genitive in mon data to
775         align with other locales with the same issue.
777         * SUPPORTED (SUPPORTED-LOCALES): Add ky_KG.
779         [BZ #520]
780         * locales/ky_KG: New file.
782         [BZ #495]
783         * locales/st_ZA: Updates and corrections.
784         Patch by Dwayne Bailey <dwayne@translate.org.za>.
786         [BZ #493]
787         * locales/xh_ZA: Updates and corrections.
788         Patch by Dwayne Bailey <dwayne@translate.org.za>.
790         [BZ #488]
791         * locales/zu_ZA: Updates and corrections.
792         Patch by Dwayne Bailey <dwayne@translate.org.za>.
794         [BZ #484]
795         * locales/af_ZA: Updates and corrections.
796         Patch by Dwayne Bailey <dwayne@translate.org.za>.
798         * SUPPORTED (SUPPORTED-LOCALES): Add be_BY@latin.
800         [BZ #1347]
801         * locales/be_BY@latin: New file.
803 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
805         * SUPPORTED (SUPPORTED-LOCALES): Add mg_MG and mg_MG.UTF-8.
807         [BZ #704]
808         * locales/mg_MG: New file.
810 2005-07-26  Ulrich Drepper  <drepper@redhat.com>
812         * locales/hu_HU: Better collation.
813         Patch by Gyuro Lehel <lehel@freemail.hu>.
815 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
817         [BZ #448]
818         * locales/vi_VN: Update locale.
820 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
822         * locales/en_US: Remove duplicate am_pn entry.
824 2005-05-28  Jakub Jelinek  <jakub@redhat.com>
826         [BZ #622]
827         * locales/pa_IN (am_pm): Fix typos.
828         Patch by Denis Barbier <barbier@linuxfr.org>.
830 2005-05-22  Ulrich Drepper  <drepper@redhat.com>
832         [BZ #1092]
833         * locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.
835 2005-04-28  Jakub Jelinek  <jakub@redhat.com>
837         [BZ #1084]
838         * SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
840 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
842         [BZ #1091]
843         * locales/fa_IR: Add alt_digits, change date and time
844         representation, and various cleanups.
845         Patch by Hamed Malek <hamed@bamdad.org>.
847 2005-03-21  Jakub Jelinek  <jakub@redhat.com>
849         [BZ #823]
850         * charmaps/WINDOWS-31J: Add % before alias keyword.
852 2005-02-27  Denis Barbier  <barbier@debian.org>
854         [BZ #38]
855         * locales/sr_CS: New file.
856         Contributed by Danilo Segan <dsegan@gmx.net>
857         * SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
859 2005-03-18  Andreas Schwab  <schwab@suse.de>
861         [BZ #622]
862         * locales/pa_IN (am_pm): Fix character names.
864 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
866         [BZ #1084]
867         * SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
869 2004-12-19  Roland McGrath  <roland@frob.com>
871         * gen-unicode-ctype.c (output_tables): Fix email address in output.
873 2004-10-02  Petter Reinholdtsen  <pere@hungry.com>
875         [BZ #82]
876         * locales/bn_BD: Remove duplicate LC_MESSAGES block. Correct the
877         remaining block.  Change contact info as this locale is now
878         maintained by Jamil Ahmed.  Patch from Jamil Ahmed.
880         * locales/bn_BD: Change category entries to look more like
881         standard references.
883         [BZ #26]
884         * locales/ta_IN: Correct sorting order.  Corrected day and month
885         abbrevations.  Corrected name strings for mr., mrs. and miss.
886         Patch from Thuraiappah Vaseeharan.
888 2004-12-17  GOTO Masanori  <gotom@debian.or.jp>
890         * locales/te_IN: Fix language name spelling.
892 2004-12-14  Ulrich Drepper  <drepper@redhat.com>
894         * locales/en_ZA: Update by Dwayne Bailey.
896 2004-11-27  Ulrich Drepper  <drepper@redhat.com>
898         * locales/pa_IN: Add some missing fields and fix some spelling
899         mistakes.  Patch by Jatin Nansi <jnansi@redhat.com>.
901 2004-10-31  Petter Reinholdtsen  <pere@hungry.com>
903         [BZ #337]
904         * SUPPORTED: Update bug reporting comment.
905         * locales/af_ZA: Change contact address from bug-glibc@gnu.org
906         to bug-glibc-locales@gnu.org (a new alias for the libc-locales mailing
907         list).
908         * locales/an_ES: Likewise.
909         * locales/ar_AE: Likewise.
910         * locales/ar_BH: Likewise.
911         * locales/ar_DZ: Likewise.
912         * locales/ar_EG: Likewise.
913         * locales/ar_IN: Likewise.
914         * locales/ar_IQ: Likewise.
915         * locales/ar_JO: Likewise.
916         * locales/ar_KW: Likewise.
917         * locales/ar_LB: Likewise.
918         * locales/ar_LY: Likewise.
919         * locales/ar_MA: Likewise.
920         * locales/ar_OM: Likewise.
921         * locales/ar_QA: Likewise.
922         * locales/ar_SA: Likewise.
923         * locales/ar_SD: Likewise.
924         * locales/ar_SY: Likewise.
925         * locales/ar_TN: Likewise.
926         * locales/ar_YE: Likewise.
927         * locales/be_BY: Likewise.
928         * locales/bn_IN: Likewise.
929         * locales/br_FR@euro: Likewise.
930         * locales/ca_ES: Likewise.
931         * locales/ca_ES@euro: Likewise.
932         * locales/cs_CZ: Likewise.
933         * locales/da_DK: Likewise.
934         * locales/de_AT: Likewise.
935         * locales/de_AT@euro: Likewise.
936         * locales/de_BE: Likewise.
937         * locales/de_BE@euro: Likewise.
938         * locales/de_CH: Likewise.
939         * locales/de_DE: Likewise.
940         * locales/de_DE@euro: Likewise.
941         * locales/de_LU: Likewise.
942         * locales/de_LU@euro: Likewise.
943         * locales/el_GR: Likewise.
944         * locales/el_GR@euro: Likewise.
945         * locales/en_AU: Likewise.
946         * locales/en_BW: Likewise.
947         * locales/en_CA: Likewise.
948         * locales/en_DK: Likewise.
949         * locales/en_GB: Likewise.
950         * locales/en_HK: Likewise.
951         * locales/en_IE: Likewise.
952         * locales/en_IE@euro: Likewise.
953         * locales/en_IN: Likewise.
954         * locales/en_NZ: Likewise.
955         * locales/en_PH: Likewise.
956         * locales/en_SG: Likewise.
957         * locales/en_US: Likewise.
958         * locales/en_ZW: Likewise.
959         * locales/es_AR: Likewise.
960         * locales/es_BO: Likewise.
961         * locales/es_CL: Likewise.
962         * locales/es_CO: Likewise.
963         * locales/es_CR: Likewise.
964         * locales/es_DO: Likewise.
965         * locales/es_EC: Likewise.
966         * locales/es_ES: Likewise.
967         * locales/es_ES@euro: Likewise.
968         * locales/es_GT: Likewise.
969         * locales/es_HN: Likewise.
970         * locales/es_MX: Likewise.
971         * locales/es_NI: Likewise.
972         * locales/es_PA: Likewise.
973         * locales/es_PE: Likewise.
974         * locales/es_PR: Likewise.
975         * locales/es_PY: Likewise.
976         * locales/es_SV: Likewise.
977         * locales/es_US: Likewise.
978         * locales/es_UY: Likewise.
979         * locales/es_VE: Likewise.
980         * locales/et_EE: Likewise.
981         * locales/eu_ES: Likewise.
982         * locales/eu_ES@euro: Likewise.
983         * locales/fi_FI: Likewise.
984         * locales/fi_FI@euro: Likewise.
985         * locales/fo_FO: Likewise.
986         * locales/fr_BE: Likewise.
987         * locales/fr_BE@euro: Likewise.
988         * locales/fr_CA: Likewise.
989         * locales/fr_CH: Likewise.
990         * locales/fr_FR: Likewise.
991         * locales/fr_FR@euro: Likewise.
992         * locales/fr_LU: Likewise.
993         * locales/fr_LU@euro: Likewise.
994         * locales/ga_IE: Likewise.
995         * locales/ga_IE@euro: Likewise.
996         * locales/gl_ES: Likewise.
997         * locales/gl_ES@euro: Likewise.
998         * locales/gu_IN: Likewise.
999         * locales/gv_GB: Likewise.
1000         * locales/he_IL: Likewise.
1001         * locales/hi_IN: Likewise.
1002         * locales/hr_HR: Likewise.
1003         * locales/hu_HU: Likewise.
1004         * locales/id_ID: Likewise.
1005         * locales/is_IS: Likewise.
1006         * locales/it_CH: Likewise.
1007         * locales/it_IT: Likewise.
1008         * locales/it_IT@euro: Likewise.
1009         * locales/iw_IL: Likewise.
1010         * locales/ja_JP: Likewise.
1011         * locales/kk_KZ: Likewise.
1012         * locales/kl_GL: Likewise.
1013         * locales/kn_IN: Likewise.
1014         * locales/ko_KR: Likewise.
1015         * locales/kw_GB: Likewise.
1016         * locales/lo_LA: Likewise.
1017         * locales/lt_LT: Likewise.
1018         * locales/lv_LV: Likewise.
1019         * locales/ml_IN: Likewise.
1020         * locales/mn_MN: Likewise.
1021         * locales/mr_IN: Likewise.
1022         * locales/ms_MY: Likewise.
1023         * locales/mt_MT: Likewise.
1024         * locales/nb_NO: Likewise.
1025         * locales/nl_BE: Likewise.
1026         * locales/nl_BE@euro: Likewise.
1027         * locales/nl_NL: Likewise.
1028         * locales/nl_NL@euro: Likewise.
1029         * locales/nn_NO: Likewise.
1030         * locales/pa_IN: Likewise.
1031         * locales/pl_PL: Likewise.
1032         * locales/pt_BR: Likewise.
1033         * locales/pt_PT: Likewise.
1034         * locales/pt_PT@euro: Likewise.
1035         * locales/ro_RO: Likewise.
1036         * locales/ru_RU: Likewise.
1037         * locales/ru_UA: Likewise.
1038         * locales/sk_SK: Likewise.
1039         * locales/sl_SI: Likewise.
1040         * locales/sq_AL: Likewise.
1041         * locales/sv_FI: Likewise.
1042         * locales/sv_FI@euro: Likewise.
1043         * locales/sv_SE: Likewise.
1044         * locales/ta_IN: Likewise.
1045         * locales/te_IN: Likewise.
1046         * locales/th_TH: Likewise.
1047         * locales/tr_TR: Likewise.
1048         * locales/uk_UA: Likewise.
1049         * locales/ur_PK: Likewise.
1050         * locales/vi_VN: Likewise.
1051         * locales/wa_BE@euro: Likewise.
1052         * locales/zh_CN: Likewise.
1053         * locales/zh_HK: Likewise.
1054         * locales/zh_SG: Likewise.
1055         * locales/zh_TW: Likewise.
1057         [BZ #187]
1058         * locales/tr_TR: Add 'yY' and 'nN' to yesexpr and noexpr, to avoid
1059         surprises when using untranslated program.
1060         * locales/tr_TR: Remove trailing '.*' from yesexpr and noexpr to
1061         make it more like the structure of the POSIX locale values.
1062         * locales/tr_TR: Correct numeric decimal point to use comma, and
1063         correct grouping.
1064         Based on patches from Deniz Akkus Kanca and Nilgün Belma Bugüner.
1066         [BZ #421]
1067         * locales/tr_TR: Update with new currency symbol valid from
1068         2005-01-01.  Patch from Nilgün Belma Bugüner.
1069         * locales/tr_TR: Convert UTF-8 comment to <U#> notation.
1071 2004-10-11  Ulrich Drepper  <drepper@redhat.com>
1073         * locales/fa_IR: Add to_inpunct map.
1074         Patch by Hamed Malek <hamed@bamdad.org>.
1076 2004-10-04  Ulrich Drepper  <drepper@redhat.com>
1078         [BZ #413]
1079         * locales/gu_IN: Update various incorrect and missing information.
1080         Patch by Ankit Patel <ankit@redhat.com>.
1082 2004-09-28  Ulrich Drepper  <drepper@redhat.com>
1084         * locales/nb_NO: Make language field consistent in form with nn_NO.
1086 2004-09-27  Ulrich Drepper  <drepper@redhat.com>
1088         * locales/cy_GB: Fix d_t_fmt ("a viz" -> "mis").
1089         Reported by Alan Cox <alan@redhat.com>.
1091 2004-08-07  Petter Reinholdtsen  <pere@hungry.com>
1093         * Makefile (test-input): Add tr_TR.UTF-8 sorting test.  Test case
1094         for BZ #19.
1095         * tr_TR.in: New file.
1097 2004-07-31  Bruno Haible  <bruno@clisp.org>
1099         * charmaps/EUC-JISX0213: Updated to JISX0213 plane 1 version 2004.
1100         * charmaps/SHIFT_JISX0213: Likewise.
1102 2004-07-22  Bruno Haible  <bruno@clisp.org>
1104         * charmaps/ISO-8859-7: Add mappings for 0xA4, 0xA5, 0xAA.  Add alias
1105         ISO_8859-7:2003.
1107 2004-07-22  Bruno Haible  <bruno@clisp.org>
1109         * charmaps/ISO-8859-11: Define identity mapping for 0x80..0x9F.
1111 2004-07-14  Petter Reinholdtsen  <pere@hungry.com>
1113         * locales/kr_KO: Change month names to use latin numbers instead
1114         of hangul numeric pronounciation.  Patch from Changwoo
1115         Ryu.[BZ #25]
1117 2004-07-17  Petter Reinholdtsen  <pere@hungry.com>
1119         * charmaps/IBM874: Add new alias WINDOWS-874 for IBM874 [BZ #244].
1121 2004-05-18  Petter Reinholdtsen  <pere@hungry.com>
1123         * locales/sl_SI [LC_TIME]: Correct d_fmt date format from
1124         '22.06.2003' to '22. 06. 2003'.  Change requested from Aleks
1125         Reinhardt, and approved by the locale author Borka
1126         Jerman-Blazic. [BZ #163]
1128 2004-05-17  Ulrich Drepper  <drepper@redhat.com>
1130         * SUPPORTED (SUPPORTED-LOCALES): Remove sr_YU locales.
1132 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
1134         * locales/it_IT: Change currency formatting from none to two
1135         fraction dicits, as Italy now uses the Euro.  Patch from Marko
1136         Djukic. [BZ #111]
1138 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
1140         * locales/nn_NO: Use the same sorting order in Norwegian Nynorsk
1141         (nn_NO) as in Norwegian BokmÃ¥l (nb_NO). [BZ #74]
1143 2004-05-03  Ulrich Drepper  <drepper@redhat.com>
1145         * locales/wal_ET: New file [BZ #142].  Contributed by Daniel Yacob.
1147 2004-05-02  Petter Reinholdtsen  <pere@hungry.com>
1149         * locales/sid_ET: Correct lang_ab and source information.
1150         Patch from Daniel Yacob.
1152 2004-04-17  Petter Reinholdtsen  <pere@hungry.com>
1154         * locales/et_EE: Change default charset for et_EE locale from
1155         ISO-8859-1 to ISO-8859-15, to reflect the content of
1156         <URL:http://www.eki.ee/itstandard/contents.html>.  Based on input
1157         from Indrek Hein and Meelis Roos.
1158         * SUPPORTED: Add et_EE.ISO-8859-15. [BZ #118]
1160 2004-04-17  Ulrich Drepper  <drepper@redhat.com>
1162         * SUPPORTED (SUPPORTED-LOCALES): Add kk_KZ/PT154.
1163         * locales/kk_KZ: New file.
1164         * charmaps/PT154: New file.
1165         * charmaps/RK1048: New file.
1167 2004-03-19  Petter Reinholdtsen  <pere@hungry.com>
1169         * locales/af_ZA: Make sure yesexpr and noexpr regex start with '^'.
1170         * locales/ar_TN: Likewise.
1171         * locales/ar_YE: Likewise.
1172         * locales/bn_BD: Likewise.
1173         * locales/br_FR: Likewise.
1174         * locales/ca_ES: Likewise.
1175         * locales/cy_GB: Likewise.
1176         * locales/gd_GB: Likewise.
1177         * locales/gv_GB: Likewise.
1178         * locales/hy_AM: Likewise.
1179         * locales/id_ID: Likewise.
1180         * locales/ka_GE: Likewise.
1181         * locales/kw_GB: Likewise.
1182         * locales/lg_UG: Likewise.
1183         * locales/mk_MK: Likewise.
1184         * locales/oc_FR: Likewise.
1185         * locales/ru_UA: Likewise.
1186         * locales/sk_SK: Likewise.
1187         * locales/sr_YU: Likewise.
1188         * locales/sr_YU@cyrillic: Likewise.
1189         * locales/uk_UA: Likewise.
1190         * locales/ur_PK: Likewise.
1191         * locales/wa_BE: Likewise.
1193 2004-03-17  Ulrich Drepper  <drepper@redhat.com>
1195         * locales/fa_IR: Fix yesexpr and noexpr.
1196         Patch by Hamed Malek <hamed@bamdad.org>.
1198 2004-02-16  Ulrich Drepper  <drepper@redhat.com>
1200         * locales/tr_TR: Correct sorting order of the normal and dotless I
1201         [BZ #19].
1203 2004-02-09  Ulrich Drepper  <drepper@redhat.com>
1205         * locales/fa_IR: Add to_outpunct info and change decimal_point and
1206         thousand_sep to ASCII value.
1208 2004-01-19  Ulrich Drepper  <drepper@redhat.com>
1210         * SUPPORTED: Add all kinds of UTF-8 locales.
1212 2004-01-18  Bruno Haible  <bruno@clisp.org>
1214         * locales/lg_UG: Renamed from lug_UG, with trivial updates.
1215         * locales/lug_UG: Remove file.
1216         * SUPPORTED: Create lg_UG instead of lug_UG.
1218 2003-12-31  Bruno Haible  <bruno@clisp.org>
1220         * charmaps/IBM866NAV: Fix the character values.
1222 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
1224         * sort-test.sh: Print the status for both the sorting tests, xfrm
1225         and collate, making it possible to know which one of them that
1226         fail if only one of them misbehaves.  Indent output from
1227         'diff -u' when sorting test fail, to make it easier to visually
1228         group the output.
1230 2004-01-01  Petter Reinholdtsen  <pere@hungry.com>
1232         * tst-fmon.data: Add simple test to check left justified currency
1233         values in the C locale.
1235 2004-01-01  Ulrich Drepper  <drepper@redhat.com>
1237         * tst-fmon.sh: Don't print every line.  The program already prints
1238         the failing ones.
1240         * tst-fmon.c (main): Fix typo in message.
1242 2003-07-06  Petter Reinholdtsen  <pere@hungry.com>
1244         * locales/en_ZA: Correcty typo in changelog (Sofware -> Software).
1245         * locales/hr_HR: Correct the email address of Tomislav Vujec.
1246         * locales/ja_JP: Document EUC-JP as the recommended charset.
1247         * locales/ko_KR: List Won-kyu Park as the author/contact for the
1248         locale.
1249         * locales/ru_UA: Correct the email address of Denis V. Dmitrienko.
1251 2003-12-22  Ulrich Drepper  <drepper@redhat.com>
1253         * tst-numeric.data: Remove reliance on nb_NO.ISO-8859-1 locale.
1255 2003-12-05  Ulrich Drepper  <drepper@redhat.com>
1257         * SUPPORTED: Add az_ZA.UTF-8, bn_BD, bn_IN, br_FR@euro, tt_RU, zh_SG.
1259         * locales/aa_DJ: Add int_select.  Use copy where possible.
1260         * locales/am_ET: Likewise.
1261         * locales/ar_BH: Likewise.
1262         * locales/ar_DZ: Likewise.
1263         * locales/ar_EG: Likewise.
1264         * locales/ar_IN: Likewise.
1265         * locales/az_AZ: Likewise.
1266         * locales/be_BY: Likewise.
1267         * locales/bn_BD: Likewise.
1268         * locales/bn_IN: Likewise.
1269         * locales/br_FR: Likewise.
1270         * locales/bs_BA: Likewise.
1271         * locales/da_DK: Likewise.
1272         * locales/de_AT: Likewise.
1273         * locales/de_BE: Likewise.
1274         * locales/el_GR: Likewise.
1275         * locales/en_AU: Likewise.
1276         * locales/en_BW: Likewise.
1277         * locales/en_CA: Likewise.
1278         * locales/en_DK: Likewise.
1279         * locales/en_IN: Likewise.
1280         * locales/es_AR: Likewise.
1281         * locales/es_BO: Likewise.
1282         * locales/es_CL: Likewise.
1283         * locales/es_CO: Likewise.
1284         * locales/es_CR: Likewise.
1285         * locales/es_DO: Likewise.
1286         * locales/es_EC: Likewise.
1287         * locales/es_GT: Likewise.
1288         * locales/es_HN: Likewise.
1289         * locales/es_SV: Likewise.
1290         * locales/et_EE: Likewise.
1291         * locales/fi_FI: Likewise.
1292         * locales/fr_BE: Likewise.
1293         * locales/fr_CA: Likewise.
1294         * locales/fr_FR: Likewise.
1295         * locales/gu_IN: Likewise.
1296         * locales/hi_IN: Likewise.
1297         * locales/hr_HR: Likewise.
1298         * locales/hu_HU: Likewise.
1299         * locales/is_IS: Likewise.
1300         * locales/ka_GE: Likewise.
1301         * locales/kn_IN: Likewise.
1302         * locales/ml_IN: Likewise.
1303         * locales/mr_IN: Likewise.
1304         * locales/nl_BE: Likewise.
1305         * locales/pa_IN: Likewise.
1306         * locales/pt_BR: Likewise.
1307         * locales/ru_RU: Likewise.
1308         * locales/sq_AL: Likewise.
1309         * locales/ta_IN: Likewise.
1310         * locales/te_IN: Likewise.
1311         * locales/ti_ER: Likewise.
1312         * locales/ti_ET: Likewise.
1313         * locales/zh_HK: Likewise.
1315         * locales/hy_AM: Fix some syntax errors and formatting mistakes.
1317         * locales/tt_RU: Use copy in a few places.  Add dummy LC_NAME,
1318         LC_ADDRESS, and LC_TELEPHONE definitions.
1320 2003-11-30  Petter Reinholdtsen  <pere@hungry.com>
1322         * tst-fmon.sh: Allow quotes around the result string, to make it
1323         easier to see important whitespace.
1324         * tst-fmon.data: Likewise.
1326         * tst-fmon.sh: Clean up output, unify capitalization and output order.
1327         * tst-fmon.c: Likewise.
1329         * tst-fmon.data: Add test for international currency formatting.
1330         * tst-fmon-locales/tstfmon_n01y12: Add definitions for int_* fields.
1331         * tst-fmon-locales/tstfmon_n02n40: Likewise.
1332         * tst-fmon-locales/tstfmon_n10y31: Likewise.
1333         * tst-fmon-locales/tstfmon_n11y41: Likewise.
1334         * tst-fmon-locales/tstfmon_n12y11: Likewise.
1335         * tst-fmon-locales/tstfmon_n20n32: Likewise.
1336         * tst-fmon-locales/tstfmon_n30y20: Likewise.
1337         * tst-fmon-locales/tstfmon_n41n00: Likewise.
1338         * tst-fmon-locales/tstfmon_y01y10: Likewise.
1339         * tst-fmon-locales/tstfmon_y02n22: Likewise.
1340         * tst-fmon-locales/tstfmon_y22n42: Likewise.
1341         * tst-fmon-locales/tstfmon_y30y21: Likewise.
1342         * tst-fmon-locales/tstfmon_y32n31: Likewise.
1343         * tst-fmon-locales/tstfmon_y40y00: Likewise.
1344         * tst-fmon-locales/tstfmon_y42n21: Likewise.
1346         * locales/en_US: Correct spacing for international
1347         currency formatting, now that strfmon() works better.
1349         * locales/ja_JP: Correct currency position and
1350         spacing now that strfmon() work better.
1352 2003-12-03  Ulrich Drepper  <drepper@redhat.com>
1354         * locales/af_ZA: Add ISO 3166 information.
1355         * locales/ar_AE: Likewise.
1356         * locales/ar_BH: Likewise.
1357         * locales/ar_DZ: Likewise.
1358         * locales/ar_EG: Likewise.
1359         * locales/ar_IN: Likewise.
1360         * locales/ar_IQ: Likewise.
1361         * locales/ar_JO: Likewise.
1362         * locales/ar_KW: Likewise.
1363         * locales/ar_LB: Likewise.
1364         * locales/ar_LY: Likewise.
1365         * locales/ar_MA: Likewise.
1366         * locales/ar_OM: Likewise.
1367         * locales/ar_QA: Likewise.
1368         * locales/ar_SA: Likewise.
1369         * locales/ar_SD: Likewise.
1370         * locales/ar_SY: Likewise.
1371         * locales/ar_TN: Likewise.
1372         * locales/ar_YE: Likewise.
1373         * locales/az_AZ: Likewise.
1374         * locales/be_BY: Likewise.
1375         * locales/bn_BD: Likewise.
1376         * locales/bn_IN: Likewise.
1377         * locales/bs_BA: Likewise.
1378         * locales/ca_ES: Likewise.
1379         * locales/cs_CZ: Likewise.
1380         * locales/cy_GB: Likewise.
1381         * locales/da_DK: Likewise.
1382         * locales/de_AT: Likewise.
1383         * locales/de_BE: Likewise.
1384         * locales/de_CH: Likewise.
1385         * locales/de_LU: Likewise.
1386         * locales/el_GR: Likewise.
1387         * locales/en_AU: Likewise.
1388         * locales/en_BW: Likewise.
1389         * locales/en_CA: Likewise.
1390         * locales/en_DK: Likewise.
1391         * locales/en_GB: Likewise.
1392         * locales/en_HK: Likewise.
1393         * locales/en_IE: Likewise.
1394         * locales/en_IN: Likewise.
1395         * locales/en_NZ: Likewise.
1396         * locales/en_PH: Likewise.
1397         * locales/en_SG: Likewise.
1398         * locales/en_ZA: Likewise.
1399         * locales/en_ZW: Likewise.
1400         * locales/es_AR: Likewise.
1401         * locales/es_BO: Likewise.
1402         * locales/es_CL: Likewise.
1403         * locales/es_CO: Likewise.
1404         * locales/es_CR: Likewise.
1405         * locales/es_DO: Likewise.
1406         * locales/es_EC: Likewise.
1407         * locales/es_ES: Likewise.
1408         * locales/es_GT: Likewise.
1409         * locales/es_HN: Likewise.
1410         * locales/es_MX: Likewise.
1411         * locales/es_NI: Likewise.
1412         * locales/es_PA: Likewise.
1413         * locales/es_PE: Likewise.
1414         * locales/es_PR: Likewise.
1415         * locales/es_PY: Likewise.
1416         * locales/es_SV: Likewise.
1417         * locales/es_US: Likewise.
1418         * locales/es_UY: Likewise.
1419         * locales/es_VE: Likewise.
1420         * locales/et_EE: Likewise.
1421         * locales/eu_ES: Likewise.
1422         * locales/fi_FI: Likewise.
1423         * locales/fo_FO: Likewise.
1424         * locales/fr_BE: Likewise.
1425         * locales/fr_CA: Likewise.
1426         * locales/fr_CH: Likewise.
1427         * locales/fr_FR: Likewise.
1428         * locales/fr_LU: Likewise.
1429         * locales/ga_IE: Likewise.
1430         * locales/gl_ES: Likewise.
1431         * locales/gu_IN: Likewise.
1432         * locales/gv_GB: Likewise.
1433         * locales/he_IL: Likewise.
1434         * locales/hi_IN: Likewise.
1435         * locales/hr_HR: Likewise.
1436         * locales/hu_HU: Likewise.
1437         * locales/id_ID: Likewise.
1438         * locales/is_IS: Likewise.
1439         * locales/it_CH: Likewise.
1440         * locales/it_IT: Likewise.
1441         * locales/iw_IL: Likewise.
1442         * locales/ja_JP: Likewise.
1443         * locales/kl_GL: Likewise.
1444         * locales/kn_IN: Likewise.
1445         * locales/ko_KR: Likewise.
1446         * locales/kw_GB: Likewise.
1447         * locales/lt_LT: Likewise.
1448         * locales/lug_UG: Likewise.
1449         * locales/lv_LV: Likewise.
1450         * locales/ml_IN: Likewise.
1451         * locales/mr_IN: Likewise.
1452         * locales/ms_MY: Likewise.
1453         * locales/mt_MT: Likewise.
1454         * locales/nb_NO: Likewise.
1455         * locales/ne_NP: Likewise.
1456         * locales/nl_BE: Likewise.
1457         * locales/nl_NL: Likewise.
1458         * locales/nn_NO: Likewise.
1459         * locales/pa_IN: Likewise.
1460         * locales/pl_PL: Likewise.
1461         * locales/pt_BR: Likewise.
1462         * locales/pt_PT: Likewise.
1463         * locales/ro_RO: Likewise.
1464         * locales/ru_RU: Likewise.
1465         * locales/ru_UA: Likewise.
1466         * locales/se_NO: Likewise.
1467         * locales/sk_SK: Likewise.
1468         * locales/sl_SI: Likewise.
1469         * locales/sq_AL: Likewise.
1470         * locales/sr_YU: Likewise.
1471         * locales/st_ZA: Likewise.
1472         * locales/sv_FI: Likewise.
1473         * locales/sv_SE: Likewise.
1474         * locales/ta_IN: Likewise.
1475         * locales/te_IN: Likewise.
1476         * locales/tg_TJ: Likewise.
1477         * locales/th_TH: Likewise.
1478         * locales/tl_PH: Likewise.
1479         * locales/uk_UA: Likewise.
1480         * locales/ur_PK: Likewise.
1481         * locales/uz_UZ@cyrillic: Likewise.
1482         * locales/vi_VN: Likewise.
1483         * locales/xh_ZA: Likewise.
1484         * locales/zh_HK: Likewise.
1485         * locales/zh_SG: Likewise.
1486         * locales/zu_ZA: Likewise.
1488 2003-11-23  Petter Reinholdtsen  <pere@hungry.com>
1490         * locales/translit_et: Removed unused file.
1492         * locales/fi_FI: First weekday and workday is Monday in Finland.
1493         Correction from Tommi Vainikainen.
1495 2003-11-20  Jakub Jelinek  <jakub@redhat.com>
1497         * Makefile (LOCALES): Add cs_CZ.UTF-8.
1499 2003-11-15  Ulrich Drepper  <drepper@redhat.com>
1501         * Makefile (tst-leaks-ENV): Add LOCPATH.
1503 2003-11-11  Jakub Jelinek  <jakub@redhat.com>
1505         * Makefile (LOCALES): Add tr_TR.UTF-8.
1507 2003-11-08  Ulrich Drepper  <drepper@redhat.com>
1509         * locales/ne_NP: New file.
1510         * locales/gu_IN: New file.
1511         * locales/kn_IN: New file.
1512         * locales/pa_IN: New file.
1513         Patch by Gnutupalli Karunakar <karunakar@freedomink.org>.
1515         * SUPPORTED (SUPPORTED-LOCALES): Add ne_NP, gu_IN, kn_IN, and pa_IN.
1517 2003-11-04  Ulrich Drepper  <drepper@redhat.com>
1519         * tst-numeric.data: Fix fallout from nb_NO introduction.
1520         * Makefile (LOCALES): Likewise.
1522 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
1524         * SUPPORTED (SUPPORTED-LOCALES): Rename no_NO to nb_NO.
1526         * SUPPORTED (SUPPORTED-LOCALES): Add more support locales.
1528 2003-11-03  Ulrich Drepper  <drepper@redhat.com>
1530         * locales/aa_DJ: New file.
1531         * locales/aa_ER: New file.
1532         * locales/aa_ER@saaho: New file.
1533         * locales/aa_ET: New file.
1534         * locales/byn_ER: New file.
1535         * locales/gez_ER: New file.
1536         * locales/gez_ER@abegede: New file.
1537         * locales/gez_ET: New file.
1538         * locales/gez_ET@abegede: New file.
1539         * locales/om_ET: New file.
1540         * locales/om_KE: New file.
1541         * locales/sid_ET: New file.
1542         * locales/so_DJ: New file.
1543         * locales/so_ET: New file.
1544         * locales/so_KE: New file.
1545         * locales/so_SO: New file.
1546         * locales/tig_ER: New file.
1547         * locales/am_ET: Various updates.
1548         * locales/ti_ER: Likewise.
1549         * locales/ti_ET: Likewise.
1550         Patch by Daniel Yacob <locales@geez.org>.
1552 2003-10-31  Roland McGrath  <roland@redhat.com>
1554         * bug-usesetlocale.c: New file.
1555         * Makefile (tests): Add it.
1557 2003-10-01  Ulrich Drepper  <drepper@redhat.com>
1559         * SUPPORTED (SUPPORTED-LOCALES): Add uz_UZ@cyrillic.UTF-8.
1561         * locales/uz_UZ: New version by Mashrab Kuvatov.
1562         * locales/uz_UZ@cyrillic: New file.  Patch by Mashrab Kuvatov.
1564 2003-09-21  Jordi Mallach  <jordi@gnu.org>
1566         * locales/ca_ES: Fix mon_grouping, int_frac_digits and frac_digits
1567         values.
1568         * locales/eu_ES: Fix int_frac_digits and frac_digits values.
1569         * locales/gl_ES: Likewise.
1571 2003-09-17  Ulrich Drepper  <drepper@redhat.com>
1573         * locales/lo_LA: Fix duplicated collation entries.
1574         Patch by Anousak Souphavanh <anousak@muanglao.com>.
1576 2003-09-01  Petter Reinholdtsen  <pere@hungry.com>
1578         * locales/iw_IL: Add comment stating why there are two locales for
1579         Hebrew in Israel, and that he_IL replaces iw_IL.
1580         * locales/he_IL: Likewise.
1582 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
1584         * locales/an_ES: Fix locale header information.
1585         * locales/wa_BE: Likewise.
1586         * locales/yi_US: Likewise.
1587         Patch by Jordi Mallach <jordi@sindominio.net>.
1589 2003-08-14  Ulrich Drepper  <drepper@redhat.com>
1591         * charmaps/WINDOWS-31J: New file.
1592         * charmaps/EUC-JP-MS: New file
1593         Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
1595 2003-07-27  Andreas Jaeger  <aj@suse.de>
1597         * collate-test.c: Include error.h for error prototype.
1598         * xfrm-test.c: Likewise.
1600 2003-07-13  Petter Reinholdtsen  <pere@hungry.com>
1602         * collate-test.c (main): Correct handling of files with more then
1603         100 lines.  Print error message if argument is missing, instead of
1604         segfaulting.
1605         * xfrm-test.c: Likewise.
1607 2003-07-02  Ulrich Drepper  <drepper@redhat.com>
1609         * locales/lo_LA: Update collation info for U0EAF and U0EC6.
1610         Update era_t_fmt, era_d_t_fmt, country_name, and lang_name fields.
1611         Patch by Anousak Souphavanh <anousak@muanglao.com>.
1613 2003-06-25  Petter Reinholdtsen  <pere@hungry.com>
1615         * locales/an_ES: Change default charset from ISO-8859-1 to
1616         ISO-8859-15 as the locale need the EURO sign.
1618         * SUPPORTED (SUPPORTED-LOCALES): Add an_ES.ISO-8859-15.
1620 2003-06-21  Petter Reinholdtsen  <pere@hungry.com>
1622         * locales/no_NO [LC_COLLATE]: Add missing eth letter, sorted as
1623         latin letter d.
1625 2003-06-16  Bruno Haible  <bruno@clisp.org>
1627         * charmaps/ISO-8859-15: Add aliases ISO_8859-15, LATIN-9.
1628         * charmaps/ISO-8859-16: Add aliases ISO_8859-16:2001, ISO_8859-16.
1629         * charmaps/IBM1047: Add alias IBM-1047.
1630         * charmaps/GBK: Add aliases CP936, MS936, WINDOWS-936.
1632 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
1634         * locales/fi_FI [LC_TIME]: Correct month names to make the dates
1635         gramatically correct.  Patch from Eero Häkkinen. [PR libc/5013].
1637 2003-06-16  Ulrich Drepper  <drepper@redhat.com>
1639         * locales/an_ES: New file.  Contributed by Jordi Mallach Péez.
1641 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
1643         * tst-fmon.c (main): Remove unused variable 'monval'.
1645         * tst-fmon.sh: Make sure all tests are executed before an error
1646         code is reported to make.
1647         * tst-numeric.sh: Likewise.
1649 2003-06-15  Petter Reinholdtsen  <pere@hungry.com>
1651         * locales/is_IS [LC_TIME]: Use lower case letters in month and
1652         week day names.  Patch from Bjarni Ingi Gislason.
1654 2003-05-31  Petter Reinholdtsen  <pere@hungry.com>
1656         * locales/fi_FI: Add URL to a reference documenting Finish in
1657         Finland
1658         * locales/fi_FI [LC_MONETARY]: Correct mon_thousands_sep from
1659         period (U002E) to non-break space (U00A0).
1660         suggestion from Eero Häkkinen.
1661         [LC_NUMERIC]: Correct thousands_sep from period (U002E) to
1662         non-break space (U00A0).  Based on suggestion from Eero Häkkinen.
1664 2003-06-11  Ulrich Drepper  <drepper@redhat.com>
1666         * locales/lo_LA: New file.
1667         Contributed by Anousak Souphavanh <anousak@muanglao.com>.
1668         * SUPPORTED (SUPPORTED-LOCALES): Add lo_LA.UTF8.
1670 2003-05-29  Petter Reinholdtsen  <pere@hungry.com>
1672         * locales/uk_UA: Correct mail address of Denys Dmytriyenko.
1674 2003-05-10  Ulrich Drepper  <drepper@redhat.com>
1676         * locales/st_ZA: New file.
1677         * locales/xh_ZA: New file.
1678         * locales/zu_ZA: New file.
1679         Contributed by Dwayne Bailey <dwayne@translate.org.za>.
1681 2003-05-06  Ulrich Drepper  <drepper@redhat.com>
1683         * locales/de_DE: Use two-letter abday values.
1684         * tst-langinfo.sh: Update after de_DE locale change.
1686 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
1688         * tests-mbwc/tst_wcsxfrm.c (tst_wcsxfrm): Use %zu instead of %d
1689         format specifier when printing ret.
1691 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
1693         * tst-fmon.c: Report name of locale if setlocale() fails.
1694         * tst-numeric.c: Likewise.
1696         * tst-fmon.sh: Ignore lines starting with hash '#' in the data file.
1697         * tst-numeric.sh: Likewise.
1699 2003-04-30  Petter Reinholdtsen  <pere@hungry.com>
1701         * sort-test.sh: Output 'diff -u' when sorting test failed, to make
1702         it easier to find out what was wrong with the sorting order.
1704 2003-04-16  Petter Reinholdtsen  <pere@hungry.com>
1706         * Makefile (tests): Add LC_NUMERIC test tst-numeric.out.
1707         (tst-numeric.out): Define.
1708         * tst-numeric.c: New file.
1709         * tst-numeric.sh: New file.
1710         * tst-numeric.data: New file.
1712 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
1714         * locales/ar_BH: Fix spelling of Bahrain.
1716 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
1718         * locales/uk_UA: Fix sorting.
1719         Patch by Leonid Kanter <leon@geon.donetsk.ua>.
1721 2003-04-15  Petter Reinholdtsen  <pere@hungry.com>
1723         * locales/ar_SD [LC_MONETARY]: Use international currency symbol
1724         'SDD' for Sudan.
1725         * locales/es_EC [LC_MONETARY]: Use international currency symbol
1726         'USD' for Ecuador.
1727         Source is CIA World Fact book.
1729 2003-04-05  Petter Reinholdtsen  <pere@hungry.com>
1731         * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
1732         to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
1733         the locale building again.
1734         * locales/sr_YU@cyrillic: Likewise.
1736 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
1738         * locales/mn_MN: Fix country_post and country_ab2.
1740 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
1742         * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
1743         Added ^ to LC_MESSAGES regex "^[yY].*".
1744         Confirmed LC_PAPER and LC_MEASUREMENT settings.
1745         Added country and language names to LC_ADDRESS.
1746         Added missing info for LC_TELEPHONE.
1747         Patch by Dwayne Bailey <dwayne@obsidian.co.za>.
1749 2003-03-14  Ulrich Drepper  <drepper@redhat.com>
1751         * localedata/mn_MN: New file.
1752         Contributed by Sanlig Badral <badral@chinggis.com>.
1754 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
1756         * Makefile (LOCALES): Add vi_VN.TCVN5712-1.
1758 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
1760         * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
1761         as 2.  Reported by Christian Rose <menthos@gnu.org>.
1763         * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
1765 2002-12-03  Roland McGrath  <roland@redhat.com>
1767         * charmaps/CP1125: New file.
1768         * CHECKSUMS: Add it.
1770 2002-11-06  Thorsten Kukuk  <kukuk@suse.de>
1772         * locales/tl_PH: Fix typo: Philipines -> Philippines.
1774 2002-10-18  Bruno Haible  <bruno@clisp.org>
1776         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
1778         * charmaps/KOI8-T: Correct a typo.
1779         * charmaps/CP1256: Use official Unicode character names.
1780         * charmaps/EUC-JP: Likewise.
1781         * charmaps/GBK: Likewise.
1782         * charmaps/ISO-8859-11: Likewise.
1783         * charmaps/KOI8-U: Likewise.
1784         * charmaps/MAC-SAMI: Likewise.
1785         * charmaps/TIS-620: Likewise.
1786         * charmaps/CP949: Likewise. Use Hangul syllable names according to
1787         Unicode 3.0 book, section 3.11.
1788         * charmaps/EUC-KR: Likewise.
1789         * charmaps/JOHAB: Likewise.
1791 2002-09-27  Ulrich Drepper  <drepper@redhat.com>
1793         * locales/zh_TW: Use shorter forms for abday and day.
1794         Patch by Rex Tsai <chihchun@kalug.linux.org.tw>.
1796 2002-09-23  Roland McGrath  <roland@redhat.com>
1798         * tst-xlocale1.c (main): int -> size_t for counter.
1799         * tst-xlocale2.c (do_test): Likewise.
1800         * tst-ctype.c (main): Likewise.
1802 2002-09-22  Bruno Haible  <bruno@clisp.org>
1804         * charmaps/TSCII: New file.
1806 2002-09-20  Roland McGrath  <roland@redhat.com>
1808         * gen-locale.sh (generate_locale): Clean up overly baroque sh syntax.
1809         Touch the LC_CTYPE file of the output after a successful run.
1810         Reported by Bruno Haible <bruno@clisp.org>.
1812 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
1814         * localedata/locales/bg_BG: Update LC_IDENTIFICATION info.
1815         Patch by Yanko Kaneti <yaneti@declera.com>.
1817 2002-09-01  Roland McGrath  <roland@redhat.com>
1819         * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global.
1821 2002-08-28  Roland McGrath  <roland@redhat.com>
1823         * tst-xlocale1.c (main): Remove __ from function names.
1824         * tst-xlocale2.c: Likewise.
1826 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1828         * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing
1829         code.
1830         * tests-mbwc/tst_mbrtowc.c: Likewise.
1831         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
1832         * tests-mbwc/tst_mbstowcs.c: Likewise.
1833         * tests-mbwc/tst_strfmon.c: Likewise.
1834         * tests-mbwc/tst_strxfrm.c: Likewise.
1835         * tests-mbwc/tst_swscanf.c: Likewise.
1836         * tests-mbwc/tst_wcscat.c: Likewise.
1837         * tests-mbwc/tst_wcschr.c: Likewise.
1838         * tests-mbwc/tst_wcscpy.c: Likewise.
1839         * tests-mbwc/tst_wcscspn.c: Likewise.
1840         * tests-mbwc/tst_wcsncat.c: Likewise.
1841         * tests-mbwc/tst_wcsncpy.c: Likewise.
1842         * tests-mbwc/tst_wcspbrk.c: Likewise.
1843         * tests-mbwc/tst_wcsrtombs.c: Likewise.
1844         * tests-mbwc/tst_wcsspn.c: Likewise.
1845         * tests-mbwc/tst_wcsstr.c: Likewise.
1846         * tests-mbwc/tst_wcstod.c: Likewise.
1847         * tests-mbwc/tst_wcstok.c: Likewise.
1848         * tests-mbwc/tst_wcstombs.c: Likewise.
1850 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1852         * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of
1853         range.
1855 2002-08-09  Roland McGrath  <roland@redhat.com>
1857         * Makefile ($(INSTALL-SUPPORTED-LOCALES)): Pass --alias-file option to
1858         localedef.
1860 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
1862         * locales/fa_IR: Fixing the Alef Hamza vs Waw Hamza ordering bug.
1863         Adding presentation forms, Alef Wasla, and Rial Sign.
1864         Handling frequent canonically equivalent sequences like each other.
1865         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
1867 2002-07-02  Thorsten Kukuk  <kukuk@suse.de>
1869         * locales/es_EC: Fix typo: Equador -> Ecuador.
1871 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
1873         * locales/th_TH: Change tel_dom_fmt.
1874         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
1876 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
1878         * charmaps/ISO-8859-11: New file.
1880 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
1882         * locales/lug_UG: New file.
1883         Contributed by Kizito Birabwa <kompyuta@kizito.uklinux.net>.
1885         * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
1886         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
1888 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
1890         * locales/mt_MT: Add locale-specific collation info.
1891         Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701].
1893         * locales/en_AU: Add am/pm support.
1894         Patch partly by maffew@cat.org.au [PR libc/3911].
1896 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
1898         * locales/be_BY: Fix int_curr_symbol.
1899         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3565].
1901 2002-05-06  Jungshik Shin  <jshin@mailaps.org>
1903         * charmaps/UTF-8: Fix wcwidth for Hangul Conjoining medial vowels
1904         and trailing consonant.
1905         * charmaps/GB18030: Likewise
1907 2002-04-21  Bruno Haible  <bruno@clisp.org>
1909         * charmaps/GB18030: Add Unicode planes 1 (scripts, symbols), 2 (CJK),
1910         14 (tags), 15 and 16 (private use), accidentally removed by the
1911         2002-01-16 patch.  Replace width table by one which is based on
1912         Unicode but is biased for CJK.
1914 2002-04-19  Bruno Haible  <bruno@clisp.org>
1916         * charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
1917         * charmaps/MAC-SAMI: Likewise.
1919 2002-04-15  Bruno Haible  <bruno@clisp.org>
1921         * charmaps/EUC-JISX0213: New file.
1922         * charmaps/SHIFT_JISX0213: New file.
1924 2002-04-15  Bruno Haible  <bruno@clisp.org>
1926         * charmaps/BIG5-HKSCS: Update to Unicode 3.2.
1928 2002-04-15  Bruno Haible  <bruno@clisp.org>
1930         * charmaps/EUC-TW: Add many mappings for characters introduced in
1931         Unicode 3.1 and 3.2.
1933 2002-04-15  Bruno Haible  <bruno@clisp.org>
1935         * charmaps/GB18030: Update for Unicode 3.2:
1936         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
1937         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
1938         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
1939         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
1940         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
1941         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
1942         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
1943         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
1944         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
1945         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
1946         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
1947         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
1948         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
1949         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
1951 2002-04-15  Bruno Haible  <bruno@clisp.org>
1953         * charmaps/UTF-8: Update for Unicode 3.2:
1954         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
1955         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
1956         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
1957         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
1958         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
1959         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
1960         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
1961         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
1962         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
1963         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
1964         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
1965         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
1966         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
1967         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
1968         Assign width 2 to <U3008>..<U300B>, <U3014>..<U3015>, <U3018>..<U301B>.
1970 2002-04-15  Bruno Haible  <bruno@clisp.org>
1972         Update to Unicode 3.2.
1973         * locales/translit_circle: Add <U3251>..<U325F>, <U32B1>..<U32BF>.
1974         * locales/translit_cjk_compat: Change <UF951>.  Add <UFA30>..<UFA6A>.
1975         * locales/translit_combining: Add more combining characters.
1976         * locales/translit_compat: Add <U2047>, <U2057>, <U205F>, <U2A0C>,
1977         <U2A74>..<U2A76>.
1978         * locales/translit_font: Add <U213D>..<U2140>, <U2145>..<U2149>.
1979         * locales/translit_neutral: Add <U2060>..<U2063>, <U30A0>,
1980         <UFE00>..<UFE0F>.
1981         * locales/translit_small: Add small Hiragana letters and small
1982         Katakana letters.
1983         * locales/translit_wide: Add <UFF5F>..<UFF60>.
1985 2002-04-15  Bruno Haible  <bruno@clisp.org>
1987         * locales/i18n (LC_CTYPE): Update to Unicode 3.2. In detail:
1988         (upper): Add <U0220>, <U03D8>, <U048A>, <U04C5>, <U04C9>, <U04CD>,
1989         <U0500>, <U0502>, <U0504>, <U0506>, <U0508>, <U050A>, <U050C>, <U050E>.
1990         (lower): Add <U019E>, <U03D9>, <U048B>, <U04C6>, <U04CA>, <U04CE>,
1991         <U0501>, <U0503>, <U0505>, <U0507>, <U0509>, <U050B>, <U050D>, <U050F>.
1992         (alpha): Add <U0220>, <U03D8>..<U03D9>, <U048A>..<U048B>,
1993         <U04C5>..<U04C6>, <U04C9>..<U04CA>, <U04CD>..<U04CE>, <U0500>..<U050F>,
1994         <U066E>..<U066F>, <U07B1>, <U0B83>, <U10F7>..<U10F8>, <U1700>..<U170C>,
1995         <U170E>..<U1711>, <U1720>..<U1731>, <U1740>..<U1751>, <U1760>..<U1770>,
1996         <U17D7>, <U17DC>, <U2071>, <U213D>..<U213F>, <U2145>..<U2149>,
1997         <U303B>..<U303C>, <U3095>..<U3096>, <U309F>, <U30FF>, <U31F0>..<U31FF>,
1998         <UFA30>..<UFA6A>, <UFE73>.
1999         (space): Add <U205F>.
2000         (punct): Add <U034F>, <U0363>..<U036F>, <U03F6>, <U1712>..<U1714>,
2001         <U1732>..<U1736>, <U1752>..<U1753>, <U1772>..<U1773>, <U2047>,
2002         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U20B0>..<U20B1>,
2003         <U20E4>..<U20EA>, <U2140>..<U2144>, <U214A>..<U214B>, <U21F4>..<U21FF>,
2004         <U22F2>..<U22FF>, <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>,
2005         <U2596>..<U259F>, <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>,
2006         <U2680>..<U2689>, <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>,
2007         <U2900>..<U2AFF>, <U303D>, <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>,
2008         <UA4A2>..<UA4A3>, <UA4B4>, <UA4C1>, <UA4C5>, <UFDFC>, <UFE00>..<UFE0F>,
2009         <UFF5F>..<UFF60>. Remove <U0B83>, <U17D7>, <U17DC>.
2010         (graph): Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
2011         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
2012         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
2013         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
2014         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
2015         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U2071>, <U20B0>..<U20B1>,
2016         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
2017         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
2018         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
2019         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
2020         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
2021         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
2022         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
2023         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.
2024         (print): Likewise. Also add <U205F>.
2025         (blank): Add <U205F>.
2026         (toupper): Add (<U019E>,<U0220>), (<U03D9>,<U03D8>), (<U048B>,<U048A>),
2027         (<U04C6>,<U04C5>), (<U04CA>,<U04C9>), (<U04CE>,<U04CD>),
2028         (<U0501>,<U0500>), (<U0503>,<U0502>), (<U0505>,<U0504>),
2029         (<U0507>,<U0506>), (<U0509>,<U0508>), (<U050B>,<U050A>),
2030         (<U050D>,<U050C>), (<U050F>,<U050E>).
2031         (totitle): Likewise.
2032         (tolower): Add (<U0220>,<U019E>), (<U03D8>,<U03D9>), (<U048A>,<U048B>),
2033         (<U04C5>,<U04C6>), (<U04C9>,<U04CA>), (<U04CD>,<U04CE>),
2034         (<U0500>,<U0501>), (<U0502>,<U0503>), (<U0504>,<U0505>),
2035         (<U0506>,<U0507>), (<U0508>,<U0509>), (<U050A>,<U050B>),
2036         (<U050C>,<U050D>), (<U050E>,<U050F>).
2037         (combining): Add <U034F>, <U0363>..<U036F>, <U1712>..<U1714>,
2038         <U1732>..<U1734>, <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>,
2039         <U20E4>..<U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
2040         (combining_level3): Add <U034F>, <U1712>..<U1714>, <U1732>..<U1734>,
2041         <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>, <U20E4>..<U20E6>,
2042         <U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
2043         * locales/tr_TR: Likewise.
2045 2002-04-15  Bruno Haible  <bruno@clisp.org>
2047         * charmaps/IBM856: New file.
2048         * charmaps/IBM922: New file.
2049         * charmaps/IBM1124: New file.
2050         * charmaps/IBM1129: New file.
2051         * charmaps/IBM1160: New file.
2052         * charmaps/IBM1161: New file.
2053         * charmaps/IBM1132: New file.
2054         * charmaps/IBM1133: New file.
2055         * charmaps/IBM1162: New file.
2056         * charmaps/IBM1163: New file.
2057         * charmaps/IBM1164: New file.
2058         * charmaps/ARMSCII-8: New file.
2060 2002-04-14  Wolfram Gloger  <wg@malloc.de>
2062         * tests-mbwc/tst_types.h: Increase MONSIZE.
2063         * tests-mbwc/tst_strfmon.c: Fail test if buffer too small.
2065 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
2067         * locales/ms_MY (day): Fix a typo.
2069 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
2071         * locales/es_ES: Define int_frac_digits and frac_digits as 2.
2073 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
2075         * locales/vi_VN: Fix various mistakes and add some more information.
2076         Patch by Le Hong Boi <le.hong.boi@quantic.com.vn>.
2078 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
2080         * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for
2081         Euro locales.
2082         * tst-fmon.data: Likewise.
2084         * locales/br_FR: Eliminate old national currencies of countries
2085         participating in Euro.  Make @euro files pure copies.
2086         * locales/ca_ES: Likewise.
2087         * locales/ca_ES@euro: Likewise.
2088         * locales/de_AT: Likewise.
2089         * locales/de_AT@euro: Likewise.
2090         * locales/de_BE: Likewise.
2091         * locales/de_BE@euro: Likewise.
2092         * locales/de_DE: Likewise.
2093         * locales/de_DE@euro: Likewise.
2094         * locales/de_LU: Likewise.
2095         * locales/de_LU@euro: Likewise.
2096         * locales/el_GR: Likewise.
2097         * locales/el_GR@euro: Likewise.
2098         * locales/en_IE: Likewise.
2099         * locales/en_IE@euro: Likewise.
2100         * locales/es_ES: Likewise.
2101         * locales/es_ES@euro: Likewise.
2102         * locales/fi_FI: Likewise.
2103         * locales/fi_FI@euro: Likewise.
2104         * locales/fr_BE: Likewise.
2105         * locales/fr_BE@euro: Likewise.
2106         * locales/fr_FR: Likewise.
2107         * locales/fr_FR@euro: Likewise.
2108         * locales/fr_LU: Likewise.
2109         * locales/fr_LU@euro: Likewise.
2110         * locales/ga_IE: Likewise.
2111         * locales/ga_IE@euro: Likewise.
2112         * locales/gl_ES: Likewise.
2113         * locales/gl_ES@euro: Likewise.
2114         * locales/it_IT: Likewise.
2115         * locales/it_IT@euro: Likewise.
2116         * locales/nl_NL: Likewise.
2117         * locales/nl_NL@euro: Likewise.
2118         * locales/pt_PT: Likewise.
2119         * locales/pt_PT@euro: Likewise.
2121         * locales/br_FR@euro: New file.
2123 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
2125         * locales/eu_ES: Corrections of date and time formats.
2126         * locales/hu_HU: Adjust a comment.
2127         * locales/wa_BE: New file.
2128         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
2130         * SUPPORTED (SUPPORTED-LOCALES): Add wa_BE and wa_BE@uero.
2131         * locales/wa_BE@euro: New file.
2133         * locales/zh_HK: Correct date information.
2134         Patch by Anthony Fok <anthony@thizlinux.com>.
2136 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
2138         * locales/sr_YU: Correct month entries for June and July
2139         [PR libc/2955].  Patch by Alastair McKinstry <alastair@pdd.3com.com>.
2141         * locales/pl_PL: Update int_curr_symbol.
2143 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
2145         * locales/el_GR: Bug fixes for spelling.
2146         Patch by Alexandros Diamantidis <adia@hellug.gr>.
2148 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
2150         * da_DK.in: Add a few more character sequences, no real words.
2152 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
2154         * charmaps/MACINTOSH: Update to Apple's latest definition.
2156 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
2158         * charmaps/GB18030: Update.
2159         Patch by Yu Shao <yshao@redhat.com>.
2161 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
2163         * locales/hu_HU: New version with corrected collation.
2164         Patch by Nagy Péter <chichken@interbase.hu>.
2166 2001-12-28  Ulrich Drepper  <drepper@redhat.com>
2168         * locales/bn_BD: New file.
2169         Contributed by Taneem Ahmed <taneem@eyetap.org>.
2171 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
2173         * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
2175 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
2177         * locales/ms_MY: Various bug fixes and additions.
2178         Patch by Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>.
2180         * locales/ca_ES: Fix typos (desembre -> decembre).
2181         Patch by Xavi Drudis Ferran <xdrudis@tinet.org>.
2183 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
2185         * charmaps/TCVN5712-1: Add combined characters.
2187 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
2189         * locales/bg_BG: Rewrite.
2190         Patch by Alexander Shopov <al_shopov@web.bg>.
2192         * charmapsTCVN5712-1: New file.
2194 2001-12-03  Ulrich Drepper  <drepper@redhat.com>
2196         * locales/translit_neutral: Define transliteration for dong sign.
2198 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
2200         * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
2202         * locales/de_CH: Define decimal point to '.' and thousands
2203         separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
2205 2001-11-21  Bruno Haible  <bruno@clisp.org>
2207         * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
2209 2001-11-15  Børre Gaup  <boerre.gaup@pc.nu>
2211         * locales/se_NO: New file.
2213 2001-10-08  Won-kyu Park  <wkpark@chem.skku.ac.kr>
2215         * locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE.
2217 2001-09-30  Ulrich Drepper  <drepper@redhat.com>
2219         * charmaps/SAMI-WS2: Add Euro sign.
2220         Patch by Petter Reinholdtsen <pere@hungry.com>.
2222 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
2224         * Makefile: Add rules to build and run tst-xlocale2.
2225         * tst-xlocale2.c: New file.
2227 2001-08-14  Ulrich Drepper  <drepper@redhat.com>
2229         * Makefile: Add rules to build and run tst-xlocale1.
2230         * tst-xlocale1.c: New file.
2232         * bug-iconv-trans.c: Improve error messages.
2234 2001-08-12  Ulrich Drepper  <drepper@redhat.com>
2236         * charmaps/ISO-IR-209: New file.
2237         * charmaps/MAC-SAMI: New file.
2238         Contributed by Regnor Jernsletten <Regnor.Jernsletten@eunet.no>.
2240 2001-08-04  Ulrich Drepper  <drepper@redhat.com>
2242         * charmaps/GEORGIAN-PS: New file.
2243         * charmaps/GEORGIAN-ACADEMY: New file.
2244         * SUPPORTED: Add ka_GE/GEORGIAN-PS.
2246 2001-08-03  Ulrich Drepper  <drepper@redhat.com>
2248         * Makefile: Add rules to build and run tst-mbswcs6.
2249         * tst-mbswcs6.c: New file.
2251         * SUPPORTED: Add several new locales.
2253         * charmaps/KOI8-T: New file.
2255 2001-08-02  Ulrich Drepper  <drepper@redhat.com>
2257         * locales/af_ZA: Use generic LC_COLLATE data.
2258         * locales/el_GR: Likewise.
2259         * locales/hu_HU: Likewise.
2260         * locales/ro_RO: Likewise.  Add transliteration.
2261         * locales/be_BY: Likewise.  Handle Ukrainian Ghe.
2262         * locales/ru_RU: Likewise.
2263         * locales/ru_UA: Likewise.
2264         * locales/uk_UA: Likewise.
2265         * locales/eu_ES: LC_TIME strings fixed.
2266         * locales/am_ET: New file.
2267         * locales/translit_et: New file.
2268         * locales/az_AZ: New file.
2269         * locales/br_FR: New file.
2270         * locales/bs_BA: New file.
2271         * locales/cy_GB: New file.
2272         * locales/hy_AM: New file.
2273         * locales/ka_GE: New file.
2274         * locales/mi_NZ: New file.
2275         * locales/oc_FR: New file.
2276         * locales/tg_TJ: New file.
2277         * locales/ti_ER: New file.
2278         * locales/ti_ET: New file.
2279         * locales/tl_PH: New file.
2280         * locales/tt_RU: New file.
2281         * locales/ur_PK: New file.
2282         * locales/uz_UZ: New file.
2283         * locales/yi_US: New file.
2284         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
2286 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
2288         * locales/tr_TR: Define missing fields and remove FIXME comments.
2289         Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
2291 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
2293         * locales/en_CA (LC_PAPER): Change to Letter.
2294         * locales/fr_CA (LC_PAPER): Likewise.
2295         * locales/es_PR (LC_PAPER): Change to Letter.
2296         (LC_MEASUREMENT): Change to 2.
2297         * locales/es_US (LC_PAPER): Change to Letter.
2298         (LC_MEASUREMENT): Change to 2.
2300 2001-07-07  Ulrich Drepper  <drepper@redhat.com>
2302         * Makefile: Add dependencies to locale files for all tests in $(tests).
2304 2001-06-28  H.J. Lu  <hjl@gnu.org>
2306         * Makefile: Include SUPPORTED.
2307         (INSTALL-SUPPORTED-LOCALES): New.
2308         ($(INSTALL-SUPPORTED-LOCALES)): New target.
2309         (install-locales-dir): Likewise.
2310         (install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
2311         * SUPPORTED: Changed the format for parallel install.
2313 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
2315         * Makefile: Add rules to build and run tst-leaks.
2316         * tst-leaks.c: New file.
2318 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
2320         * locales/ro_RO (day): Use U0163 instead of U021B.
2322 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
2324         * SUPPORTED (zh_HK): Update character map name to BIG5-HKSCS.
2326 2001-06-09  Bruno Haible  <haible@clisp.cons.org>
2328         * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
2329         code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
2331 2001-05-26  Bruno Haible  <haible@clisp.cons.org>
2333         * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
2334         to SHIFT_JIS. Add SJIS as alias.
2335         * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
2336         * gen-locale.sh: Likewise.
2338 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
2340         * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
2341         full Hangul syllable names. Add Unicode planes 1 (scripts, symbols),
2342         2 (CJK), 14 (tags), 15 and 16 (private use). Update width table.
2343         Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
2345 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
2347         * charmaps/UTF-8: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
2348         range syntax for <U3400>..<U4DB5>, <U4E00>..<U9FA5>, <UE000>..<UF8FF>.
2349         Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16
2350         (private use). Update width table. Assign width 1 to <U3008>, <U3009>,
2351         <U3014>, <U3015>, <U3018>, <U3019>.
2353 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
2355         * gen-unicode-ctype.c: Update to Unicode 3.1.
2356         (unicode_attributes): Change size to 0x110000.
2357         (fill_attribute): Change limit for i to 0x110000. Ignore surrogates;
2358         Unicode now officially allows a 32-bit representation and deprecates
2359         the use of surrogates in this representation.
2360         (fill_attributes): Loop up to 0x110000.
2361         (unicode_combining): Remove array.
2362         (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't
2363         contain this property any more.
2364         (is_alpha): Incorporate changes by Theppitak Karoonboonyanan
2365         2001-02-15.
2366         (is_combining): Use new but equivalent definition.
2367         (ucs_symbol, ucs_symbol_range): New functions.
2368         (output_charclass): Loop up to 0x110000.
2369         (output_charmap): Likewise.
2370         (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where
2371         appropriate.
2372         (main): Expect only two arguments. Remove fill_combining() call.
2373         * locales/i18n (LC_CTYPE): To "upper", add <U03F4> and Deseret letters.
2374         To "lower", add <U03F5> and Deseret letters.
2375         To "alpha", add <U03F4>, <U03F5>, <U16EE>..<U16F0>, Old Italic letters,
2376         Gothic letters, Deseret letters, mathematical symbols.
2377         From "punct", remove <U16EE>..<U16F0> and surrogates. Add many new
2378         Unicode 3.1 characters.
2379         To "graph" and "print", add <U03F4>, <U03F5>. Remove surrogates. Add
2380         many new Unicode 3.1 characters.
2381         "toupper", "tolower", "totitle": Update.
2382         To "combining", add some new musical symbols.
2383         To "combining_level3", add some new musical symbols.
2384         * locales/tr_TR (LC_CTYPE): Update from i18n.
2385         * locales/translit_font: Add transliterations for new Unicode 3.1
2386         mathematical symbols.
2387         * locales/translit_compat: Add transliterations for <U03F4>, <U03F5>.
2388         * locales/translit_cjk_compat: Add transliterations for CJK
2389         compatibility characters in Unicode plane 2.
2391 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
2393         * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for
2394         <U4EA0>, <U51AB>, <U52F9>. Remove 0x8EAExxxx mappings. Add
2395         0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx,
2396         0x8EAFxxxx mappings instead.
2398 2001-05-26  Ulrich Drepper  <drepper@redhat.com>
2400         * locales/ro_RO: Correct abday, day, abmon, and mon info.
2401         Patch by Ionel Mugurel Ciobîcã <tgakic@bambam.chem.tue.nl>.
2403 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
2405         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Use a private mbstate_t
2406         for some tests, because mbrlen (NULL, 0, &s) does not always put back
2407         s into the initial state.
2409 2001-05-14  Andreas Jaeger  <aj@suse.de>
2411         * locales/ms_MY: Fix entries for Tue and Wednesday.
2412         Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
2414 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
2416         * locales/be_BY: Fix syntax in LC_COLLATE section.
2417         * locales/ru_UA: Likewise.
2418         * locales/tr_TR: Likewise.
2419         * locales/uk_UA: Likewise.
2421 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
2423         * locales/fa_IR: Add outdigit information and collation.
2424         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
2426 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
2428         * locales/i18n: Don't define outdigit.
2430 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
2432         * locales/th_TH: Remove name_ms entry.
2433         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
2435 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
2437         * locales/th_TH: Update era information and some of the new
2438         categories.
2439         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
2441 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
2443         * locales/i18n: Correct classification of Thai characters.  This
2444         differs from Unicode's tables but is in line with linguistic rules
2445         in Thailand.
2446         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
2448 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
2450         * charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
2451         Patch by Yong Li <rigel863@yahoo.com>.
2453 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
2455         * SUPPORTED: Add zh_CN.GBK.
2457 2001-02-09  Andreas Jaeger  <aj@suse.de>
2459         * locales/en_IN: Add newline at end of file.
2461         * SUPPORTED: Add more entries.
2463 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
2465         * locales/en_HK: At newline at the end of the file.
2467 2001-02-08  Andreas Jaeger  <aj@suse.de>
2469         * localedata/SUPPORTED: Add some entries for new locales.
2471 2001-02-07  Andreas Jaeger  <aj@suse.de>
2473         * locales/ar_IN: New.
2474         * locales/bn_IN: New.
2475         * locales/el_GR@euro: New.
2476         * locales/en_HK: New.
2477         * locales/en_IN: New.
2478         * locales/en_PH: New.
2479         * locales/en_SG: New.
2480         * locales/ms_MY: New.
2481         * locales/ta_IN: New.
2482         * locales/te_IN: New.
2483         * locales/zh_SG: New.
2485 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
2487         * locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
2488         * locales/zh_CN: Likewise.
2490 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
2492         * locales/translit_cjk_compat: Add missing characters in range
2493         U+3300..U+33FF.
2495 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
2497         * locales/fi_FI: Remove FIXME comments.
2498         * locales/sv_FI: Likewise.
2499         Patch by Marko Myllynen <myllynen@lut.fi>.
2501 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
2503         * locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
2504         Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.
2506 2001-01-23  Andreas Schwab  <schwab@suse.de>
2508         * locales/el_GR: Add missing quotes around multicharacter strings.
2509         * locales/ru_RU: Likewise.
2511 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
2513         * Makefile (LOCALES): Add fr_FR.ISO-8859-1.
2514         * tst-langinfo.sh: Add French tests.
2516 2001-01-08  Jakub Jelinek  <jakub@redhat.com>
2518         * locales/cs_CZ: Fix grammar of comment above abmon.
2519         Reported by Stanislav Brabec <utx@penguin.cz>.
2521 2000-12-31  Andreas Jaeger  <aj@suse.de>
2523         * tst-fmon.c (main): Use return instead of exit to avoid warning.
2525 2000-12-21  Ulrich Drepper  <drepper@redhat.com>
2527         * tests/test5.cm: Define code_set_name.
2529 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
2531         * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
2532         * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
2533         REVERSE SOLIDUS.
2535 2000-11-30  Ulrich Drepper  <drepper@redhat.com>
2537         * Makefile (tests): Add tst-setlocale.
2538         (tst-setlocale-ENV): Define.
2539         * tst-setlocale.c: New file.
2541 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
2543         * Makefile (LOCALES): Add ja_JP.SJIS.
2545 2000-11-23  Ulrich Drepper  <drepper@redhat.com>
2547         * tst-digits.c (main): Add casts to avoid warnings.
2548         * collate-test.c (xstrcoll): Make l1 and l2 const.
2549         * xfrm-test.c (xstrcmp): Make l1 and l2 const.
2551 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
2553         * charmaps/BALTIC: Superceded by ISO-8859-13.
2555 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
2557         * locales/ko_KR: Changed LC_IDENTIFICATION territory field to
2558         Republic of Korea.  Streamlined and extend(include all Hangul
2559         syllables) hangul and hanja class definition in LC_CTYPE and
2560         hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
2561         tel_dom_fmt to LC_TELEPHONE.
2562         Patch by Jungshik Shin <jshin@pantheon.yale.edu>.
2564 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
2566         * locales/ko_KR: Fix currency_symbol.
2567         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
2569 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
2571         * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
2572         Reported by Markus Kuhn.
2574 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
2576         * charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
2577         * locales/ko_KR: Revert change.  Use full with won sign.
2578         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
2580 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
2582         * locales/mk_MK: Update.
2583         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
2585 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
2587         * charmaps/BIG5: Add mapping for <U20AC> back.
2588         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
2590 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
2592         * locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
2593         * locales/translit_compat: Add a few ligatures.
2594         * locales/translit_combining: Add a few plain ASCII alternatives.
2595         * locales/translit_fraction: Likewise.  Surround with spaces.
2597 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2599         * locales/translit_hangul: New file.
2600         * locales/ko_KR (LC_CTYPE): Include it.
2602 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2604         * locales/translit_cjk_variants: New file.
2605         * locales/ja_JP (LC_CTYPE): Include it.
2607 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2609         * locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
2610         transliteration rules.
2612 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2614         * locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
2615         transliteration rules.
2616         * locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
2617         * locales/de_BE (LC_CTYPE): Likewise.
2618         * locales/de_CH (LC_CTYPE): Likewise.
2619         * locales/de_LU (LC_CTYPE): Likewise.
2620         * locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
2621         * locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
2622         * locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
2623         * locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.
2625 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2627         * locales/translit_combining: New file.
2628         * locales/fr_FR (LC_CTYPE): Include it.
2629         * locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
2630         * locales/fr_CA (LC_CTYPE): Likewise.
2631         * locales/fr_CH (LC_CTYPE): Likewise.
2632         * locales/fr_LU (LC_CTYPE): Likewise.
2633         * locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
2634         * locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
2635         * locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.
2637 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2639         * locales/translit_wide: New file.
2640         * locales/translit_narrow: New file.
2641         * locales/translit_font: New file.
2642         * locales/translit_circle: New file.
2643         * locales/translit_small: New file.
2644         * locales/translit_fraction: New file.
2645         * locales/translit_compat: New file.
2646         * locales/translit_cjk_compat: New file.
2647         * locales/translit_neutral: New file.  Include all of the above.
2648         * locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
2649         German and Danish specific rules.
2651 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2653         * locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
2654         * locales/zh_CN (LC_CTYPE): Likewise.
2655         * locales/ko_KR (LC_CTYPE): Likewise.
2657 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
2659         * charmaps/UTF-8: Set width of U200B to 0.
2660         * charmaps/GB18030: Likewise.
2662 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
2664         * charmaps/BIG5: Update.
2665         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
2667         * locales/mk_MK: Use iso14651_t1 file.
2668         Patch by Damjan <arhiv@freemail.org.mk>.
2670 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
2672         * charmaps/VISCII: New file.
2674 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
2676         * locales/sr_YU@cyrillic: New file. Based on a locale file by
2677         Anton Zinoviev <anton@lml.bas.bg>.
2678         * SUPPORTED: Add sr_YU@cyrillic.
2680 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
2682         * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
2683         * locales/be_BY: Likewise.
2684         * locales/bg_BG: Likewise.
2685         * locales/el_GR: Likewise.
2686         * locales/ja_JP: Likewise.
2687         * locales/ko_KR: Likewise.
2688         * locales/mk_MK: Likewise.
2689         * locales/ru_RU: Likewise.
2690         * locales/ru_UA: Likewise.
2691         * locales/th_TH: Likewise.
2692         * locales/tr_TR: Likewise.
2693         * locales/uk_UA: Likewise.
2694         * locales/zh_CN: Likewise.
2695         * tests-mbwc/dat_iswalnum.c: Update for changed character properties
2696         in the ja_JP.EUC-JP locale.
2697         * tests-mbwc/dat_iswalpha.c: Likewise.
2698         * tests-mbwc/dat_iswctype.c: Likewise.
2699         * tests-mbwc/dat_iswgraph.c: Likewise.
2700         * tests-mbwc/dat_iswprint.c: Likewise.
2701         * tests-mbwc/dat_iswpunct.c: Likewise.
2703 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
2705         * fr_CA,2.13.in: Removed.
2707 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
2709         * locales/POSIX: New support for date_fmt.
2710         * locales/af_ZA: Likewise.
2711         * locales/ar_AE: Likewise.
2712         * locales/ar_BH: Likewise.
2713         * locales/ar_DZ: Likewise.
2714         * locales/ar_EG: Likewise.
2715         * locales/ar_IQ: Likewise.
2716         * locales/ar_JO: Likewise.
2717         * locales/ar_KW: Likewise.
2718         * locales/ar_LB: Likewise.
2719         * locales/ar_LY: Likewise.
2720         * locales/ar_MA: Likewise.
2721         * locales/ar_OM: Likewise.
2722         * locales/ar_QA: Likewise.
2723         * locales/ar_SA: Likewise.
2724         * locales/ar_SD: Likewise.
2725         * locales/ar_SY: Likewise.
2726         * locales/ar_TN: Likewise.
2727         * locales/ar_YE: Likewise.
2728         * locales/be_BY: Likewise.
2729         * locales/bg_BG: Likewise.
2730         * locales/ca_ES: Likewise.
2731         * locales/cs_CZ: Likewise.
2732         * locales/da_DK: Likewise.
2733         * locales/de_AT: Likewise.
2734         * locales/de_BE: Likewise.
2735         * locales/de_CH: Likewise.
2736         * locales/de_DE: Likewise.
2737         * locales/de_LU: Likewise.
2738         * locales/el_GR: Likewise.
2739         * locales/en_AU: Likewise.
2740         * locales/en_CA: Likewise.
2741         * locales/en_DK: Likewise.
2742         * locales/en_GB: Likewise.
2743         * locales/en_IE: Likewise.
2744         * locales/en_NZ: Likewise.
2745         * locales/en_US: Likewise.
2746         * locales/en_ZA: Likewise.
2747         * locales/es_AR: Likewise.
2748         * locales/es_BO: Likewise.
2749         * locales/es_CL: Likewise.
2750         * locales/es_CO: Likewise.
2751         * locales/es_CR: Likewise.
2752         * locales/es_DO: Likewise.
2753         * locales/es_EC: Likewise.
2754         * locales/es_ES: Likewise.
2755         * locales/es_GT: Likewise.
2756         * locales/es_HN: Likewise.
2757         * locales/es_MX: Likewise.
2758         * locales/es_NI: Likewise.
2759         * locales/es_PA: Likewise.
2760         * locales/es_PE: Likewise.
2761         * locales/es_PR: Likewise.
2762         * locales/es_PY: Likewise.
2763         * locales/es_SV: Likewise.
2764         * locales/es_US: Likewise.
2765         * locales/es_UY: Likewise.
2766         * locales/es_VE: Likewise.
2767         * locales/et_EE: Likewise.
2768         * locales/eu_ES: Likewise.
2769         * locales/fa_IR: Likewise.
2770         * locales/fi_FI: Likewise.
2771         * locales/fo_FO: Likewise.
2772         * locales/fr_BE: Likewise.
2773         * locales/fr_CA: Likewise.
2774         * locales/fr_CH: Likewise.
2775         * locales/fr_FR: Likewise.
2776         * locales/fr_LU: Likewise.
2777         * locales/ga_IE: Likewise.
2778         * locales/gl_ES: Likewise.
2779         * locales/gv_GB: Likewise.
2780         * locales/he_IL: Likewise.
2781         * locales/hi_IN: Likewise.
2782         * locales/hr_HR: Likewise.
2783         * locales/hu_HU: Likewise.
2784         * locales/i18n: Likewise.
2785         * locales/id_ID: Likewise.
2786         * locales/is_IS: Likewise.
2787         * locales/it_CH: Likewise.
2788         * locales/it_IT: Likewise.
2789         * locales/iw_IL: Likewise.
2790         * locales/ja_JP: Likewise.
2791         * locales/kl_GL: Likewise.
2792         * locales/ko_KR: Likewise.
2793         * locales/kw_GB: Likewise.
2794         * locales/lt_LT: Likewise.
2795         * locales/lv_LV: Likewise.
2796         * locales/mk_MK: Likewise.
2797         * locales/mr_IN: Likewise.
2798         * locales/mt_MT: Likewise.
2799         * locales/nl_BE: Likewise.
2800         * locales/nl_NL: Likewise.
2801         * locales/nn_NO: Likewise.
2802         * locales/no_NO: Likewise.
2803         * locales/pl_PL: Likewise.
2804         * locales/pt_BR: Likewise.
2805         * locales/pt_PT: Likewise.
2806         * locales/ro_RO: Likewise.
2807         * locales/ru_RU: Likewise.
2808         * locales/ru_UA: Likewise.
2809         * locales/sk_SK: Likewise.
2810         * locales/sl_SI: Likewise.
2811         * locales/sq_AL: Likewise.
2812         * locales/sr_YU: Likewise.
2813         * locales/sv_FI: Likewise.
2814         * locales/sv_SE: Likewise.
2815         * locales/th_TH: Likewise.
2816         * locales/tr_TR: Likewise.
2817         * locales/uk_UA: Likewise.
2818         * locales/vi_VN: Likewise.
2819         * locales/zh_CN: Likewise.
2820         * locales/zh_HK: Likewise.
2821         * locales/zh_TW: Likewise.
2823 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
2825         * locales/fa_IR: Fix many problems and change to use UTF-8.
2826         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
2827         * SUPPORTED: Add fa_IR.UTF-8.
2829 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
2831         * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.
2833 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
2835         * locales/iso14651_t1: Handle Macedonian correctly.
2836         Patch by Damjan <arhiv@freemail.org.mk>.
2838 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
2840         * locales/iso14651_t1: Add currency symbols.
2842 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
2844         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
2845         * tests-mbwc/dat_iswdigit.c: Likewise.
2847         * locales/zh_CN: Remove non-ASCII digit entry.
2848         * locales/ja_JP: Likewise.
2849         Add full width digits to alnum class.
2851 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
2853         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
2854         digits.
2855         (is_alpha): Add them here.
2856         * locales/i18n (digit): Remove all non-ASCII digits.
2857         (alpha): Add them here.
2859         * dump-ctype.c: Pretty print.
2861 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
2863         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
2864         * locales/ko_KR: Change currency_symbol back to use U20a9.
2866 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
2868         * tst-langinfo.sh: Adjust for change in ja_JP.
2870 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
2872         * locales/ja_JP: Changed yesexpr/noexpr expression,
2873         fixed typo in era, added definition for name_gen.
2875 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
2877         * SUPPORTED: Add ko_KR.UTF-8.
2879 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
2881         * charmaps/BIG5: Add a width table.
2882         * charmaps/GB18030: Likewise.
2883         * charmaps/ISO-8859-6: Likewise.
2884         * charmaps/ISO-8859-8: Likewise.
2885         * charmaps/TIS-620: Likewise.
2887 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
2889         * Makefile (repertoiremaps): Remove variable.
2890         (distribute): Remove repertoiremaps.
2891         (install-others): Likewise. Add .gz to charmaps.
2892         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
2894 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
2896         * charmaps/ISO-IR-197: Remove alias "none".
2898 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
2900         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
2901         width of format control characters to 0.
2903 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
2905         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
2906         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
2907         return values.  Only the sign matters.
2909 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
2911         * locales/ar_SA: Last non <Uxxxx> entries removed.
2912         Patch by Martin Strassburger <martin.strassburger@sap.com>.
2914 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
2916         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
2917         we have EUC-KR.
2919 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
2921         * locales/uk_UA: Fix yesexpr.
2922         * locales/ru_UA: Likewise.
2923         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
2925 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
2927         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
2928         so they become printable and carry a width.  Comment out surrogate
2929         ranges.  Add a WIDTH table.
2931 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
2933         * gen-unicode-ctype.c: New file.
2934         * dump-ctype.c: New file.
2935         * Makefile (distribute): Add them.
2936         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
2937         gen-unicode-ctype.c.
2938         (blank): Add U+1680.
2939         (cntrl): Add U+2028, U+2029.
2940         (space): Add U+1680, U+2028, U+2029.
2941         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
2942         (alnum, alpha, print, graph, punct): Lots of additions.
2943         (lower, upper, tolower, toupper, combining, combining_level3): Update.
2944         (totitle): New map.
2945         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
2946         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
2947         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
2948         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
2949         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
2950         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
2951         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
2953 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
2955         * charmaps/GBK: Add commented mappings for GBK characters not yet in
2956         Unicode.
2958 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
2960         * charmaps/GBK: Remove /x80 entry.
2962 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
2964         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
2965         to use it.
2967 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
2969         * charmaps/JOHAB: Add identity mapping for 0x7f.
2971 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
2973         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
2974         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
2976 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
2978         * charmaps/GB2312: Change code_set_name to GB2312.
2980 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
2982         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
2983         * localedata/locales/ar_BH: Likewise.
2984         * localedata/locales/ar_DZ: Likewise.
2985         * localedata/locales/ar_EG: Likewise.
2986         * localedata/locales/ar_IQ: Likewise.
2987         * localedata/locales/ar_JO: Likewise.
2988         * localedata/locales/ar_KW: Likewise.
2989         * localedata/locales/ar_LB: Likewise.
2990         * localedata/locales/ar_LY: Likewise.
2991         * localedata/locales/ar_MA: Likewise.
2992         * localedata/locales/ar_OM: Likewise.
2993         * localedata/locales/ar_QA: Likewise.
2994         * localedata/locales/ar_SD: Likewise.
2995         * localedata/locales/ar_SY: Likewise.
2996         * localedata/locales/ar_TN: Likewise.
2997         * localedata/locales/ar_YE: Likewise.
2999 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
3001         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
3002         * locales/mr_IN: New file.
3003         * locales/mt_MT: New file.
3005         * charmaps/GB18030: Comment out entries in user-defined area.
3007 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
3009         * charmaps/GB18030: Add back entries which got lost in last change.
3011 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
3013         * charmaps/GB18030: Update once more.
3015         * charmaps/JOHAB: New file.
3016         * SUPPORTED: Add ko_KR.JOHAB.
3018 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
3020         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
3021         but not in EUC-KR.
3023 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3025         * charmaps/EUC-TW: Add commented non-reversible mappings.
3027 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3029         * charmaps/CP949: New file.
3031 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3033         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
3035 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3037         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
3038         U+007E.
3040 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3042         * charmaps/INIS-8: Update to use <Uxxxx> format.
3043         * charmaps/ISO_2033-1983: Likewise.
3044         * charmaps/ISO_5427-EXT: Likewise.
3046 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
3048         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
3049         * SUPPORTED: Add zh_HK.BIG5HKSCS.
3051         * charmaps/BIG5HKSCS: Add Big5 codes.
3053         * Makefile (test-input): Add sv_SE.ISO-8859-1.
3054         (LOCALES): Likewise.
3055         * sv_SE.ISO-8859-1: New file.
3057 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
3059         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
3060         Changes by Roger So <spacehunt@e-fever.org>.
3062         * SUPPORTED: Add nn_NO.ISO-8859-1.
3063         * locales/nn_NO: New file.
3065 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
3067         * charmaps/BIG5HKSCS: Regenerated from official data file.
3069         * locales/ja_JP: Add yesstr and nostr information.
3071         * charmaps/GB18030: Add entries from GBK not present here.
3073         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
3075         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
3077 2000-08-29  Akira Higuchi  <a@kondara.org>
3079         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
3080         * charmaps/GBK: Likewise.
3082         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
3084 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
3086         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
3087         and customize with several reorder-after statements.
3088         Reported by menthos@menthos.com.
3090 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
3092         * locales/ja_JP: Add new categories with generic information.
3094         * locales/i18n (default_missing): Change back to only U003F.
3096 2000-08-24  Andreas Jaeger  <aj@suse.de>
3098         * Makefile (generated): Add some .out files.
3100 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
3102         * locales/i18n: Add transliteration information.
3104 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
3106         * locales/ca_ES@euro: Country is Spain.
3107         * locales/ca_ES: Likewise.
3109         * locales/es_MX: Correct int_curr_symbol.
3110         * locales/es_PE: Likewise.
3112         * SUPPORTED: Add missing supported locales.
3114         * locales/fa_IR: Correct a few of the contained bugs.
3116         * locales/zh_HK: New file.
3118         * charmaps/BIG5HKSCS: New file.
3120         * locales/en_CA,2.5: Removed.
3121         * locales/fr_CA,2.13: Removed.
3122         * locales/in_ID: Removed.
3124         * locales/sq_AL: New file.
3125         * SUPPORTED: Add sq_AL.ISO-8859-1.
3127         * locales/vi_VN: New file.
3128         * SUPPORTED: Add vi_VN.UTF-8.
3130         * locales/ko_KR: Correct currency_symbol entry.
3132         * locales/hi_IN: New file.
3133         * SUPPORTED: Add hi_IN.UTF-8.
3135         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
3137         * sort-test.sh: Improve error handling by printing more information.
3139         * locales/ar_AE: New file.
3140         * locales/ar_BH: New file.
3141         * locales/ar_DZ: New file.
3142         * locales/ar_EG: New file.
3143         * locales/ar_IQ: New file.
3144         * locales/ar_JO: New file.
3145         * locales/ar_KW: New file.
3146         * locales/ar_LB: New file.
3147         * locales/ar_LY: New file.
3148         * locales/ar_MA: New file.
3149         * locales/ar_OM: New file.
3150         * locales/ar_QA: New file.
3151         * locales/ar_SD: New file.
3152         * locales/ar_SY: New file.
3153         * locales/ar_TN: New file.
3154         * locales/ar_YE: New file.
3155         * SUPPORTED: Add Arabic locales.
3157 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
3159         * locales/es_CR: New file.
3160         * locales/es_NI: New file.
3161         * locales/es_PR: New file.
3163         * locales/es_AR: Share LC_COLLATE description with es_ES.
3164         * locales/es_BO: Likewise.
3165         * locales/es_CL: Likewise.
3166         * locales/es_CO: Likewise.
3167         * locales/es_DO: Likewise.
3168         * locales/es_GT: Likewise.
3169         * locales/es_HN: Likewise.
3170         * locales/es_MX: Likewise.
3171         * locales/es_PA: Likewise.
3172         * locales/es_PE: Likewise.
3173         * locales/es_PY: Likewise.
3174         * locales/es_SV: Likewise.
3175         * locales/es_UY: Likewise.
3176         * locales/es_VE: Likewise.
3177         * locales/es_EC: Share LC_COLLATE description with es_US.
3179         * locales/ko_KR: Updated for glibc 2.2.
3180         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
3181         * SUPPORTED: Add ko_KR.
3183         * locales/de_BE@euro: New file.
3184         * locales/eu_ES@euro: New file.
3185         * locales/ga_IE@euro: New file.
3186         * locales/gl_ES@euro: New file.
3187         * locales/nl_BE@euro: New file.
3188         * locales/sv_FI@euro: New file.
3189         * SUPPORTED: Add the new locales.
3191         * Makefile (install-locales): Handle option in locale name.  Print
3192         progress information.
3194         * SUPPORTED: Add all the @euro locales.
3196         * locales/ca_ES@euro: Update charset comment.
3197         * locales/de_AT@euro: Likewise.
3198         * locales/de_DE@euro: Likewise.
3199         * locales/de_LU@euro: Likewise.
3200         * locales/en_IE@euro: Likewise.
3201         * locales/es_ES@euro: Likewise.
3202         * locales/fi_FI@euro: Likewise.
3203         * locales/fr_BE@euro: Likewise.
3204         * locales/fr_FR@euro: Likewise.
3205         * locales/fr_LU@euro: Likewise.
3206         * locales/it_IT@euro: Likewise.
3207         * locales/nl_NL@euro: Likewise.
3208         * locales/pt_PT@euro: Likewise.
3210 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
3212         * locales/ca_ES: Correct comment.
3214         * locales/ca_ES@euro: New file.
3215         * locales/de_AT@euro: New file.
3216         * locales/de_DE@euro: New file.
3217         * locales/de_LU@euro: New file.
3218         * locales/en_IE@euro: New file.
3219         * locales/es_ES@euro: New file.
3220         * locales/fi_FI@euro: New file.
3221         * locales/fr_BE@euro: New file.
3222         * locales/fr_FR@euro: New file.
3223         * locales/fr_LU@euro: New file.
3224         * locales/it_IT@euro: New file.
3225         * locales/nl_NL@euro: New file.
3226         * locales/pt_PT@euro: New file.
3228 2000-08-19  Andreas Jaeger  <aj@suse.de>
3230         * tst-digits.c: Include stdlib.h and string.h to provide
3231         prototypes for exit, strlen and strcmp.
3233 2000-08-18  Andreas Jaeger  <aj@suse.de>
3235         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
3236         (TST_DECL_VARS): Don't declare err_flg.
3237         (TST_GET_ERRET): Don't set err_flg.
3238         (TST_GET_ERRET_SEQ): Likewise.
3239         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
3241         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
3242         * tests-mbwc/dat_iswalnum.c: Likewise.
3243         * tests-mbwc/dat_iswalpha.c: Likewise.
3244         * tests-mbwc/dat_iswcntrl.c: Likewise.
3245         * tests-mbwc/dat_iswctype.c: Likewise.
3246         * tests-mbwc/dat_iswdigit.c: Likewise.
3247         * tests-mbwc/dat_iswgraph.c: Likewise.
3248         * tests-mbwc/dat_iswlower.c: Likewise.
3249         * tests-mbwc/dat_iswprint.c: Likewise.
3250         * tests-mbwc/dat_iswpunct.c: Likewise.
3251         * tests-mbwc/dat_iswspace.c: Likewise.
3252         * tests-mbwc/dat_iswupper.c: Likewise.
3253         * tests-mbwc/dat_iswxdigit.c: Likewise.
3254         * tests-mbwc/dat_mblen.c: Likewise.
3255         * tests-mbwc/dat_mbrlen.c: Likewise.
3256         * tests-mbwc/dat_mbrtowc.c: Likewise.
3257         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
3258         * tests-mbwc/dat_mbstowcs.c: Likewise.
3259         * tests-mbwc/dat_mbtowc.c: Likewise.
3260         * tests-mbwc/dat_strcoll.c: Likewise.
3261         * tests-mbwc/dat_strfmon.c: Likewise.
3262         * tests-mbwc/dat_strxfrm.c: Likewise.
3263         * tests-mbwc/dat_swscanf.c: Likewise.
3264         * tests-mbwc/dat_towctrans.c: Likewise.
3265         * tests-mbwc/dat_towlower.c: Likewise.
3266         * tests-mbwc/dat_towupper.c: Likewise.
3267         * tests-mbwc/dat_wcrtomb.c: Likewise.
3268         * tests-mbwc/dat_wcscat.c: Likewise.
3269         * tests-mbwc/dat_wcschr.c: Likewise.
3270         * tests-mbwc/dat_wcscmp.c: Likewise.
3271         * tests-mbwc/dat_wcscoll.c: Likewise.
3272         * tests-mbwc/dat_wcscpy.c: Likewise.
3273         * tests-mbwc/dat_wcscspn.c: Likewise.
3274         * tests-mbwc/dat_wcslen.c: Likewise.
3275         * tests-mbwc/dat_wcsncat.c: Likewise.
3276         * tests-mbwc/dat_wcsncmp.c: Likewise.
3277         * tests-mbwc/dat_wcsncpy.c: Likewise.
3278         * tests-mbwc/dat_wcspbrk.c: Likewise.
3279         * tests-mbwc/dat_wcsrtombs.c: Likewise.
3280         * tests-mbwc/dat_wcsspn.c: Likewise.
3281         * tests-mbwc/dat_wcsstr.c: Likewise.
3282         * tests-mbwc/dat_wcstod.c: Likewise.
3283         * tests-mbwc/dat_wcstok.c: Likewise.
3284         * tests-mbwc/dat_wcstombs.c: Likewise.
3285         * tests-mbwc/dat_wcswidth.c: Likewise.
3286         * tests-mbwc/dat_wcsxfrm.c: Likewise.
3287         * tests-mbwc/dat_wctob.c: Likewise.
3288         * tests-mbwc/dat_wctomb.c: Likewise.
3289         * tests-mbwc/dat_wctrans.c: Likewise.
3290         * tests-mbwc/dat_wctype.c: Likewise.
3291         * tests-mbwc/dat_wcwidth.c: Likewise.
3292         * tests-mbwc/dat_isw-funcs.h: Fix comment.
3294 2000-08-17  Andreas Jaeger  <aj@suse.de>
3296         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
3297         should have a value.
3299 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
3301         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
3302         separate uppercase from non-uppercase characters to enable correct
3303         handling in range expressions.
3305 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
3307         * Makefile (install-locales): Use --prefix option of localedef to
3308         avoid providing complete path for output file.
3310 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
3312         * locales/zh_TW: Updated.
3313         * charmaps/BIG5: Updated.
3314         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
3316 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
3318         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
3319         use `int'.
3321 2000-08-01  Andreas Jaeger  <aj@suse.de>
3323         * Makefile (distribute): Follow name change of tst-ctype-de.in to
3324         tst-ctype-de_DE.ISO-8859-1.in.
3326 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
3328         * charmaps/KSX1001: Add width information.
3329         * charmaps/GB2312: Likewise.
3330         * charmaps/GBK: Likewise.
3331         Patches by GOTO Masanori <gotom@debian.or.jp>.
3333 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3335         * charmaps/CP737: New file.
3336         * charmaps/CP775: New file.
3338 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3340         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
3341         /xb0../xf7.  Remove aliases.
3343 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3345         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
3346         /xc9../xf9.
3348 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
3350         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
3352 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
3354         * tst-langinfo.c (main): Fix esacape sequence handling.
3356         * charmaps/EUC-TW: New file.
3358         * tst-digits.c: Add tests for wprintf.
3359         * tests/test7.cm: Change so that it is usable for wprintf tests.
3361         * tst-locale.sh: Fix typo in last change.
3363         * tst-digits.c: Add ctype and wctype tests.
3365 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
3367         * Makefile (ld-test-names): Add test7.
3368         (tests): Add tst-digits.  Add dependency and environment variable.
3369         * tst-digits.c: New file.
3370         * tst-locale.sh: Generate test7 locale.
3371         * tests/test7.cm: New file.
3372         * tests/test7.def: New file.
3374         * tst-locale.sh: Add dropped test6 locale.
3376 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
3378         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
3379         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
3380         locale.
3382 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
3384         * locales/zh_TW: New file.
3385         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
3387 2000-07-28  Andreas Jaeger  <aj@suse.de>
3389         * tst-langinfo.c: Include <string.h> for strcmp prototype.
3391 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
3393         * charmaps/BIG5: New file.
3394         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
3396 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
3398         * locales/zh_CN: Update for new format.
3399         Patch by Yong Li <yong.li@asu.edu>.
3401         * tst-langinfo.c: Add copyright text.
3403 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
3405         * tst-wctype.input: Add more input text.
3406         * tst-wctype.c: Test more classes.
3408         * Makefile: Add rules to build, run, and distribute tst-langinfo.
3409         * tst-langinfo.c: New file.
3410         * tst-langinfo.sh: New file.
3412         * locales/ja_JP (era_d_t_fmt): Fix typo.
3414         * Makefile: Add rules to build, run, and distribute tst-wctype.
3415         * tst-wctype.c: New file.
3416         * tst-wctype.input: New file.
3417         * tst-wctype.sh: New file.
3419 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
3421         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
3422         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
3424 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
3426         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
3427         (enoexpr): Likewise.
3428         * locales/hr_HR: Likewise.
3429         Patches by GOTO Masanori <gotom@debian.or.jp>.
3431         * locales/i18n (yesexpr): Add U005E at the beginning.
3432         (noexpr): Likewise.
3434 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
3436         * locales/ja_JP (yesexpr): U0060 should be U005E.
3437         (noexpr): Likewise.
3439         * locales/i18n: Remove U00A0 from blank as well.
3440         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
3442 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
3444         * charmaps/SJIS: Add width information.
3445         Patch by GOTO Masanori <gotom@debian.or.jp>.
3447         * charmaps/SJIS: Correct byte sequence for single byte characters.
3449 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
3451         * locales/i18n: Fix typos.
3453         * locales/iso14651_t1: Correct syntax for HAN script.
3455 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
3457         * charmaps/GB18030: New file.
3459         * charmaps/UTF-8: Update for Unicode 3.0.
3461         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
3462         space.
3463         * tst-ctype.c: Likewise.
3464         * tst-ctype.sh: Likewise.
3465         * locales/i18n: Likewise.
3466         * locales/ja_JP: Likewise.
3467         * tests-mbwc/dat_iswcntrl.c: Likewise.
3468         * tests-mbwc/dat_iswctype.c: Likewise.
3469         * tests-mbwc/dat_iswspace.c: Likewise.
3471         * tst-ctype.sh: Also test C locale.
3473 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
3475         * Makefile: Rewrite rules for tests to run them only when necessary.
3476         * sort-test.sh: Produce output for failed tests.
3477         * tst-fmon.sh: Likewise.
3478         * tst-rpmatch.sh: Likewise.
3480 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
3482         * tst-ctype-de_DE.in: Renamed to...
3483         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
3485 2000-07-11  Andreas Jaeger  <aj@suse.de>
3487         * Makefile (locale_test_suite): Always run test suite.
3488         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
3489         gen-locale.sh.
3490         (do-collate-test): Likewise.
3491         (do-tst-fmon): Likewise.
3492         (do-tst-locale): Likewise.
3493         (do-tst-rpmatch): Likewise.
3494         (do-tst-trans): Likewise.
3495         (do-tst-mbswcs): Likewise.
3496         (do-tst-ctype): Likewise.
3498         * sort-test.sh : Rewrite to work with static only builds.
3499         * tst-ctype.sh: Likewise.
3500         * tst-fmon.sh: Likewise.
3501         * tst-locale.sh: Likewise.
3502         * tst-mbswcs.sh: Likewise.
3503         * tst-rpmatch.sh: Likewise.
3504         * tst-trans.sh: Likewise.
3506         * gen-locale.sh (locfile): Fix it for building with
3507         sourcedir==builddir and for static only builds.
3509 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
3511         * locales/POSIX: Remove repertoire map reference.
3512         * locales/ar_SA: Remove repertoire map reference.
3514         * locales/zh_CN.GBK: Removed.
3516         * repertoiremaps/charids.894: Removed.
3517         * repertoiremaps/mnemonics.ds: Removed.
3518         * repertoiremaps/mnemonics.ja: Removed.
3519         * repertoiremaps/mnemonics.ko: Removed.
3520         * repertoiremaps/mnemonics.zh: Removed.
3522         * charmaps/SJIS: New file.
3524 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
3526         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
3527         to EUC-JP.
3528         * tests-mbwc/dat_mbtowc.c: Likewise.
3529         * tests-mbwc/dat_wctob.c: Likewise.
3531         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
3532         * charmaps/EUC-KR: Likewise.
3534 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
3536         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
3537         * locales/ar_SA (LC_TELEPHONE): Likewise.
3538         * locales/be_BY (LC_TELEPHONE): Likewise.
3539         * locales/bg_BG (LC_TELEPHONE): Likewise.
3540         * locales/ca_ES (LC_TELEPHONE): Likewise.
3541         * locales/da_DK (LC_TELEPHONE): Likewise.
3542         * locales/de_BE (LC_TELEPHONE): Likewise.
3543         * locales/de_CH (LC_TELEPHONE): Likewise.
3544         * locales/de_LU (LC_TELEPHONE): Likewise.
3545         * locales/el_GR (LC_TELEPHONE): Likewise.
3546         * locales/en_AU (LC_TELEPHONE): Likewise.
3547         * locales/en_BW (LC_TELEPHONE): Likewise.
3548         * locales/en_CA (LC_TELEPHONE): Likewise.
3549         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
3550         * locales/en_DK (LC_TELEPHONE): Likewise.
3551         * locales/en_IE (LC_TELEPHONE): Likewise.
3552         * locales/en_NZ (LC_TELEPHONE): Likewise.
3553         * locales/en_ZA (LC_TELEPHONE): Likewise.
3554         * locales/en_ZW (LC_TELEPHONE): Likewise.
3555         * locales/es_AR (LC_TELEPHONE): Likewise.
3556         * locales/es_BO (LC_TELEPHONE): Likewise.
3557         * locales/es_CL (LC_TELEPHONE): Likewise.
3558         * locales/es_CO (LC_TELEPHONE): Likewise.
3559         * locales/es_DO (LC_TELEPHONE): Likewise.
3560         * locales/es_EC (LC_TELEPHONE): Likewise.
3561         * locales/es_ES (LC_TELEPHONE): Likewise.
3562         * locales/es_GT (LC_TELEPHONE): Likewise.
3563         * locales/es_HN (LC_TELEPHONE): Likewise.
3564         * locales/es_MX (LC_TELEPHONE): Likewise.
3565         * locales/es_PA (LC_TELEPHONE): Likewise.
3566         * locales/es_PE (LC_TELEPHONE): Likewise.
3567         * locales/es_PY (LC_TELEPHONE): Likewise.
3568         * locales/es_SV (LC_TELEPHONE): Likewise.
3569         * locales/es_US (LC_TELEPHONE): Likewise.
3570         * locales/es_UY (LC_TELEPHONE): Likewise.
3571         * locales/es_VE (LC_TELEPHONE): Likewise.
3572         * locales/et_EE (LC_TELEPHONE): Likewise.
3573         * locales/eu_ES (LC_TELEPHONE): Likewise.
3574         * locales/fa_IR (LC_TELEPHONE): Likewise.
3575         * locales/fi_FI (LC_TELEPHONE): Likewise.
3576         * locales/fo_FO (LC_TELEPHONE): Likewise.
3577         * locales/fr_BE (LC_TELEPHONE): Likewise.
3578         * locales/fr_CA (LC_TELEPHONE): Likewise.
3579         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
3580         * locales/fr_CH (LC_TELEPHONE): Likewise.
3581         * locales/fr_LU (LC_TELEPHONE): Likewise.
3582         * locales/ga_IE (LC_TELEPHONE): Likewise.
3583         * locales/gl_ES (LC_TELEPHONE): Likewise.
3584         * locales/gv_GB (LC_TELEPHONE): Likewise.
3585         * locales/he_IL (LC_TELEPHONE): Likewise.
3586         * locales/hr_HR (LC_TELEPHONE): Likewise.
3587         * locales/hu_HU (LC_TELEPHONE): Likewise.
3588         * locales/id_ID (LC_TELEPHONE): Likewise.
3589         * locales/in_ID (LC_TELEPHONE): Likewise.
3590         * locales/is_IS (LC_TELEPHONE): Likewise.
3591         * locales/it_CH (LC_TELEPHONE): Likewise.
3592         * locales/it_IT (LC_TELEPHONE): Likewise.
3593         * locales/iw_IL (LC_TELEPHONE): Likewise.
3594         * locales/kl_GL (LC_TELEPHONE): Likewise.
3595         * locales/ko_KR (LC_TELEPHONE): Likewise.
3596         * locales/kw_GB (LC_TELEPHONE): Likewise.
3597         * locales/lt_LT (LC_TELEPHONE): Likewise.
3598         * locales/lv_LV (LC_TELEPHONE): Likewise.
3599         * locales/mk_MK (LC_TELEPHONE): Likewise.
3600         * locales/nl_BE (LC_TELEPHONE): Likewise.
3601         * locales/nl_NL (LC_TELEPHONE): Likewise.
3602         * locales/pl_PL (LC_TELEPHONE): Likewise.
3603         * locales/pt_BR (LC_TELEPHONE): Likewise.
3604         * locales/ro_RO (LC_TELEPHONE): Likewise.
3605         * locales/ru_RU (LC_TELEPHONE): Likewise.
3606         * locales/ru_UA (LC_TELEPHONE): Likewise.
3607         * locales/sk_SK (LC_TELEPHONE): Likewise.
3608         * locales/sl_SI (LC_TELEPHONE): Likewise.
3609         * locales/sr_YU (LC_TELEPHONE): Likewise.
3610         * locales/sv_FI (LC_TELEPHONE): Likewise.
3611         * locales/th_TH (LC_TELEPHONE): Likewise.
3612         * locales/tr_TR (LC_TELEPHONE): Likewise.
3613         * locales/uk_UA (LC_TELEPHONE): Likewise.
3615 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
3617         * locales/th_TH: Update revision information.
3618         (LC_CTYPE: alpha): Replace ";...;" with "..".
3619         (LC_COLLATE: order): Quote with "".
3621 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
3623         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
3624         in address.
3625         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
3626         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
3627         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
3628         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
3629         * locales/es_BO (LC_IDENTIFICATION): Likewise.
3630         * locales/es_CL (LC_IDENTIFICATION): Likewise.
3631         * locales/es_CO (LC_IDENTIFICATION): Likewise.
3632         * locales/es_DO (LC_IDENTIFICATION): Likewise.
3633         * locales/es_EC (LC_IDENTIFICATION): Likewise.
3634         * locales/es_ES (LC_IDENTIFICATION): Likewise.
3635         * locales/es_GT (LC_IDENTIFICATION): Likewise.
3636         * locales/es_HN (LC_IDENTIFICATION): Likewise.
3637         * locales/es_MX (LC_IDENTIFICATION): Likewise.
3638         * locales/es_PA (LC_IDENTIFICATION): Likewise.
3639         * locales/es_PE (LC_IDENTIFICATION): Likewise.
3640         * locales/es_PY (LC_IDENTIFICATION): Likewise.
3641         * locales/es_SV (LC_IDENTIFICATION): Likewise.
3642         * locales/es_US (LC_IDENTIFICATION): Likewise.
3643         * locales/es_UY (LC_IDENTIFICATION): Likewise.
3644         * locales/es_VE (LC_IDENTIFICATION): Likewise.
3645         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
3646         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
3647         * locales/no_NO (LC_TELEPHONE): Fill in.
3648         * locales/pt_PT (LC_TELEPHONE): Fill in.
3649         * locales/sv_SE (LC_TELEPHONE): Fill in.
3650         * locales/en_GB (LC_TELEPHONE): Fill in.
3651         * locales/cs_CZ (LC_TELEPHONE): Fill in.
3653 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
3655         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
3656         * tst-locale.sh (LC_ALL): Likewise.
3658 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
3660         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
3661         * tst-locale.sh: Likewise.
3663 2000-07-01  Andreas Jaeger  <aj@suse.de>
3665         * Makefile (generated-dirs): LOCALES are also generated.
3666         (generated-dirs): Remove obsolete entry.
3668 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
3670         * Makefile (distribute): Add locale test suite files, fmon test
3671         suite files, gen-locale.sh, and show-ucs-data.c.
3673         * Depend: New file.
3675         * Makefile: Rewrite rules to generate locale data.
3676         * gen-locale.sh: Generate only one locale which is described in a
3677         command line parameter.
3679         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
3680         around DEM problem.
3681         * tst-fmon.data: Change back entries with DEM.
3683         * gen-locale.sh: Print that it might take a while to finish.
3685 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
3687         * Makefile (install-locales): Remove the -u switch from localedef
3688         command line.
3690 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
3692         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
3693         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
3694         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
3696         * locales/POSIX: Update for new format.
3698         * Makefile: Regenerate locale data also if localedef changed.
3700         * tst-fmon.data: Until we know what is correct, but the spaces
3701         after DEM back in.
3703         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
3704         unresolved issues.
3705         * tests-mbwc/dat_mbtowc.c: Likewise.
3706         * tests-mbwc/dat_strcoll.c: Likewise.
3707         * tests-mbwc/dat_strfmon.c: Likewise.
3708         * tests-mbwc/dat_strxfrm.c: Likewise.
3709         * tests-mbwc/tst_mbtowc.c: Likewise.
3711 2000-06-29  Andreas Jaeger  <aj@suse.de>
3713         * sort-test.sh: Set LC_ALL to full locale name.
3715         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
3716         anymore.
3717         (LOCALES): New.
3718         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
3719         Depend on locale files
3720         (LOCALE_FILES): New.
3721         (ALL_LC_FILES): New.
3722         (ALL_OBJ_LC_FILES): New
3723         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
3725         * tst-ctype.sh: Don't generate locales here.
3726         * tst-mbswcs.sh: Likewise.
3727         * sort-test.sh: Likewise.
3729         * gen-locale.sh: New file to generate locales.
3731 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
3733         * locales/en_GB: Update RAP address.
3734         * locales/fr_FR: Likewise.
3735         * locales/en_NZ: Likewise.
3736         * locales/de_BE: Likewise.
3737         * locales/de_CH: Likewise.
3738         * locales/de_LU: Likewise.
3739         * locales/en_AU: Likewise.
3740         * locales/en_IE: Likewise.
3741         * locales/eu_ES: Likewise.
3742         * locales/fr_BE: Likewise.
3743         * locales/fr_CH: Likewise.
3744         * locales/fr_LU: Likewise.
3745         * locales/it_IT: Likewise.
3746         * locales/nl_BE: Likewise.
3747         * locales/nl_NL: Likewise.
3748         * locales/pt_BR: Likewise.
3749         * locales/pt_PT: Likewise.
3750         * locales/sv_FI: Likewise.
3751         * locales/fi_FI: Likewise.
3752         * locales/sv_SE: Likewise.
3754 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
3756         * locales/af_ZA: Update for new format.
3757         * locales/ar_SA: Likewise.
3758         * locales/be_BY: Likewise.
3759         * locales/bg_BG: Likewise.
3760         * locales/ca_ES: Likewise.
3761         * locales/el_GR: Likewise.
3762         * locales/en_BW: Likewise.
3763         * locales/en_DK: Likewise.
3764         * locales/en_ZW: Likewise.
3765         * locales/es_AR: Likewise.
3766         * locales/es_BO: Likewise.
3767         * locales/es_CL: Likewise.
3768         * locales/es_CO: Likewise.
3769         * locales/es_DO: Likewise.
3770         * locales/es_EC: Likewise.
3771         * locales/es_ES: Likewise.
3772         * locales/es_GT: Likewise.
3773         * locales/es_HN: Likewise.
3774         * locales/es_MX: Likewise.
3775         * locales/es_PA: Likewise.
3776         * locales/es_PE: Likewise.
3777         * locales/es_PY: Likewise.
3778         * locales/es_SV: Likewise.
3779         * locales/es_US: Likewise.
3780         * locales/es_UY: Likewise.
3781         * locales/es_VE: Likewise.
3782         * locales/et_EE: Likewise.
3783         * locales/fa_IR: Likewise.
3784         * locales/fr_CA: Likewise.
3785         * locales/en_CA,2.5: Likewise.
3786         * locales/fr_CA,2.13: Likewise.
3787         * locales/gl_ES: Likewise.
3788         * locales/hr_HR: Likewise.
3789         * locales/hu_HU: Likewise.
3790         * locales/ko_KR: Likewise.
3791         * locales/lt_LT: Likewise.
3792         * locales/lv_LV: Likewise.
3793         * locales/no_NO: Likewise.
3794         * locales/pl_PL: Likewise.
3795         * locales/ro_RO: Likewise.
3796         * locales/ru_RU: Likewise.
3797         * locales/ru_UA: Likewise.
3798         * locales/sk_SK: Likewise.
3799         * locales/sl_SI: Likewise.
3800         * locales/sr_YU: Likewise.
3801         * locales/th_TH: Likewise.
3802         * locales/tr_TR: Likewise.
3803         * locales/uk_UA: Likewise.
3804         * locales/en_CA: Likewise.
3805         * locales/is_IS: Likewise.
3806         * locales/mk_MK: Likewise.
3808 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
3810         * locales/cs_CZ: Comment out fields I'm not sure about.
3811         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
3812         * locales/en_NZ: Update for new format.
3813         * locales/de_BE: Likewise.
3814         * locales/de_CH: Likewise.
3815         * locales/de_LU: Likewise.
3816         * locales/en_AU: Likewise.
3817         * locales/en_IE: Likewise.
3818         * locales/en_ZA: Likewise.
3819         * locales/eu_ES: Likewise.
3820         * locales/fo_FO: Likewise.
3821         * locales/fr_BE: Likewise.
3822         * locales/fr_CH: Likewise.
3823         * locales/fr_LU: Likewise.
3824         * locales/ga_IE: Likewise.
3825         * locales/gv_GB: Likewise.
3826         * locales/he_IL: Likewise.
3827         * locales/id_ID: Likewise.
3828         * locales/in_ID: Likewise.
3829         * locales/it_CH: Likewise.
3830         * locales/it_IT: Likewise.
3831         * locales/iw_IL: Likewise.
3832         * locales/kl_GL: Likewise.
3833         * locales/kw_GB: Likewise.
3834         * locales/nl_BE: Likewise.
3835         * locales/nl_NL: Likewise.
3836         * locales/pt_BR: Likewise.
3837         * locales/pt_PT: Likewise.
3838         * locales/sv_FI: Likewise.
3839         * locales/da_DK: Likewise.
3840         * locales/fi_FI: Likewise.
3841         * locales/sv_SE: Likewise.
3843 2000-06-29  Andreas Jaeger  <aj@suse.de>
3845         * Makefile (locale_test_suite): Add new test files.
3846         (tst_mblen-ENV): New.
3847         (tst_mbtowc-ENV): New.
3848         (tst_strcoll-ENV): New.
3849         (tst_strxfrm-ENV): New.
3850         (tst_wctomb-ENV): New.
3851         (tst_mbrtowc-ENV): New.
3852         (tst_mbsrtowcs-ENV): New.
3853         (tst_mbstowcs-ENV): New.
3854         (tst_strfmon-ENV): New.
3855         (tst_wcrtomb-ENV): New.
3856         (tst_wcsrtombs-ENV): New.
3857         (tst_wcstod-ENV): New.
3858         (tst_wcstok-ENV): New.
3859         (tst_wcstombs-ENV): New.
3861         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
3862         <kuwahara@cthulhu.engr.sgi.com>.
3863         * tests-mbwc/dat_wctomb.c: Likewise.
3864         * tests-mbwc/tst_mbtowc.c: Likewise.
3865         * tests-mbwc/dat_mbtowc.c: Likewise.
3866         * tests-mbwc/tst_strxfrm.c: Likewise.
3867         * tests-mbwc/dat_strxfrm.c: Likewise.
3868         * tests-mbwc/dat_strcoll.c: Likewise.
3869         * tests-mbwc/tst_strcoll.c: Likewise.
3870         * tests-mbwc/tst_mblen.c: Likewise.
3871         * tests-mbwc/dat_mblen.c: Likewise.
3872         * tests-mbwc/dat_wcstok.c: Likewise.
3873         * tests-mbwc/tst_wcstok.c: Likewise.
3874         * tests-mbwc/dat_wcstod.c: Likewise.
3875         * tests-mbwc/tst_wcstod.c: Likewise.
3876         * tests-mbwc/dat_mbrtowc.c: Likewise.
3877         * tests-mbwc/tst_mbrtowc.c: Likewise.
3878         * tests-mbwc/dat_wcsrtombs.c: Likewise.
3879         * tests-mbwc/tst_wcsrtombs.c: Likewise.
3880         * tests-mbwc/dat_wcstombs.c: Likewise.
3881         * tests-mbwc/tst_wcstombs.c: Likewise.
3882         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
3883         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
3884         * tests-mbwc/dat_wcrtomb.c: Likewise.
3885         * tests-mbwc/tst_wcrtomb.c: Likewise.
3886         * tests-mbwc/dat_mbstowcs.c: Likewise.
3887         * tests-mbwc/tst_mbstowcs.c: Likewise.
3888         * tests-mbwc/dat_strfmon.c: Likewise.
3889         * tests-mbwc/tst_strfmon.c: Likewise.
3891 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
3893         * locales/mk_MK: Updated (not to new format).
3894         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
3896 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
3898         * locales/fr_FR: Update for new format.
3899         * locales/de_AT: Likewise.
3900         * locales/en_GB: Likewise.
3902 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
3904         * locales/th_TH: Update copyright notice.
3906         * locales/cs_CZ: Updated for new format.
3907         Patch by Jakub Jelinek <jakub@redhat.com>.
3909         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
3910         comments.
3911         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
3912         internal state of mbrlen.
3914         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
3915         (TEST_MBWC_ENV): Remove unnecessary slash.
3916         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
3918         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
3920         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
3921         tests.
3923         * locales/iso14651_t1: Explicitly add control character in
3924         U0000-U001F and U007F-U009F range for backward compatibility.
3926         * locales/i18n: Correct problems found by test suite.
3928 2000-06-28  Andreas Jaeger  <aj@suse.de>
3930         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
3931         warning.
3933         * Makefile (locale_test_suite): Add tst_mbrlen.
3934         (tst_mbrlen-ENV): New.
3936         * tests-mbwc/tst_mbrlen.c: New file
3938         * tests-mbwc/dat_mbrlen.c: New file.
3940         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
3941         (struct TST_HEAD): Use const char* instead of an array.
3943         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
3945         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
3947         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
3949 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
3951         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
3952         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
3953         U4E06 is not in EUC-JP.
3954         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
3955         * tests-mbwc/dat_towctrans.c: Likewise.
3956         * tests-mbwc/dat_wcscoll.c: Likewise.
3957         * tests-mbwc/dat_wcswidth.c: Likewise.
3958         * tests-mbwc/dat_wctob.c: Likewise.
3960         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
3961         versions.
3963         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
3964         what is correct.
3965         * tests-mbwc/dat_wcsxfrm.c: Likewise.
3966         * tests-mbwc/dat_wcwidth.c: Likewise.
3968         * tests-mbwc/tst_funcs.h: Pretty print.
3970         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
3971         * tests-mbwc/tst_wcschr.c: Likewise.
3972         * tests-mbwc/tst_wcscpy.c: Likewise.
3973         * tests-mbwc/tst_wcscat.c: Likewise.
3974         * tests-mbwc/tst_wcsncpy.c: Likewise.
3975         * tests-mbwc/tst_wcspbrk.c: Likewise.
3976         * tests-mbwc/tst_wcsstr.c: Likewise.
3977         * tests-mbwc/tst_wctrans.c: Likewise.
3978         * tests-mbwc/tst_wctype.c: Likewise.
3980         * tests-mbwc/tst_wcscoll.c: Print better error messages.
3982         * Makefile (tests): Define as $(locale_test_suite) but only
3983         if not cross-compiling and shared libs are built.
3984         (locale_test_suite): New variable.  Name all new tests from the
3985         locale test suite.
3986         Add rule to run new tests only when all data is available.
3987         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
3989         * tst-ctype-de_DE.in: U00A0 is not in class graph.
3991         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
3993         * locales/i18n: Backspace isn't blank, tab is.
3995         * tst-ctype.c (main): Add tests for control characters and space.
3997         * locales/i18n: Backspace is no space.
3999         * locales/i18n: Add \t to space.
4001 2000-06-27  Andreas Jaeger  <aj@suse.de>
4003         * Makefile (TEST_MBWC_ENV): New variable.
4004         Use it for all tests from tests-mbwc.
4006 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
4008         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
4010 2000-06-27  Andreas Jaeger  <aj@suse.de>
4012         * Makefile: Add environment setting for all tests from tests-mbwc.
4014 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
4016         * locales/en_DK.com: Not needed.
4018 2000-06-27  Andreas Jaeger  <aj@suse.de>
4020         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
4021         <kuwahara@cthulhu.engr.sgi.com>.
4023         * Makefile (tests): Add tests from tests-mbwc subdirectory,
4024         comment them out for now.
4025         (subdir-dirs): New for tests-mbwc, add also vpaths.
4027         * locales/ja_JP: Add missing / in LC_CTYPE.
4029 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
4031         * Makefile (distribute): Add tst-ctype-de_DE.in.
4032         * tst-ctype.c: Read in more tests from stdin.
4033         * tst-ctype.sh: Feed extra test data to program via stdin.
4034         * tst-ctype-de_DE.in: New file.
4036         * locales/i18n (punct): Exclude U00A0.
4037         (blank): Include U00A0.
4039         * locales/ja_JP: Updates for new format.
4041         * Makefile (test-srcs): Add tst-ctype.
4042         (distribute): Add tst-ctype.sh.
4043         (do-tst-ctype): New target.  Run for tests.
4044         * tst-ctype.c: New file.
4045         * tst-ctype.sh: New file.
4047         * locales/i18n: NUL character must not be in cntrl.
4049         * Makefile (test-input): Add en_US.ISO-8859-1.
4050         * en_US.in: New file.
4052 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
4054         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
4055         for now.
4057         * de_DE.in: Update for new sorting.
4059         * tst-locale.sh: Don't use mnemonic.ds.
4060         * tst-mbswcs.sh: Likewise.
4061         * tst-trans.sh: Likewise.
4063         * locales/de_DE: Update for new format.
4064         * locales/en_US: Likewise.
4065         * tests/trans.def: Likewise.
4066         * tst-fmon-locales/tstfmon_n01y12: Likewise.
4067         * tst-fmon-locales/tstfmon_n02n40: Likewise.
4068         * tst-fmon-locales/tstfmon_n10y31: Likewise.
4069         * tst-fmon-locales/tstfmon_n11y41: Likewise.
4070         * tst-fmon-locales/tstfmon_n12y11: Likewise.
4071         * tst-fmon-locales/tstfmon_n20n32: Likewise.
4072         * tst-fmon-locales/tstfmon_n30y20: Likewise.
4073         * tst-fmon-locales/tstfmon_n41n00: Likewise.
4074         * tst-fmon-locales/tstfmon_y01y10: Likewise.
4075         * tst-fmon-locales/tstfmon_y02n22: Likewise.
4076         * tst-fmon-locales/tstfmon_y22n42: Likewise.
4077         * tst-fmon-locales/tstfmon_y30y21: Likewise.
4078         * tst-fmon-locales/tstfmon_y32n31: Likewise.
4079         * tst-fmon-locales/tstfmon_y40y00: Likewise.
4080         * tst-fmon-locales/tstfmon_y42n21: Likewise.
4082         * tst-rpmatch.c: Avoid warning with broken compiler.
4084         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
4086         * sort-test.sh: Add more GCONV_PATH usages.
4087         * tst-fmon.sh: Likewise.
4088         * tst-locale.sh: Likewise.
4089         * tst-mbswcs.sh: Likewise.
4090         * tst-rpmatch.sh: Likewise.
4091         * tst-trans.sh: Likewise.
4093         * locales/i18n: Remove order_start around copy.
4095         * locales/iso14651_t1: Correct various small errors.
4097 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
4099         * charmaps/ISO-8859-1: Correct width specification.
4101 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
4103         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
4104         * charmaps/ANSI_X3.4-1968: Likewise.
4105         * charmaps/ASMO_449: Likewise.
4106         * charmaps/BALTIC: Likewise.
4107         * charmaps/BS_4730: Likewise.
4108         * charmaps/BS_VIEWDATA: Likewise.
4109         * charmaps/CP1250: Likewise.
4110         * charmaps/CP1251: Likewise.
4111         * charmaps/CP1252: Likewise.
4112         * charmaps/CP1253: Likewise.
4113         * charmaps/CP1254: Likewise.
4114         * charmaps/CP1255: Likewise.
4115         * charmaps/CP1256: Likewise.
4116         * charmaps/CP1257: Likewise.
4117         * charmaps/CP1258: Likewise.
4118         * charmaps/CSA_Z243.4-1985-1: Likewise.
4119         * charmaps/CSA_Z243.4-1985-2: Likewise.
4120         * charmaps/CSA_Z243.4-1985-GR: Likewise.
4121         * charmaps/CSN_369103: Likewise.
4122         * charmaps/CWI: Likewise.
4123         * charmaps/DEC-MCS: Likewise.
4124         * charmaps/DIN_66003: Likewise.
4125         * charmaps/DS_2089: Likewise.
4126         * charmaps/EBCDIC-AT-DE: Likewise.
4127         * charmaps/EBCDIC-AT-DE-A: Likewise.
4128         * charmaps/EBCDIC-CA-FR: Likewise.
4129         * charmaps/EBCDIC-DK-NO: Likewise.
4130         * charmaps/EBCDIC-DK-NO-A: Likewise.
4131         * charmaps/EBCDIC-ES: Likewise.
4132         * charmaps/EBCDIC-ES-A: Likewise.
4133         * charmaps/EBCDIC-ES-S: Likewise.
4134         * charmaps/EBCDIC-FI-SE: Likewise.
4135         * charmaps/EBCDIC-FI-SE-A: Likewise.
4136         * charmaps/EBCDIC-FR: Likewise.
4137         * charmaps/EBCDIC-IS-FRISS: Likewise.
4138         * charmaps/EBCDIC-IT: Likewise.
4139         * charmaps/EBCDIC-PT: Likewise.
4140         * charmaps/EBCDIC-UK: Likewise.
4141         * charmaps/EBCDIC-US: Likewise.
4142         * charmaps/ECMA-CYRILLIC: Likewise.
4143         * charmaps/ES: Likewise.
4144         * charmaps/ES2: Likewise.
4145         * charmaps/EUC-JP: Likewise.
4146         * charmaps/EUC-KR: Likewise.
4147         * charmaps/GB2312: Likewise.
4148         * charmaps/GBK: Likewise.
4149         * charmaps/GB_1988-80: Likewise.
4150         * charmaps/GOST_19768-74: Likewise.
4151         * charmaps/GREEK-CCITT: Likewise.
4152         * charmaps/GREEK7: Likewise.
4153         * charmaps/GREEK7-OLD: Likewise.
4154         * charmaps/HP-ROMAN8: Likewise.
4155         * charmaps/IBM037: Likewise.
4156         * charmaps/IBM038: Likewise.
4157         * charmaps/IBM1004: Likewise.
4158         * charmaps/IBM1026: Likewise.
4159         * charmaps/IBM1047: Likewise.
4160         * charmaps/IBM256: Likewise.
4161         * charmaps/IBM273: Likewise.
4162         * charmaps/IBM274: Likewise.
4163         * charmaps/IBM275: Likewise.
4164         * charmaps/IBM277: Likewise.
4165         * charmaps/IBM278: Likewise.
4166         * charmaps/IBM280: Likewise.
4167         * charmaps/IBM281: Likewise.
4168         * charmaps/IBM284: Likewise.
4169         * charmaps/IBM285: Likewise.
4170         * charmaps/IBM290: Likewise.
4171         * charmaps/IBM297: Likewise.
4172         * charmaps/IBM420: Likewise.
4173         * charmaps/IBM423: Likewise.
4174         * charmaps/IBM424: Likewise.
4175         * charmaps/IBM437: Likewise.
4176         * charmaps/IBM500: Likewise.
4177         * charmaps/IBM850: Likewise.
4178         * charmaps/IBM851: Likewise.
4179         * charmaps/IBM852: Likewise.
4180         * charmaps/IBM855: Likewise.
4181         * charmaps/IBM857: Likewise.
4182         * charmaps/IBM860: Likewise.
4183         * charmaps/IBM861: Likewise.
4184         * charmaps/IBM862: Likewise.
4185         * charmaps/IBM863: Likewise.
4186         * charmaps/IBM864: Likewise.
4187         * charmaps/IBM865: Likewise.
4188         * charmaps/IBM866: Likewise.
4189         * charmaps/IBM868: Likewise.
4190         * charmaps/IBM869: Likewise.
4191         * charmaps/IBM870: Likewise.
4192         * charmaps/IBM871: Likewise.
4193         * charmaps/IBM874: Likewise.
4194         * charmaps/IBM875: Likewise.
4195         * charmaps/IBM880: Likewise.
4196         * charmaps/IBM891: Likewise.
4197         * charmaps/IBM903: Likewise.
4198         * charmaps/IBM904: Likewise.
4199         * charmaps/IBM905: Likewise.
4200         * charmaps/IBM918: Likewise.
4201         * charmaps/IEC_P27-1: Likewise.
4202         * charmaps/INIS: Likewise.
4203         * charmaps/INIS-CYRILLIC: Likewise.
4204         * charmaps/INVARIANT: Likewise.
4205         * charmaps/ISIRI-3342: Likewise.
4206         * charmaps/ISO-8859-1: Likewise.
4207         * charmaps/ISO-8859-10: Likewise.
4208         * charmaps/ISO-8859-13: Likewise.
4209         * charmaps/ISO-8859-14: Likewise.
4210         * charmaps/ISO-8859-15: Likewise.
4211         * charmaps/ISO-8859-16: Likewise.
4212         * charmaps/ISO-8859-2: Likewise.
4213         * charmaps/ISO-8859-3: Likewise.
4214         * charmaps/ISO-8859-4: Likewise.
4215         * charmaps/ISO-8859-5: Likewise.
4216         * charmaps/ISO-8859-6: Likewise.
4217         * charmaps/ISO-8859-7: Likewise.
4218         * charmaps/ISO-8859-8: Likewise.
4219         * charmaps/ISO-8859-9: Likewise.
4220         * charmaps/ISO-IR-197: Likewise.
4221         * charmaps/ISO-IR-90: Likewise.
4222         * charmaps/ISO_10367-BOX: Likewise.
4223         * charmaps/ISO_5427: Likewise.
4224         * charmaps/ISO_5428: Likewise.
4225         * charmaps/ISO_646.BASIC: Likewise.
4226         * charmaps/ISO_646.IRV: Likewise.
4227         * charmaps/ISO_6937: Likewise.
4228         * charmaps/ISO_6937-2-25: Likewise.
4229         * charmaps/ISO_6937-2-ADD: Likewise.
4230         * charmaps/ISO_8859-SUPP: Likewise.
4231         * charmaps/IT: Likewise.
4232         * charmaps/JIS_C6220-1969-RO: Likewise.
4233         * charmaps/JIS_C6229-1984-B: Likewise.
4234         * charmaps/JIS_X0201: Likewise.
4235         * charmaps/JUS_I.B1.002: Likewise.
4236         * charmaps/JUS_I.B1.003-MAC: Likewise.
4237         * charmaps/JUS_I.B1.003-SERB: Likewise.
4238         * charmaps/KOI-8: Likewise.
4239         * charmaps/KOI8-R: Likewise.
4240         * charmaps/KOI8-U: Likewise.
4241         * charmaps/KSC5636: Likewise.
4242         * charmaps/KSX1001: Likewise.
4243         * charmaps/LATIN-GREEK: Likewise.
4244         * charmaps/LATIN-GREEK-1: Likewise.
4245         * charmaps/MAC-IS: Likewise.
4246         * charmaps/MAC-UK: Likewise.
4247         * charmaps/MACINTOSH: Likewise.
4248         * charmaps/MSZ_7795.3: Likewise.
4249         * charmaps/NATS-DANO: Likewise.
4250         * charmaps/NATS-SEFI: Likewise.
4251         * charmaps/NC_NC00-10: Likewise.
4252         * charmaps/NEXTSTEP: Likewise.
4253         * charmaps/NF_Z_62-010: Likewise.
4254         * charmaps/NF_Z_62-010_1973: Likewise.
4255         * charmaps/NS_4551-1: Likewise.
4256         * charmaps/NS_4551-2: Likewise.
4257         * charmaps/PT: Likewise.
4258         * charmaps/PT2: Likewise.
4259         * charmaps/SAMI: Likewise.
4260         * charmaps/SAMI-WS2: Likewise.
4261         * charmaps/SEN_850200_B: Likewise.
4262         * charmaps/SEN_850200_C: Likewise.
4263         * charmaps/T.101-G2: Likewise.
4264         * charmaps/T.61-7BIT: Likewise.
4265         * charmaps/T.61-8BIT: Likewise.
4266         * charmaps/TIS-620: Likewise.
4267         * charmaps/UTF8: Likewise.
4268         * charmaps/VIDEOTEX-SUPPL: Likewise.
4270 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
4272         * locales/pt_BR: Revert last change partly.  Full weekday and month
4273         names are written with lowercase first letter.
4274         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
4276 2000-06-21  Andreas Jaeger  <aj@suse.de>
4278         * tst-trans.c: Include <stdlib.h> and <string.h>.
4280 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
4282         * locales/pt_BR: Correct day and month names.
4283         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
4285 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
4287         * Makefile (ld-test-srcs): Add tests/test6.c.
4289         * Makefile (ld-test-srcs): Add trans.def here.
4291         * Makefile (ld-test-srcs): Handle .ds files separately.
4293         * Makefile (ld-test-srcs): Distribute all test6 input files.
4295 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
4297         * locales/be_BY: New file.
4298         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
4300 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
4302         * locales/iso14651_t1: New file.
4304 2000-05-15  Andreas Jaeger  <aj@suse.de>
4306         * tst-fmon.data: Change testcase following fixes for
4307         de_DE.
4309         * locales/de_DE: Remove space after DEM since DEM is
4310         now placed after the value.
4312         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
4313         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
4314         PR libc/1713.
4316 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
4318         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
4319         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
4321         * tst-fmon.c (main): Print the locale name as well in the error
4322         message.
4324 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
4326         * locales/i18n: New file.
4328 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
4330         * tst-fmon.data: Update test after last strfmon change.
4332 2000-03-15  Andreas Jaeger  <aj@suse.de>
4334         * locales/sl_SI: Fix entries for june and july.
4335         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
4336         libc/1648.
4338 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
4340         * locales/en_DK: Correct syntax.
4342 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
4344         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
4346 2000-03-01  Andreas Jaeger  <aj@suse.de>
4348         * locales/gv_GB: New file.
4349         * locales/kw_GB: New file.
4350         From Pablo Saratxaga <pablo@mandrakesoft.com>.
4352 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
4354         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
4356 2000-03-01  Andreas Jaeger  <aj@suse.de>
4358         * SUPPORTED: Added bg_BG.CP1251.
4360         * locales/bg_BG: New file.
4362 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
4364         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
4365         names for characters.
4366         * charmaps/EUC-KR: ADD width information.
4367         * repertoiremaps/mnemonic.ko: New file.
4368         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
4370         * charmaps/GBK: New file.
4371         * locales/zh_CN.GBK: New file.
4372         * repertoiremaps/mnemonic.zh: New file.
4373         Contributed by Sean Chen <sean.chen@turbolinux.com>.
4375         * locales/mk_MK: New file.
4376         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
4377         * SUPPORTED: Add mk_MK ISO-8859-5.
4379 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
4381         * SUPPORTED: Add gl_ES.ISO-8859-1.
4383         * SUPPORTED: Add ar_SA.ISO-8859-6.
4384         * locales/ar_SA: New file.
4386         * locales/th_TH: Remove Thai digits from `digits'.
4388         * SUPPORTED: Add th_TH.TIS-620.
4390         * locales/el_GR (toupper): Don't map *s to S*.
4391         * locales/en_DK: Likewise.
4392         * locales/en_DK.com: Likewise.
4393         * locales/ru_RU: Likewise.
4394         * locales/ru_UA: Likewise.
4395         * locales/tr_TR: Likewise.
4396         * locales/uk_UA: Likewise.
4398         * locales/en_DK (toupper): Map v% to V%.
4399         (tolower): Map V% to v%.
4400         * locales/en_DK.com: Likewise.
4401         * locales/ru_RU: Likewise.
4402         * locales/ru_UA: Likewise.
4403         * locales/tr_TR: Likewise.
4404         * locales/uk_UA: Likewise.
4406 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
4408         * Makefile (generated-dirs): Add de_DE.437.
4410 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
4412         * charmaps/IBM864: Correct comment for /xC6 mapping.
4413         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
4414         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
4415         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
4416         Reported by Bruno Haible <haible@ilog.fr>.
4418 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
4420         * locales/af_ZA: Fix syntax errors.
4422 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
4424         * tst-locale.sh: Also enable test5.
4425         * tests/test5.ds: New file.
4427         * locales/gl_ES: New file.
4428         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
4430         * locales/POSIX: Remove trailing semicolon.
4431         * locales/th_TH: Likewise.
4432         PR libc/1545.
4434 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
4436         * locales/ja_JP: Add double-width digits to digit class.
4438 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
4440         * charmaps/ISO-8859-16: Add mapping for /xba.
4441         Reported by Bruno Haible <haible@ilog.fr>.
4443 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
4445         * tst-trans.sh: Add directory names to charmap and repertoire file
4446         names.
4448         * charmaps/ISO-8859-16: New file.
4450         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
4452 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
4454         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
4456 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
4458         * collate-test.c (main): Correct logic in test.
4460         * tst-trans.sh: Use correct name for dynamic loader.
4462 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
4464         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
4466         * locale/en_BW: New file.
4467         * locale/en_ZW: New file.
4468         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
4470 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
4472         * locales/ja_JP: Fix cntrl mapping and era definition.
4473         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
4475 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
4477         * locales/af_ZA: New file.
4478         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
4480 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
4482         * locales/POSIX: Fix collation order of <SI> and add a few missing
4483         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
4485         * locales/cs_CZ: Fix syntax of collation entries with multi-character
4486         weights.
4487         * locales/da_DK: Likewise.
4488         * locales/el_GR: Likewise.
4489         * locales/en_CA: Likewise.
4490         * locales/en_CA,2.5: Likewise.
4491         * locales/en_DK: Likewise.
4492         * locales/en_DK.com: Likewise.
4493         * locales/es_AR: Likewise.
4494         * locales/es_BO: Likewise.
4495         * locales/es_CL: Likewise.
4496         * locales/es_CO: Likewise.
4497         * locales/es_DO: Likewise.
4498         * locales/es_EC: Likewise.
4499         * locales/es_ES: Likewise.
4500         * locales/es_GT: Likewise.
4501         * locales/es_HN: Likewise.
4502         * locales/es_MX: Likewise.
4503         * locales/es_PA: Likewise.
4504         * locales/es_PE: Likewise.
4505         * locales/es_PY: Likewise.
4506         * locales/es_SV: Likewise.
4507         * locales/es_US: Likewise.
4508         * locales/es_UY: Likewise.
4509         * locales/es_VE: Likewise.
4510         * locales/et_EE: Likewise.
4511         * locales/fi_FI: Likewise.
4512         * locales/fr_CA,2.13: Likewise.
4513         * locales/hr_HR: Likewise.
4514         * locales/hu_HU: Likewise.
4515         * locales/is_IS: Likewise.
4516         * locales/lt_LT: Likewise.
4517         * locales/lv_LV: Likewise.
4518         * locales/no_NO: Likewise.
4519         * locales/pl_PL: Likewise.
4520         * locales/ro_RO: Likewise.
4521         * locales/ru_RU: Likewise.
4522         * locales/ru_UA: Likewise.
4523         * locales/sl_SI: Likewise.
4524         * locales/sr_YU: Likewise.
4525         * locales/sv_SE: Likewise.
4526         * locales/th_TH: Likewise.
4527         * locales/tr_TR: Likewise.
4528         * locales/uk_UA: Likewise.
4530 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
4532         * charmaps/ISIRI-3342: New file.
4533         * locales/fa_IR: New file.
4534         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
4536 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
4538         * locales/de_DE: Correct syntax of multi-character weights.
4540 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
4542         * tests/test6.c: New file.
4543         * tests/test6.cm: New file.
4544         * tests/test6.def: New file.
4545         * tests/test6.mne: New file.
4547         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
4548         UFE85, and UFE8B.
4549         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
4550         and /xc6.
4551         * charmaps/KOI8-U: Fix typo in /x95 entry.
4552         * charmaps/KOI8-R: Correct 0x95 entry.
4553         * charmaps/CP1258: Add /xEC.
4554         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
4555         * charmaps/IBM874: Add Euro.
4556         * charmaps/ISO-8859-7: Map /xB4 to U0384.
4557         Reported by Bruno Haible <haible@ilog.fr>.
4559 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
4561         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
4562         1992.  Reported by Bruno Haible <haible@ilog.fr>.
4564 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
4566         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
4567         * charmaps/EUC-JP: Likewise.
4568         * repertoiremaps/mnemonic.ja: Likewise.
4570         * locales/ja_JP: Add extra CLASS and MAP definisions.
4572         * charmaps/EUC-JP: Add WIDTH definitions.
4574 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
4576         * Makefile: Don't run tests for now.
4578 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
4580         * locales/ko_KR: New file.
4581         * charmaps/EUC-KR: New file.
4582         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
4584 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
4586         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
4588         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
4590 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
4592         * tst-trans.c: New file.
4593         * tst-trans.sh: New file.
4594         * tests/trans.def: New file.
4595         * Makefile: Add rules for character mapping tests.
4597         * tests/test1.def: Correct ellipsis syntax.
4599 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
4601         * charmaps/ISO-8859-1: Don't define values for non-printable
4602         characters.
4604         * charmaps/ISO-8859-1: Add width information.
4606 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
4608         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
4610         * charmaps/ISO-8859-13: Fix a few entries.
4611         Patch by Marius Gedminas <mgedmin@takas.lt>.
4613 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
4615         * locales/zh_CN: Some first patches to make the file usable.
4617 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
4619         * locales/id_ID: Fix typo.
4621 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
4623         * locales/en_DK: Add Euro symbol to collation and characterization
4624         tables.  Patch by Geoff Keating.
4626         * charmaps/ISO-8859-15: Remove duplicate <OC>.
4628 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
4630         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
4631         * charmaps/IBM866: Likewise.
4632         * charmaps/IBM874: Likewise.
4633         * charmaps/ISO-8859-13: Likewise.
4634         * charmaps/ISO-8859-14: Likewise.
4635         * charmaps/ISO-8859-15: Likewise.
4636         * charmaps/MAC-UK: Likewise.
4638         * charmaps/ISO-8859-13: Correct typo.
4639         * charmaps/ISO-8859-14: Likewise.
4640         * charmaps/ISO-8859-15: Likewise.
4642 1999-08-16  Andreas Schwab  <schwab@suse.de>
4644         * charmaps/UTF8: Add entries for /x00.  Remove spurious
4645         <percent-sign/> entry.  Correct typo.
4647 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
4649         * charmaps/UTF8: Generated from the charDB.
4651 1999-08-13  Andreas Schwab  <schwab@suse.de>
4653         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
4654         * locales/da_DK: Likewise.
4655         * locales/de_DE: Likewise.
4656         * locales/el_GR: Likewise.
4657         * locales/en_CA: Likewise.
4658         * locales/en_DK: Likewise.
4659         * locales/en_DK.com: Likewise.
4660         * locales/es_AR: Likewise.
4661         * locales/es_BO: Likewise.
4662         * locales/es_CL: Likewise.
4663         * locales/es_CO: Likewise.
4664         * locales/es_DO: Likewise.
4665         * locales/es_EC: Likewise.
4666         * locales/es_ES: Likewise.
4667         * locales/es_GT: Likewise.
4668         * locales/es_HN: Likewise.
4669         * locales/es_MX: Likewise.
4670         * locales/es_PA: Likewise.
4671         * locales/es_PE: Likewise.
4672         * locales/es_PY: Likewise.
4673         * locales/es_SV: Likewise.
4674         * locales/es_US: Likewise.
4675         * locales/es_UY: Likewise.
4676         * locales/es_VE: Likewise.
4677         * locales/et_EE: Likewise.
4678         * locales/fi_FI: Likewise.
4679         * locales/hr_HR: Likewise.
4680         * locales/hu_HU: Likewise.
4681         * locales/is_IS: Likewise.
4682         * locales/lt_LT: Likewise.
4683         * locales/lv_LV: Likewise.
4684         * locales/no_NO: Likewise.
4685         * locales/pl_PL: Likewise.
4686         * locales/ro_RO: Likewise.
4687         * locales/ru_RU: Likewise.
4688         * locales/ru_UA: Likewise.
4689         * locales/sl_SI: Likewise.
4690         * locales/sr_YU: Likewise.
4691         * locales/sv_SE: Likewise.
4692         * locales/tr_TR: Likewise.
4693         * locales/uk_UA: Likewise.
4695         * charmaps/ISO_10646: Fix typo.
4697 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
4699         * locales/ca_ES: New file.
4700         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
4702         * SUPPORTED: Add ca_ES.
4704 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
4706         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
4707         correct sources.
4709 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
4711         * locales/ru_RU: Abbreviate Saturday Sbt.
4712         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
4714 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
4716         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
4718 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
4720         * Makefile (install-locales): Allow specifying charset in locale
4721         name but omit it in locale definition file.
4723         * SUPPORTED: Don't generate ru_SU.
4724         * locales/ru_SU: Removed.
4726         * locales/zh_CN: Update.
4727         * charmaps/GB2312: New file.
4728         Contributed by hashao@china.com.
4730 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
4732         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
4733         correct some character names.
4735         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
4737 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
4739         * charmaps/SAMI-WS2: Add one more alias.
4741 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
4743         * charmaps/IBM874: New file.
4745         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
4747         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
4749         * charmaps/IBM864: Major update from Unicode data.
4751         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
4753         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
4755         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
4757         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
4759         * charmaps/IBM857: Correct entries ee, f7, and fa.
4761         * charmaps/IBM855: Correct entries 95, ef, and fd.
4763         * charmaps/IBM437: Correct entries f9 and fa.
4765         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
4767         * locales/th_TH: New file.  Thai locale description.
4768         * th_TH.in: New file.
4769         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
4771 1999-04-14  Cristian Gafton  <gafton@redhat.com>
4773         * SUPPORTED: Add support for Ukraine Russian.
4774         * locales/ru_UA: New file.
4775         * locales/uk_UA: New file.
4776         * charmaps/KOI8-U: New file.
4778 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
4780         * locales/id_ID: New file.
4782 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
4784         * charmaps/TIS-620: New file.
4785         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
4787 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
4789         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
4791         * charmaps/CP1256: Cosmetic changes.
4792         * charmaps/CP1257: Likewise.
4794         * charmaps/CP1258: New file.
4796         * charmaps/CP1257: Add some marks.
4797         * charmaps/CP1256: Update from Unicode page.
4798         * charmaps/CP1255: Lots of punctuation character changes.
4799         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
4800         * charmaps/CP1253: Add Euro character.
4801         * charmaps/CP1252: Add Euro character and z caron.
4802         * charmaps/CP1251: Add Euro character.
4803         * charmaps/CP1250: Add Euro character.
4805 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
4807         * locales/hr_HR: Various corrections.
4808         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
4810 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
4812         * locales/ru_RU (mon): Fix March and May month name translations.
4813         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
4815 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
4817         * Makefile (test-input): Prepare for cs_CZ test.
4818         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
4819         * cs_CZ.in: New file.
4821 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
4823         * locales/it_CH: New file.
4824         * SUPPORTED: Add it_CH.
4826         * locales/in_ID: New file.
4827         * SUPPORTED: Add in_ID.
4829 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
4831         * Makefile (test-input): Add hr_HR.ISO-8859-2.
4832         (test-input-data): New variable.
4833         (distribute): Use it.
4834         (do-collate-test): Use it.
4835         * locales/hr_HR.in: New file.
4837 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
4839         * charmaps/IBM866: New file.
4840         * charmaps/MAC-UK: New file.
4842 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
4844         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
4845         * charmaps/ISO-8859-14: Add alias names.
4847         * repertoiremaps/mnemonics.ds: Remove duplicates.
4849 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
4851         * charmaps/ISO-8859-13: New file.
4852         * charmaps/ISO-8859-14: New file.
4853         * charmaps/ISO-8859-15: New file.
4855         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
4857 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
4859         * SUPPORTED: Add en_AU.
4861 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
4863         * SUPPORTED: Update greek entry.
4864         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
4866 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
4868         * locales/el_GR (abmon): Remove spaces at end of strings.
4870 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
4872         * tests/test1.cm: Add missing character definitions to read POSIX
4873         locale definition.
4874         * tests/test2.cm: Likewise.
4875         * tests/test3.cm: Likewise.
4876         * tests/test4.cm: Likewise.
4877         * tests/test5.cm: Likewise.
4879 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
4881         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
4883 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
4885         * locales/gr_GR: Renamed to...
4886         * locales/el_GR: ...this.
4887         (yesexpr, noexpr): Also allow yes and no.
4889 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4891         * locales/sr_YU: Add repertoiremap.
4893 1998-09-23  Cristian Gafton  <gafton@redhat.com>
4895         * locales/sr_YU: New file.
4896         * SUPPORTED: Add sr_YU.
4898 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
4900         * Makefile: Rewrite install-locales rule.
4902 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
4904         * Makefile: Add more dependecies for running tests.
4905         Reported by HJ Lu.
4907 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4909         * locales/sk_SK: Add repertoiremap.
4911 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4913         * locales/ru_SU: Add repertoiremap.
4915 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
4917         * locales/ru_SU: New file.
4918         * SUPPORTED: Add ru_SU with KOI8-R.
4920 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
4922         * Makefile: Install repertoire maps.
4923         * mnemonic.ds: Moved into repertoiremaps subdir.
4924         * repertoiremaps/charids.894: New file.
4925         * repertoiremaps/mnemonic.ds: New file.
4927         * sort-test.sh: Adapt for most recent changes in localedef.
4928         * tst-fmon.sh: Likewise.
4929         * tst-locale.sh: Likewise.
4931         * locales/POSIX: Add repertoiremap definition.
4932         * locales/cs_CZ: Likewise.
4933         * locales/da_DK: Likewise.
4934         * locales/de_AT: Likewise.
4935         * locales/de_BE: Likewise.
4936         * locales/de_CH: Likewise.
4937         * locales/de_DE: Likewise.
4938         * locales/de_LU: Likewise.
4939         * locales/en_AU: Likewise.
4940         * locales/en_CA: Likewise.
4941         * locales/en_CA,2.5: Likewise.
4942         * locales/en_DK: Likewise.
4943         * locales/en_DK.com: Likewise.
4944         * locales/en_GB: Likewise.
4945         * locales/en_IE: Likewise.
4946         * locales/en_NZ: Likewise.
4947         * locales/en_US: Likewise.
4948         * locales/es_AR: Likewise.
4949         * locales/es_BO: Likewise.
4950         * locales/es_CL: Likewise.
4951         * locales/es_CO: Likewise.
4952         * locales/es_DO: Likewise.
4953         * locales/es_EC: Likewise.
4954         * locales/es_ES: Likewise.
4955         * locales/es_GT: Likewise.
4956         * locales/es_HN: Likewise.
4957         * locales/es_MX: Likewise.
4958         * locales/es_PA: Likewise.
4959         * locales/es_PE: Likewise.
4960         * locales/es_PY: Likewise.
4961         * locales/es_SV: Likewise.
4962         * locales/es_US: Likewise.
4963         * locales/es_UY: Likewise.
4964         * locales/es_VE: Likewise.
4965         * locales/et_EE: Likewise.
4966         * locales/eu_ES: Likewise.
4967         * locales/fi_FI: Likewise.
4968         * locales/fo_FO: Likewise.
4969         * locales/fr_BE: Likewise.
4970         * locales/fr_CA: Likewise.
4971         * locales/fr_CA,2.13: Likewise.
4972         * locales/fr_CH: Likewise.
4973         * locales/fr_FR: Likewise.
4974         * locales/fr_LU: Likewise.
4975         * locales/ga_IE: Likewise.
4976         * locales/gr_GR: Likewise.
4977         * locales/he_IL: Likewise.
4978         * locales/hr_HR: Likewise.
4979         * locales/hu_HU: Likewise.
4980         * locales/is_IS: Likewise.
4981         * locales/it_IT: Likewise.
4982         * locales/iw_IL: Likewise.
4983         * locales/kl_GL: Likewise.
4984         * locales/lt_LT: Likewise.
4985         * locales/lv_LV: Likewise.
4986         * locales/nl_BE: Likewise.
4987         * locales/nl_NL: Likewise.
4988         * locales/no_NO: Likewise.
4989         * locales/pl_PL: Likewise.
4990         * locales/pt_BR: Likewise.
4991         * locales/pt_PT: Likewise.
4992         * locales/ro_RO: Likewise.
4993         * locales/ru_RU: Likewise.
4994         * locales/sl_SI: Likewise.
4995         * locales/sv_FI: Likewise.
4996         * locales/sv_SE: Likewise.
4997         * locales/tr_TR: Likewise.
4998         * locales/zh_CN: Likewise.
5000 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
5002         * tst-locale.sh: Add comment for when multi-byte charsets in
5003         locales work.
5004         * tests/test5.cm: New file.
5005         * tests/test5.def: New file.
5006         * Makefile (ld-test-names): Add test5.
5008 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
5010         * locales/de_DE: Use . as thousands separator and 3;3 groups for
5011         LC_NUMERIC.
5013 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5015         * Makefile: Fix test rules from last patch.
5017 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5019         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
5020         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
5022 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5024         * Makefile (distribute): Add tst-locale.sh.
5026 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
5028         * Makefile (distribute): Add SUPPORTED.
5029         (install-locales): New rule to install locale dat ausing localedef.
5030         * SUPPORTED: New file.  Names all usable locales.
5031         Based on a patch by Cristian Gafton <gafton@redhat.com>.
5033         * locales/gr_GR: Correct collation description.
5034         * locales/nl_NL: Correct Charset requirement.
5035         * locales/pt_BR: Fix int_curr_symbol.
5036         * locales/ru_RU: Fix ctype data.
5037         Patches by Cristian Gafton <gafton@redhat.com>.
5039         * locales/nl_NL: Fix yesexpr/noexpr.
5040         * locales/pt_BR: Likewise.
5041         * locales/cs_CZ: Likewise.
5042         * locales/da_DK: Likewise.
5043         * locales/en_AU: Likewise.
5044         * locales/en_CA: Likewise.
5045         * locales/en_DK: Likewise.
5046         * locales/en_DK.com: Likewise.
5047         * locales/en_GB: Likewise.
5048         * locales/en_NZ: Likewise.
5049         * locales/en_US: Likewise.
5050         * locales/es_AR: Likewise.
5051         * locales/es_BO: Likewise.
5052         * locales/es_CL: Likewise.
5053         * locales/es_CO: Likewise.
5054         * locales/es_DO: Likewise.
5055         * locales/es_EC: Likewise.
5056         * locales/es_ES: Likewise.
5057         * locales/es_GT: Likewise.
5058         * locales/es_HN: Likewise.
5059         * locales/es_MX: Likewise.
5060         * locales/es_PA: Likewise.
5061         * locales/es_PE: Likewise.
5062         * locales/es_PY: Likewise.
5063         * locales/es_SV: Likewise.
5064         * locales/es_US: Likewise.
5065         * locales/es_UY: Likewise.
5066         * locales/es_VE: Likewise.
5067         * locales/et_EE: Likewise.
5068         * locales/eu_ES: Likewise.
5069         * locales/fi_FI: Likewise.
5070         * locales/fo_FO: Likewise.
5071         * locales/fr_BE: Likewise.
5072         * locales/fr_CA: Likewise.
5073         * locales/fr_CH: Likewise.
5074         * locales/fr_FR: Likewise.
5075         * locales/fr_LU: Likewise.
5076         * locales/ga_IE: Likewise.
5077         * locales/gr_GR: Likewise.
5078         * locales/he_IL: Likewise.
5079         * locales/hr_HR: Likewise.
5080         * locales/hu_HU: Likewise.
5081         * locales/is_IS: Likewise.
5082         * locales/it_IT: Likewise.
5083         * locales/iw_IL: Likewise.
5084         * locales/ja_JP: Likewise.
5085         * locales/kl_GL: Likewise.
5086         * locales/lt_LT: Likewise.
5087         * locales/lv_LV: Likewise.
5088         * locales/no_NO: Likewise.
5089         * locales/pl_PL: Likewise.
5090         * locales/pt_PT: Likewise.
5091         * locales/ro_RO: Likewise.
5092         * locales/ru_RU: Likewise.
5093         * locales/sl_SI: Likewise.
5094         * locales/sv_SE: Likewise.
5095         * locales/tr_TR: Likewise.
5096         * locales/zh_CN: Likewise.
5098 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5100         * locales/ru_RU: Correct last patch.
5101         Patch by Cristian Gafton <gafton@redhat.com>.
5103 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
5105         * locales/de_DE: Use common german data and time format not ISO
5106         8601.
5108 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
5110         * locales/ru_RU: Correct inconsistencies in mon data.
5111         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
5113 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5115         * locales/pl_PL: Fix int_curr_symbol.
5117 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
5119         * locales/is_IS: Update from Debian version.
5121 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
5123         * tst-fmon.c: New file.  strfmon test program.
5124         * tst-fmon.sh: New file.  Script to run strfmon test.
5125         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
5126         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
5128         * locales/cs_CZ: Update from author.
5130 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
5132         * sort-test.sh: Call localedef with additional environment variable
5133         I18NPATH to point to not-yet-installed locale data files.
5135         * locales/POSIX: Updated version from maintainer.
5137 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
5139         * collate-test.c (main): Change prototype definition to prevent
5140         warning.
5142 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
5144         * locales/de_DE: Include real collation data.  It's similar to the
5145         en_DK information but the order of small and capital characters is
5146         exchanged.
5148         * collate-test.c: New file.  Test suite for strcoll function.
5149         * de_DE.in: Input file for collation test.
5150         * da_DK.in: Likewise.
5152         * xfrm-test.c: New file.  Test suite for strxfrm function.
5154 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
5156         * All charmaps: Fix entries for <quotation-mark>.
5158 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
5160         * Makefile (charmaps): Don't try to install CVS or RCS directory.
5161         (locales): Likewise.
5162         Reported by Matthias Urlichs.