Update.
[platform/upstream/glibc.git] / localedata / ChangeLog
1 2003-04-21  Ulrich Drepper  <drepper@redhat.com>
2
3         * locales/ar_BH: Fix spelling of Bahrain.
4
5 2003-04-16  Ulrich Drepper  <drepper@redhat.com>
6
7         * locales/uk_UA: Fix sorting.
8         Patch by Leonid Kanter <leon@geon.donetsk.ua>.
9
10 2003-04-15  Petter Reinholdtsen  <pere@hungry.com>
11
12         * locales/ar_SD [LC_MONETARY]: Use international currency symbol
13         'SDD' for Sudan.
14         * locales/es_EC [LC_MONETARY]: Use international currency symbol
15         'USD' for Ecuador.
16         Source is CIA World Fact book.
17
18 2003-04-05  Petter Reinholdtsen  <pere@hungry.com>
19
20         * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
21         to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
22         the locale building again.
23         * locales/sr_YU@cyrillic: Likewise.
24
25 2003-04-14  Ulrich Drepper  <drepper@redhat.com>
26
27         * locales/mn_MN: Fix country_post and country_ab2.
28
29 2003-03-17  Ulrich Drepper  <drepper@redhat.com>
30
31         * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
32         Added ^ to LC_MESSAGES regex "^[yY].*".
33         Confirmed LC_PAPER and LC_MEASUREMENT settings.
34         Added country and language names to LC_ADDRESS.
35         Added missing info for LC_TELEPHONE.
36         Patch by Dwayne Bailey <dwayne@obsidian.co.za>.
37
38 2003-03-14  Ulrich Drepper  <drepper@redhat.com>
39
40         * localedata/mn_MN: New file.
41         Contributed by Sanlig Badral <badral@chinggis.com>.
42
43 2003-01-30  Ulrich Drepper  <drepper@redhat.com>
44
45         * Makefile (LOCALES): Add vi_VN.TCVN5712-1.
46
47 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
48
49         * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
50         as 2.  Reported by Christian Rose <menthos@gnu.org>.
51
52         * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
53
54 2002-12-03  Roland McGrath  <roland@redhat.com>
55
56         * charmaps/CP1125: New file.
57         * CHECKSUMS: Add it.
58
59 2002-11-06  Thorsten Kukuk  <kukuk@suse.de>
60
61         * locales/tl_PH: Fix typo: Philipines -> Philippines.
62
63 2002-10-18  Bruno Haible  <bruno@clisp.org>
64
65         * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
66
67         * charmaps/KOI8-T: Correct a typo.
68         * charmaps/CP1256: Use official Unicode character names.
69         * charmaps/EUC-JP: Likewise.
70         * charmaps/GBK: Likewise.
71         * charmaps/ISO-8859-11: Likewise.
72         * charmaps/KOI8-U: Likewise.
73         * charmaps/MAC-SAMI: Likewise.
74         * charmaps/TIS-620: Likewise.
75         * charmaps/CP949: Likewise. Use Hangul syllable names according to
76         Unicode 3.0 book, section 3.11.
77         * charmaps/EUC-KR: Likewise.
78         * charmaps/JOHAB: Likewise.
79
80 2002-09-27  Ulrich Drepper  <drepper@redhat.com>
81
82         * locales/zh_TW: Use shorter forms for abday and day.
83         Patch by Rex Tsai <chihchun@kalug.linux.org.tw>.
84
85 2002-09-23  Roland McGrath  <roland@redhat.com>
86
87         * tst-xlocale1.c (main): int -> size_t for counter.
88         * tst-xlocale2.c (do_test): Likewise.
89         * tst-ctype.c (main): Likewise.
90
91 2002-09-22  Bruno Haible  <bruno@clisp.org>
92
93         * charmaps/TSCII: New file.
94
95 2002-09-20  Roland McGrath  <roland@redhat.com>
96
97         * gen-locale.sh (generate_locale): Clean up overly baroque sh syntax.
98         Touch the LC_CTYPE file of the output after a successful run.
99         Reported by Bruno Haible <bruno@clisp.org>.
100
101 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
102
103         * localedata/locales/bg_BG: Update LC_IDENTIFICATION info.
104         Patch by Yanko Kaneti <yaneti@declera.com>.
105
106 2002-09-01  Roland McGrath  <roland@redhat.com>
107
108         * tst-ctype.c (main): Use nl_langinfo instead of __ctype_b global.
109
110 2002-08-28  Roland McGrath  <roland@redhat.com>
111
112         * tst-xlocale1.c (main): Remove __ from function names.
113         * tst-xlocale2.c: Likewise.
114
115 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
116
117         * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing
118         code.
119         * tests-mbwc/tst_mbrtowc.c: Likewise.
120         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
121         * tests-mbwc/tst_mbstowcs.c: Likewise.
122         * tests-mbwc/tst_strfmon.c: Likewise.
123         * tests-mbwc/tst_strxfrm.c: Likewise.
124         * tests-mbwc/tst_swscanf.c: Likewise.
125         * tests-mbwc/tst_wcscat.c: Likewise.
126         * tests-mbwc/tst_wcschr.c: Likewise.
127         * tests-mbwc/tst_wcscpy.c: Likewise.
128         * tests-mbwc/tst_wcscspn.c: Likewise.
129         * tests-mbwc/tst_wcsncat.c: Likewise.
130         * tests-mbwc/tst_wcsncpy.c: Likewise.
131         * tests-mbwc/tst_wcspbrk.c: Likewise.
132         * tests-mbwc/tst_wcsrtombs.c: Likewise.
133         * tests-mbwc/tst_wcsspn.c: Likewise.
134         * tests-mbwc/tst_wcsstr.c: Likewise.
135         * tests-mbwc/tst_wcstod.c: Likewise.
136         * tests-mbwc/tst_wcstok.c: Likewise.
137         * tests-mbwc/tst_wcstombs.c: Likewise.
138
139 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
140
141         * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of
142         range.
143
144 2002-08-09  Roland McGrath  <roland@redhat.com>
145
146         * Makefile ($(INSTALL-SUPPORTED-LOCALES)): Pass --alias-file option to
147         localedef.
148
149 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
150
151         * locales/fa_IR: Fixing the Alef Hamza vs Waw Hamza ordering bug.
152         Adding presentation forms, Alef Wasla, and Rial Sign.
153         Handling frequent canonically equivalent sequences like each other.
154         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
155
156 2002-07-02  Thorsten Kukuk  <kukuk@suse.de>
157
158         * locales/es_EC: Fix typo: Equador -> Ecuador.
159
160 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
161
162         * locales/th_TH: Change tel_dom_fmt.
163         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
164
165 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
166
167         * charmaps/ISO-8859-11: New file.
168
169 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
170
171         * locales/lug_UG: New file.
172         Contributed by Kizito Birabwa <kompyuta@kizito.uklinux.net>.
173
174         * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
175         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
176
177 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
178
179         * locales/mt_MT: Add locale-specific collation info.
180         Patch by Ramon Casha <ramon.casha@linux.org.mt> [PR libc/3701].
181
182         * locales/en_AU: Add am/pm support.
183         Patch partly by maffew@cat.org.au [PR libc/3911].
184
185 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
186
187         * locales/be_BY: Fix int_curr_symbol.
188         Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3565].
189
190 2002-05-06  Jungshik Shin  <jshin@mailaps.org>
191
192         * charmaps/UTF-8: Fix wcwidth for Hangul Conjoining medial vowels
193         and trailing consonant.
194         * charmaps/GB18030: Likewise
195
196 2002-04-21  Bruno Haible  <bruno@clisp.org>
197
198         * charmaps/GB18030: Add Unicode planes 1 (scripts, symbols), 2 (CJK),
199         14 (tags), 15 and 16 (private use), accidentally removed by the
200         2002-01-16 patch.  Replace width table by one which is based on
201         Unicode but is biased for CJK.
202
203 2002-04-19  Bruno Haible  <bruno@clisp.org>
204
205         * charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
206         * charmaps/MAC-SAMI: Likewise.
207
208 2002-04-15  Bruno Haible  <bruno@clisp.org>
209
210         * charmaps/EUC-JISX0213: New file.
211         * charmaps/SHIFT_JISX0213: New file.
212
213 2002-04-15  Bruno Haible  <bruno@clisp.org>
214
215         * charmaps/BIG5-HKSCS: Update to Unicode 3.2.
216
217 2002-04-15  Bruno Haible  <bruno@clisp.org>
218
219         * charmaps/EUC-TW: Add many mappings for characters introduced in
220         Unicode 3.1 and 3.2.
221
222 2002-04-15  Bruno Haible  <bruno@clisp.org>
223
224         * charmaps/GB18030: Update for Unicode 3.2:
225         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
226         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
227         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
228         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
229         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
230         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
231         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
232         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
233         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
234         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
235         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
236         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
237         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
238         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
239
240 2002-04-15  Bruno Haible  <bruno@clisp.org>
241
242         * charmaps/UTF-8: Update for Unicode 3.2:
243         Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
244         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
245         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
246         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
247         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
248         <U204E>..<U2052>, <U2057>, <U205F>..<U2063>, <U2071>, <U20B0>..<U20B1>,
249         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
250         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
251         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
252         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
253         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
254         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
255         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
256         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.  Update width table.
257         Assign width 2 to <U3008>..<U300B>, <U3014>..<U3015>, <U3018>..<U301B>.
258
259 2002-04-15  Bruno Haible  <bruno@clisp.org>
260
261         Update to Unicode 3.2.
262         * locales/translit_circle: Add <U3251>..<U325F>, <U32B1>..<U32BF>.
263         * locales/translit_cjk_compat: Change <UF951>.  Add <UFA30>..<UFA6A>.
264         * locales/translit_combining: Add more combining characters.
265         * locales/translit_compat: Add <U2047>, <U2057>, <U205F>, <U2A0C>,
266         <U2A74>..<U2A76>.
267         * locales/translit_font: Add <U213D>..<U2140>, <U2145>..<U2149>.
268         * locales/translit_neutral: Add <U2060>..<U2063>, <U30A0>,
269         <UFE00>..<UFE0F>.
270         * locales/translit_small: Add small Hiragana letters and small
271         Katakana letters.
272         * locales/translit_wide: Add <UFF5F>..<UFF60>.
273
274 2002-04-15  Bruno Haible  <bruno@clisp.org>
275
276         * locales/i18n (LC_CTYPE): Update to Unicode 3.2. In detail:
277         (upper): Add <U0220>, <U03D8>, <U048A>, <U04C5>, <U04C9>, <U04CD>,
278         <U0500>, <U0502>, <U0504>, <U0506>, <U0508>, <U050A>, <U050C>, <U050E>.
279         (lower): Add <U019E>, <U03D9>, <U048B>, <U04C6>, <U04CA>, <U04CE>,
280         <U0501>, <U0503>, <U0505>, <U0507>, <U0509>, <U050B>, <U050D>, <U050F>.
281         (alpha): Add <U0220>, <U03D8>..<U03D9>, <U048A>..<U048B>,
282         <U04C5>..<U04C6>, <U04C9>..<U04CA>, <U04CD>..<U04CE>, <U0500>..<U050F>,
283         <U066E>..<U066F>, <U07B1>, <U0B83>, <U10F7>..<U10F8>, <U1700>..<U170C>,
284         <U170E>..<U1711>, <U1720>..<U1731>, <U1740>..<U1751>, <U1760>..<U1770>,
285         <U17D7>, <U17DC>, <U2071>, <U213D>..<U213F>, <U2145>..<U2149>,
286         <U303B>..<U303C>, <U3095>..<U3096>, <U309F>, <U30FF>, <U31F0>..<U31FF>,
287         <UFA30>..<UFA6A>, <UFE73>.
288         (space): Add <U205F>.
289         (punct): Add <U034F>, <U0363>..<U036F>, <U03F6>, <U1712>..<U1714>,
290         <U1732>..<U1736>, <U1752>..<U1753>, <U1772>..<U1773>, <U2047>,
291         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U20B0>..<U20B1>,
292         <U20E4>..<U20EA>, <U2140>..<U2144>, <U214A>..<U214B>, <U21F4>..<U21FF>,
293         <U22F2>..<U22FF>, <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>,
294         <U2596>..<U259F>, <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>,
295         <U2680>..<U2689>, <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>,
296         <U2900>..<U2AFF>, <U303D>, <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>,
297         <UA4A2>..<UA4A3>, <UA4B4>, <UA4C1>, <UA4C5>, <UFDFC>, <UFE00>..<UFE0F>,
298         <UFF5F>..<UFF60>. Remove <U0B83>, <U17D7>, <U17DC>.
299         (graph): Add <U0220>, <U034F>, <U0363>..<U036F>, <U03D8>..<U03D9>,
300         <U03F6>, <U048A>..<U048B>, <U04C5>..<U04C6>, <U04C9>..<U04CA>,
301         <U04CD>..<U04CE>, <U0500>..<U050F>, <U066E>..<U066F>, <U07B1>,
302         <U10F7>..<U10F8>, <U1700>..<U170C>, <U170E>..<U1714>, <U1720>..<U1736>,
303         <U1740>..<U1753>, <U1760>..<U1770>, <U1772>..<U1773>, <U2047>,
304         <U204E>..<U2052>, <U2057>, <U2060>..<U2063>, <U2071>, <U20B0>..<U20B1>,
305         <U20E4>..<U20EA>, <U213D>..<U214B>, <U21F4>..<U21FF>, <U22F2>..<U22FF>,
306         <U237C>, <U239B>..<U23CE>, <U24EB>..<U24FE>, <U2596>..<U259F>,
307         <U25F8>..<U25FF>, <U2616>..<U2617>, <U2672>..<U267D>, <U2680>..<U2689>,
308         <U2768>..<U2775>, <U27D0>..<U27EB>, <U27F0>..<U27FF>, <U2900>..<U2AFF>,
309         <U303B>..<U303D>, <U3095>..<U3096>, <U309F>..<U30A0>, <U30FF>,
310         <U31F0>..<U31FF>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UA4A2>..<UA4A3>,
311         <UA4B4>, <UA4C1>, <UA4C5>, <UFA30>..<UFA6A>, <UFDFC>, <UFE00>..<UFE0F>,
312         <UFE45>..<UFE46>, <UFE73>, <UFF5F>..<UFF60>.
313         (print): Likewise. Also add <U205F>.
314         (blank): Add <U205F>.
315         (toupper): Add (<U019E>,<U0220>), (<U03D9>,<U03D8>), (<U048B>,<U048A>),
316         (<U04C6>,<U04C5>), (<U04CA>,<U04C9>), (<U04CE>,<U04CD>),
317         (<U0501>,<U0500>), (<U0503>,<U0502>), (<U0505>,<U0504>),
318         (<U0507>,<U0506>), (<U0509>,<U0508>), (<U050B>,<U050A>),
319         (<U050D>,<U050C>), (<U050F>,<U050E>).
320         (totitle): Likewise.
321         (tolower): Add (<U0220>,<U019E>), (<U03D8>,<U03D9>), (<U048A>,<U048B>),
322         (<U04C5>,<U04C6>), (<U04C9>,<U04CA>), (<U04CD>,<U04CE>),
323         (<U0500>,<U0501>), (<U0502>,<U0503>), (<U0504>,<U0505>),
324         (<U0506>,<U0507>), (<U0508>,<U0509>), (<U050A>,<U050B>),
325         (<U050C>,<U050D>), (<U050E>,<U050F>).
326         (combining): Add <U034F>, <U0363>..<U036F>, <U1712>..<U1714>,
327         <U1732>..<U1734>, <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>,
328         <U20E4>..<U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
329         (combining_level3): Add <U034F>, <U1712>..<U1714>, <U1732>..<U1734>,
330         <U1752>..<U1753>, <U1772>..<U1773>, <U180B>..<U180D>, <U20E4>..<U20E6>,
331         <U20EA>, <UFE00>..<UFE0F>. Remove <U06DD>, <U0B83>.
332         * locales/tr_TR: Likewise.
333
334 2002-04-15  Bruno Haible  <bruno@clisp.org>
335
336         * charmaps/IBM856: New file.
337         * charmaps/IBM922: New file.
338         * charmaps/IBM1124: New file.
339         * charmaps/IBM1129: New file.
340         * charmaps/IBM1160: New file.
341         * charmaps/IBM1161: New file.
342         * charmaps/IBM1132: New file.
343         * charmaps/IBM1133: New file.
344         * charmaps/IBM1162: New file.
345         * charmaps/IBM1163: New file.
346         * charmaps/IBM1164: New file.
347         * charmaps/ARMSCII-8: New file.
348
349 2002-04-14  Wolfram Gloger  <wg@malloc.de>
350
351         * tests-mbwc/tst_types.h: Increase MONSIZE.
352         * tests-mbwc/tst_strfmon.c: Fail test if buffer too small.
353
354 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
355
356         * locales/ms_MY (day): Fix a typo.
357
358 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
359
360         * locales/es_ES: Define int_frac_digits and frac_digits as 2.
361
362 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
363
364         * locales/vi_VN: Fix various mistakes and add some more information.
365         Patch by Le Hong Boi <le.hong.boi@quantic.com.vn>.
366
367 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
368
369         * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for
370         Euro locales.
371         * tst-fmon.data: Likewise.
372
373         * locales/br_FR: Eliminate old national currencies of countries
374         participating in Euro.  Make @euro files pure copies.
375         * locales/ca_ES: Likewise.
376         * locales/ca_ES@euro: Likewise.
377         * locales/de_AT: Likewise.
378         * locales/de_AT@euro: Likewise.
379         * locales/de_BE: Likewise.
380         * locales/de_BE@euro: Likewise.
381         * locales/de_DE: Likewise.
382         * locales/de_DE@euro: Likewise.
383         * locales/de_LU: Likewise.
384         * locales/de_LU@euro: Likewise.
385         * locales/el_GR: Likewise.
386         * locales/el_GR@euro: Likewise.
387         * locales/en_IE: Likewise.
388         * locales/en_IE@euro: Likewise.
389         * locales/es_ES: Likewise.
390         * locales/es_ES@euro: Likewise.
391         * locales/fi_FI: Likewise.
392         * locales/fi_FI@euro: Likewise.
393         * locales/fr_BE: Likewise.
394         * locales/fr_BE@euro: Likewise.
395         * locales/fr_FR: Likewise.
396         * locales/fr_FR@euro: Likewise.
397         * locales/fr_LU: Likewise.
398         * locales/fr_LU@euro: Likewise.
399         * locales/ga_IE: Likewise.
400         * locales/ga_IE@euro: Likewise.
401         * locales/gl_ES: Likewise.
402         * locales/gl_ES@euro: Likewise.
403         * locales/it_IT: Likewise.
404         * locales/it_IT@euro: Likewise.
405         * locales/nl_NL: Likewise.
406         * locales/nl_NL@euro: Likewise.
407         * locales/pt_PT: Likewise.
408         * locales/pt_PT@euro: Likewise.
409
410         * locales/br_FR@euro: New file.
411
412 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
413
414         * locales/eu_ES: Corrections of date and time formats.
415         * locales/hu_HU: Adjust a comment.
416         * locales/wa_BE: New file.
417         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
418
419         * SUPPORTED (SUPPORTED-LOCALES): Add wa_BE and wa_BE@uero.
420         * locales/wa_BE@euro: New file.
421
422         * locales/zh_HK: Correct date information.
423         Patch by Anthony Fok <anthony@thizlinux.com>.
424
425 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
426
427         * locales/sr_YU: Correct month entries for June and July
428         [PR libc/2955].  Patch by Alastair McKinstry <alastair@pdd.3com.com>.
429
430         * locales/pl_PL: Update int_curr_symbol.
431
432 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
433
434         * locales/el_GR: Bug fixes for spelling.
435         Patch by Alexandros Diamantidis <adia@hellug.gr>.
436
437 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
438
439         * da_DK.in: Add a few more character sequences, no real words.
440
441 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
442
443         * charmaps/MACINTOSH: Update to Apple's latest definition.
444
445 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
446
447         * charmaps/GB18030: Update.
448         Patch by Yu Shao <yshao@redhat.com>.
449
450 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
451
452         * locales/hu_HU: New version with corrected collation.
453         Patch by Nagy Péter <chichken@interbase.hu>.
454
455 2001-12-28  Ulrich Drepper  <drepper@redhat.com>
456
457         * locales/bn_BD: New file.
458         Contributed by Taneem Ahmed <taneem@eyetap.org>.
459
460 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
461
462         * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN.
463
464 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
465
466         * locales/ms_MY: Various bug fixes and additions.
467         Patch by Hasbullah Bin Pit (sebol) <sebol@ikhlas.com>.
468
469         * locales/ca_ES: Fix typos (desembre -> decembre).
470         Patch by Xavi Drudis Ferran <xdrudis@tinet.org>.
471
472 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
473
474         * charmaps/TCVN5712-1: Add combined characters.
475
476 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
477
478         * locales/bg_BG: Rewrite.
479         Patch by Alexander Shopov <al_shopov@web.bg>.
480
481         * charmapsTCVN5712-1: New file.
482
483 2001-12-03  Ulrich Drepper  <drepper@redhat.com>
484
485         * locales/translit_neutral: Define transliteration for dong sign.
486
487 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
488
489         * SUPPORTED (SUPPORTED-LOCALES): Add se_NO/UTF-8.
490
491         * locales/de_CH: Define decimal point to '.' and thousands
492         separator to ' '.  Patch by Niklaus Giger <ngiger@mus.ch>.
493
494 2001-11-21  Bruno Haible  <bruno@clisp.org>
495
496         * charmaps/ISO-8859-16: Swap 0xa5 and 0xab entries.
497
498 2001-11-15  Børre Gaup  <boerre.gaup@pc.nu>
499
500         * locales/se_NO: New file.
501
502 2001-10-08  Won-kyu Park  <wkpark@chem.skku.ac.kr>
503
504         * locales/ko_KR: Fixed a typo in Hangul portion of LC_COLLATE.
505
506 2001-09-30  Ulrich Drepper  <drepper@redhat.com>
507
508         * charmaps/SAMI-WS2: Add Euro sign.
509         Patch by Petter Reinholdtsen <pere@hungry.com>.
510
511 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
512
513         * Makefile: Add rules to build and run tst-xlocale2.
514         * tst-xlocale2.c: New file.
515
516 2001-08-14  Ulrich Drepper  <drepper@redhat.com>
517
518         * Makefile: Add rules to build and run tst-xlocale1.
519         * tst-xlocale1.c: New file.
520
521         * bug-iconv-trans.c: Improve error messages.
522
523 2001-08-12  Ulrich Drepper  <drepper@redhat.com>
524
525         * charmaps/ISO-IR-209: New file.
526         * charmaps/MAC-SAMI: New file.
527         Contributed by Regnor Jernsletten <Regnor.Jernsletten@eunet.no>.
528
529 2001-08-04  Ulrich Drepper  <drepper@redhat.com>
530
531         * charmaps/GEORGIAN-PS: New file.
532         * charmaps/GEORGIAN-ACADEMY: New file.
533         * SUPPORTED: Add ka_GE/GEORGIAN-PS.
534
535 2001-08-03  Ulrich Drepper  <drepper@redhat.com>
536
537         * Makefile: Add rules to build and run tst-mbswcs6.
538         * tst-mbswcs6.c: New file.
539
540         * SUPPORTED: Add several new locales.
541
542         * charmaps/KOI8-T: New file.
543
544 2001-08-02  Ulrich Drepper  <drepper@redhat.com>
545
546         * locales/af_ZA: Use generic LC_COLLATE data.
547         * locales/el_GR: Likewise.
548         * locales/hu_HU: Likewise.
549         * locales/ro_RO: Likewise.  Add transliteration.
550         * locales/be_BY: Likewise.  Handle Ukrainian Ghe.
551         * locales/ru_RU: Likewise.
552         * locales/ru_UA: Likewise.
553         * locales/uk_UA: Likewise.
554         * locales/eu_ES: LC_TIME strings fixed.
555         * locales/am_ET: New file.
556         * locales/translit_et: New file.
557         * locales/az_AZ: New file.
558         * locales/br_FR: New file.
559         * locales/bs_BA: New file.
560         * locales/cy_GB: New file.
561         * locales/hy_AM: New file.
562         * locales/ka_GE: New file.
563         * locales/mi_NZ: New file.
564         * locales/oc_FR: New file.
565         * locales/tg_TJ: New file.
566         * locales/ti_ER: New file.
567         * locales/ti_ET: New file.
568         * locales/tl_PH: New file.
569         * locales/tt_RU: New file.
570         * locales/ur_PK: New file.
571         * locales/uz_UZ: New file.
572         * locales/yi_US: New file.
573         Patches by Pablo Saratxaga <pablo@mandrakesoft.com>.
574
575 2001-07-31  Ulrich Drepper  <drepper@redhat.com>
576
577         * locales/tr_TR: Define missing fields and remove FIXME comments.
578         Patch by Nilg~n Belma Bug~ner <nilgun@fide.org>.
579
580 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
581
582         * locales/en_CA (LC_PAPER): Change to Letter.
583         * locales/fr_CA (LC_PAPER): Likewise.
584         * locales/es_PR (LC_PAPER): Change to Letter.
585         (LC_MEASUREMENT): Change to 2.
586         * locales/es_US (LC_PAPER): Change to Letter.
587         (LC_MEASUREMENT): Change to 2.
588
589 2001-07-07  Ulrich Drepper  <drepper@redhat.com>
590
591         * Makefile: Add dependencies to locale files for all tests in $(tests).
592
593 2001-06-28  H.J. Lu  <hjl@gnu.org>
594
595         * Makefile: Include SUPPORTED.
596         (INSTALL-SUPPORTED-LOCALES): New.
597         ($(INSTALL-SUPPORTED-LOCALES)): New target.
598         (install-locales-dir): Likewise.
599         (install-locales): Depend on $(INSTALL-SUPPORTED-LOCALES).
600         * SUPPORTED: Changed the format for parallel install.
601
602 2001-06-27  Ulrich Drepper  <drepper@redhat.com>
603
604         * Makefile: Add rules to build and run tst-leaks.
605         * tst-leaks.c: New file.
606
607 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
608
609         * locales/ro_RO (day): Use U0163 instead of U021B.
610
611 2001-06-25  Jakub Jelinek  <jakub@redhat.com>
612
613         * SUPPORTED (zh_HK): Update character map name to BIG5-HKSCS.
614
615 2001-06-09  Bruno Haible  <haible@clisp.cons.org>
616
617         * charmaps/BIG5-HKSCS: Renamed from charmaps/BIG5HKSCS.  Change
618         code_set_name to BIG5-HKSCS. Add BIG5HKSCS alias.
619
620 2001-05-26  Bruno Haible  <haible@clisp.cons.org>
621
622         * charmaps/SHIFT_JIS: Renamed from charmaps/SJIS.  Change code_set_name
623         to SHIFT_JIS. Add SJIS as alias.
624         * Makefile (CHARMAPS): For SJIS locale, use SHIFT_JIS charmap.
625         * gen-locale.sh: Likewise.
626
627 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
628
629         * charmaps/GB18030: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
630         full Hangul syllable names. Add Unicode planes 1 (scripts, symbols),
631         2 (CJK), 14 (tags), 15 and 16 (private use). Update width table.
632         Assign width 1 to <U3008>, <U3009>, <U3014>, <U3015>, <U3018>, <U3019>.
633
634 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
635
636         * charmaps/UTF-8: Update for Unicode 3.1: Add <U03F4>..<U03F5>. Use
637         range syntax for <U3400>..<U4DB5>, <U4E00>..<U9FA5>, <UE000>..<UF8FF>.
638         Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16
639         (private use). Update width table. Assign width 1 to <U3008>, <U3009>,
640         <U3014>, <U3015>, <U3018>, <U3019>.
641
642 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
643
644         * gen-unicode-ctype.c: Update to Unicode 3.1.
645         (unicode_attributes): Change size to 0x110000.
646         (fill_attribute): Change limit for i to 0x110000. Ignore surrogates;
647         Unicode now officially allows a 32-bit representation and deprecates
648         the use of surrogates in this representation.
649         (fill_attributes): Loop up to 0x110000.
650         (unicode_combining): Remove array.
651         (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't
652         contain this property any more.
653         (is_alpha): Incorporate changes by Theppitak Karoonboonyanan
654         2001-02-15.
655         (is_combining): Use new but equivalent definition.
656         (ucs_symbol, ucs_symbol_range): New functions.
657         (output_charclass): Loop up to 0x110000.
658         (output_charmap): Likewise.
659         (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where
660         appropriate.
661         (main): Expect only two arguments. Remove fill_combining() call.
662         * locales/i18n (LC_CTYPE): To "upper", add <U03F4> and Deseret letters.
663         To "lower", add <U03F5> and Deseret letters.
664         To "alpha", add <U03F4>, <U03F5>, <U16EE>..<U16F0>, Old Italic letters,
665         Gothic letters, Deseret letters, mathematical symbols.
666         From "punct", remove <U16EE>..<U16F0> and surrogates. Add many new
667         Unicode 3.1 characters.
668         To "graph" and "print", add <U03F4>, <U03F5>. Remove surrogates. Add
669         many new Unicode 3.1 characters.
670         "toupper", "tolower", "totitle": Update.
671         To "combining", add some new musical symbols.
672         To "combining_level3", add some new musical symbols.
673         * locales/tr_TR (LC_CTYPE): Update from i18n.
674         * locales/translit_font: Add transliterations for new Unicode 3.1
675         mathematical symbols.
676         * locales/translit_compat: Add transliterations for <U03F4>, <U03F5>.
677         * locales/translit_cjk_compat: Add transliterations for CJK
678         compatibility characters in Unicode plane 2.
679
680 2001-05-29  Bruno Haible  <haible@clisp.cons.org>
681
682         * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for
683         <U4EA0>, <U51AB>, <U52F9>. Remove 0x8EAExxxx mappings. Add
684         0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx,
685         0x8EAFxxxx mappings instead.
686
687 2001-05-26  Ulrich Drepper  <drepper@redhat.com>
688
689         * locales/ro_RO: Correct abday, day, abmon, and mon info.
690         Patch by Ionel Mugurel Ciobîcã <tgakic@bambam.chem.tue.nl>.
691
692 2001-05-21  Bruno Haible  <haible@clisp.cons.org>
693
694         * tests-mbwc/dat_mbrlen.c (tst_mbrlen_loc): Use a private mbstate_t
695         for some tests, because mbrlen (NULL, 0, &s) does not always put back
696         s into the initial state.
697
698 2001-05-14  Andreas Jaeger  <aj@suse.de>
699
700         * locales/ms_MY: Fix entries for Tue and Wednesday.
701         Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
702
703 2001-04-18  Jakub Jelinek  <jakub@redhat.com>
704
705         * locales/be_BY: Fix syntax in LC_COLLATE section.
706         * locales/ru_UA: Likewise.
707         * locales/tr_TR: Likewise.
708         * locales/uk_UA: Likewise.
709
710 2001-03-18  Ulrich Drepper  <drepper@redhat.com>
711
712         * locales/fa_IR: Add outdigit information and collation.
713         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
714
715 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
716
717         * locales/i18n: Don't define outdigit.
718
719 2001-02-19  Ulrich Drepper  <drepper@redhat.com>
720
721         * locales/th_TH: Remove name_ms entry.
722         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
723
724 2001-02-16  Ulrich Drepper  <drepper@redhat.com>
725
726         * locales/th_TH: Update era information and some of the new
727         categories.
728         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
729
730 2001-02-15  Ulrich Drepper  <drepper@redhat.com>
731
732         * locales/i18n: Correct classification of Thai characters.  This
733         differs from Unicode's tables but is in line with linguistic rules
734         in Thailand.
735         Patch by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
736
737 2001-02-14  Ulrich Drepper  <drepper@redhat.com>
738
739         * charmaps/GB18030: Update for Dec 2000 re-release of GB18030.
740         Patch by Yong Li <rigel863@yahoo.com>.
741
742 2001-02-13  Ulrich Drepper  <drepper@redhat.com>
743
744         * SUPPORTED: Add zh_CN.GBK.
745
746 2001-02-09  Andreas Jaeger  <aj@suse.de>
747
748         * locales/en_IN: Add newline at end of file.
749
750         * SUPPORTED: Add more entries.
751
752 2001-02-09  Ulrich Drepper  <drepper@redhat.com>
753
754         * locales/en_HK: At newline at the end of the file.
755
756 2001-02-08  Andreas Jaeger  <aj@suse.de>
757
758         * localedata/SUPPORTED: Add some entries for new locales.
759
760 2001-02-07  Andreas Jaeger  <aj@suse.de>
761
762         * locales/ar_IN: New.
763         * locales/bn_IN: New.
764         * locales/el_GR@euro: New.
765         * locales/en_HK: New.
766         * locales/en_IN: New.
767         * locales/en_PH: New.
768         * locales/en_SG: New.
769         * locales/ms_MY: New.
770         * locales/ta_IN: New.
771         * locales/te_IN: New.
772         * locales/zh_SG: New.
773
774 2001-02-06  Ulrich Drepper  <drepper@redhat.com>
775
776         * locales/zh_TW: Extend LC_IDENTIFICATION entries a bit.
777         * locales/zh_CN: Likewise.
778
779 2001-02-04  Bruno Haible  <haible@clisp.cons.org>
780
781         * locales/translit_cjk_compat: Add missing characters in range
782         U+3300..U+33FF.
783
784 2001-01-30  Ulrich Drepper  <drepper@redhat.com>
785
786         * locales/fi_FI: Remove FIXME comments.
787         * locales/sv_FI: Likewise.
788         Patch by Marko Myllynen <myllynen@lut.fi>.
789
790 2001-01-23  Jakub Jelinek  <jakub@redhat.com>
791
792         * locales/cs_CZ (yesexpr, noexpr): Add caret prefix.
793         Patch by Petr Cech <cech@atrey.karlin.mff.cuni.cz>.
794
795 2001-01-23  Andreas Schwab  <schwab@suse.de>
796
797         * locales/el_GR: Add missing quotes around multicharacter strings.
798         * locales/ru_RU: Likewise.
799
800 2001-01-19  Ulrich Drepper  <drepper@redhat.com>
801
802         * Makefile (LOCALES): Add fr_FR.ISO-8859-1.
803         * tst-langinfo.sh: Add French tests.
804
805 2001-01-08  Jakub Jelinek  <jakub@redhat.com>
806
807         * locales/cs_CZ: Fix grammar of comment above abmon.
808         Reported by Stanislav Brabec <utx@penguin.cz>.
809
810 2000-12-31  Andreas Jaeger  <aj@suse.de>
811
812         * tst-fmon.c (main): Use return instead of exit to avoid warning.
813
814 2000-12-21  Ulrich Drepper  <drepper@redhat.com>
815
816         * tests/test5.cm: Define code_set_name.
817
818 2000-12-03  Ulrich Drepper  <drepper@redhat.com>
819
820         * charmaps/SJIS: Add mapping for FULLWIDTH REVERSE SOLIDUS.
821         * charmaps/EUC-JP: Add mapping for FULLWIDTH TILDE and FULLWIDTH
822         REVERSE SOLIDUS.
823
824 2000-11-30  Ulrich Drepper  <drepper@redhat.com>
825
826         * Makefile (tests): Add tst-setlocale.
827         (tst-setlocale-ENV): Define.
828         * tst-setlocale.c: New file.
829
830 2000-11-28  Ulrich Drepper  <drepper@redhat.com>
831
832         * Makefile (LOCALES): Add ja_JP.SJIS.
833
834 2000-11-23  Ulrich Drepper  <drepper@redhat.com>
835
836         * tst-digits.c (main): Add casts to avoid warnings.
837         * collate-test.c (xstrcoll): Make l1 and l2 const.
838         * xfrm-test.c (xstrcmp): Make l1 and l2 const.
839
840 2000-11-20  Ulrich Drepper  <drepper@redhat.com>
841
842         * charmaps/BALTIC: Superceded by ISO-8859-13.
843
844 2000-11-15  Ulrich Drepper  <drepper@redhat.com>
845
846         * locales/ko_KR: Changed LC_IDENTIFICATION territory field to
847         Republic of Korea.  Streamlined and extend(include all Hangul
848         syllables) hangul and hanja class definition in LC_CTYPE and
849         hangul portion of LC_COLLATE.  Several changes in LC_TIME.  Added
850         tel_dom_fmt to LC_TELEPHONE.
851         Patch by Jungshik Shin <jshin@pantheon.yale.edu>.
852
853 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
854
855         * locales/ko_KR: Fix currency_symbol.
856         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
857
858 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
859
860         * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
861         Reported by Markus Kuhn.
862
863 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
864
865         * charmaps/EUC-KR: Revert last change.  Backslash maps to backslash.
866         * locales/ko_KR: Revert change.  Use full with won sign.
867         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
868
869 2000-11-07  Ulrich Drepper  <drepper@redhat.com>
870
871         * locales/mk_MK: Update.
872         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
873
874 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
875
876         * charmaps/BIG5: Add mapping for <U20AC> back.
877         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
878
879 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
880
881         * locales/translit_neutral: Add more entries.  Mostly from Markus Kuhn.
882         * locales/translit_compat: Add a few ligatures.
883         * locales/translit_combining: Add a few plain ASCII alternatives.
884         * locales/translit_fraction: Likewise.  Surround with spaces.
885
886 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
887
888         * locales/translit_hangul: New file.
889         * locales/ko_KR (LC_CTYPE): Include it.
890
891 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
892
893         * locales/translit_cjk_variants: New file.
894         * locales/ja_JP (LC_CTYPE): Include it.
895
896 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
897
898         * locales/da_DK (LC_CTYPE): Include translit_combining, add A-ring
899         transliteration rules.
900
901 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
902
903         * locales/de_DE (LC_CTYPE): Include translit_combining, add umlaut
904         transliteration rules.
905         * locales/de_AT (LC_CTYPE): Include de_DE instead of i18n.
906         * locales/de_BE (LC_CTYPE): Likewise.
907         * locales/de_CH (LC_CTYPE): Likewise.
908         * locales/de_LU (LC_CTYPE): Likewise.
909         * locales/de_DE@euro (LC_CTYPE): Include de_DE instead of i18n.
910         * locales/de_AT@euro (LC_CTYPE): Include de_AT instead of i18n.
911         * locales/de_BE@euro (LC_CTYPE): Include de_BE instead of i18n.
912         * locales/de_LU@euro (LC_CTYPE): Include de_LU instead of i18n.
913
914 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
915
916         * locales/translit_combining: New file.
917         * locales/fr_FR (LC_CTYPE): Include it.
918         * locales/fr_BE (LC_CTYPE): Include fr_FR instead of i18n.
919         * locales/fr_CA (LC_CTYPE): Likewise.
920         * locales/fr_CH (LC_CTYPE): Likewise.
921         * locales/fr_LU (LC_CTYPE): Likewise.
922         * locales/fr_FR@euro (LC_CTYPE): Include fr_FR instead of i18n.
923         * locales/fr_BE@euro (LC_CTYPE): Include fr_BE instead of i18n.
924         * locales/fr_LU@euro (LC_CTYPE): Include fr_LU instead of i18n.
925
926 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
927
928         * locales/translit_wide: New file.
929         * locales/translit_narrow: New file.
930         * locales/translit_font: New file.
931         * locales/translit_circle: New file.
932         * locales/translit_small: New file.
933         * locales/translit_fraction: New file.
934         * locales/translit_compat: New file.
935         * locales/translit_cjk_compat: New file.
936         * locales/translit_neutral: New file.  Include all of the above.
937         * locales/i18n (LC_CTYPE): Include translit_neutral.  Remove a few
938         German and Danish specific rules.
939
940 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
941
942         * locales/ja_JP (LC_CTYPE): Refer to "i18n" instead of duplicating it.
943         * locales/zh_CN (LC_CTYPE): Likewise.
944         * locales/ko_KR (LC_CTYPE): Likewise.
945
946 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
947
948         * charmaps/UTF-8: Set width of U200B to 0.
949         * charmaps/GB18030: Likewise.
950
951 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
952
953         * charmaps/BIG5: Update.
954         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
955
956         * locales/mk_MK: Use iso14651_t1 file.
957         Patch by Damjan <arhiv@freemail.org.mk>.
958
959 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
960
961         * charmaps/VISCII: New file.
962
963 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
964
965         * locales/sr_YU@cyrillic: New file. Based on a locale file by
966         Anton Zinoviev <anton@lml.bas.bg>.
967         * SUPPORTED: Add sr_YU@cyrillic.
968
969 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
970
971         * locales/ar_SA: Use Unicode aware LC_CTYPE information from "i18n".
972         * locales/be_BY: Likewise.
973         * locales/bg_BG: Likewise.
974         * locales/el_GR: Likewise.
975         * locales/ja_JP: Likewise.
976         * locales/ko_KR: Likewise.
977         * locales/mk_MK: Likewise.
978         * locales/ru_RU: Likewise.
979         * locales/ru_UA: Likewise.
980         * locales/th_TH: Likewise.
981         * locales/tr_TR: Likewise.
982         * locales/uk_UA: Likewise.
983         * locales/zh_CN: Likewise.
984         * tests-mbwc/dat_iswalnum.c: Update for changed character properties
985         in the ja_JP.EUC-JP locale.
986         * tests-mbwc/dat_iswalpha.c: Likewise.
987         * tests-mbwc/dat_iswctype.c: Likewise.
988         * tests-mbwc/dat_iswgraph.c: Likewise.
989         * tests-mbwc/dat_iswprint.c: Likewise.
990         * tests-mbwc/dat_iswpunct.c: Likewise.
991
992 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
993
994         * fr_CA,2.13.in: Removed.
995
996 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
997
998         * locales/POSIX: New support for date_fmt.
999         * locales/af_ZA: Likewise.
1000         * locales/ar_AE: Likewise.
1001         * locales/ar_BH: Likewise.
1002         * locales/ar_DZ: Likewise.
1003         * locales/ar_EG: Likewise.
1004         * locales/ar_IQ: Likewise.
1005         * locales/ar_JO: Likewise.
1006         * locales/ar_KW: Likewise.
1007         * locales/ar_LB: Likewise.
1008         * locales/ar_LY: Likewise.
1009         * locales/ar_MA: Likewise.
1010         * locales/ar_OM: Likewise.
1011         * locales/ar_QA: Likewise.
1012         * locales/ar_SA: Likewise.
1013         * locales/ar_SD: Likewise.
1014         * locales/ar_SY: Likewise.
1015         * locales/ar_TN: Likewise.
1016         * locales/ar_YE: Likewise.
1017         * locales/be_BY: Likewise.
1018         * locales/bg_BG: Likewise.
1019         * locales/ca_ES: Likewise.
1020         * locales/cs_CZ: Likewise.
1021         * locales/da_DK: Likewise.
1022         * locales/de_AT: Likewise.
1023         * locales/de_BE: Likewise.
1024         * locales/de_CH: Likewise.
1025         * locales/de_DE: Likewise.
1026         * locales/de_LU: Likewise.
1027         * locales/el_GR: Likewise.
1028         * locales/en_AU: Likewise.
1029         * locales/en_CA: Likewise.
1030         * locales/en_DK: Likewise.
1031         * locales/en_GB: Likewise.
1032         * locales/en_IE: Likewise.
1033         * locales/en_NZ: Likewise.
1034         * locales/en_US: Likewise.
1035         * locales/en_ZA: Likewise.
1036         * locales/es_AR: Likewise.
1037         * locales/es_BO: Likewise.
1038         * locales/es_CL: Likewise.
1039         * locales/es_CO: Likewise.
1040         * locales/es_CR: Likewise.
1041         * locales/es_DO: Likewise.
1042         * locales/es_EC: Likewise.
1043         * locales/es_ES: Likewise.
1044         * locales/es_GT: Likewise.
1045         * locales/es_HN: Likewise.
1046         * locales/es_MX: Likewise.
1047         * locales/es_NI: Likewise.
1048         * locales/es_PA: Likewise.
1049         * locales/es_PE: Likewise.
1050         * locales/es_PR: Likewise.
1051         * locales/es_PY: Likewise.
1052         * locales/es_SV: Likewise.
1053         * locales/es_US: Likewise.
1054         * locales/es_UY: Likewise.
1055         * locales/es_VE: Likewise.
1056         * locales/et_EE: Likewise.
1057         * locales/eu_ES: Likewise.
1058         * locales/fa_IR: Likewise.
1059         * locales/fi_FI: Likewise.
1060         * locales/fo_FO: Likewise.
1061         * locales/fr_BE: Likewise.
1062         * locales/fr_CA: Likewise.
1063         * locales/fr_CH: Likewise.
1064         * locales/fr_FR: Likewise.
1065         * locales/fr_LU: Likewise.
1066         * locales/ga_IE: Likewise.
1067         * locales/gl_ES: Likewise.
1068         * locales/gv_GB: Likewise.
1069         * locales/he_IL: Likewise.
1070         * locales/hi_IN: Likewise.
1071         * locales/hr_HR: Likewise.
1072         * locales/hu_HU: Likewise.
1073         * locales/i18n: Likewise.
1074         * locales/id_ID: Likewise.
1075         * locales/is_IS: Likewise.
1076         * locales/it_CH: Likewise.
1077         * locales/it_IT: Likewise.
1078         * locales/iw_IL: Likewise.
1079         * locales/ja_JP: Likewise.
1080         * locales/kl_GL: Likewise.
1081         * locales/ko_KR: Likewise.
1082         * locales/kw_GB: Likewise.
1083         * locales/lt_LT: Likewise.
1084         * locales/lv_LV: Likewise.
1085         * locales/mk_MK: Likewise.
1086         * locales/mr_IN: Likewise.
1087         * locales/mt_MT: Likewise.
1088         * locales/nl_BE: Likewise.
1089         * locales/nl_NL: Likewise.
1090         * locales/nn_NO: Likewise.
1091         * locales/no_NO: Likewise.
1092         * locales/pl_PL: Likewise.
1093         * locales/pt_BR: Likewise.
1094         * locales/pt_PT: Likewise.
1095         * locales/ro_RO: Likewise.
1096         * locales/ru_RU: Likewise.
1097         * locales/ru_UA: Likewise.
1098         * locales/sk_SK: Likewise.
1099         * locales/sl_SI: Likewise.
1100         * locales/sq_AL: Likewise.
1101         * locales/sr_YU: Likewise.
1102         * locales/sv_FI: Likewise.
1103         * locales/sv_SE: Likewise.
1104         * locales/th_TH: Likewise.
1105         * locales/tr_TR: Likewise.
1106         * locales/uk_UA: Likewise.
1107         * locales/vi_VN: Likewise.
1108         * locales/zh_CN: Likewise.
1109         * locales/zh_HK: Likewise.
1110         * locales/zh_TW: Likewise.
1111
1112 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
1113
1114         * locales/fa_IR: Fix many problems and change to use UTF-8.
1115         Patch by Roozbeh Pournader <roozbeh@sharif.edu>.
1116         * SUPPORTED: Add fa_IR.UTF-8.
1117
1118 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
1119
1120         * charmaps/BIG5HKSCS: Add 9 commented irreversible mappings.
1121
1122 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
1123
1124         * locales/iso14651_t1: Handle Macedonian correctly.
1125         Patch by Damjan <arhiv@freemail.org.mk>.
1126
1127 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
1128
1129         * locales/iso14651_t1: Add currency symbols.
1130
1131 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
1132
1133         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
1134         * tests-mbwc/dat_iswdigit.c: Likewise.
1135
1136         * locales/zh_CN: Remove non-ASCII digit entry.
1137         * locales/ja_JP: Likewise.
1138         Add full width digits to alnum class.
1139
1140 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1141
1142         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
1143         digits.
1144         (is_alpha): Add them here.
1145         * locales/i18n (digit): Remove all non-ASCII digits.
1146         (alpha): Add them here.
1147
1148         * dump-ctype.c: Pretty print.
1149
1150 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
1151
1152         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
1153         * locales/ko_KR: Change currency_symbol back to use U20a9.
1154
1155 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
1156
1157         * tst-langinfo.sh: Adjust for change in ja_JP.
1158
1159 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
1160
1161         * locales/ja_JP: Changed yesexpr/noexpr expression,
1162         fixed typo in era, added definition for name_gen.
1163
1164 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1165
1166         * SUPPORTED: Add ko_KR.UTF-8.
1167
1168 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
1169
1170         * charmaps/BIG5: Add a width table.
1171         * charmaps/GB18030: Likewise.
1172         * charmaps/ISO-8859-6: Likewise.
1173         * charmaps/ISO-8859-8: Likewise.
1174         * charmaps/TIS-620: Likewise.
1175
1176 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1177
1178         * Makefile (repertoiremaps): Remove variable.
1179         (distribute): Remove repertoiremaps.
1180         (install-others): Likewise. Add .gz to charmaps.
1181         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
1182
1183 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1184
1185         * charmaps/ISO-IR-197: Remove alias "none".
1186
1187 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1188
1189         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
1190         width of format control characters to 0.
1191
1192 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1193
1194         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
1195         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
1196         return values.  Only the sign matters.
1197
1198 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
1199
1200         * locales/ar_SA: Last non <Uxxxx> entries removed.
1201         Patch by Martin Strassburger <martin.strassburger@sap.com>.
1202
1203 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
1204
1205         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
1206         we have EUC-KR.
1207
1208 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
1209
1210         * locales/uk_UA: Fix yesexpr.
1211         * locales/ru_UA: Likewise.
1212         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
1213
1214 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
1215
1216         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
1217         so they become printable and carry a width.  Comment out surrogate
1218         ranges.  Add a WIDTH table.
1219
1220 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
1221
1222         * gen-unicode-ctype.c: New file.
1223         * dump-ctype.c: New file.
1224         * Makefile (distribute): Add them.
1225         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
1226         gen-unicode-ctype.c.
1227         (blank): Add U+1680.
1228         (cntrl): Add U+2028, U+2029.
1229         (space): Add U+1680, U+2028, U+2029.
1230         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
1231         (alnum, alpha, print, graph, punct): Lots of additions.
1232         (lower, upper, tolower, toupper, combining, combining_level3): Update.
1233         (totitle): New map.
1234         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
1235         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
1236         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
1237         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
1238         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
1239         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
1240         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
1241
1242 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
1243
1244         * charmaps/GBK: Add commented mappings for GBK characters not yet in
1245         Unicode.
1246
1247 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
1248
1249         * charmaps/GBK: Remove /x80 entry.
1250
1251 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
1252
1253         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
1254         to use it.
1255
1256 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
1257
1258         * charmaps/JOHAB: Add identity mapping for 0x7f.
1259
1260 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
1261
1262         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
1263         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
1264
1265 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
1266
1267         * charmaps/GB2312: Change code_set_name to GB2312.
1268
1269 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
1270
1271         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
1272         * localedata/locales/ar_BH: Likewise.
1273         * localedata/locales/ar_DZ: Likewise.
1274         * localedata/locales/ar_EG: Likewise.
1275         * localedata/locales/ar_IQ: Likewise.
1276         * localedata/locales/ar_JO: Likewise.
1277         * localedata/locales/ar_KW: Likewise.
1278         * localedata/locales/ar_LB: Likewise.
1279         * localedata/locales/ar_LY: Likewise.
1280         * localedata/locales/ar_MA: Likewise.
1281         * localedata/locales/ar_OM: Likewise.
1282         * localedata/locales/ar_QA: Likewise.
1283         * localedata/locales/ar_SD: Likewise.
1284         * localedata/locales/ar_SY: Likewise.
1285         * localedata/locales/ar_TN: Likewise.
1286         * localedata/locales/ar_YE: Likewise.
1287
1288 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
1289
1290         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
1291         * locales/mr_IN: New file.
1292         * locales/mt_MT: New file.
1293
1294         * charmaps/GB18030: Comment out entries in user-defined area.
1295
1296 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
1297
1298         * charmaps/GB18030: Add back entries which got lost in last change.
1299
1300 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
1301
1302         * charmaps/GB18030: Update once more.
1303
1304         * charmaps/JOHAB: New file.
1305         * SUPPORTED: Add ko_KR.JOHAB.
1306
1307 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
1308
1309         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
1310         but not in EUC-KR.
1311
1312 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
1313
1314         * charmaps/EUC-TW: Add commented non-reversible mappings.
1315
1316 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
1317
1318         * charmaps/CP949: New file.
1319
1320 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
1321
1322         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
1323
1324 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
1325
1326         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
1327         U+007E.
1328
1329 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
1330
1331         * charmaps/INIS-8: Update to use <Uxxxx> format.
1332         * charmaps/ISO_2033-1983: Likewise.
1333         * charmaps/ISO_5427-EXT: Likewise.
1334
1335 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
1336
1337         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
1338         * SUPPORTED: Add zh_HK.BIG5HKSCS.
1339
1340         * charmaps/BIG5HKSCS: Add Big5 codes.
1341
1342         * Makefile (test-input): Add sv_SE.ISO-8859-1.
1343         (LOCALES): Likewise.
1344         * sv_SE.ISO-8859-1: New file.
1345
1346 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
1347
1348         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
1349         Changes by Roger So <spacehunt@e-fever.org>.
1350
1351         * SUPPORTED: Add nn_NO.ISO-8859-1.
1352         * locales/nn_NO: New file.
1353
1354 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
1355
1356         * charmaps/BIG5HKSCS: Regenerated from official data file.
1357
1358         * locales/ja_JP: Add yesstr and nostr information.
1359
1360         * charmaps/GB18030: Add entries from GBK not present here.
1361
1362         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
1363
1364         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
1365
1366 2000-08-29  Akira Higuchi  <a@kondara.org>
1367
1368         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
1369         * charmaps/GBK: Likewise.
1370
1371         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
1372
1373 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
1374
1375         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
1376         and customize with several reorder-after statements.
1377         Reported by menthos@menthos.com.
1378
1379 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1380
1381         * locales/ja_JP: Add new categories with generic information.
1382
1383         * locales/i18n (default_missing): Change back to only U003F.
1384
1385 2000-08-24  Andreas Jaeger  <aj@suse.de>
1386
1387         * Makefile (generated): Add some .out files.
1388
1389 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
1390
1391         * locales/i18n: Add transliteration information.
1392
1393 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
1394
1395         * locales/ca_ES@euro: Country is Spain.
1396         * locales/ca_ES: Likewise.
1397
1398         * locales/es_MX: Correct int_curr_symbol.
1399         * locales/es_PE: Likewise.
1400
1401         * SUPPORTED: Add missing supported locales.
1402
1403         * locales/fa_IR: Correct a few of the contained bugs.
1404
1405         * locales/zh_HK: New file.
1406
1407         * charmaps/BIG5HKSCS: New file.
1408
1409         * locales/en_CA,2.5: Removed.
1410         * locales/fr_CA,2.13: Removed.
1411         * locales/in_ID: Removed.
1412
1413         * locales/sq_AL: New file.
1414         * SUPPORTED: Add sq_AL.ISO-8859-1.
1415
1416         * locales/vi_VN: New file.
1417         * SUPPORTED: Add vi_VN.UTF-8.
1418
1419         * locales/ko_KR: Correct currency_symbol entry.
1420
1421         * locales/hi_IN: New file.
1422         * SUPPORTED: Add hi_IN.UTF-8.
1423
1424         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
1425
1426         * sort-test.sh: Improve error handling by printing more information.
1427
1428         * locales/ar_AE: New file.
1429         * locales/ar_BH: New file.
1430         * locales/ar_DZ: New file.
1431         * locales/ar_EG: New file.
1432         * locales/ar_IQ: New file.
1433         * locales/ar_JO: New file.
1434         * locales/ar_KW: New file.
1435         * locales/ar_LB: New file.
1436         * locales/ar_LY: New file.
1437         * locales/ar_MA: New file.
1438         * locales/ar_OM: New file.
1439         * locales/ar_QA: New file.
1440         * locales/ar_SD: New file.
1441         * locales/ar_SY: New file.
1442         * locales/ar_TN: New file.
1443         * locales/ar_YE: New file.
1444         * SUPPORTED: Add Arabic locales.
1445
1446 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
1447
1448         * locales/es_CR: New file.
1449         * locales/es_NI: New file.
1450         * locales/es_PR: New file.
1451
1452         * locales/es_AR: Share LC_COLLATE description with es_ES.
1453         * locales/es_BO: Likewise.
1454         * locales/es_CL: Likewise.
1455         * locales/es_CO: Likewise.
1456         * locales/es_DO: Likewise.
1457         * locales/es_GT: Likewise.
1458         * locales/es_HN: Likewise.
1459         * locales/es_MX: Likewise.
1460         * locales/es_PA: Likewise.
1461         * locales/es_PE: Likewise.
1462         * locales/es_PY: Likewise.
1463         * locales/es_SV: Likewise.
1464         * locales/es_UY: Likewise.
1465         * locales/es_VE: Likewise.
1466         * locales/es_EC: Share LC_COLLATE description with es_US.
1467
1468         * locales/ko_KR: Updated for glibc 2.2.
1469         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
1470         * SUPPORTED: Add ko_KR.
1471
1472         * locales/de_BE@euro: New file.
1473         * locales/eu_ES@euro: New file.
1474         * locales/ga_IE@euro: New file.
1475         * locales/gl_ES@euro: New file.
1476         * locales/nl_BE@euro: New file.
1477         * locales/sv_FI@euro: New file.
1478         * SUPPORTED: Add the new locales.
1479
1480         * Makefile (install-locales): Handle option in locale name.  Print
1481         progress information.
1482
1483         * SUPPORTED: Add all the @euro locales.
1484
1485         * locales/ca_ES@euro: Update charset comment.
1486         * locales/de_AT@euro: Likewise.
1487         * locales/de_DE@euro: Likewise.
1488         * locales/de_LU@euro: Likewise.
1489         * locales/en_IE@euro: Likewise.
1490         * locales/es_ES@euro: Likewise.
1491         * locales/fi_FI@euro: Likewise.
1492         * locales/fr_BE@euro: Likewise.
1493         * locales/fr_FR@euro: Likewise.
1494         * locales/fr_LU@euro: Likewise.
1495         * locales/it_IT@euro: Likewise.
1496         * locales/nl_NL@euro: Likewise.
1497         * locales/pt_PT@euro: Likewise.
1498
1499 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
1500
1501         * locales/ca_ES: Correct comment.
1502
1503         * locales/ca_ES@euro: New file.
1504         * locales/de_AT@euro: New file.
1505         * locales/de_DE@euro: New file.
1506         * locales/de_LU@euro: New file.
1507         * locales/en_IE@euro: New file.
1508         * locales/es_ES@euro: New file.
1509         * locales/fi_FI@euro: New file.
1510         * locales/fr_BE@euro: New file.
1511         * locales/fr_FR@euro: New file.
1512         * locales/fr_LU@euro: New file.
1513         * locales/it_IT@euro: New file.
1514         * locales/nl_NL@euro: New file.
1515         * locales/pt_PT@euro: New file.
1516
1517 2000-08-19  Andreas Jaeger  <aj@suse.de>
1518
1519         * tst-digits.c: Include stdlib.h and string.h to provide
1520         prototypes for exit, strlen and strcmp.
1521
1522 2000-08-18  Andreas Jaeger  <aj@suse.de>
1523
1524         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
1525         (TST_DECL_VARS): Don't declare err_flg.
1526         (TST_GET_ERRET): Don't set err_flg.
1527         (TST_GET_ERRET_SEQ): Likewise.
1528         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
1529
1530         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
1531         * tests-mbwc/dat_iswalnum.c: Likewise.
1532         * tests-mbwc/dat_iswalpha.c: Likewise.
1533         * tests-mbwc/dat_iswcntrl.c: Likewise.
1534         * tests-mbwc/dat_iswctype.c: Likewise.
1535         * tests-mbwc/dat_iswdigit.c: Likewise.
1536         * tests-mbwc/dat_iswgraph.c: Likewise.
1537         * tests-mbwc/dat_iswlower.c: Likewise.
1538         * tests-mbwc/dat_iswprint.c: Likewise.
1539         * tests-mbwc/dat_iswpunct.c: Likewise.
1540         * tests-mbwc/dat_iswspace.c: Likewise.
1541         * tests-mbwc/dat_iswupper.c: Likewise.
1542         * tests-mbwc/dat_iswxdigit.c: Likewise.
1543         * tests-mbwc/dat_mblen.c: Likewise.
1544         * tests-mbwc/dat_mbrlen.c: Likewise.
1545         * tests-mbwc/dat_mbrtowc.c: Likewise.
1546         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
1547         * tests-mbwc/dat_mbstowcs.c: Likewise.
1548         * tests-mbwc/dat_mbtowc.c: Likewise.
1549         * tests-mbwc/dat_strcoll.c: Likewise.
1550         * tests-mbwc/dat_strfmon.c: Likewise.
1551         * tests-mbwc/dat_strxfrm.c: Likewise.
1552         * tests-mbwc/dat_swscanf.c: Likewise.
1553         * tests-mbwc/dat_towctrans.c: Likewise.
1554         * tests-mbwc/dat_towlower.c: Likewise.
1555         * tests-mbwc/dat_towupper.c: Likewise.
1556         * tests-mbwc/dat_wcrtomb.c: Likewise.
1557         * tests-mbwc/dat_wcscat.c: Likewise.
1558         * tests-mbwc/dat_wcschr.c: Likewise.
1559         * tests-mbwc/dat_wcscmp.c: Likewise.
1560         * tests-mbwc/dat_wcscoll.c: Likewise.
1561         * tests-mbwc/dat_wcscpy.c: Likewise.
1562         * tests-mbwc/dat_wcscspn.c: Likewise.
1563         * tests-mbwc/dat_wcslen.c: Likewise.
1564         * tests-mbwc/dat_wcsncat.c: Likewise.
1565         * tests-mbwc/dat_wcsncmp.c: Likewise.
1566         * tests-mbwc/dat_wcsncpy.c: Likewise.
1567         * tests-mbwc/dat_wcspbrk.c: Likewise.
1568         * tests-mbwc/dat_wcsrtombs.c: Likewise.
1569         * tests-mbwc/dat_wcsspn.c: Likewise.
1570         * tests-mbwc/dat_wcsstr.c: Likewise.
1571         * tests-mbwc/dat_wcstod.c: Likewise.
1572         * tests-mbwc/dat_wcstok.c: Likewise.
1573         * tests-mbwc/dat_wcstombs.c: Likewise.
1574         * tests-mbwc/dat_wcswidth.c: Likewise.
1575         * tests-mbwc/dat_wcsxfrm.c: Likewise.
1576         * tests-mbwc/dat_wctob.c: Likewise.
1577         * tests-mbwc/dat_wctomb.c: Likewise.
1578         * tests-mbwc/dat_wctrans.c: Likewise.
1579         * tests-mbwc/dat_wctype.c: Likewise.
1580         * tests-mbwc/dat_wcwidth.c: Likewise.
1581         * tests-mbwc/dat_isw-funcs.h: Fix comment.
1582
1583 2000-08-17  Andreas Jaeger  <aj@suse.de>
1584
1585         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
1586         should have a value.
1587
1588 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
1589
1590         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
1591         separate uppercase from non-uppercase characters to enable correct
1592         handling in range expressions.
1593
1594 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
1595
1596         * Makefile (install-locales): Use --prefix option of localedef to
1597         avoid providing complete path for output file.
1598
1599 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
1600
1601         * locales/zh_TW: Updated.
1602         * charmaps/BIG5: Updated.
1603         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
1604
1605 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
1606
1607         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
1608         use `int'.
1609
1610 2000-08-01  Andreas Jaeger  <aj@suse.de>
1611
1612         * Makefile (distribute): Follow name change of tst-ctype-de.in to
1613         tst-ctype-de_DE.ISO-8859-1.in.
1614
1615 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
1616
1617         * charmaps/KSX1001: Add width information.
1618         * charmaps/GB2312: Likewise.
1619         * charmaps/GBK: Likewise.
1620         Patches by GOTO Masanori <gotom@debian.or.jp>.
1621
1622 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
1623
1624         * charmaps/CP737: New file.
1625         * charmaps/CP775: New file.
1626
1627 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
1628
1629         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
1630         /xb0../xf7.  Remove aliases.
1631
1632 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
1633
1634         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
1635         /xc9../xf9.
1636
1637 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
1638
1639         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
1640
1641 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
1642
1643         * tst-langinfo.c (main): Fix esacape sequence handling.
1644
1645         * charmaps/EUC-TW: New file.
1646
1647         * tst-digits.c: Add tests for wprintf.
1648         * tests/test7.cm: Change so that it is usable for wprintf tests.
1649
1650         * tst-locale.sh: Fix typo in last change.
1651
1652         * tst-digits.c: Add ctype and wctype tests.
1653
1654 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
1655
1656         * Makefile (ld-test-names): Add test7.
1657         (tests): Add tst-digits.  Add dependency and environment variable.
1658         * tst-digits.c: New file.
1659         * tst-locale.sh: Generate test7 locale.
1660         * tests/test7.cm: New file.
1661         * tests/test7.def: New file.
1662
1663         * tst-locale.sh: Add dropped test6 locale.
1664
1665 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
1666
1667         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
1668         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
1669         locale.
1670
1671 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
1672
1673         * locales/zh_TW: New file.
1674         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
1675
1676 2000-07-28  Andreas Jaeger  <aj@suse.de>
1677
1678         * tst-langinfo.c: Include <string.h> for strcmp prototype.
1679
1680 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
1681
1682         * charmaps/BIG5: New file.
1683         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
1684
1685 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
1686
1687         * locales/zh_CN: Update for new format.
1688         Patch by Yong Li <yong.li@asu.edu>.
1689
1690         * tst-langinfo.c: Add copyright text.
1691
1692 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
1693
1694         * tst-wctype.input: Add more input text.
1695         * tst-wctype.c: Test more classes.
1696
1697         * Makefile: Add rules to build, run, and distribute tst-langinfo.
1698         * tst-langinfo.c: New file.
1699         * tst-langinfo.sh: New file.
1700
1701         * locales/ja_JP (era_d_t_fmt): Fix typo.
1702
1703         * Makefile: Add rules to build, run, and distribute tst-wctype.
1704         * tst-wctype.c: New file.
1705         * tst-wctype.input: New file.
1706         * tst-wctype.sh: New file.
1707
1708 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
1709
1710         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
1711         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
1712
1713 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
1714
1715         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
1716         (enoexpr): Likewise.
1717         * locales/hr_HR: Likewise.
1718         Patches by GOTO Masanori <gotom@debian.or.jp>.
1719
1720         * locales/i18n (yesexpr): Add U005E at the beginning.
1721         (noexpr): Likewise.
1722
1723 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
1724
1725         * locales/ja_JP (yesexpr): U0060 should be U005E.
1726         (noexpr): Likewise.
1727
1728         * locales/i18n: Remove U00A0 from blank as well.
1729         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
1730
1731 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
1732
1733         * charmaps/SJIS: Add width information.
1734         Patch by GOTO Masanori <gotom@debian.or.jp>.
1735
1736         * charmaps/SJIS: Correct byte sequence for single byte characters.
1737
1738 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
1739
1740         * locales/i18n: Fix typos.
1741
1742         * locales/iso14651_t1: Correct syntax for HAN script.
1743
1744 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
1745
1746         * charmaps/GB18030: New file.
1747
1748         * charmaps/UTF-8: Update for Unicode 3.0.
1749
1750         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
1751         space.
1752         * tst-ctype.c: Likewise.
1753         * tst-ctype.sh: Likewise.
1754         * locales/i18n: Likewise.
1755         * locales/ja_JP: Likewise.
1756         * tests-mbwc/dat_iswcntrl.c: Likewise.
1757         * tests-mbwc/dat_iswctype.c: Likewise.
1758         * tests-mbwc/dat_iswspace.c: Likewise.
1759
1760         * tst-ctype.sh: Also test C locale.
1761
1762 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
1763
1764         * Makefile: Rewrite rules for tests to run them only when necessary.
1765         * sort-test.sh: Produce output for failed tests.
1766         * tst-fmon.sh: Likewise.
1767         * tst-rpmatch.sh: Likewise.
1768
1769 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
1770
1771         * tst-ctype-de_DE.in: Renamed to...
1772         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
1773
1774 2000-07-11  Andreas Jaeger  <aj@suse.de>
1775
1776         * Makefile (locale_test_suite): Always run test suite.
1777         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
1778         gen-locale.sh.
1779         (do-collate-test): Likewise.
1780         (do-tst-fmon): Likewise.
1781         (do-tst-locale): Likewise.
1782         (do-tst-rpmatch): Likewise.
1783         (do-tst-trans): Likewise.
1784         (do-tst-mbswcs): Likewise.
1785         (do-tst-ctype): Likewise.
1786
1787         * sort-test.sh : Rewrite to work with static only builds.
1788         * tst-ctype.sh: Likewise.
1789         * tst-fmon.sh: Likewise.
1790         * tst-locale.sh: Likewise.
1791         * tst-mbswcs.sh: Likewise.
1792         * tst-rpmatch.sh: Likewise.
1793         * tst-trans.sh: Likewise.
1794
1795         * gen-locale.sh (locfile): Fix it for building with
1796         sourcedir==builddir and for static only builds.
1797
1798 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
1799
1800         * locales/POSIX: Remove repertoire map reference.
1801         * locales/ar_SA: Remove repertoire map reference.
1802
1803         * locales/zh_CN.GBK: Removed.
1804
1805         * repertoiremaps/charids.894: Removed.
1806         * repertoiremaps/mnemonics.ds: Removed.
1807         * repertoiremaps/mnemonics.ja: Removed.
1808         * repertoiremaps/mnemonics.ko: Removed.
1809         * repertoiremaps/mnemonics.zh: Removed.
1810
1811         * charmaps/SJIS: New file.
1812
1813 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
1814
1815         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
1816         to EUC-JP.
1817         * tests-mbwc/dat_mbtowc.c: Likewise.
1818         * tests-mbwc/dat_wctob.c: Likewise.
1819
1820         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
1821         * charmaps/EUC-KR: Likewise.
1822
1823 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
1824
1825         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
1826         * locales/ar_SA (LC_TELEPHONE): Likewise.
1827         * locales/be_BY (LC_TELEPHONE): Likewise.
1828         * locales/bg_BG (LC_TELEPHONE): Likewise.
1829         * locales/ca_ES (LC_TELEPHONE): Likewise.
1830         * locales/da_DK (LC_TELEPHONE): Likewise.
1831         * locales/de_BE (LC_TELEPHONE): Likewise.
1832         * locales/de_CH (LC_TELEPHONE): Likewise.
1833         * locales/de_LU (LC_TELEPHONE): Likewise.
1834         * locales/el_GR (LC_TELEPHONE): Likewise.
1835         * locales/en_AU (LC_TELEPHONE): Likewise.
1836         * locales/en_BW (LC_TELEPHONE): Likewise.
1837         * locales/en_CA (LC_TELEPHONE): Likewise.
1838         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
1839         * locales/en_DK (LC_TELEPHONE): Likewise.
1840         * locales/en_IE (LC_TELEPHONE): Likewise.
1841         * locales/en_NZ (LC_TELEPHONE): Likewise.
1842         * locales/en_ZA (LC_TELEPHONE): Likewise.
1843         * locales/en_ZW (LC_TELEPHONE): Likewise.
1844         * locales/es_AR (LC_TELEPHONE): Likewise.
1845         * locales/es_BO (LC_TELEPHONE): Likewise.
1846         * locales/es_CL (LC_TELEPHONE): Likewise.
1847         * locales/es_CO (LC_TELEPHONE): Likewise.
1848         * locales/es_DO (LC_TELEPHONE): Likewise.
1849         * locales/es_EC (LC_TELEPHONE): Likewise.
1850         * locales/es_ES (LC_TELEPHONE): Likewise.
1851         * locales/es_GT (LC_TELEPHONE): Likewise.
1852         * locales/es_HN (LC_TELEPHONE): Likewise.
1853         * locales/es_MX (LC_TELEPHONE): Likewise.
1854         * locales/es_PA (LC_TELEPHONE): Likewise.
1855         * locales/es_PE (LC_TELEPHONE): Likewise.
1856         * locales/es_PY (LC_TELEPHONE): Likewise.
1857         * locales/es_SV (LC_TELEPHONE): Likewise.
1858         * locales/es_US (LC_TELEPHONE): Likewise.
1859         * locales/es_UY (LC_TELEPHONE): Likewise.
1860         * locales/es_VE (LC_TELEPHONE): Likewise.
1861         * locales/et_EE (LC_TELEPHONE): Likewise.
1862         * locales/eu_ES (LC_TELEPHONE): Likewise.
1863         * locales/fa_IR (LC_TELEPHONE): Likewise.
1864         * locales/fi_FI (LC_TELEPHONE): Likewise.
1865         * locales/fo_FO (LC_TELEPHONE): Likewise.
1866         * locales/fr_BE (LC_TELEPHONE): Likewise.
1867         * locales/fr_CA (LC_TELEPHONE): Likewise.
1868         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
1869         * locales/fr_CH (LC_TELEPHONE): Likewise.
1870         * locales/fr_LU (LC_TELEPHONE): Likewise.
1871         * locales/ga_IE (LC_TELEPHONE): Likewise.
1872         * locales/gl_ES (LC_TELEPHONE): Likewise.
1873         * locales/gv_GB (LC_TELEPHONE): Likewise.
1874         * locales/he_IL (LC_TELEPHONE): Likewise.
1875         * locales/hr_HR (LC_TELEPHONE): Likewise.
1876         * locales/hu_HU (LC_TELEPHONE): Likewise.
1877         * locales/id_ID (LC_TELEPHONE): Likewise.
1878         * locales/in_ID (LC_TELEPHONE): Likewise.
1879         * locales/is_IS (LC_TELEPHONE): Likewise.
1880         * locales/it_CH (LC_TELEPHONE): Likewise.
1881         * locales/it_IT (LC_TELEPHONE): Likewise.
1882         * locales/iw_IL (LC_TELEPHONE): Likewise.
1883         * locales/kl_GL (LC_TELEPHONE): Likewise.
1884         * locales/ko_KR (LC_TELEPHONE): Likewise.
1885         * locales/kw_GB (LC_TELEPHONE): Likewise.
1886         * locales/lt_LT (LC_TELEPHONE): Likewise.
1887         * locales/lv_LV (LC_TELEPHONE): Likewise.
1888         * locales/mk_MK (LC_TELEPHONE): Likewise.
1889         * locales/nl_BE (LC_TELEPHONE): Likewise.
1890         * locales/nl_NL (LC_TELEPHONE): Likewise.
1891         * locales/pl_PL (LC_TELEPHONE): Likewise.
1892         * locales/pt_BR (LC_TELEPHONE): Likewise.
1893         * locales/ro_RO (LC_TELEPHONE): Likewise.
1894         * locales/ru_RU (LC_TELEPHONE): Likewise.
1895         * locales/ru_UA (LC_TELEPHONE): Likewise.
1896         * locales/sk_SK (LC_TELEPHONE): Likewise.
1897         * locales/sl_SI (LC_TELEPHONE): Likewise.
1898         * locales/sr_YU (LC_TELEPHONE): Likewise.
1899         * locales/sv_FI (LC_TELEPHONE): Likewise.
1900         * locales/th_TH (LC_TELEPHONE): Likewise.
1901         * locales/tr_TR (LC_TELEPHONE): Likewise.
1902         * locales/uk_UA (LC_TELEPHONE): Likewise.
1903
1904 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
1905
1906         * locales/th_TH: Update revision information.
1907         (LC_CTYPE: alpha): Replace ";...;" with "..".
1908         (LC_COLLATE: order): Quote with "".
1909
1910 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
1911
1912         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
1913         in address.
1914         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
1915         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
1916         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
1917         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
1918         * locales/es_BO (LC_IDENTIFICATION): Likewise.
1919         * locales/es_CL (LC_IDENTIFICATION): Likewise.
1920         * locales/es_CO (LC_IDENTIFICATION): Likewise.
1921         * locales/es_DO (LC_IDENTIFICATION): Likewise.
1922         * locales/es_EC (LC_IDENTIFICATION): Likewise.
1923         * locales/es_ES (LC_IDENTIFICATION): Likewise.
1924         * locales/es_GT (LC_IDENTIFICATION): Likewise.
1925         * locales/es_HN (LC_IDENTIFICATION): Likewise.
1926         * locales/es_MX (LC_IDENTIFICATION): Likewise.
1927         * locales/es_PA (LC_IDENTIFICATION): Likewise.
1928         * locales/es_PE (LC_IDENTIFICATION): Likewise.
1929         * locales/es_PY (LC_IDENTIFICATION): Likewise.
1930         * locales/es_SV (LC_IDENTIFICATION): Likewise.
1931         * locales/es_US (LC_IDENTIFICATION): Likewise.
1932         * locales/es_UY (LC_IDENTIFICATION): Likewise.
1933         * locales/es_VE (LC_IDENTIFICATION): Likewise.
1934         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
1935         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
1936         * locales/no_NO (LC_TELEPHONE): Fill in.
1937         * locales/pt_PT (LC_TELEPHONE): Fill in.
1938         * locales/sv_SE (LC_TELEPHONE): Fill in.
1939         * locales/en_GB (LC_TELEPHONE): Fill in.
1940         * locales/cs_CZ (LC_TELEPHONE): Fill in.
1941
1942 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
1943
1944         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
1945         * tst-locale.sh (LC_ALL): Likewise.
1946
1947 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
1948
1949         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
1950         * tst-locale.sh: Likewise.
1951
1952 2000-07-01  Andreas Jaeger  <aj@suse.de>
1953
1954         * Makefile (generated-dirs): LOCALES are also generated.
1955         (generated-dirs): Remove obsolete entry.
1956
1957 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
1958
1959         * Makefile (distribute): Add locale test suite files, fmon test
1960         suite files, gen-locale.sh, and show-ucs-data.c.
1961
1962         * Depend: New file.
1963
1964         * Makefile: Rewrite rules to generate locale data.
1965         * gen-locale.sh: Generate only one locale which is described in a
1966         command line parameter.
1967
1968         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
1969         around DEM problem.
1970         * tst-fmon.data: Change back entries with DEM.
1971
1972         * gen-locale.sh: Print that it might take a while to finish.
1973
1974 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
1975
1976         * Makefile (install-locales): Remove the -u switch from localedef
1977         command line.
1978
1979 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
1980
1981         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
1982         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
1983         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
1984
1985         * locales/POSIX: Update for new format.
1986
1987         * Makefile: Regenerate locale data also if localedef changed.
1988
1989         * tst-fmon.data: Until we know what is correct, but the spaces
1990         after DEM back in.
1991
1992         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
1993         unresolved issues.
1994         * tests-mbwc/dat_mbtowc.c: Likewise.
1995         * tests-mbwc/dat_strcoll.c: Likewise.
1996         * tests-mbwc/dat_strfmon.c: Likewise.
1997         * tests-mbwc/dat_strxfrm.c: Likewise.
1998         * tests-mbwc/tst_mbtowc.c: Likewise.
1999
2000 2000-06-29  Andreas Jaeger  <aj@suse.de>
2001
2002         * sort-test.sh: Set LC_ALL to full locale name.
2003
2004         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
2005         anymore.
2006         (LOCALES): New.
2007         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
2008         Depend on locale files
2009         (LOCALE_FILES): New.
2010         (ALL_LC_FILES): New.
2011         (ALL_OBJ_LC_FILES): New
2012         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
2013
2014         * tst-ctype.sh: Don't generate locales here.
2015         * tst-mbswcs.sh: Likewise.
2016         * sort-test.sh: Likewise.
2017
2018         * gen-locale.sh: New file to generate locales.
2019
2020 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
2021
2022         * locales/en_GB: Update RAP address.
2023         * locales/fr_FR: Likewise.
2024         * locales/en_NZ: Likewise.
2025         * locales/de_BE: Likewise.
2026         * locales/de_CH: Likewise.
2027         * locales/de_LU: Likewise.
2028         * locales/en_AU: Likewise.
2029         * locales/en_IE: Likewise.
2030         * locales/eu_ES: Likewise.
2031         * locales/fr_BE: Likewise.
2032         * locales/fr_CH: Likewise.
2033         * locales/fr_LU: Likewise.
2034         * locales/it_IT: Likewise.
2035         * locales/nl_BE: Likewise.
2036         * locales/nl_NL: Likewise.
2037         * locales/pt_BR: Likewise.
2038         * locales/pt_PT: Likewise.
2039         * locales/sv_FI: Likewise.
2040         * locales/fi_FI: Likewise.
2041         * locales/sv_SE: Likewise.
2042
2043 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
2044
2045         * locales/af_ZA: Update for new format.
2046         * locales/ar_SA: Likewise.
2047         * locales/be_BY: Likewise.
2048         * locales/bg_BG: Likewise.
2049         * locales/ca_ES: Likewise.
2050         * locales/el_GR: Likewise.
2051         * locales/en_BW: Likewise.
2052         * locales/en_DK: Likewise.
2053         * locales/en_ZW: Likewise.
2054         * locales/es_AR: Likewise.
2055         * locales/es_BO: Likewise.
2056         * locales/es_CL: Likewise.
2057         * locales/es_CO: Likewise.
2058         * locales/es_DO: Likewise.
2059         * locales/es_EC: Likewise.
2060         * locales/es_ES: Likewise.
2061         * locales/es_GT: Likewise.
2062         * locales/es_HN: Likewise.
2063         * locales/es_MX: Likewise.
2064         * locales/es_PA: Likewise.
2065         * locales/es_PE: Likewise.
2066         * locales/es_PY: Likewise.
2067         * locales/es_SV: Likewise.
2068         * locales/es_US: Likewise.
2069         * locales/es_UY: Likewise.
2070         * locales/es_VE: Likewise.
2071         * locales/et_EE: Likewise.
2072         * locales/fa_IR: Likewise.
2073         * locales/fr_CA: Likewise.
2074         * locales/en_CA,2.5: Likewise.
2075         * locales/fr_CA,2.13: Likewise.
2076         * locales/gl_ES: Likewise.
2077         * locales/hr_HR: Likewise.
2078         * locales/hu_HU: Likewise.
2079         * locales/ko_KR: Likewise.
2080         * locales/lt_LT: Likewise.
2081         * locales/lv_LV: Likewise.
2082         * locales/no_NO: Likewise.
2083         * locales/pl_PL: Likewise.
2084         * locales/ro_RO: Likewise.
2085         * locales/ru_RU: Likewise.
2086         * locales/ru_UA: Likewise.
2087         * locales/sk_SK: Likewise.
2088         * locales/sl_SI: Likewise.
2089         * locales/sr_YU: Likewise.
2090         * locales/th_TH: Likewise.
2091         * locales/tr_TR: Likewise.
2092         * locales/uk_UA: Likewise.
2093         * locales/en_CA: Likewise.
2094         * locales/is_IS: Likewise.
2095         * locales/mk_MK: Likewise.
2096
2097 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
2098
2099         * locales/cs_CZ: Comment out fields I'm not sure about.
2100         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
2101         * locales/en_NZ: Update for new format.
2102         * locales/de_BE: Likewise.
2103         * locales/de_CH: Likewise.
2104         * locales/de_LU: Likewise.
2105         * locales/en_AU: Likewise.
2106         * locales/en_IE: Likewise.
2107         * locales/en_ZA: Likewise.
2108         * locales/eu_ES: Likewise.
2109         * locales/fo_FO: Likewise.
2110         * locales/fr_BE: Likewise.
2111         * locales/fr_CH: Likewise.
2112         * locales/fr_LU: Likewise.
2113         * locales/ga_IE: Likewise.
2114         * locales/gv_GB: Likewise.
2115         * locales/he_IL: Likewise.
2116         * locales/id_ID: Likewise.
2117         * locales/in_ID: Likewise.
2118         * locales/it_CH: Likewise.
2119         * locales/it_IT: Likewise.
2120         * locales/iw_IL: Likewise.
2121         * locales/kl_GL: Likewise.
2122         * locales/kw_GB: Likewise.
2123         * locales/nl_BE: Likewise.
2124         * locales/nl_NL: Likewise.
2125         * locales/pt_BR: Likewise.
2126         * locales/pt_PT: Likewise.
2127         * locales/sv_FI: Likewise.
2128         * locales/da_DK: Likewise.
2129         * locales/fi_FI: Likewise.
2130         * locales/sv_SE: Likewise.
2131
2132 2000-06-29  Andreas Jaeger  <aj@suse.de>
2133
2134         * Makefile (locale_test_suite): Add new test files.
2135         (tst_mblen-ENV): New.
2136         (tst_mbtowc-ENV): New.
2137         (tst_strcoll-ENV): New.
2138         (tst_strxfrm-ENV): New.
2139         (tst_wctomb-ENV): New.
2140         (tst_mbrtowc-ENV): New.
2141         (tst_mbsrtowcs-ENV): New.
2142         (tst_mbstowcs-ENV): New.
2143         (tst_strfmon-ENV): New.
2144         (tst_wcrtomb-ENV): New.
2145         (tst_wcsrtombs-ENV): New.
2146         (tst_wcstod-ENV): New.
2147         (tst_wcstok-ENV): New.
2148         (tst_wcstombs-ENV): New.
2149
2150         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
2151         <kuwahara@cthulhu.engr.sgi.com>.
2152         * tests-mbwc/dat_wctomb.c: Likewise.
2153         * tests-mbwc/tst_mbtowc.c: Likewise.
2154         * tests-mbwc/dat_mbtowc.c: Likewise.
2155         * tests-mbwc/tst_strxfrm.c: Likewise.
2156         * tests-mbwc/dat_strxfrm.c: Likewise.
2157         * tests-mbwc/dat_strcoll.c: Likewise.
2158         * tests-mbwc/tst_strcoll.c: Likewise.
2159         * tests-mbwc/tst_mblen.c: Likewise.
2160         * tests-mbwc/dat_mblen.c: Likewise.
2161         * tests-mbwc/dat_wcstok.c: Likewise.
2162         * tests-mbwc/tst_wcstok.c: Likewise.
2163         * tests-mbwc/dat_wcstod.c: Likewise.
2164         * tests-mbwc/tst_wcstod.c: Likewise.
2165         * tests-mbwc/dat_mbrtowc.c: Likewise.
2166         * tests-mbwc/tst_mbrtowc.c: Likewise.
2167         * tests-mbwc/dat_wcsrtombs.c: Likewise.
2168         * tests-mbwc/tst_wcsrtombs.c: Likewise.
2169         * tests-mbwc/dat_wcstombs.c: Likewise.
2170         * tests-mbwc/tst_wcstombs.c: Likewise.
2171         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
2172         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
2173         * tests-mbwc/dat_wcrtomb.c: Likewise.
2174         * tests-mbwc/tst_wcrtomb.c: Likewise.
2175         * tests-mbwc/dat_mbstowcs.c: Likewise.
2176         * tests-mbwc/tst_mbstowcs.c: Likewise.
2177         * tests-mbwc/dat_strfmon.c: Likewise.
2178         * tests-mbwc/tst_strfmon.c: Likewise.
2179
2180 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
2181
2182         * locales/mk_MK: Updated (not to new format).
2183         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
2184
2185 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
2186
2187         * locales/fr_FR: Update for new format.
2188         * locales/de_AT: Likewise.
2189         * locales/en_GB: Likewise.
2190
2191 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
2192
2193         * locales/th_TH: Update copyright notice.
2194
2195         * locales/cs_CZ: Updated for new format.
2196         Patch by Jakub Jelinek <jakub@redhat.com>.
2197
2198         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
2199         comments.
2200         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
2201         internal state of mbrlen.
2202
2203         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
2204         (TEST_MBWC_ENV): Remove unnecessary slash.
2205         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
2206
2207         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
2208
2209         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
2210         tests.
2211
2212         * locales/iso14651_t1: Explicitly add control character in
2213         U0000-U001F and U007F-U009F range for backward compatibility.
2214
2215         * locales/i18n: Correct problems found by test suite.
2216
2217 2000-06-28  Andreas Jaeger  <aj@suse.de>
2218
2219         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
2220         warning.
2221
2222         * Makefile (locale_test_suite): Add tst_mbrlen.
2223         (tst_mbrlen-ENV): New.
2224
2225         * tests-mbwc/tst_mbrlen.c: New file
2226
2227         * tests-mbwc/dat_mbrlen.c: New file.
2228
2229         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
2230         (struct TST_HEAD): Use const char* instead of an array.
2231
2232         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
2233
2234         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
2235
2236         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
2237
2238 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
2239
2240         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
2241         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
2242         U4E06 is not in EUC-JP.
2243         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
2244         * tests-mbwc/dat_towctrans.c: Likewise.
2245         * tests-mbwc/dat_wcscoll.c: Likewise.
2246         * tests-mbwc/dat_wcswidth.c: Likewise.
2247         * tests-mbwc/dat_wctob.c: Likewise.
2248
2249         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
2250         versions.
2251
2252         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
2253         what is correct.
2254         * tests-mbwc/dat_wcsxfrm.c: Likewise.
2255         * tests-mbwc/dat_wcwidth.c: Likewise.
2256
2257         * tests-mbwc/tst_funcs.h: Pretty print.
2258
2259         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
2260         * tests-mbwc/tst_wcschr.c: Likewise.
2261         * tests-mbwc/tst_wcscpy.c: Likewise.
2262         * tests-mbwc/tst_wcscat.c: Likewise.
2263         * tests-mbwc/tst_wcsncpy.c: Likewise.
2264         * tests-mbwc/tst_wcspbrk.c: Likewise.
2265         * tests-mbwc/tst_wcsstr.c: Likewise.
2266         * tests-mbwc/tst_wctrans.c: Likewise.
2267         * tests-mbwc/tst_wctype.c: Likewise.
2268
2269         * tests-mbwc/tst_wcscoll.c: Print better error messages.
2270
2271         * Makefile (tests): Define as $(locale_test_suite) but only
2272         if not cross-compiling and shared libs are built.
2273         (locale_test_suite): New variable.  Name all new tests from the
2274         locale test suite.
2275         Add rule to run new tests only when all data is available.
2276         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
2277
2278         * tst-ctype-de_DE.in: U00A0 is not in class graph.
2279
2280         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
2281
2282         * locales/i18n: Backspace isn't blank, tab is.
2283
2284         * tst-ctype.c (main): Add tests for control characters and space.
2285
2286         * locales/i18n: Backspace is no space.
2287
2288         * locales/i18n: Add \t to space.
2289
2290 2000-06-27  Andreas Jaeger  <aj@suse.de>
2291
2292         * Makefile (TEST_MBWC_ENV): New variable.
2293         Use it for all tests from tests-mbwc.
2294
2295 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
2296
2297         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
2298
2299 2000-06-27  Andreas Jaeger  <aj@suse.de>
2300
2301         * Makefile: Add environment setting for all tests from tests-mbwc.
2302
2303 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
2304
2305         * locales/en_DK.com: Not needed.
2306
2307 2000-06-27  Andreas Jaeger  <aj@suse.de>
2308
2309         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
2310         <kuwahara@cthulhu.engr.sgi.com>.
2311
2312         * Makefile (tests): Add tests from tests-mbwc subdirectory,
2313         comment them out for now.
2314         (subdir-dirs): New for tests-mbwc, add also vpaths.
2315
2316         * locales/ja_JP: Add missing / in LC_CTYPE.
2317
2318 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
2319
2320         * Makefile (distribute): Add tst-ctype-de_DE.in.
2321         * tst-ctype.c: Read in more tests from stdin.
2322         * tst-ctype.sh: Feed extra test data to program via stdin.
2323         * tst-ctype-de_DE.in: New file.
2324
2325         * locales/i18n (punct): Exclude U00A0.
2326         (blank): Include U00A0.
2327
2328         * locales/ja_JP: Updates for new format.
2329
2330         * Makefile (test-srcs): Add tst-ctype.
2331         (distribute): Add tst-ctype.sh.
2332         (do-tst-ctype): New target.  Run for tests.
2333         * tst-ctype.c: New file.
2334         * tst-ctype.sh: New file.
2335
2336         * locales/i18n: NUL character must not be in cntrl.
2337
2338         * Makefile (test-input): Add en_US.ISO-8859-1.
2339         * en_US.in: New file.
2340
2341 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
2342
2343         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
2344         for now.
2345
2346         * de_DE.in: Update for new sorting.
2347
2348         * tst-locale.sh: Don't use mnemonic.ds.
2349         * tst-mbswcs.sh: Likewise.
2350         * tst-trans.sh: Likewise.
2351
2352         * locales/de_DE: Update for new format.
2353         * locales/en_US: Likewise.
2354         * tests/trans.def: Likewise.
2355         * tst-fmon-locales/tstfmon_n01y12: Likewise.
2356         * tst-fmon-locales/tstfmon_n02n40: Likewise.
2357         * tst-fmon-locales/tstfmon_n10y31: Likewise.
2358         * tst-fmon-locales/tstfmon_n11y41: Likewise.
2359         * tst-fmon-locales/tstfmon_n12y11: Likewise.
2360         * tst-fmon-locales/tstfmon_n20n32: Likewise.
2361         * tst-fmon-locales/tstfmon_n30y20: Likewise.
2362         * tst-fmon-locales/tstfmon_n41n00: Likewise.
2363         * tst-fmon-locales/tstfmon_y01y10: Likewise.
2364         * tst-fmon-locales/tstfmon_y02n22: Likewise.
2365         * tst-fmon-locales/tstfmon_y22n42: Likewise.
2366         * tst-fmon-locales/tstfmon_y30y21: Likewise.
2367         * tst-fmon-locales/tstfmon_y32n31: Likewise.
2368         * tst-fmon-locales/tstfmon_y40y00: Likewise.
2369         * tst-fmon-locales/tstfmon_y42n21: Likewise.
2370
2371         * tst-rpmatch.c: Avoid warning with broken compiler.
2372
2373         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
2374
2375         * sort-test.sh: Add more GCONV_PATH usages.
2376         * tst-fmon.sh: Likewise.
2377         * tst-locale.sh: Likewise.
2378         * tst-mbswcs.sh: Likewise.
2379         * tst-rpmatch.sh: Likewise.
2380         * tst-trans.sh: Likewise.
2381
2382         * locales/i18n: Remove order_start around copy.
2383
2384         * locales/iso14651_t1: Correct various small errors.
2385
2386 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
2387
2388         * charmaps/ISO-8859-1: Correct width specification.
2389
2390 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
2391
2392         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
2393         * charmaps/ANSI_X3.4-1968: Likewise.
2394         * charmaps/ASMO_449: Likewise.
2395         * charmaps/BALTIC: Likewise.
2396         * charmaps/BS_4730: Likewise.
2397         * charmaps/BS_VIEWDATA: Likewise.
2398         * charmaps/CP1250: Likewise.
2399         * charmaps/CP1251: Likewise.
2400         * charmaps/CP1252: Likewise.
2401         * charmaps/CP1253: Likewise.
2402         * charmaps/CP1254: Likewise.
2403         * charmaps/CP1255: Likewise.
2404         * charmaps/CP1256: Likewise.
2405         * charmaps/CP1257: Likewise.
2406         * charmaps/CP1258: Likewise.
2407         * charmaps/CSA_Z243.4-1985-1: Likewise.
2408         * charmaps/CSA_Z243.4-1985-2: Likewise.
2409         * charmaps/CSA_Z243.4-1985-GR: Likewise.
2410         * charmaps/CSN_369103: Likewise.
2411         * charmaps/CWI: Likewise.
2412         * charmaps/DEC-MCS: Likewise.
2413         * charmaps/DIN_66003: Likewise.
2414         * charmaps/DS_2089: Likewise.
2415         * charmaps/EBCDIC-AT-DE: Likewise.
2416         * charmaps/EBCDIC-AT-DE-A: Likewise.
2417         * charmaps/EBCDIC-CA-FR: Likewise.
2418         * charmaps/EBCDIC-DK-NO: Likewise.
2419         * charmaps/EBCDIC-DK-NO-A: Likewise.
2420         * charmaps/EBCDIC-ES: Likewise.
2421         * charmaps/EBCDIC-ES-A: Likewise.
2422         * charmaps/EBCDIC-ES-S: Likewise.
2423         * charmaps/EBCDIC-FI-SE: Likewise.
2424         * charmaps/EBCDIC-FI-SE-A: Likewise.
2425         * charmaps/EBCDIC-FR: Likewise.
2426         * charmaps/EBCDIC-IS-FRISS: Likewise.
2427         * charmaps/EBCDIC-IT: Likewise.
2428         * charmaps/EBCDIC-PT: Likewise.
2429         * charmaps/EBCDIC-UK: Likewise.
2430         * charmaps/EBCDIC-US: Likewise.
2431         * charmaps/ECMA-CYRILLIC: Likewise.
2432         * charmaps/ES: Likewise.
2433         * charmaps/ES2: Likewise.
2434         * charmaps/EUC-JP: Likewise.
2435         * charmaps/EUC-KR: Likewise.
2436         * charmaps/GB2312: Likewise.
2437         * charmaps/GBK: Likewise.
2438         * charmaps/GB_1988-80: Likewise.
2439         * charmaps/GOST_19768-74: Likewise.
2440         * charmaps/GREEK-CCITT: Likewise.
2441         * charmaps/GREEK7: Likewise.
2442         * charmaps/GREEK7-OLD: Likewise.
2443         * charmaps/HP-ROMAN8: Likewise.
2444         * charmaps/IBM037: Likewise.
2445         * charmaps/IBM038: Likewise.
2446         * charmaps/IBM1004: Likewise.
2447         * charmaps/IBM1026: Likewise.
2448         * charmaps/IBM1047: Likewise.
2449         * charmaps/IBM256: Likewise.
2450         * charmaps/IBM273: Likewise.
2451         * charmaps/IBM274: Likewise.
2452         * charmaps/IBM275: Likewise.
2453         * charmaps/IBM277: Likewise.
2454         * charmaps/IBM278: Likewise.
2455         * charmaps/IBM280: Likewise.
2456         * charmaps/IBM281: Likewise.
2457         * charmaps/IBM284: Likewise.
2458         * charmaps/IBM285: Likewise.
2459         * charmaps/IBM290: Likewise.
2460         * charmaps/IBM297: Likewise.
2461         * charmaps/IBM420: Likewise.
2462         * charmaps/IBM423: Likewise.
2463         * charmaps/IBM424: Likewise.
2464         * charmaps/IBM437: Likewise.
2465         * charmaps/IBM500: Likewise.
2466         * charmaps/IBM850: Likewise.
2467         * charmaps/IBM851: Likewise.
2468         * charmaps/IBM852: Likewise.
2469         * charmaps/IBM855: Likewise.
2470         * charmaps/IBM857: Likewise.
2471         * charmaps/IBM860: Likewise.
2472         * charmaps/IBM861: Likewise.
2473         * charmaps/IBM862: Likewise.
2474         * charmaps/IBM863: Likewise.
2475         * charmaps/IBM864: Likewise.
2476         * charmaps/IBM865: Likewise.
2477         * charmaps/IBM866: Likewise.
2478         * charmaps/IBM868: Likewise.
2479         * charmaps/IBM869: Likewise.
2480         * charmaps/IBM870: Likewise.
2481         * charmaps/IBM871: Likewise.
2482         * charmaps/IBM874: Likewise.
2483         * charmaps/IBM875: Likewise.
2484         * charmaps/IBM880: Likewise.
2485         * charmaps/IBM891: Likewise.
2486         * charmaps/IBM903: Likewise.
2487         * charmaps/IBM904: Likewise.
2488         * charmaps/IBM905: Likewise.
2489         * charmaps/IBM918: Likewise.
2490         * charmaps/IEC_P27-1: Likewise.
2491         * charmaps/INIS: Likewise.
2492         * charmaps/INIS-CYRILLIC: Likewise.
2493         * charmaps/INVARIANT: Likewise.
2494         * charmaps/ISIRI-3342: Likewise.
2495         * charmaps/ISO-8859-1: Likewise.
2496         * charmaps/ISO-8859-10: Likewise.
2497         * charmaps/ISO-8859-13: Likewise.
2498         * charmaps/ISO-8859-14: Likewise.
2499         * charmaps/ISO-8859-15: Likewise.
2500         * charmaps/ISO-8859-16: Likewise.
2501         * charmaps/ISO-8859-2: Likewise.
2502         * charmaps/ISO-8859-3: Likewise.
2503         * charmaps/ISO-8859-4: Likewise.
2504         * charmaps/ISO-8859-5: Likewise.
2505         * charmaps/ISO-8859-6: Likewise.
2506         * charmaps/ISO-8859-7: Likewise.
2507         * charmaps/ISO-8859-8: Likewise.
2508         * charmaps/ISO-8859-9: Likewise.
2509         * charmaps/ISO-IR-197: Likewise.
2510         * charmaps/ISO-IR-90: Likewise.
2511         * charmaps/ISO_10367-BOX: Likewise.
2512         * charmaps/ISO_5427: Likewise.
2513         * charmaps/ISO_5428: Likewise.
2514         * charmaps/ISO_646.BASIC: Likewise.
2515         * charmaps/ISO_646.IRV: Likewise.
2516         * charmaps/ISO_6937: Likewise.
2517         * charmaps/ISO_6937-2-25: Likewise.
2518         * charmaps/ISO_6937-2-ADD: Likewise.
2519         * charmaps/ISO_8859-SUPP: Likewise.
2520         * charmaps/IT: Likewise.
2521         * charmaps/JIS_C6220-1969-RO: Likewise.
2522         * charmaps/JIS_C6229-1984-B: Likewise.
2523         * charmaps/JIS_X0201: Likewise.
2524         * charmaps/JUS_I.B1.002: Likewise.
2525         * charmaps/JUS_I.B1.003-MAC: Likewise.
2526         * charmaps/JUS_I.B1.003-SERB: Likewise.
2527         * charmaps/KOI-8: Likewise.
2528         * charmaps/KOI8-R: Likewise.
2529         * charmaps/KOI8-U: Likewise.
2530         * charmaps/KSC5636: Likewise.
2531         * charmaps/KSX1001: Likewise.
2532         * charmaps/LATIN-GREEK: Likewise.
2533         * charmaps/LATIN-GREEK-1: Likewise.
2534         * charmaps/MAC-IS: Likewise.
2535         * charmaps/MAC-UK: Likewise.
2536         * charmaps/MACINTOSH: Likewise.
2537         * charmaps/MSZ_7795.3: Likewise.
2538         * charmaps/NATS-DANO: Likewise.
2539         * charmaps/NATS-SEFI: Likewise.
2540         * charmaps/NC_NC00-10: Likewise.
2541         * charmaps/NEXTSTEP: Likewise.
2542         * charmaps/NF_Z_62-010: Likewise.
2543         * charmaps/NF_Z_62-010_1973: Likewise.
2544         * charmaps/NS_4551-1: Likewise.
2545         * charmaps/NS_4551-2: Likewise.
2546         * charmaps/PT: Likewise.
2547         * charmaps/PT2: Likewise.
2548         * charmaps/SAMI: Likewise.
2549         * charmaps/SAMI-WS2: Likewise.
2550         * charmaps/SEN_850200_B: Likewise.
2551         * charmaps/SEN_850200_C: Likewise.
2552         * charmaps/T.101-G2: Likewise.
2553         * charmaps/T.61-7BIT: Likewise.
2554         * charmaps/T.61-8BIT: Likewise.
2555         * charmaps/TIS-620: Likewise.
2556         * charmaps/UTF8: Likewise.
2557         * charmaps/VIDEOTEX-SUPPL: Likewise.
2558
2559 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
2560
2561         * locales/pt_BR: Revert last change partly.  Full weekday and month
2562         names are written with lowercase first letter.
2563         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
2564
2565 2000-06-21  Andreas Jaeger  <aj@suse.de>
2566
2567         * tst-trans.c: Include <stdlib.h> and <string.h>.
2568
2569 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
2570
2571         * locales/pt_BR: Correct day and month names.
2572         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
2573
2574 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
2575
2576         * Makefile (ld-test-srcs): Add tests/test6.c.
2577
2578         * Makefile (ld-test-srcs): Add trans.def here.
2579
2580         * Makefile (ld-test-srcs): Handle .ds files separately.
2581
2582         * Makefile (ld-test-srcs): Distribute all test6 input files.
2583
2584 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
2585
2586         * locales/be_BY: New file.
2587         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
2588
2589 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
2590
2591         * locales/iso14651_t1: New file.
2592
2593 2000-05-15  Andreas Jaeger  <aj@suse.de>
2594
2595         * tst-fmon.data: Change testcase following fixes for
2596         de_DE.
2597
2598         * locales/de_DE: Remove space after DEM since DEM is
2599         now placed after the value.
2600
2601         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
2602         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
2603         PR libc/1713.
2604
2605 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
2606
2607         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
2608         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
2609
2610         * tst-fmon.c (main): Print the locale name as well in the error
2611         message.
2612
2613 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
2614
2615         * locales/i18n: New file.
2616
2617 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
2618
2619         * tst-fmon.data: Update test after last strfmon change.
2620
2621 2000-03-15  Andreas Jaeger  <aj@suse.de>
2622
2623         * locales/sl_SI: Fix entries for june and july.
2624         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
2625         libc/1648.
2626
2627 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
2628
2629         * locales/en_DK: Correct syntax.
2630
2631 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
2632
2633         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
2634
2635 2000-03-01  Andreas Jaeger  <aj@suse.de>
2636
2637         * locales/gv_GB: New file.
2638         * locales/kw_GB: New file.
2639         From Pablo Saratxaga <pablo@mandrakesoft.com>.
2640
2641 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
2642
2643         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
2644
2645 2000-03-01  Andreas Jaeger  <aj@suse.de>
2646
2647         * SUPPORTED: Added bg_BG.CP1251.
2648
2649         * locales/bg_BG: New file.
2650
2651 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
2652
2653         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
2654         names for characters.
2655         * charmaps/EUC-KR: ADD width information.
2656         * repertoiremaps/mnemonic.ko: New file.
2657         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
2658
2659         * charmaps/GBK: New file.
2660         * locales/zh_CN.GBK: New file.
2661         * repertoiremaps/mnemonic.zh: New file.
2662         Contributed by Sean Chen <sean.chen@turbolinux.com>.
2663
2664         * locales/mk_MK: New file.
2665         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
2666         * SUPPORTED: Add mk_MK ISO-8859-5.
2667
2668 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
2669
2670         * SUPPORTED: Add gl_ES.ISO-8859-1.
2671
2672         * SUPPORTED: Add ar_SA.ISO-8859-6.
2673         * locales/ar_SA: New file.
2674
2675         * locales/th_TH: Remove Thai digits from `digits'.
2676
2677         * SUPPORTED: Add th_TH.TIS-620.
2678
2679         * locales/el_GR (toupper): Don't map *s to S*.
2680         * locales/en_DK: Likewise.
2681         * locales/en_DK.com: Likewise.
2682         * locales/ru_RU: Likewise.
2683         * locales/ru_UA: Likewise.
2684         * locales/tr_TR: Likewise.
2685         * locales/uk_UA: Likewise.
2686
2687         * locales/en_DK (toupper): Map v% to V%.
2688         (tolower): Map V% to v%.
2689         * locales/en_DK.com: Likewise.
2690         * locales/ru_RU: Likewise.
2691         * locales/ru_UA: Likewise.
2692         * locales/tr_TR: Likewise.
2693         * locales/uk_UA: Likewise.
2694
2695 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
2696
2697         * Makefile (generated-dirs): Add de_DE.437.
2698
2699 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
2700
2701         * charmaps/IBM864: Correct comment for /xC6 mapping.
2702         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
2703         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
2704         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
2705         Reported by Bruno Haible <haible@ilog.fr>.
2706
2707 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
2708
2709         * locales/af_ZA: Fix syntax errors.
2710
2711 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
2712
2713         * tst-locale.sh: Also enable test5.
2714         * tests/test5.ds: New file.
2715
2716         * locales/gl_ES: New file.
2717         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
2718
2719         * locales/POSIX: Remove trailing semicolon.
2720         * locales/th_TH: Likewise.
2721         PR libc/1545.
2722
2723 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
2724
2725         * locales/ja_JP: Add double-width digits to digit class.
2726
2727 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
2728
2729         * charmaps/ISO-8859-16: Add mapping for /xba.
2730         Reported by Bruno Haible <haible@ilog.fr>.
2731
2732 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
2733
2734         * tst-trans.sh: Add directory names to charmap and repertoire file
2735         names.
2736
2737         * charmaps/ISO-8859-16: New file.
2738
2739         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
2740
2741 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
2742
2743         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
2744
2745 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
2746
2747         * collate-test.c (main): Correct logic in test.
2748
2749         * tst-trans.sh: Use correct name for dynamic loader.
2750
2751 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
2752
2753         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
2754
2755         * locale/en_BW: New file.
2756         * locale/en_ZW: New file.
2757         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
2758
2759 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
2760
2761         * locales/ja_JP: Fix cntrl mapping and era definition.
2762         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
2763
2764 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
2765
2766         * locales/af_ZA: New file.
2767         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
2768
2769 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
2770
2771         * locales/POSIX: Fix collation order of <SI> and add a few missing
2772         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
2773
2774         * locales/cs_CZ: Fix syntax of collation entries with multi-character
2775         weights.
2776         * locales/da_DK: Likewise.
2777         * locales/el_GR: Likewise.
2778         * locales/en_CA: Likewise.
2779         * locales/en_CA,2.5: Likewise.
2780         * locales/en_DK: Likewise.
2781         * locales/en_DK.com: Likewise.
2782         * locales/es_AR: Likewise.
2783         * locales/es_BO: Likewise.
2784         * locales/es_CL: Likewise.
2785         * locales/es_CO: Likewise.
2786         * locales/es_DO: Likewise.
2787         * locales/es_EC: Likewise.
2788         * locales/es_ES: Likewise.
2789         * locales/es_GT: Likewise.
2790         * locales/es_HN: Likewise.
2791         * locales/es_MX: Likewise.
2792         * locales/es_PA: Likewise.
2793         * locales/es_PE: Likewise.
2794         * locales/es_PY: Likewise.
2795         * locales/es_SV: Likewise.
2796         * locales/es_US: Likewise.
2797         * locales/es_UY: Likewise.
2798         * locales/es_VE: Likewise.
2799         * locales/et_EE: Likewise.
2800         * locales/fi_FI: Likewise.
2801         * locales/fr_CA,2.13: Likewise.
2802         * locales/hr_HR: Likewise.
2803         * locales/hu_HU: Likewise.
2804         * locales/is_IS: Likewise.
2805         * locales/lt_LT: Likewise.
2806         * locales/lv_LV: Likewise.
2807         * locales/no_NO: Likewise.
2808         * locales/pl_PL: Likewise.
2809         * locales/ro_RO: Likewise.
2810         * locales/ru_RU: Likewise.
2811         * locales/ru_UA: Likewise.
2812         * locales/sl_SI: Likewise.
2813         * locales/sr_YU: Likewise.
2814         * locales/sv_SE: Likewise.
2815         * locales/th_TH: Likewise.
2816         * locales/tr_TR: Likewise.
2817         * locales/uk_UA: Likewise.
2818
2819 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
2820
2821         * charmaps/ISIRI-3342: New file.
2822         * locales/fa_IR: New file.
2823         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
2824
2825 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
2826
2827         * locales/de_DE: Correct syntax of multi-character weights.
2828
2829 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
2830
2831         * tests/test6.c: New file.
2832         * tests/test6.cm: New file.
2833         * tests/test6.def: New file.
2834         * tests/test6.mne: New file.
2835
2836         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
2837         UFE85, and UFE8B.
2838         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
2839         and /xc6.
2840         * charmaps/KOI8-U: Fix typo in /x95 entry.
2841         * charmaps/KOI8-R: Correct 0x95 entry.
2842         * charmaps/CP1258: Add /xEC.
2843         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
2844         * charmaps/IBM874: Add Euro.
2845         * charmaps/ISO-8859-7: Map /xB4 to U0384.
2846         Reported by Bruno Haible <haible@ilog.fr>.
2847
2848 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
2849
2850         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
2851         1992.  Reported by Bruno Haible <haible@ilog.fr>.
2852
2853 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
2854
2855         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
2856         * charmaps/EUC-JP: Likewise.
2857         * repertoiremaps/mnemonic.ja: Likewise.
2858
2859         * locales/ja_JP: Add extra CLASS and MAP definisions.
2860
2861         * charmaps/EUC-JP: Add WIDTH definitions.
2862
2863 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
2864
2865         * Makefile: Don't run tests for now.
2866
2867 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
2868
2869         * locales/ko_KR: New file.
2870         * charmaps/EUC-KR: New file.
2871         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
2872
2873 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
2874
2875         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
2876
2877         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
2878
2879 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
2880
2881         * tst-trans.c: New file.
2882         * tst-trans.sh: New file.
2883         * tests/trans.def: New file.
2884         * Makefile: Add rules for character mapping tests.
2885
2886         * tests/test1.def: Correct ellipsis syntax.
2887
2888 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
2889
2890         * charmaps/ISO-8859-1: Don't define values for non-printable
2891         characters.
2892
2893         * charmaps/ISO-8859-1: Add width information.
2894
2895 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
2896
2897         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
2898
2899         * charmaps/ISO-8859-13: Fix a few entries.
2900         Patch by Marius Gedminas <mgedmin@takas.lt>.
2901
2902 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
2903
2904         * locales/zh_CN: Some first patches to make the file usable.
2905
2906 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
2907
2908         * locales/id_ID: Fix typo.
2909
2910 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
2911
2912         * locales/en_DK: Add Euro symbol to collation and characterization
2913         tables.  Patch by Geoff Keating.
2914
2915         * charmaps/ISO-8859-15: Remove duplicate <OC>.
2916
2917 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
2918
2919         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
2920         * charmaps/IBM866: Likewise.
2921         * charmaps/IBM874: Likewise.
2922         * charmaps/ISO-8859-13: Likewise.
2923         * charmaps/ISO-8859-14: Likewise.
2924         * charmaps/ISO-8859-15: Likewise.
2925         * charmaps/MAC-UK: Likewise.
2926
2927         * charmaps/ISO-8859-13: Correct typo.
2928         * charmaps/ISO-8859-14: Likewise.
2929         * charmaps/ISO-8859-15: Likewise.
2930
2931 1999-08-16  Andreas Schwab  <schwab@suse.de>
2932
2933         * charmaps/UTF8: Add entries for /x00.  Remove spurious
2934         <percent-sign/> entry.  Correct typo.
2935
2936 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
2937
2938         * charmaps/UTF8: Generated from the charDB.
2939
2940 1999-08-13  Andreas Schwab  <schwab@suse.de>
2941
2942         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
2943         * locales/da_DK: Likewise.
2944         * locales/de_DE: Likewise.
2945         * locales/el_GR: Likewise.
2946         * locales/en_CA: Likewise.
2947         * locales/en_DK: Likewise.
2948         * locales/en_DK.com: Likewise.
2949         * locales/es_AR: Likewise.
2950         * locales/es_BO: Likewise.
2951         * locales/es_CL: Likewise.
2952         * locales/es_CO: Likewise.
2953         * locales/es_DO: Likewise.
2954         * locales/es_EC: Likewise.
2955         * locales/es_ES: Likewise.
2956         * locales/es_GT: Likewise.
2957         * locales/es_HN: Likewise.
2958         * locales/es_MX: Likewise.
2959         * locales/es_PA: Likewise.
2960         * locales/es_PE: Likewise.
2961         * locales/es_PY: Likewise.
2962         * locales/es_SV: Likewise.
2963         * locales/es_US: Likewise.
2964         * locales/es_UY: Likewise.
2965         * locales/es_VE: Likewise.
2966         * locales/et_EE: Likewise.
2967         * locales/fi_FI: Likewise.
2968         * locales/hr_HR: Likewise.
2969         * locales/hu_HU: Likewise.
2970         * locales/is_IS: Likewise.
2971         * locales/lt_LT: Likewise.
2972         * locales/lv_LV: Likewise.
2973         * locales/no_NO: Likewise.
2974         * locales/pl_PL: Likewise.
2975         * locales/ro_RO: Likewise.
2976         * locales/ru_RU: Likewise.
2977         * locales/ru_UA: Likewise.
2978         * locales/sl_SI: Likewise.
2979         * locales/sr_YU: Likewise.
2980         * locales/sv_SE: Likewise.
2981         * locales/tr_TR: Likewise.
2982         * locales/uk_UA: Likewise.
2983
2984         * charmaps/ISO_10646: Fix typo.
2985
2986 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
2987
2988         * locales/ca_ES: New file.
2989         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
2990
2991         * SUPPORTED: Add ca_ES.
2992
2993 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
2994
2995         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
2996         correct sources.
2997
2998 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
2999
3000         * locales/ru_RU: Abbreviate Saturday Sbt.
3001         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
3002
3003 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
3004
3005         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
3006
3007 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
3008
3009         * Makefile (install-locales): Allow specifying charset in locale
3010         name but omit it in locale definition file.
3011
3012         * SUPPORTED: Don't generate ru_SU.
3013         * locales/ru_SU: Removed.
3014
3015         * locales/zh_CN: Update.
3016         * charmaps/GB2312: New file.
3017         Contributed by hashao@china.com.
3018
3019 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3020
3021         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
3022         correct some character names.
3023
3024         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
3025
3026 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
3027
3028         * charmaps/SAMI-WS2: Add one more alias.
3029
3030 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
3031
3032         * charmaps/IBM874: New file.
3033
3034         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
3035
3036         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
3037
3038         * charmaps/IBM864: Major update from Unicode data.
3039
3040         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
3041
3042         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
3043
3044         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
3045
3046         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
3047
3048         * charmaps/IBM857: Correct entries ee, f7, and fa.
3049
3050         * charmaps/IBM855: Correct entries 95, ef, and fd.
3051
3052         * charmaps/IBM437: Correct entries f9 and fa.
3053
3054         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
3055
3056         * locales/th_TH: New file.  Thai locale description.
3057         * th_TH.in: New file.
3058         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
3059
3060 1999-04-14  Cristian Gafton  <gafton@redhat.com>
3061
3062         * SUPPORTED: Add support for Ukraine Russian.
3063         * locales/ru_UA: New file.
3064         * locales/uk_UA: New file.
3065         * charmaps/KOI8-U: New file.
3066
3067 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
3068
3069         * locales/id_ID: New file.
3070
3071 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
3072
3073         * charmaps/TIS-620: New file.
3074         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
3075
3076 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
3077
3078         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
3079
3080         * charmaps/CP1256: Cosmetic changes.
3081         * charmaps/CP1257: Likewise.
3082
3083         * charmaps/CP1258: New file.
3084
3085         * charmaps/CP1257: Add some marks.
3086         * charmaps/CP1256: Update from Unicode page.
3087         * charmaps/CP1255: Lots of punctuation character changes.
3088         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
3089         * charmaps/CP1253: Add Euro character.
3090         * charmaps/CP1252: Add Euro character and z caron.
3091         * charmaps/CP1251: Add Euro character.
3092         * charmaps/CP1250: Add Euro character.
3093
3094 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
3095
3096         * locales/hr_HR: Various corrections.
3097         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
3098
3099 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
3100
3101         * locales/ru_RU (mon): Fix March and May month name translations.
3102         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
3103
3104 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
3105
3106         * Makefile (test-input): Prepare for cs_CZ test.
3107         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
3108         * cs_CZ.in: New file.
3109
3110 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
3111
3112         * locales/it_CH: New file.
3113         * SUPPORTED: Add it_CH.
3114
3115         * locales/in_ID: New file.
3116         * SUPPORTED: Add in_ID.
3117
3118 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3119
3120         * Makefile (test-input): Add hr_HR.ISO-8859-2.
3121         (test-input-data): New variable.
3122         (distribute): Use it.
3123         (do-collate-test): Use it.
3124         * locales/hr_HR.in: New file.
3125
3126 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
3127
3128         * charmaps/IBM866: New file.
3129         * charmaps/MAC-UK: New file.
3130
3131 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
3132
3133         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
3134         * charmaps/ISO-8859-14: Add alias names.
3135
3136         * repertoiremaps/mnemonics.ds: Remove duplicates.
3137
3138 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
3139
3140         * charmaps/ISO-8859-13: New file.
3141         * charmaps/ISO-8859-14: New file.
3142         * charmaps/ISO-8859-15: New file.
3143
3144         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
3145
3146 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
3147
3148         * SUPPORTED: Add en_AU.
3149
3150 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
3151
3152         * SUPPORTED: Update greek entry.
3153         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
3154
3155 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
3156
3157         * locales/el_GR (abmon): Remove spaces at end of strings.
3158
3159 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
3160
3161         * tests/test1.cm: Add missing character definitions to read POSIX
3162         locale definition.
3163         * tests/test2.cm: Likewise.
3164         * tests/test3.cm: Likewise.
3165         * tests/test4.cm: Likewise.
3166         * tests/test5.cm: Likewise.
3167
3168 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
3169
3170         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
3171
3172 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
3173
3174         * locales/gr_GR: Renamed to...
3175         * locales/el_GR: ...this.
3176         (yesexpr, noexpr): Also allow yes and no.
3177
3178 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3179
3180         * locales/sr_YU: Add repertoiremap.
3181
3182 1998-09-23  Cristian Gafton  <gafton@redhat.com>
3183
3184         * locales/sr_YU: New file.
3185         * SUPPORTED: Add sr_YU.
3186
3187 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
3188
3189         * Makefile: Rewrite install-locales rule.
3190
3191 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
3192
3193         * Makefile: Add more dependecies for running tests.
3194         Reported by HJ Lu.
3195
3196 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3197
3198         * locales/sk_SK: Add repertoiremap.
3199
3200 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3201
3202         * locales/ru_SU: Add repertoiremap.
3203
3204 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3205
3206         * locales/ru_SU: New file.
3207         * SUPPORTED: Add ru_SU with KOI8-R.
3208
3209 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
3210
3211         * Makefile: Install repertoire maps.
3212         * mnemonic.ds: Moved into repertoiremaps subdir.
3213         * repertoiremaps/charids.894: New file.
3214         * repertoiremaps/mnemonic.ds: New file.
3215
3216         * sort-test.sh: Adapt for most recent changes in localedef.
3217         * tst-fmon.sh: Likewise.
3218         * tst-locale.sh: Likewise.
3219
3220         * locales/POSIX: Add repertoiremap definition.
3221         * locales/cs_CZ: Likewise.
3222         * locales/da_DK: Likewise.
3223         * locales/de_AT: Likewise.
3224         * locales/de_BE: Likewise.
3225         * locales/de_CH: Likewise.
3226         * locales/de_DE: Likewise.
3227         * locales/de_LU: Likewise.
3228         * locales/en_AU: Likewise.
3229         * locales/en_CA: Likewise.
3230         * locales/en_CA,2.5: Likewise.
3231         * locales/en_DK: Likewise.
3232         * locales/en_DK.com: Likewise.
3233         * locales/en_GB: Likewise.
3234         * locales/en_IE: Likewise.
3235         * locales/en_NZ: Likewise.
3236         * locales/en_US: Likewise.
3237         * locales/es_AR: Likewise.
3238         * locales/es_BO: Likewise.
3239         * locales/es_CL: Likewise.
3240         * locales/es_CO: Likewise.
3241         * locales/es_DO: Likewise.
3242         * locales/es_EC: Likewise.
3243         * locales/es_ES: Likewise.
3244         * locales/es_GT: Likewise.
3245         * locales/es_HN: Likewise.
3246         * locales/es_MX: Likewise.
3247         * locales/es_PA: Likewise.
3248         * locales/es_PE: Likewise.
3249         * locales/es_PY: Likewise.
3250         * locales/es_SV: Likewise.
3251         * locales/es_US: Likewise.
3252         * locales/es_UY: Likewise.
3253         * locales/es_VE: Likewise.
3254         * locales/et_EE: Likewise.
3255         * locales/eu_ES: Likewise.
3256         * locales/fi_FI: Likewise.
3257         * locales/fo_FO: Likewise.
3258         * locales/fr_BE: Likewise.
3259         * locales/fr_CA: Likewise.
3260         * locales/fr_CA,2.13: Likewise.
3261         * locales/fr_CH: Likewise.
3262         * locales/fr_FR: Likewise.
3263         * locales/fr_LU: Likewise.
3264         * locales/ga_IE: Likewise.
3265         * locales/gr_GR: Likewise.
3266         * locales/he_IL: Likewise.
3267         * locales/hr_HR: Likewise.
3268         * locales/hu_HU: Likewise.
3269         * locales/is_IS: Likewise.
3270         * locales/it_IT: Likewise.
3271         * locales/iw_IL: Likewise.
3272         * locales/kl_GL: Likewise.
3273         * locales/lt_LT: Likewise.
3274         * locales/lv_LV: Likewise.
3275         * locales/nl_BE: Likewise.
3276         * locales/nl_NL: Likewise.
3277         * locales/no_NO: Likewise.
3278         * locales/pl_PL: Likewise.
3279         * locales/pt_BR: Likewise.
3280         * locales/pt_PT: Likewise.
3281         * locales/ro_RO: Likewise.
3282         * locales/ru_RU: Likewise.
3283         * locales/sl_SI: Likewise.
3284         * locales/sv_FI: Likewise.
3285         * locales/sv_SE: Likewise.
3286         * locales/tr_TR: Likewise.
3287         * locales/zh_CN: Likewise.
3288
3289 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3290
3291         * tst-locale.sh: Add comment for when multi-byte charsets in
3292         locales work.
3293         * tests/test5.cm: New file.
3294         * tests/test5.def: New file.
3295         * Makefile (ld-test-names): Add test5.
3296
3297 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
3298
3299         * locales/de_DE: Use . as thousands separator and 3;3 groups for
3300         LC_NUMERIC.
3301
3302 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
3303
3304         * Makefile: Fix test rules from last patch.
3305
3306 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3307
3308         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
3309         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
3310
3311 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
3312
3313         * Makefile (distribute): Add tst-locale.sh.
3314
3315 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
3316
3317         * Makefile (distribute): Add SUPPORTED.
3318         (install-locales): New rule to install locale dat ausing localedef.
3319         * SUPPORTED: New file.  Names all usable locales.
3320         Based on a patch by Cristian Gafton <gafton@redhat.com>.
3321
3322         * locales/gr_GR: Correct collation description.
3323         * locales/nl_NL: Correct Charset requirement.
3324         * locales/pt_BR: Fix int_curr_symbol.
3325         * locales/ru_RU: Fix ctype data.
3326         Patches by Cristian Gafton <gafton@redhat.com>.
3327
3328         * locales/nl_NL: Fix yesexpr/noexpr.
3329         * locales/pt_BR: Likewise.
3330         * locales/cs_CZ: Likewise.
3331         * locales/da_DK: Likewise.
3332         * locales/en_AU: Likewise.
3333         * locales/en_CA: Likewise.
3334         * locales/en_DK: Likewise.
3335         * locales/en_DK.com: Likewise.
3336         * locales/en_GB: Likewise.
3337         * locales/en_NZ: Likewise.
3338         * locales/en_US: Likewise.
3339         * locales/es_AR: Likewise.
3340         * locales/es_BO: Likewise.
3341         * locales/es_CL: Likewise.
3342         * locales/es_CO: Likewise.
3343         * locales/es_DO: Likewise.
3344         * locales/es_EC: Likewise.
3345         * locales/es_ES: Likewise.
3346         * locales/es_GT: Likewise.
3347         * locales/es_HN: Likewise.
3348         * locales/es_MX: Likewise.
3349         * locales/es_PA: Likewise.
3350         * locales/es_PE: Likewise.
3351         * locales/es_PY: Likewise.
3352         * locales/es_SV: Likewise.
3353         * locales/es_US: Likewise.
3354         * locales/es_UY: Likewise.
3355         * locales/es_VE: Likewise.
3356         * locales/et_EE: Likewise.
3357         * locales/eu_ES: Likewise.
3358         * locales/fi_FI: Likewise.
3359         * locales/fo_FO: Likewise.
3360         * locales/fr_BE: Likewise.
3361         * locales/fr_CA: Likewise.
3362         * locales/fr_CH: Likewise.
3363         * locales/fr_FR: Likewise.
3364         * locales/fr_LU: Likewise.
3365         * locales/ga_IE: Likewise.
3366         * locales/gr_GR: Likewise.
3367         * locales/he_IL: Likewise.
3368         * locales/hr_HR: Likewise.
3369         * locales/hu_HU: Likewise.
3370         * locales/is_IS: Likewise.
3371         * locales/it_IT: Likewise.
3372         * locales/iw_IL: Likewise.
3373         * locales/ja_JP: Likewise.
3374         * locales/kl_GL: Likewise.
3375         * locales/lt_LT: Likewise.
3376         * locales/lv_LV: Likewise.
3377         * locales/no_NO: Likewise.
3378         * locales/pl_PL: Likewise.
3379         * locales/pt_PT: Likewise.
3380         * locales/ro_RO: Likewise.
3381         * locales/ru_RU: Likewise.
3382         * locales/sl_SI: Likewise.
3383         * locales/sv_SE: Likewise.
3384         * locales/tr_TR: Likewise.
3385         * locales/zh_CN: Likewise.
3386
3387 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
3388
3389         * locales/ru_RU: Correct last patch.
3390         Patch by Cristian Gafton <gafton@redhat.com>.
3391
3392 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
3393
3394         * locales/de_DE: Use common german data and time format not ISO
3395         8601.
3396
3397 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
3398
3399         * locales/ru_RU: Correct inconsistencies in mon data.
3400         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
3401
3402 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3403
3404         * locales/pl_PL: Fix int_curr_symbol.
3405
3406 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
3407
3408         * locales/is_IS: Update from Debian version.
3409
3410 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
3411
3412         * tst-fmon.c: New file.  strfmon test program.
3413         * tst-fmon.sh: New file.  Script to run strfmon test.
3414         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
3415         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
3416
3417         * locales/cs_CZ: Update from author.
3418
3419 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
3420
3421         * sort-test.sh: Call localedef with additional environment variable
3422         I18NPATH to point to not-yet-installed locale data files.
3423
3424         * locales/POSIX: Updated version from maintainer.
3425
3426 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
3427
3428         * collate-test.c (main): Change prototype definition to prevent
3429         warning.
3430
3431 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
3432
3433         * locales/de_DE: Include real collation data.  It's similar to the
3434         en_DK information but the order of small and capital characters is
3435         exchanged.
3436
3437         * collate-test.c: New file.  Test suite for strcoll function.
3438         * de_DE.in: Input file for collation test.
3439         * da_DK.in: Likewise.
3440
3441         * xfrm-test.c: New file.  Test suite for strxfrm function.
3442
3443 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
3444
3445         * All charmaps: Fix entries for <quotation-mark>.
3446
3447 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
3448
3449         * Makefile (charmaps): Don't try to install CVS or RCS directory.
3450         (locales): Likewise.
3451         Reported by Matthias Urlichs.