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