Update.
[platform/upstream/glibc.git] / localedata / ChangeLog
1 2000-10-06  Ulrich Drepper  <drepper@redhat.com>
2
3         * locales/iso14651_t1: Add currency symbols.
4
5 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
6
7         * tests-mbwc/dat_iswctype.c: Full width 9 is not a digit in ja_JP.
8         * tests-mbwc/dat_iswdigit.c: Likewise.
9
10         * locales/zh_CN: Remove non-ASCII digit entry.
11         * locales/ja_JP: Likewise.
12         Add full width digits to alnum class.
13
14 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
15
16         * gen-unicode-ctype.c (is_digit, is_xdigit): Remove all non-ASCII
17         digits.
18         (is_alpha): Add them here.
19         * locales/i18n (digit): Remove all non-ASCII digits.
20         (alpha): Add them here.
21
22         * dump-ctype.c: Pretty print.
23
24 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
25
26         * charmaps/EUC-KR: Change \x5c mapping to U20a9.
27         * locales/ko_KR: Change currency_symbol back to use U20a9.
28
29 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
30
31         * tst-langinfo.sh: Adjust for change in ja_JP.
32
33 2000-10-03  GOTO Masanori  <gotom@debian.or.jp>
34
35         * locales/ja_JP: Changed yesexpr/noexpr expression,
36         fixed typo in era, added definition for name_gen.
37
38 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
39
40         * SUPPORTED: Add ko_KR.UTF-8.
41
42 2000-10-01  Bruno Haible  <haible@clisp.cons.org>
43
44         * charmaps/BIG5: Add a width table.
45         * charmaps/GB18030: Likewise.
46         * charmaps/ISO-8859-6: Likewise.
47         * charmaps/ISO-8859-8: Likewise.
48         * charmaps/TIS-620: Likewise.
49
50 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
51
52         * Makefile (repertoiremaps): Remove variable.
53         (distribute): Remove repertoiremaps.
54         (install-others): Likewise. Add .gz to charmaps.
55         ($(inst_i18ndir)/charmaps/%): Install in gzipped format.
56
57 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
58
59         * charmaps/ISO-IR-197: Remove alias "none".
60
61 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
62
63         * charmaps/UTF-8: Add the correct Hangul syllable names.  Change the
64         width of format control characters to 0.
65
66 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
67
68         * tests-mbwc/tst_wcscmp.c (tst_wcscmp): Take the sign of ret.
69         * tests-mbwc/dat_wcscmp.c (tst_wcscmp_loc): Don't expect precise
70         return values.  Only the sign matters.
71
72 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
73
74         * locales/ar_SA: Last non <Uxxxx> entries removed.
75         Patch by Martin Strassburger <martin.strassburger@sap.com>.
76
77 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
78
79         * charmaps/KSX1001: Removed.  It's not sufficient for a charmap and
80         we have EUC-KR.
81
82 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
83
84         * locales/uk_UA: Fix yesexpr.
85         * locales/ru_UA: Likewise.
86         Patches by Andrew V. Samoilov <sav@bcs.zp.ua>.
87
88 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
89
90         * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges,
91         so they become printable and carry a width.  Comment out surrogate
92         ranges.  Add a WIDTH table.
93
94 2000-09-24  Bruno Haible  <haible@clisp.cons.org>
95
96         * gen-unicode-ctype.c: New file.
97         * dump-ctype.c: New file.
98         * Makefile (distribute): Add them.
99         * locales/i18n: Update LC_CTYPE part to Unicode 3.0, using
100         gen-unicode-ctype.c.
101         (blank): Add U+1680.
102         (cntrl): Add U+2028, U+2029.
103         (space): Add U+1680, U+2028, U+2029.
104         (digit): Add Myanmar, Ethiopic, Khmer, Mongolian, fullwidth digits.
105         (alnum, alpha, print, graph, punct): Lots of additions.
106         (lower, upper, tolower, toupper, combining, combining_level3): Update.
107         (totitle): New map.
108         * tst-ctype-de_DE.ISO-8859-1.in: Mark U00B5 as lower; the Unicode 3.0
109         towupper functions maps it to U039C. Mark U00A0 as graph, print, punct.
110         * tests-mbwc/dat_iswctype.c: Mark U00A0 as graph, print, punct.
111         * tests-mbwc/dat_iswgraph.c: Mark U00A0 as graph.
112         * tests-mbwc/dat_iswprint.c: Mark U00A0 as print.
113         * tests-mbwc/dat_iswpunct.c: Mark U00A0 as punct.
114         * tests-mbwc/dat_wcswidth.c: U00A0 is now print.
115
116 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
117
118         * charmaps/GBK: Add commented mappings for GBK characters not yet in
119         Unicode.
120
121 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
122
123         * charmaps/GBK: Remove /x80 entry.
124
125 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
126
127         * SUPPORTED: Remove ko_KR.JOHAB.  We don't want to encourage people
128         to use it.
129
130 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
131
132         * charmaps/JOHAB: Add identity mapping for 0x7f.
133
134 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
135
136         * locales/en_GB: Update LC_PAPER and LC_MEASUREMENT information.
137         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
138
139 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
140
141         * charmaps/GB2312: Change code_set_name to GB2312.
142
143 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
144
145         * localedata/locales/ar_AE: Remove extra <U0020> from day and abday.
146         * localedata/locales/ar_BH: Likewise.
147         * localedata/locales/ar_DZ: Likewise.
148         * localedata/locales/ar_EG: Likewise.
149         * localedata/locales/ar_IQ: Likewise.
150         * localedata/locales/ar_JO: Likewise.
151         * localedata/locales/ar_KW: Likewise.
152         * localedata/locales/ar_LB: Likewise.
153         * localedata/locales/ar_LY: Likewise.
154         * localedata/locales/ar_MA: Likewise.
155         * localedata/locales/ar_OM: Likewise.
156         * localedata/locales/ar_QA: Likewise.
157         * localedata/locales/ar_SD: Likewise.
158         * localedata/locales/ar_SY: Likewise.
159         * localedata/locales/ar_TN: Likewise.
160         * localedata/locales/ar_YE: Likewise.
161
162 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
163
164         * SUPPORTED: Add mr_IN.UTF-8 and mt_MT.ISO-8859-3.
165         * locales/mr_IN: New file.
166         * locales/mt_MT: New file.
167
168         * charmaps/GB18030: Comment out entries in user-defined area.
169
170 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
171
172         * charmaps/GB18030: Add back entries which got lost in last change.
173
174 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
175
176         * charmaps/GB18030: Update once more.
177
178         * charmaps/JOHAB: New file.
179         * SUPPORTED: Add ko_KR.JOHAB.
180
181 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
182
183         * charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
184         but not in EUC-KR.
185
186 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
187
188         * charmaps/EUC-TW: Add commented non-reversible mappings.
189
190 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
191
192         * charmaps/CP949: New file.
193
194 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
195
196         * charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
197
198 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
199
200         * charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
201         U+007E.
202
203 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
204
205         * charmaps/INIS-8: Update to use <Uxxxx> format.
206         * charmaps/ISO_2033-1983: Likewise.
207         * charmaps/ISO_5427-EXT: Likewise.
208
209 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
210
211         * locales/zh_HK: Use zh_TW data for LC_MESSAGES.
212         * SUPPORTED: Add zh_HK.BIG5HKSCS.
213
214         * charmaps/BIG5HKSCS: Add Big5 codes.
215
216         * Makefile (test-input): Add sv_SE.ISO-8859-1.
217         (LOCALES): Likewise.
218         * sv_SE.ISO-8859-1: New file.
219
220 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
221
222         * locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
223         Changes by Roger So <spacehunt@e-fever.org>.
224
225         * SUPPORTED: Add nn_NO.ISO-8859-1.
226         * locales/nn_NO: New file.
227
228 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
229
230         * charmaps/BIG5HKSCS: Regenerated from official data file.
231
232         * locales/ja_JP: Add yesstr and nostr information.
233
234         * charmaps/GB18030: Add entries from GBK not present here.
235
236         * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
237
238         * locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
239
240 2000-08-29  Akira Higuchi  <a@kondara.org>
241
242         * charmaps/GB2312: Fix ".." -> "..." in width definitions.
243         * charmaps/GBK: Likewise.
244
245         * SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
246
247 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
248
249         * locales/sv_SE: Remove old LC_COLLATE definition.  Use iso14651_t1
250         and customize with several reorder-after statements.
251         Reported by menthos@menthos.com.
252
253 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
254
255         * locales/ja_JP: Add new categories with generic information.
256
257         * locales/i18n (default_missing): Change back to only U003F.
258
259 2000-08-24  Andreas Jaeger  <aj@suse.de>
260
261         * Makefile (generated): Add some .out files.
262
263 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
264
265         * locales/i18n: Add transliteration information.
266
267 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
268
269         * locales/ca_ES@euro: Country is Spain.
270         * locales/ca_ES: Likewise.
271
272         * locales/es_MX: Correct int_curr_symbol.
273         * locales/es_PE: Likewise.
274
275         * SUPPORTED: Add missing supported locales.
276
277         * locales/fa_IR: Correct a few of the contained bugs.
278
279         * locales/zh_HK: New file.
280
281         * charmaps/BIG5HKSCS: New file.
282
283         * locales/en_CA,2.5: Removed.
284         * locales/fr_CA,2.13: Removed.
285         * locales/in_ID: Removed.
286
287         * locales/sq_AL: New file.
288         * SUPPORTED: Add sq_AL.ISO-8859-1.
289
290         * locales/vi_VN: New file.
291         * SUPPORTED: Add vi_VN.UTF-8.
292
293         * locales/ko_KR: Correct currency_symbol entry.
294
295         * locales/hi_IN: New file.
296         * SUPPORTED: Add hi_IN.UTF-8.
297
298         * Makefile (test-input): Add da_DK and hr_HR sorting tests.
299
300         * sort-test.sh: Improve error handling by printing more information.
301
302         * locales/ar_AE: New file.
303         * locales/ar_BH: New file.
304         * locales/ar_DZ: New file.
305         * locales/ar_EG: New file.
306         * locales/ar_IQ: New file.
307         * locales/ar_JO: New file.
308         * locales/ar_KW: New file.
309         * locales/ar_LB: New file.
310         * locales/ar_LY: New file.
311         * locales/ar_MA: New file.
312         * locales/ar_OM: New file.
313         * locales/ar_QA: New file.
314         * locales/ar_SD: New file.
315         * locales/ar_SY: New file.
316         * locales/ar_TN: New file.
317         * locales/ar_YE: New file.
318         * SUPPORTED: Add Arabic locales.
319
320 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
321
322         * locales/es_CR: New file.
323         * locales/es_NI: New file.
324         * locales/es_PR: New file.
325
326         * locales/es_AR: Share LC_COLLATE description with es_ES.
327         * locales/es_BO: Likewise.
328         * locales/es_CL: Likewise.
329         * locales/es_CO: Likewise.
330         * locales/es_DO: Likewise.
331         * locales/es_GT: Likewise.
332         * locales/es_HN: Likewise.
333         * locales/es_MX: Likewise.
334         * locales/es_PA: Likewise.
335         * locales/es_PE: Likewise.
336         * locales/es_PY: Likewise.
337         * locales/es_SV: Likewise.
338         * locales/es_UY: Likewise.
339         * locales/es_VE: Likewise.
340         * locales/es_EC: Share LC_COLLATE description with es_US.
341
342         * locales/ko_KR: Updated for glibc 2.2.
343         Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
344         * SUPPORTED: Add ko_KR.
345
346         * locales/de_BE@euro: New file.
347         * locales/eu_ES@euro: New file.
348         * locales/ga_IE@euro: New file.
349         * locales/gl_ES@euro: New file.
350         * locales/nl_BE@euro: New file.
351         * locales/sv_FI@euro: New file.
352         * SUPPORTED: Add the new locales.
353
354         * Makefile (install-locales): Handle option in locale name.  Print
355         progress information.
356
357         * SUPPORTED: Add all the @euro locales.
358
359         * locales/ca_ES@euro: Update charset comment.
360         * locales/de_AT@euro: Likewise.
361         * locales/de_DE@euro: Likewise.
362         * locales/de_LU@euro: Likewise.
363         * locales/en_IE@euro: Likewise.
364         * locales/es_ES@euro: Likewise.
365         * locales/fi_FI@euro: Likewise.
366         * locales/fr_BE@euro: Likewise.
367         * locales/fr_FR@euro: Likewise.
368         * locales/fr_LU@euro: Likewise.
369         * locales/it_IT@euro: Likewise.
370         * locales/nl_NL@euro: Likewise.
371         * locales/pt_PT@euro: Likewise.
372
373 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
374
375         * locales/ca_ES: Correct comment.
376
377         * locales/ca_ES@euro: New file.
378         * locales/de_AT@euro: New file.
379         * locales/de_DE@euro: New file.
380         * locales/de_LU@euro: New file.
381         * locales/en_IE@euro: New file.
382         * locales/es_ES@euro: New file.
383         * locales/fi_FI@euro: New file.
384         * locales/fr_BE@euro: New file.
385         * locales/fr_FR@euro: New file.
386         * locales/fr_LU@euro: New file.
387         * locales/it_IT@euro: New file.
388         * locales/nl_NL@euro: New file.
389         * locales/pt_PT@euro: New file.
390
391 2000-08-19  Andreas Jaeger  <aj@suse.de>
392
393         * tst-digits.c: Include stdlib.h and string.h to provide
394         prototypes for exit, strlen and strcmp.
395
396 2000-08-18  Andreas Jaeger  <aj@suse.de>
397
398         * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
399         (TST_DECL_VARS): Don't declare err_flg.
400         (TST_GET_ERRET): Don't set err_flg.
401         (TST_GET_ERRET_SEQ): Likewise.
402         (TST_IF_RETURN): Don't use err_flg, check err_exp directly.
403
404         * tests-mbwc/dat_swscanf.c: Don't set err_flg.
405         * tests-mbwc/dat_iswalnum.c: Likewise.
406         * tests-mbwc/dat_iswalpha.c: Likewise.
407         * tests-mbwc/dat_iswcntrl.c: Likewise.
408         * tests-mbwc/dat_iswctype.c: Likewise.
409         * tests-mbwc/dat_iswdigit.c: Likewise.
410         * tests-mbwc/dat_iswgraph.c: Likewise.
411         * tests-mbwc/dat_iswlower.c: Likewise.
412         * tests-mbwc/dat_iswprint.c: Likewise.
413         * tests-mbwc/dat_iswpunct.c: Likewise.
414         * tests-mbwc/dat_iswspace.c: Likewise.
415         * tests-mbwc/dat_iswupper.c: Likewise.
416         * tests-mbwc/dat_iswxdigit.c: Likewise.
417         * tests-mbwc/dat_mblen.c: Likewise.
418         * tests-mbwc/dat_mbrlen.c: Likewise.
419         * tests-mbwc/dat_mbrtowc.c: Likewise.
420         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
421         * tests-mbwc/dat_mbstowcs.c: Likewise.
422         * tests-mbwc/dat_mbtowc.c: Likewise.
423         * tests-mbwc/dat_strcoll.c: Likewise.
424         * tests-mbwc/dat_strfmon.c: Likewise.
425         * tests-mbwc/dat_strxfrm.c: Likewise.
426         * tests-mbwc/dat_swscanf.c: Likewise.
427         * tests-mbwc/dat_towctrans.c: Likewise.
428         * tests-mbwc/dat_towlower.c: Likewise.
429         * tests-mbwc/dat_towupper.c: Likewise.
430         * tests-mbwc/dat_wcrtomb.c: Likewise.
431         * tests-mbwc/dat_wcscat.c: Likewise.
432         * tests-mbwc/dat_wcschr.c: Likewise.
433         * tests-mbwc/dat_wcscmp.c: Likewise.
434         * tests-mbwc/dat_wcscoll.c: Likewise.
435         * tests-mbwc/dat_wcscpy.c: Likewise.
436         * tests-mbwc/dat_wcscspn.c: Likewise.
437         * tests-mbwc/dat_wcslen.c: Likewise.
438         * tests-mbwc/dat_wcsncat.c: Likewise.
439         * tests-mbwc/dat_wcsncmp.c: Likewise.
440         * tests-mbwc/dat_wcsncpy.c: Likewise.
441         * tests-mbwc/dat_wcspbrk.c: Likewise.
442         * tests-mbwc/dat_wcsrtombs.c: Likewise.
443         * tests-mbwc/dat_wcsspn.c: Likewise.
444         * tests-mbwc/dat_wcsstr.c: Likewise.
445         * tests-mbwc/dat_wcstod.c: Likewise.
446         * tests-mbwc/dat_wcstok.c: Likewise.
447         * tests-mbwc/dat_wcstombs.c: Likewise.
448         * tests-mbwc/dat_wcswidth.c: Likewise.
449         * tests-mbwc/dat_wcsxfrm.c: Likewise.
450         * tests-mbwc/dat_wctob.c: Likewise.
451         * tests-mbwc/dat_wctomb.c: Likewise.
452         * tests-mbwc/dat_wctrans.c: Likewise.
453         * tests-mbwc/dat_wctype.c: Likewise.
454         * tests-mbwc/dat_wcwidth.c: Likewise.
455         * tests-mbwc/dat_isw-funcs.h: Fix comment.
456
457 2000-08-17  Andreas Jaeger  <aj@suse.de>
458
459         * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
460         should have a value.
461
462 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
463
464         * locales/iso14651_t1: Rearrange cyrillic and greek sections to
465         separate uppercase from non-uppercase characters to enable correct
466         handling in range expressions.
467
468 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
469
470         * Makefile (install-locales): Use --prefix option of localedef to
471         avoid providing complete path for output file.
472
473 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
474
475         * locales/zh_TW: Updated.
476         * charmaps/BIG5: Updated.
477         Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
478
479 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
480
481         * tests-mbwc/tst_types.h: Don't use `char' for types of any field,
482         use `int'.
483
484 2000-08-01  Andreas Jaeger  <aj@suse.de>
485
486         * Makefile (distribute): Follow name change of tst-ctype-de.in to
487         tst-ctype-de_DE.ISO-8859-1.in.
488
489 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
490
491         * charmaps/KSX1001: Add width information.
492         * charmaps/GB2312: Likewise.
493         * charmaps/GBK: Likewise.
494         Patches by GOTO Masanori <gotom@debian.or.jp>.
495
496 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
497
498         * charmaps/CP737: New file.
499         * charmaps/CP775: New file.
500
501 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
502
503         * charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
504         /xb0../xf7.  Remove aliases.
505
506 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
507
508         * charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
509         /xc9../xf9.
510
511 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
512
513         * charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
514
515 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
516
517         * tst-langinfo.c (main): Fix esacape sequence handling.
518
519         * charmaps/EUC-TW: New file.
520
521         * tst-digits.c: Add tests for wprintf.
522         * tests/test7.cm: Change so that it is usable for wprintf tests.
523
524         * tst-locale.sh: Fix typo in last change.
525
526         * tst-digits.c: Add ctype and wctype tests.
527
528 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
529
530         * Makefile (ld-test-names): Add test7.
531         (tests): Add tst-digits.  Add dependency and environment variable.
532         * tst-digits.c: New file.
533         * tst-locale.sh: Generate test7 locale.
534         * tests/test7.cm: New file.
535         * tests/test7.def: New file.
536
537         * tst-locale.sh: Add dropped test6 locale.
538
539 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
540
541         * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
542         * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
543         locale.
544
545 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
546
547         * locales/zh_TW: New file.
548         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
549
550 2000-07-28  Andreas Jaeger  <aj@suse.de>
551
552         * tst-langinfo.c: Include <string.h> for strcmp prototype.
553
554 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
555
556         * charmaps/BIG5: New file.
557         Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
558
559 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
560
561         * locales/zh_CN: Update for new format.
562         Patch by Yong Li <yong.li@asu.edu>.
563
564         * tst-langinfo.c: Add copyright text.
565
566 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
567
568         * tst-wctype.input: Add more input text.
569         * tst-wctype.c: Test more classes.
570
571         * Makefile: Add rules to build, run, and distribute tst-langinfo.
572         * tst-langinfo.c: New file.
573         * tst-langinfo.sh: New file.
574
575         * locales/ja_JP (era_d_t_fmt): Fix typo.
576
577         * Makefile: Add rules to build, run, and distribute tst-wctype.
578         * tst-wctype.c: New file.
579         * tst-wctype.input: New file.
580         * tst-wctype.sh: New file.
581
582 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
583
584         * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
585         for Wednesday.  Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
586
587 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
588
589         * locales/sr_YU (yesexpr): Fix "*." -> ".*".
590         (enoexpr): Likewise.
591         * locales/hr_HR: Likewise.
592         Patches by GOTO Masanori <gotom@debian.or.jp>.
593
594         * locales/i18n (yesexpr): Add U005E at the beginning.
595         (noexpr): Likewise.
596
597 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
598
599         * locales/ja_JP (yesexpr): U0060 should be U005E.
600         (noexpr): Likewise.
601
602         * locales/i18n: Remove U00A0 from blank as well.
603         * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
604
605 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
606
607         * charmaps/SJIS: Add width information.
608         Patch by GOTO Masanori <gotom@debian.or.jp>.
609
610         * charmaps/SJIS: Correct byte sequence for single byte characters.
611
612 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
613
614         * locales/i18n: Fix typos.
615
616         * locales/iso14651_t1: Correct syntax for HAN script.
617
618 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
619
620         * charmaps/GB18030: New file.
621
622         * charmaps/UTF-8: Update for Unicode 3.0.
623
624         * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
625         space.
626         * tst-ctype.c: Likewise.
627         * tst-ctype.sh: Likewise.
628         * locales/i18n: Likewise.
629         * locales/ja_JP: Likewise.
630         * tests-mbwc/dat_iswcntrl.c: Likewise.
631         * tests-mbwc/dat_iswctype.c: Likewise.
632         * tests-mbwc/dat_iswspace.c: Likewise.
633
634         * tst-ctype.sh: Also test C locale.
635
636 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
637
638         * Makefile: Rewrite rules for tests to run them only when necessary.
639         * sort-test.sh: Produce output for failed tests.
640         * tst-fmon.sh: Likewise.
641         * tst-rpmatch.sh: Likewise.
642
643 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
644
645         * tst-ctype-de_DE.in: Renamed to...
646         * tst-ctype-de_DE.ISO-8859-1.in: ...this.
647
648 2000-07-11  Andreas Jaeger  <aj@suse.de>
649
650         * Makefile (locale_test_suite): Always run test suite.
651         ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
652         gen-locale.sh.
653         (do-collate-test): Likewise.
654         (do-tst-fmon): Likewise.
655         (do-tst-locale): Likewise.
656         (do-tst-rpmatch): Likewise.
657         (do-tst-trans): Likewise.
658         (do-tst-mbswcs): Likewise.
659         (do-tst-ctype): Likewise.
660
661         * sort-test.sh : Rewrite to work with static only builds.
662         * tst-ctype.sh: Likewise.
663         * tst-fmon.sh: Likewise.
664         * tst-locale.sh: Likewise.
665         * tst-mbswcs.sh: Likewise.
666         * tst-rpmatch.sh: Likewise.
667         * tst-trans.sh: Likewise.
668
669         * gen-locale.sh (locfile): Fix it for building with
670         sourcedir==builddir and for static only builds.
671
672 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
673
674         * locales/POSIX: Remove repertoire map reference.
675         * locales/ar_SA: Remove repertoire map reference.
676
677         * locales/zh_CN.GBK: Removed.
678
679         * repertoiremaps/charids.894: Removed.
680         * repertoiremaps/mnemonics.ds: Removed.
681         * repertoiremaps/mnemonics.ja: Removed.
682         * repertoiremaps/mnemonics.ko: Removed.
683         * repertoiremaps/mnemonics.zh: Removed.
684
685         * charmaps/SJIS: New file.
686
687 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
688
689         * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
690         to EUC-JP.
691         * tests-mbwc/dat_mbtowc.c: Likewise.
692         * tests-mbwc/dat_wctob.c: Likewise.
693
694         * charmaps/EUC-JP: Make characters in C1 area map to themselves.
695         * charmaps/EUC-KR: Likewise.
696
697 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
698
699         * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
700         * locales/ar_SA (LC_TELEPHONE): Likewise.
701         * locales/be_BY (LC_TELEPHONE): Likewise.
702         * locales/bg_BG (LC_TELEPHONE): Likewise.
703         * locales/ca_ES (LC_TELEPHONE): Likewise.
704         * locales/da_DK (LC_TELEPHONE): Likewise.
705         * locales/de_BE (LC_TELEPHONE): Likewise.
706         * locales/de_CH (LC_TELEPHONE): Likewise.
707         * locales/de_LU (LC_TELEPHONE): Likewise.
708         * locales/el_GR (LC_TELEPHONE): Likewise.
709         * locales/en_AU (LC_TELEPHONE): Likewise.
710         * locales/en_BW (LC_TELEPHONE): Likewise.
711         * locales/en_CA (LC_TELEPHONE): Likewise.
712         * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
713         * locales/en_DK (LC_TELEPHONE): Likewise.
714         * locales/en_IE (LC_TELEPHONE): Likewise.
715         * locales/en_NZ (LC_TELEPHONE): Likewise.
716         * locales/en_ZA (LC_TELEPHONE): Likewise.
717         * locales/en_ZW (LC_TELEPHONE): Likewise.
718         * locales/es_AR (LC_TELEPHONE): Likewise.
719         * locales/es_BO (LC_TELEPHONE): Likewise.
720         * locales/es_CL (LC_TELEPHONE): Likewise.
721         * locales/es_CO (LC_TELEPHONE): Likewise.
722         * locales/es_DO (LC_TELEPHONE): Likewise.
723         * locales/es_EC (LC_TELEPHONE): Likewise.
724         * locales/es_ES (LC_TELEPHONE): Likewise.
725         * locales/es_GT (LC_TELEPHONE): Likewise.
726         * locales/es_HN (LC_TELEPHONE): Likewise.
727         * locales/es_MX (LC_TELEPHONE): Likewise.
728         * locales/es_PA (LC_TELEPHONE): Likewise.
729         * locales/es_PE (LC_TELEPHONE): Likewise.
730         * locales/es_PY (LC_TELEPHONE): Likewise.
731         * locales/es_SV (LC_TELEPHONE): Likewise.
732         * locales/es_US (LC_TELEPHONE): Likewise.
733         * locales/es_UY (LC_TELEPHONE): Likewise.
734         * locales/es_VE (LC_TELEPHONE): Likewise.
735         * locales/et_EE (LC_TELEPHONE): Likewise.
736         * locales/eu_ES (LC_TELEPHONE): Likewise.
737         * locales/fa_IR (LC_TELEPHONE): Likewise.
738         * locales/fi_FI (LC_TELEPHONE): Likewise.
739         * locales/fo_FO (LC_TELEPHONE): Likewise.
740         * locales/fr_BE (LC_TELEPHONE): Likewise.
741         * locales/fr_CA (LC_TELEPHONE): Likewise.
742         * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
743         * locales/fr_CH (LC_TELEPHONE): Likewise.
744         * locales/fr_LU (LC_TELEPHONE): Likewise.
745         * locales/ga_IE (LC_TELEPHONE): Likewise.
746         * locales/gl_ES (LC_TELEPHONE): Likewise.
747         * locales/gv_GB (LC_TELEPHONE): Likewise.
748         * locales/he_IL (LC_TELEPHONE): Likewise.
749         * locales/hr_HR (LC_TELEPHONE): Likewise.
750         * locales/hu_HU (LC_TELEPHONE): Likewise.
751         * locales/id_ID (LC_TELEPHONE): Likewise.
752         * locales/in_ID (LC_TELEPHONE): Likewise.
753         * locales/is_IS (LC_TELEPHONE): Likewise.
754         * locales/it_CH (LC_TELEPHONE): Likewise.
755         * locales/it_IT (LC_TELEPHONE): Likewise.
756         * locales/iw_IL (LC_TELEPHONE): Likewise.
757         * locales/kl_GL (LC_TELEPHONE): Likewise.
758         * locales/ko_KR (LC_TELEPHONE): Likewise.
759         * locales/kw_GB (LC_TELEPHONE): Likewise.
760         * locales/lt_LT (LC_TELEPHONE): Likewise.
761         * locales/lv_LV (LC_TELEPHONE): Likewise.
762         * locales/mk_MK (LC_TELEPHONE): Likewise.
763         * locales/nl_BE (LC_TELEPHONE): Likewise.
764         * locales/nl_NL (LC_TELEPHONE): Likewise.
765         * locales/pl_PL (LC_TELEPHONE): Likewise.
766         * locales/pt_BR (LC_TELEPHONE): Likewise.
767         * locales/ro_RO (LC_TELEPHONE): Likewise.
768         * locales/ru_RU (LC_TELEPHONE): Likewise.
769         * locales/ru_UA (LC_TELEPHONE): Likewise.
770         * locales/sk_SK (LC_TELEPHONE): Likewise.
771         * locales/sl_SI (LC_TELEPHONE): Likewise.
772         * locales/sr_YU (LC_TELEPHONE): Likewise.
773         * locales/sv_FI (LC_TELEPHONE): Likewise.
774         * locales/th_TH (LC_TELEPHONE): Likewise.
775         * locales/tr_TR (LC_TELEPHONE): Likewise.
776         * locales/uk_UA (LC_TELEPHONE): Likewise.
777
778 2000-07-05  NIIBE Yutaka  <gniibe@chroot.org>
779
780         * locales/th_TH: Update revision information.
781         (LC_CTYPE: alpha): Replace ";...;" with "..".
782         (LC_COLLATE: order): Quote with "".
783
784 2000-07-04  Jakub Jelinek  <jakub@redhat.com>
785
786         * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
787         in address.
788         * locales/hu_HU (LC_IDENTIFICATION): Likewise.
789         * locales/ro_RO (LC_IDENTIFICATION): Likewise.
790         * locales/ru_RU (LC_IDENTIFICATION): Likewise.
791         * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
792         * locales/es_BO (LC_IDENTIFICATION): Likewise.
793         * locales/es_CL (LC_IDENTIFICATION): Likewise.
794         * locales/es_CO (LC_IDENTIFICATION): Likewise.
795         * locales/es_DO (LC_IDENTIFICATION): Likewise.
796         * locales/es_EC (LC_IDENTIFICATION): Likewise.
797         * locales/es_ES (LC_IDENTIFICATION): Likewise.
798         * locales/es_GT (LC_IDENTIFICATION): Likewise.
799         * locales/es_HN (LC_IDENTIFICATION): Likewise.
800         * locales/es_MX (LC_IDENTIFICATION): Likewise.
801         * locales/es_PA (LC_IDENTIFICATION): Likewise.
802         * locales/es_PE (LC_IDENTIFICATION): Likewise.
803         * locales/es_PY (LC_IDENTIFICATION): Likewise.
804         * locales/es_SV (LC_IDENTIFICATION): Likewise.
805         * locales/es_US (LC_IDENTIFICATION): Likewise.
806         * locales/es_UY (LC_IDENTIFICATION): Likewise.
807         * locales/es_VE (LC_IDENTIFICATION): Likewise.
808         * locales/fr_CA (LC_IDENTIFICATION): Likewise.
809         * locales/tr_TR (LC_IDENTIFICATION): Likewise.
810         * locales/no_NO (LC_TELEPHONE): Fill in.
811         * locales/pt_PT (LC_TELEPHONE): Fill in.
812         * locales/sv_SE (LC_TELEPHONE): Fill in.
813         * locales/en_GB (LC_TELEPHONE): Fill in.
814         * locales/cs_CZ (LC_TELEPHONE): Fill in.
815
816 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
817
818         * tst-fmon.sh (LC_ALL): Define to C for localedef run.
819         * tst-locale.sh (LC_ALL): Likewise.
820
821 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
822
823         * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
824         * tst-locale.sh: Likewise.
825
826 2000-07-01  Andreas Jaeger  <aj@suse.de>
827
828         * Makefile (generated-dirs): LOCALES are also generated.
829         (generated-dirs): Remove obsolete entry.
830
831 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
832
833         * Makefile (distribute): Add locale test suite files, fmon test
834         suite files, gen-locale.sh, and show-ucs-data.c.
835
836         * Depend: New file.
837
838         * Makefile: Rewrite rules to generate locale data.
839         * gen-locale.sh: Generate only one locale which is described in a
840         command line parameter.
841
842         * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
843         around DEM problem.
844         * tst-fmon.data: Change back entries with DEM.
845
846         * gen-locale.sh: Print that it might take a while to finish.
847
848 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
849
850         * Makefile (install-locales): Remove the -u switch from localedef
851         command line.
852
853 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
854
855         * tst-fmon.sh: Don't generate de_DE and en_US locale data.
856         * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
857         * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
858
859         * locales/POSIX: Update for new format.
860
861         * Makefile: Regenerate locale data also if localedef changed.
862
863         * tst-fmon.data: Until we know what is correct, but the spaces
864         after DEM back in.
865
866         * tests-mbwc/dat_mbstowcs.c: Fix various bugs.  Comment out
867         unresolved issues.
868         * tests-mbwc/dat_mbtowc.c: Likewise.
869         * tests-mbwc/dat_strcoll.c: Likewise.
870         * tests-mbwc/dat_strfmon.c: Likewise.
871         * tests-mbwc/dat_strxfrm.c: Likewise.
872         * tests-mbwc/tst_mbtowc.c: Likewise.
873
874 2000-06-29  Andreas Jaeger  <aj@suse.de>
875
876         * sort-test.sh: Set LC_ALL to full locale name.
877
878         * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
879         anymore.
880         (LOCALES): New.
881         ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
882         Depend on locale files
883         (LOCALE_FILES): New.
884         (ALL_LC_FILES): New.
885         (ALL_OBJ_LC_FILES): New
886         ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
887
888         * tst-ctype.sh: Don't generate locales here.
889         * tst-mbswcs.sh: Likewise.
890         * sort-test.sh: Likewise.
891
892         * gen-locale.sh: New file to generate locales.
893
894 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
895
896         * locales/en_GB: Update RAP address.
897         * locales/fr_FR: Likewise.
898         * locales/en_NZ: Likewise.
899         * locales/de_BE: Likewise.
900         * locales/de_CH: Likewise.
901         * locales/de_LU: Likewise.
902         * locales/en_AU: Likewise.
903         * locales/en_IE: Likewise.
904         * locales/eu_ES: Likewise.
905         * locales/fr_BE: Likewise.
906         * locales/fr_CH: Likewise.
907         * locales/fr_LU: Likewise.
908         * locales/it_IT: Likewise.
909         * locales/nl_BE: Likewise.
910         * locales/nl_NL: Likewise.
911         * locales/pt_BR: Likewise.
912         * locales/pt_PT: Likewise.
913         * locales/sv_FI: Likewise.
914         * locales/fi_FI: Likewise.
915         * locales/sv_SE: Likewise.
916
917 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
918
919         * locales/af_ZA: Update for new format.
920         * locales/ar_SA: Likewise.
921         * locales/be_BY: Likewise.
922         * locales/bg_BG: Likewise.
923         * locales/ca_ES: Likewise.
924         * locales/el_GR: Likewise.
925         * locales/en_BW: Likewise.
926         * locales/en_DK: Likewise.
927         * locales/en_ZW: Likewise.
928         * locales/es_AR: Likewise.
929         * locales/es_BO: Likewise.
930         * locales/es_CL: Likewise.
931         * locales/es_CO: Likewise.
932         * locales/es_DO: Likewise.
933         * locales/es_EC: Likewise.
934         * locales/es_ES: Likewise.
935         * locales/es_GT: Likewise.
936         * locales/es_HN: Likewise.
937         * locales/es_MX: Likewise.
938         * locales/es_PA: Likewise.
939         * locales/es_PE: Likewise.
940         * locales/es_PY: Likewise.
941         * locales/es_SV: Likewise.
942         * locales/es_US: Likewise.
943         * locales/es_UY: Likewise.
944         * locales/es_VE: Likewise.
945         * locales/et_EE: Likewise.
946         * locales/fa_IR: Likewise.
947         * locales/fr_CA: Likewise.
948         * locales/en_CA,2.5: Likewise.
949         * locales/fr_CA,2.13: Likewise.
950         * locales/gl_ES: Likewise.
951         * locales/hr_HR: Likewise.
952         * locales/hu_HU: Likewise.
953         * locales/ko_KR: Likewise.
954         * locales/lt_LT: Likewise.
955         * locales/lv_LV: Likewise.
956         * locales/no_NO: Likewise.
957         * locales/pl_PL: Likewise.
958         * locales/ro_RO: Likewise.
959         * locales/ru_RU: Likewise.
960         * locales/ru_UA: Likewise.
961         * locales/sk_SK: Likewise.
962         * locales/sl_SI: Likewise.
963         * locales/sr_YU: Likewise.
964         * locales/th_TH: Likewise.
965         * locales/tr_TR: Likewise.
966         * locales/uk_UA: Likewise.
967         * locales/en_CA: Likewise.
968         * locales/is_IS: Likewise.
969         * locales/mk_MK: Likewise.
970
971 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
972
973         * locales/cs_CZ: Comment out fields I'm not sure about.
974         * locales/de_DE (int_currency_symbol): Pad to 4 chars.
975         * locales/en_NZ: Update for new format.
976         * locales/de_BE: Likewise.
977         * locales/de_CH: Likewise.
978         * locales/de_LU: Likewise.
979         * locales/en_AU: Likewise.
980         * locales/en_IE: Likewise.
981         * locales/en_ZA: Likewise.
982         * locales/eu_ES: Likewise.
983         * locales/fo_FO: Likewise.
984         * locales/fr_BE: Likewise.
985         * locales/fr_CH: Likewise.
986         * locales/fr_LU: Likewise.
987         * locales/ga_IE: Likewise.
988         * locales/gv_GB: Likewise.
989         * locales/he_IL: Likewise.
990         * locales/id_ID: Likewise.
991         * locales/in_ID: Likewise.
992         * locales/it_CH: Likewise.
993         * locales/it_IT: Likewise.
994         * locales/iw_IL: Likewise.
995         * locales/kl_GL: Likewise.
996         * locales/kw_GB: Likewise.
997         * locales/nl_BE: Likewise.
998         * locales/nl_NL: Likewise.
999         * locales/pt_BR: Likewise.
1000         * locales/pt_PT: Likewise.
1001         * locales/sv_FI: Likewise.
1002         * locales/da_DK: Likewise.
1003         * locales/fi_FI: Likewise.
1004         * locales/sv_SE: Likewise.
1005
1006 2000-06-29  Andreas Jaeger  <aj@suse.de>
1007
1008         * Makefile (locale_test_suite): Add new test files.
1009         (tst_mblen-ENV): New.
1010         (tst_mbtowc-ENV): New.
1011         (tst_strcoll-ENV): New.
1012         (tst_strxfrm-ENV): New.
1013         (tst_wctomb-ENV): New.
1014         (tst_mbrtowc-ENV): New.
1015         (tst_mbsrtowcs-ENV): New.
1016         (tst_mbstowcs-ENV): New.
1017         (tst_strfmon-ENV): New.
1018         (tst_wcrtomb-ENV): New.
1019         (tst_wcsrtombs-ENV): New.
1020         (tst_wcstod-ENV): New.
1021         (tst_wcstok-ENV): New.
1022         (tst_wcstombs-ENV): New.
1023
1024         * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
1025         <kuwahara@cthulhu.engr.sgi.com>.
1026         * tests-mbwc/dat_wctomb.c: Likewise.
1027         * tests-mbwc/tst_mbtowc.c: Likewise.
1028         * tests-mbwc/dat_mbtowc.c: Likewise.
1029         * tests-mbwc/tst_strxfrm.c: Likewise.
1030         * tests-mbwc/dat_strxfrm.c: Likewise.
1031         * tests-mbwc/dat_strcoll.c: Likewise.
1032         * tests-mbwc/tst_strcoll.c: Likewise.
1033         * tests-mbwc/tst_mblen.c: Likewise.
1034         * tests-mbwc/dat_mblen.c: Likewise.
1035         * tests-mbwc/dat_wcstok.c: Likewise.
1036         * tests-mbwc/tst_wcstok.c: Likewise.
1037         * tests-mbwc/dat_wcstod.c: Likewise.
1038         * tests-mbwc/tst_wcstod.c: Likewise.
1039         * tests-mbwc/dat_mbrtowc.c: Likewise.
1040         * tests-mbwc/tst_mbrtowc.c: Likewise.
1041         * tests-mbwc/dat_wcsrtombs.c: Likewise.
1042         * tests-mbwc/tst_wcsrtombs.c: Likewise.
1043         * tests-mbwc/dat_wcstombs.c: Likewise.
1044         * tests-mbwc/tst_wcstombs.c: Likewise.
1045         * tests-mbwc/dat_mbsrtowcs.c: Likewise.
1046         * tests-mbwc/tst_mbsrtowcs.c: Likewise.
1047         * tests-mbwc/dat_wcrtomb.c: Likewise.
1048         * tests-mbwc/tst_wcrtomb.c: Likewise.
1049         * tests-mbwc/dat_mbstowcs.c: Likewise.
1050         * tests-mbwc/tst_mbstowcs.c: Likewise.
1051         * tests-mbwc/dat_strfmon.c: Likewise.
1052         * tests-mbwc/tst_strfmon.c: Likewise.
1053
1054 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
1055
1056         * locales/mk_MK: Updated (not to new format).
1057         Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
1058
1059 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
1060
1061         * locales/fr_FR: Update for new format.
1062         * locales/de_AT: Likewise.
1063         * locales/en_GB: Likewise.
1064
1065 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
1066
1067         * locales/th_TH: Update copyright notice.
1068
1069         * locales/cs_CZ: Updated for new format.
1070         Patch by Jakub Jelinek <jakub@redhat.com>.
1071
1072         * tests-mbwc/dat_mbrlen.c: Correct some tests.  Remove old WAIVER
1073         comments.
1074         * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini.  Also clear
1075         internal state of mbrlen.
1076
1077         * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
1078         (TEST_MBWC_ENV): Remove unnecessary slash.
1079         * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
1080
1081         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
1082
1083         * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
1084         tests.
1085
1086         * locales/iso14651_t1: Explicitly add control character in
1087         U0000-U001F and U007F-U009F range for backward compatibility.
1088
1089         * locales/i18n: Correct problems found by test suite.
1090
1091 2000-06-28  Andreas Jaeger  <aj@suse.de>
1092
1093         * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
1094         warning.
1095
1096         * Makefile (locale_test_suite): Add tst_mbrlen.
1097         (tst_mbrlen-ENV): New.
1098
1099         * tests-mbwc/tst_mbrlen.c: New file
1100
1101         * tests-mbwc/dat_mbrlen.c: New file.
1102
1103         * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
1104         (struct TST_HEAD): Use const char* instead of an array.
1105
1106         * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
1107
1108         * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
1109
1110         * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
1111
1112 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
1113
1114         * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
1115         * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
1116         U4E06 is not in EUC-JP.
1117         * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
1118         * tests-mbwc/dat_towctrans.c: Likewise.
1119         * tests-mbwc/dat_wcscoll.c: Likewise.
1120         * tests-mbwc/dat_wcswidth.c: Likewise.
1121         * tests-mbwc/dat_wctob.c: Likewise.
1122
1123         * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
1124         versions.
1125
1126         * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
1127         what is correct.
1128         * tests-mbwc/dat_wcsxfrm.c: Likewise.
1129         * tests-mbwc/dat_wcwidth.c: Likewise.
1130
1131         * tests-mbwc/tst_funcs.h: Pretty print.
1132
1133         * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
1134         * tests-mbwc/tst_wcschr.c: Likewise.
1135         * tests-mbwc/tst_wcscpy.c: Likewise.
1136         * tests-mbwc/tst_wcscat.c: Likewise.
1137         * tests-mbwc/tst_wcsncpy.c: Likewise.
1138         * tests-mbwc/tst_wcspbrk.c: Likewise.
1139         * tests-mbwc/tst_wcsstr.c: Likewise.
1140         * tests-mbwc/tst_wctrans.c: Likewise.
1141         * tests-mbwc/tst_wctype.c: Likewise.
1142
1143         * tests-mbwc/tst_wcscoll.c: Print better error messages.
1144
1145         * Makefile (tests): Define as $(locale_test_suite) but only
1146         if not cross-compiling and shared libs are built.
1147         (locale_test_suite): New variable.  Name all new tests from the
1148         locale test suite.
1149         Add rule to run new tests only when all data is available.
1150         * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
1151
1152         * tst-ctype-de_DE.in: U00A0 is not in class graph.
1153
1154         * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
1155
1156         * locales/i18n: Backspace isn't blank, tab is.
1157
1158         * tst-ctype.c (main): Add tests for control characters and space.
1159
1160         * locales/i18n: Backspace is no space.
1161
1162         * locales/i18n: Add \t to space.
1163
1164 2000-06-27  Andreas Jaeger  <aj@suse.de>
1165
1166         * Makefile (TEST_MBWC_ENV): New variable.
1167         Use it for all tests from tests-mbwc.
1168
1169 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
1170
1171         * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
1172
1173 2000-06-27  Andreas Jaeger  <aj@suse.de>
1174
1175         * Makefile: Add environment setting for all tests from tests-mbwc.
1176
1177 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
1178
1179         * locales/en_DK.com: Not needed.
1180
1181 2000-06-27  Andreas Jaeger  <aj@suse.de>
1182
1183         * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
1184         <kuwahara@cthulhu.engr.sgi.com>.
1185
1186         * Makefile (tests): Add tests from tests-mbwc subdirectory,
1187         comment them out for now.
1188         (subdir-dirs): New for tests-mbwc, add also vpaths.
1189
1190         * locales/ja_JP: Add missing / in LC_CTYPE.
1191
1192 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
1193
1194         * Makefile (distribute): Add tst-ctype-de_DE.in.
1195         * tst-ctype.c: Read in more tests from stdin.
1196         * tst-ctype.sh: Feed extra test data to program via stdin.
1197         * tst-ctype-de_DE.in: New file.
1198
1199         * locales/i18n (punct): Exclude U00A0.
1200         (blank): Include U00A0.
1201
1202         * locales/ja_JP: Updates for new format.
1203
1204         * Makefile (test-srcs): Add tst-ctype.
1205         (distribute): Add tst-ctype.sh.
1206         (do-tst-ctype): New target.  Run for tests.
1207         * tst-ctype.c: New file.
1208         * tst-ctype.sh: New file.
1209
1210         * locales/i18n: NUL character must not be in cntrl.
1211
1212         * Makefile (test-input): Add en_US.ISO-8859-1.
1213         * en_US.in: New file.
1214
1215 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
1216
1217         * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
1218         for now.
1219
1220         * de_DE.in: Update for new sorting.
1221
1222         * tst-locale.sh: Don't use mnemonic.ds.
1223         * tst-mbswcs.sh: Likewise.
1224         * tst-trans.sh: Likewise.
1225
1226         * locales/de_DE: Update for new format.
1227         * locales/en_US: Likewise.
1228         * tests/trans.def: Likewise.
1229         * tst-fmon-locales/tstfmon_n01y12: Likewise.
1230         * tst-fmon-locales/tstfmon_n02n40: Likewise.
1231         * tst-fmon-locales/tstfmon_n10y31: Likewise.
1232         * tst-fmon-locales/tstfmon_n11y41: Likewise.
1233         * tst-fmon-locales/tstfmon_n12y11: Likewise.
1234         * tst-fmon-locales/tstfmon_n20n32: Likewise.
1235         * tst-fmon-locales/tstfmon_n30y20: Likewise.
1236         * tst-fmon-locales/tstfmon_n41n00: Likewise.
1237         * tst-fmon-locales/tstfmon_y01y10: Likewise.
1238         * tst-fmon-locales/tstfmon_y02n22: Likewise.
1239         * tst-fmon-locales/tstfmon_y22n42: Likewise.
1240         * tst-fmon-locales/tstfmon_y30y21: Likewise.
1241         * tst-fmon-locales/tstfmon_y32n31: Likewise.
1242         * tst-fmon-locales/tstfmon_y40y00: Likewise.
1243         * tst-fmon-locales/tstfmon_y42n21: Likewise.
1244
1245         * tst-rpmatch.c: Avoid warning with broken compiler.
1246
1247         * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
1248
1249         * sort-test.sh: Add more GCONV_PATH usages.
1250         * tst-fmon.sh: Likewise.
1251         * tst-locale.sh: Likewise.
1252         * tst-mbswcs.sh: Likewise.
1253         * tst-rpmatch.sh: Likewise.
1254         * tst-trans.sh: Likewise.
1255
1256         * locales/i18n: Remove order_start around copy.
1257
1258         * locales/iso14651_t1: Correct various small errors.
1259
1260 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
1261
1262         * charmaps/ISO-8859-1: Correct width specification.
1263
1264 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
1265
1266         * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
1267         * charmaps/ANSI_X3.4-1968: Likewise.
1268         * charmaps/ASMO_449: Likewise.
1269         * charmaps/BALTIC: Likewise.
1270         * charmaps/BS_4730: Likewise.
1271         * charmaps/BS_VIEWDATA: Likewise.
1272         * charmaps/CP1250: Likewise.
1273         * charmaps/CP1251: Likewise.
1274         * charmaps/CP1252: Likewise.
1275         * charmaps/CP1253: Likewise.
1276         * charmaps/CP1254: Likewise.
1277         * charmaps/CP1255: Likewise.
1278         * charmaps/CP1256: Likewise.
1279         * charmaps/CP1257: Likewise.
1280         * charmaps/CP1258: Likewise.
1281         * charmaps/CSA_Z243.4-1985-1: Likewise.
1282         * charmaps/CSA_Z243.4-1985-2: Likewise.
1283         * charmaps/CSA_Z243.4-1985-GR: Likewise.
1284         * charmaps/CSN_369103: Likewise.
1285         * charmaps/CWI: Likewise.
1286         * charmaps/DEC-MCS: Likewise.
1287         * charmaps/DIN_66003: Likewise.
1288         * charmaps/DS_2089: Likewise.
1289         * charmaps/EBCDIC-AT-DE: Likewise.
1290         * charmaps/EBCDIC-AT-DE-A: Likewise.
1291         * charmaps/EBCDIC-CA-FR: Likewise.
1292         * charmaps/EBCDIC-DK-NO: Likewise.
1293         * charmaps/EBCDIC-DK-NO-A: Likewise.
1294         * charmaps/EBCDIC-ES: Likewise.
1295         * charmaps/EBCDIC-ES-A: Likewise.
1296         * charmaps/EBCDIC-ES-S: Likewise.
1297         * charmaps/EBCDIC-FI-SE: Likewise.
1298         * charmaps/EBCDIC-FI-SE-A: Likewise.
1299         * charmaps/EBCDIC-FR: Likewise.
1300         * charmaps/EBCDIC-IS-FRISS: Likewise.
1301         * charmaps/EBCDIC-IT: Likewise.
1302         * charmaps/EBCDIC-PT: Likewise.
1303         * charmaps/EBCDIC-UK: Likewise.
1304         * charmaps/EBCDIC-US: Likewise.
1305         * charmaps/ECMA-CYRILLIC: Likewise.
1306         * charmaps/ES: Likewise.
1307         * charmaps/ES2: Likewise.
1308         * charmaps/EUC-JP: Likewise.
1309         * charmaps/EUC-KR: Likewise.
1310         * charmaps/GB2312: Likewise.
1311         * charmaps/GBK: Likewise.
1312         * charmaps/GB_1988-80: Likewise.
1313         * charmaps/GOST_19768-74: Likewise.
1314         * charmaps/GREEK-CCITT: Likewise.
1315         * charmaps/GREEK7: Likewise.
1316         * charmaps/GREEK7-OLD: Likewise.
1317         * charmaps/HP-ROMAN8: Likewise.
1318         * charmaps/IBM037: Likewise.
1319         * charmaps/IBM038: Likewise.
1320         * charmaps/IBM1004: Likewise.
1321         * charmaps/IBM1026: Likewise.
1322         * charmaps/IBM1047: Likewise.
1323         * charmaps/IBM256: Likewise.
1324         * charmaps/IBM273: Likewise.
1325         * charmaps/IBM274: Likewise.
1326         * charmaps/IBM275: Likewise.
1327         * charmaps/IBM277: Likewise.
1328         * charmaps/IBM278: Likewise.
1329         * charmaps/IBM280: Likewise.
1330         * charmaps/IBM281: Likewise.
1331         * charmaps/IBM284: Likewise.
1332         * charmaps/IBM285: Likewise.
1333         * charmaps/IBM290: Likewise.
1334         * charmaps/IBM297: Likewise.
1335         * charmaps/IBM420: Likewise.
1336         * charmaps/IBM423: Likewise.
1337         * charmaps/IBM424: Likewise.
1338         * charmaps/IBM437: Likewise.
1339         * charmaps/IBM500: Likewise.
1340         * charmaps/IBM850: Likewise.
1341         * charmaps/IBM851: Likewise.
1342         * charmaps/IBM852: Likewise.
1343         * charmaps/IBM855: Likewise.
1344         * charmaps/IBM857: Likewise.
1345         * charmaps/IBM860: Likewise.
1346         * charmaps/IBM861: Likewise.
1347         * charmaps/IBM862: Likewise.
1348         * charmaps/IBM863: Likewise.
1349         * charmaps/IBM864: Likewise.
1350         * charmaps/IBM865: Likewise.
1351         * charmaps/IBM866: Likewise.
1352         * charmaps/IBM868: Likewise.
1353         * charmaps/IBM869: Likewise.
1354         * charmaps/IBM870: Likewise.
1355         * charmaps/IBM871: Likewise.
1356         * charmaps/IBM874: Likewise.
1357         * charmaps/IBM875: Likewise.
1358         * charmaps/IBM880: Likewise.
1359         * charmaps/IBM891: Likewise.
1360         * charmaps/IBM903: Likewise.
1361         * charmaps/IBM904: Likewise.
1362         * charmaps/IBM905: Likewise.
1363         * charmaps/IBM918: Likewise.
1364         * charmaps/IEC_P27-1: Likewise.
1365         * charmaps/INIS: Likewise.
1366         * charmaps/INIS-CYRILLIC: Likewise.
1367         * charmaps/INVARIANT: Likewise.
1368         * charmaps/ISIRI-3342: Likewise.
1369         * charmaps/ISO-8859-1: Likewise.
1370         * charmaps/ISO-8859-10: Likewise.
1371         * charmaps/ISO-8859-13: Likewise.
1372         * charmaps/ISO-8859-14: Likewise.
1373         * charmaps/ISO-8859-15: Likewise.
1374         * charmaps/ISO-8859-16: Likewise.
1375         * charmaps/ISO-8859-2: Likewise.
1376         * charmaps/ISO-8859-3: Likewise.
1377         * charmaps/ISO-8859-4: Likewise.
1378         * charmaps/ISO-8859-5: Likewise.
1379         * charmaps/ISO-8859-6: Likewise.
1380         * charmaps/ISO-8859-7: Likewise.
1381         * charmaps/ISO-8859-8: Likewise.
1382         * charmaps/ISO-8859-9: Likewise.
1383         * charmaps/ISO-IR-197: Likewise.
1384         * charmaps/ISO-IR-90: Likewise.
1385         * charmaps/ISO_10367-BOX: Likewise.
1386         * charmaps/ISO_5427: Likewise.
1387         * charmaps/ISO_5428: Likewise.
1388         * charmaps/ISO_646.BASIC: Likewise.
1389         * charmaps/ISO_646.IRV: Likewise.
1390         * charmaps/ISO_6937: Likewise.
1391         * charmaps/ISO_6937-2-25: Likewise.
1392         * charmaps/ISO_6937-2-ADD: Likewise.
1393         * charmaps/ISO_8859-SUPP: Likewise.
1394         * charmaps/IT: Likewise.
1395         * charmaps/JIS_C6220-1969-RO: Likewise.
1396         * charmaps/JIS_C6229-1984-B: Likewise.
1397         * charmaps/JIS_X0201: Likewise.
1398         * charmaps/JUS_I.B1.002: Likewise.
1399         * charmaps/JUS_I.B1.003-MAC: Likewise.
1400         * charmaps/JUS_I.B1.003-SERB: Likewise.
1401         * charmaps/KOI-8: Likewise.
1402         * charmaps/KOI8-R: Likewise.
1403         * charmaps/KOI8-U: Likewise.
1404         * charmaps/KSC5636: Likewise.
1405         * charmaps/KSX1001: Likewise.
1406         * charmaps/LATIN-GREEK: Likewise.
1407         * charmaps/LATIN-GREEK-1: Likewise.
1408         * charmaps/MAC-IS: Likewise.
1409         * charmaps/MAC-UK: Likewise.
1410         * charmaps/MACINTOSH: Likewise.
1411         * charmaps/MSZ_7795.3: Likewise.
1412         * charmaps/NATS-DANO: Likewise.
1413         * charmaps/NATS-SEFI: Likewise.
1414         * charmaps/NC_NC00-10: Likewise.
1415         * charmaps/NEXTSTEP: Likewise.
1416         * charmaps/NF_Z_62-010: Likewise.
1417         * charmaps/NF_Z_62-010_1973: Likewise.
1418         * charmaps/NS_4551-1: Likewise.
1419         * charmaps/NS_4551-2: Likewise.
1420         * charmaps/PT: Likewise.
1421         * charmaps/PT2: Likewise.
1422         * charmaps/SAMI: Likewise.
1423         * charmaps/SAMI-WS2: Likewise.
1424         * charmaps/SEN_850200_B: Likewise.
1425         * charmaps/SEN_850200_C: Likewise.
1426         * charmaps/T.101-G2: Likewise.
1427         * charmaps/T.61-7BIT: Likewise.
1428         * charmaps/T.61-8BIT: Likewise.
1429         * charmaps/TIS-620: Likewise.
1430         * charmaps/UTF8: Likewise.
1431         * charmaps/VIDEOTEX-SUPPL: Likewise.
1432
1433 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
1434
1435         * locales/pt_BR: Revert last change partly.  Full weekday and month
1436         names are written with lowercase first letter.
1437         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
1438
1439 2000-06-21  Andreas Jaeger  <aj@suse.de>
1440
1441         * tst-trans.c: Include <stdlib.h> and <string.h>.
1442
1443 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
1444
1445         * locales/pt_BR: Correct day and month names.
1446         Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
1447
1448 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
1449
1450         * Makefile (ld-test-srcs): Add tests/test6.c.
1451
1452         * Makefile (ld-test-srcs): Add trans.def here.
1453
1454         * Makefile (ld-test-srcs): Handle .ds files separately.
1455
1456         * Makefile (ld-test-srcs): Distribute all test6 input files.
1457
1458 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
1459
1460         * locales/be_BY: New file.
1461         Contributed by Aleksey Novodvorsky <aen@logic.ru>.
1462
1463 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
1464
1465         * locales/iso14651_t1: New file.
1466
1467 2000-05-15  Andreas Jaeger  <aj@suse.de>
1468
1469         * tst-fmon.data: Change testcase following fixes for
1470         de_DE.
1471
1472         * locales/de_DE: Remove space after DEM since DEM is
1473         now placed after the value.
1474
1475         * locales/de_DE: Fix currency placement to use "12.345,68 DM".
1476         Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
1477         PR libc/1713.
1478
1479 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
1480
1481         * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
1482         Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
1483
1484         * tst-fmon.c (main): Print the locale name as well in the error
1485         message.
1486
1487 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
1488
1489         * locales/i18n: New file.
1490
1491 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
1492
1493         * tst-fmon.data: Update test after last strfmon change.
1494
1495 2000-03-15  Andreas Jaeger  <aj@suse.de>
1496
1497         * locales/sl_SI: Fix entries for june and july.
1498         Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
1499         libc/1648.
1500
1501 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
1502
1503         * locales/en_DK: Correct syntax.
1504
1505 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
1506
1507         * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
1508
1509 2000-03-01  Andreas Jaeger  <aj@suse.de>
1510
1511         * locales/gv_GB: New file.
1512         * locales/kw_GB: New file.
1513         From Pablo Saratxaga <pablo@mandrakesoft.com>.
1514
1515 2000-03-03  Ulrich Drepper  <drepper@redhat.com>
1516
1517         * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
1518
1519 2000-03-01  Andreas Jaeger  <aj@suse.de>
1520
1521         * SUPPORTED: Added bg_BG.CP1251.
1522
1523         * locales/bg_BG: New file.
1524
1525 2000-02-22  Ulrich Drepper  <drepper@redhat.com>
1526
1527         * locales/ko_KO: Update syntax for new localedef.  Use symbolic
1528         names for characters.
1529         * charmaps/EUC-KR: ADD width information.
1530         * repertoiremaps/mnemonic.ko: New file.
1531         Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
1532
1533         * charmaps/GBK: New file.
1534         * locales/zh_CN.GBK: New file.
1535         * repertoiremaps/mnemonic.zh: New file.
1536         Contributed by Sean Chen <sean.chen@turbolinux.com>.
1537
1538         * locales/mk_MK: New file.
1539         Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
1540         * SUPPORTED: Add mk_MK ISO-8859-5.
1541
1542 2000-02-12  Ulrich Drepper  <drepper@redhat.com>
1543
1544         * SUPPORTED: Add gl_ES.ISO-8859-1.
1545
1546         * SUPPORTED: Add ar_SA.ISO-8859-6.
1547         * locales/ar_SA: New file.
1548
1549         * locales/th_TH: Remove Thai digits from `digits'.
1550
1551         * SUPPORTED: Add th_TH.TIS-620.
1552
1553         * locales/el_GR (toupper): Don't map *s to S*.
1554         * locales/en_DK: Likewise.
1555         * locales/en_DK.com: Likewise.
1556         * locales/ru_RU: Likewise.
1557         * locales/ru_UA: Likewise.
1558         * locales/tr_TR: Likewise.
1559         * locales/uk_UA: Likewise.
1560
1561         * locales/en_DK (toupper): Map v% to V%.
1562         (tolower): Map V% to v%.
1563         * locales/en_DK.com: Likewise.
1564         * locales/ru_RU: Likewise.
1565         * locales/ru_UA: Likewise.
1566         * locales/tr_TR: Likewise.
1567         * locales/uk_UA: Likewise.
1568
1569 2000-02-11  Ulrich Drepper  <drepper@redhat.com>
1570
1571         * Makefile (generated-dirs): Add de_DE.437.
1572
1573 2000-01-31  Ulrich Drepper  <drepper@redhat.com>
1574
1575         * charmaps/IBM864: Correct comment for /xC6 mapping.
1576         * charmaps/ISO-IR-90: Correct mapping for <tilde>.
1577         * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
1578         * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
1579         Reported by Bruno Haible <haible@ilog.fr>.
1580
1581 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
1582
1583         * locales/af_ZA: Fix syntax errors.
1584
1585 2000-01-24  Ulrich Drepper  <drepper@cygnus.com>
1586
1587         * tst-locale.sh: Also enable test5.
1588         * tests/test5.ds: New file.
1589
1590         * locales/gl_ES: New file.
1591         Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
1592
1593         * locales/POSIX: Remove trailing semicolon.
1594         * locales/th_TH: Likewise.
1595         PR libc/1545.
1596
1597 2000-01-18  Ulrich Drepper  <drepper@cygnus.com>
1598
1599         * locales/ja_JP: Add double-width digits to digit class.
1600
1601 2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
1602
1603         * charmaps/ISO-8859-16: Add mapping for /xba.
1604         Reported by Bruno Haible <haible@ilog.fr>.
1605
1606 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
1607
1608         * tst-trans.sh: Add directory names to charmap and repertoire file
1609         names.
1610
1611         * charmaps/ISO-8859-16: New file.
1612
1613         * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
1614
1615 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
1616
1617         * SUPPORTED: Change lt_LT charset to ISO-8859-13.
1618
1619 1999-12-26  Ulrich Drepper  <drepper@cygnus.com>
1620
1621         * collate-test.c (main): Correct logic in test.
1622
1623         * tst-trans.sh: Use correct name for dynamic loader.
1624
1625 1999-12-23  Ulrich Drepper  <drepper@cygnus.com>
1626
1627         * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
1628
1629         * locale/en_BW: New file.
1630         * locale/en_ZW: New file.
1631         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
1632
1633 1999-12-21  Ulrich Drepper  <drepper@cygnus.com>
1634
1635         * locales/ja_JP: Fix cntrl mapping and era definition.
1636         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1637
1638 1999-12-20  Ulrich Drepper  <drepper@cygnus.com>
1639
1640         * locales/af_ZA: New file.
1641         Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
1642
1643 1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
1644
1645         * locales/POSIX: Fix collation order of <SI> and add a few missing
1646         symbols.  Patch by Miloslav Trmac <mitr@volny.cz>.
1647
1648         * locales/cs_CZ: Fix syntax of collation entries with multi-character
1649         weights.
1650         * locales/da_DK: Likewise.
1651         * locales/el_GR: Likewise.
1652         * locales/en_CA: Likewise.
1653         * locales/en_CA,2.5: Likewise.
1654         * locales/en_DK: Likewise.
1655         * locales/en_DK.com: Likewise.
1656         * locales/es_AR: Likewise.
1657         * locales/es_BO: Likewise.
1658         * locales/es_CL: Likewise.
1659         * locales/es_CO: Likewise.
1660         * locales/es_DO: Likewise.
1661         * locales/es_EC: Likewise.
1662         * locales/es_ES: Likewise.
1663         * locales/es_GT: Likewise.
1664         * locales/es_HN: Likewise.
1665         * locales/es_MX: Likewise.
1666         * locales/es_PA: Likewise.
1667         * locales/es_PE: Likewise.
1668         * locales/es_PY: Likewise.
1669         * locales/es_SV: Likewise.
1670         * locales/es_US: Likewise.
1671         * locales/es_UY: Likewise.
1672         * locales/es_VE: Likewise.
1673         * locales/et_EE: Likewise.
1674         * locales/fi_FI: Likewise.
1675         * locales/fr_CA,2.13: Likewise.
1676         * locales/hr_HR: Likewise.
1677         * locales/hu_HU: Likewise.
1678         * locales/is_IS: Likewise.
1679         * locales/lt_LT: Likewise.
1680         * locales/lv_LV: Likewise.
1681         * locales/no_NO: Likewise.
1682         * locales/pl_PL: Likewise.
1683         * locales/ro_RO: Likewise.
1684         * locales/ru_RU: Likewise.
1685         * locales/ru_UA: Likewise.
1686         * locales/sl_SI: Likewise.
1687         * locales/sr_YU: Likewise.
1688         * locales/sv_SE: Likewise.
1689         * locales/th_TH: Likewise.
1690         * locales/tr_TR: Likewise.
1691         * locales/uk_UA: Likewise.
1692
1693 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
1694
1695         * charmaps/ISIRI-3342: New file.
1696         * locales/fa_IR: New file.
1697         Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
1698
1699 1999-12-10  Ulrich Drepper  <drepper@cygnus.com>
1700
1701         * locales/de_DE: Correct syntax of multi-character weights.
1702
1703 1999-12-08  Ulrich Drepper  <drepper@cygnus.com>
1704
1705         * tests/test6.c: New file.
1706         * tests/test6.cm: New file.
1707         * tests/test6.def: New file.
1708         * tests/test6.mne: New file.
1709
1710         * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
1711         UFE85, and UFE8B.
1712         * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
1713         and /xc6.
1714         * charmaps/KOI8-U: Fix typo in /x95 entry.
1715         * charmaps/KOI8-R: Correct 0x95 entry.
1716         * charmaps/CP1258: Add /xEC.
1717         * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
1718         * charmaps/IBM874: Add Euro.
1719         * charmaps/ISO-8859-7: Map /xB4 to U0384.
1720         Reported by Bruno Haible <haible@ilog.fr>.
1721
1722 1999-11-29  Ulrich Drepper  <drepper@cygnus.com>
1723
1724         * charmaps/ISO-8859-10: Correct alias.  This charset was issued in
1725         1992.  Reported by Bruno Haible <haible@ilog.fr>.
1726
1727 1999-11-27  Shinya Hanataka  <hanataka@abyss.rim.or.jp>
1728
1729         * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
1730         * charmaps/EUC-JP: Likewise.
1731         * repertoiremaps/mnemonic.ja: Likewise.
1732
1733         * locales/ja_JP: Add extra CLASS and MAP definisions.
1734
1735         * charmaps/EUC-JP: Add WIDTH definitions.
1736
1737 1999-11-25  Ulrich Drepper  <drepper@cygnus.com>
1738
1739         * Makefile: Don't run tests for now.
1740
1741 1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
1742
1743         * locales/ko_KR: New file.
1744         * charmaps/EUC-KR: New file.
1745         Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
1746
1747 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
1748
1749         * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
1750
1751         * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
1752
1753 1999-11-20  Ulrich Drepper  <drepper@cygnus.com>
1754
1755         * tst-trans.c: New file.
1756         * tst-trans.sh: New file.
1757         * tests/trans.def: New file.
1758         * Makefile: Add rules for character mapping tests.
1759
1760         * tests/test1.def: Correct ellipsis syntax.
1761
1762 1999-11-17  Ulrich Drepper  <drepper@cygnus.com>
1763
1764         * charmaps/ISO-8859-1: Don't define values for non-printable
1765         characters.
1766
1767         * charmaps/ISO-8859-1: Add width information.
1768
1769 1999-11-12  Ulrich Drepper  <drepper@cygnus.com>
1770
1771         * charmaps/ISO-8859-7: Fix 0xa1 mapping.
1772
1773         * charmaps/ISO-8859-13: Fix a few entries.
1774         Patch by Marius Gedminas <mgedmin@takas.lt>.
1775
1776 1999-09-22  Ulrich Drepper  <drepper@cygnus.com>
1777
1778         * locales/zh_CN: Some first patches to make the file usable.
1779
1780 1999-09-13  Ulrich Drepper  <drepper@cygnus.com>
1781
1782         * locales/id_ID: Fix typo.
1783
1784 1999-08-31  Ulrich Drepper  <drepper@cygnus.com>
1785
1786         * locales/en_DK: Add Euro symbol to collation and characterization
1787         tables.  Patch by Geoff Keating.
1788
1789         * charmaps/ISO-8859-15: Remove duplicate <OC>.
1790
1791 1999-08-16  Ulrich Drepper  <drepper@cygnus.com>
1792
1793         * charmaps/CP1258: Remove spurious <percent-sign/> entry.
1794         * charmaps/IBM866: Likewise.
1795         * charmaps/IBM874: Likewise.
1796         * charmaps/ISO-8859-13: Likewise.
1797         * charmaps/ISO-8859-14: Likewise.
1798         * charmaps/ISO-8859-15: Likewise.
1799         * charmaps/MAC-UK: Likewise.
1800
1801         * charmaps/ISO-8859-13: Correct typo.
1802         * charmaps/ISO-8859-14: Likewise.
1803         * charmaps/ISO-8859-15: Likewise.
1804
1805 1999-08-16  Andreas Schwab  <schwab@suse.de>
1806
1807         * charmaps/UTF8: Add entries for /x00.  Remove spurious
1808         <percent-sign/> entry.  Correct typo.
1809
1810 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
1811
1812         * charmaps/UTF8: Generated from the charDB.
1813
1814 1999-08-13  Andreas Schwab  <schwab@suse.de>
1815
1816         * locales/cs_CZ: Remove <ft> entry, add <St> entry.
1817         * locales/da_DK: Likewise.
1818         * locales/de_DE: Likewise.
1819         * locales/el_GR: Likewise.
1820         * locales/en_CA: Likewise.
1821         * locales/en_DK: Likewise.
1822         * locales/en_DK.com: Likewise.
1823         * locales/es_AR: Likewise.
1824         * locales/es_BO: Likewise.
1825         * locales/es_CL: Likewise.
1826         * locales/es_CO: Likewise.
1827         * locales/es_DO: Likewise.
1828         * locales/es_EC: Likewise.
1829         * locales/es_ES: Likewise.
1830         * locales/es_GT: Likewise.
1831         * locales/es_HN: Likewise.
1832         * locales/es_MX: Likewise.
1833         * locales/es_PA: Likewise.
1834         * locales/es_PE: Likewise.
1835         * locales/es_PY: Likewise.
1836         * locales/es_SV: Likewise.
1837         * locales/es_US: Likewise.
1838         * locales/es_UY: Likewise.
1839         * locales/es_VE: Likewise.
1840         * locales/et_EE: Likewise.
1841         * locales/fi_FI: Likewise.
1842         * locales/hr_HR: Likewise.
1843         * locales/hu_HU: Likewise.
1844         * locales/is_IS: Likewise.
1845         * locales/lt_LT: Likewise.
1846         * locales/lv_LV: Likewise.
1847         * locales/no_NO: Likewise.
1848         * locales/pl_PL: Likewise.
1849         * locales/ro_RO: Likewise.
1850         * locales/ru_RU: Likewise.
1851         * locales/ru_UA: Likewise.
1852         * locales/sl_SI: Likewise.
1853         * locales/sr_YU: Likewise.
1854         * locales/sv_SE: Likewise.
1855         * locales/tr_TR: Likewise.
1856         * locales/uk_UA: Likewise.
1857
1858         * charmaps/ISO_10646: Fix typo.
1859
1860 1999-08-15  Ulrich Drepper  <drepper@cygnus.com>
1861
1862         * locales/ca_ES: New file.
1863         Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
1864
1865         * SUPPORTED: Add ca_ES.
1866
1867 1999-05-18  Ulrich Drepper  <drepper@cygnus.com>
1868
1869         * Makefile (LOCALEDEF): Add I18NPATH definition to find the
1870         correct sources.
1871
1872 1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
1873
1874         * locales/ru_RU: Abbreviate Saturday Sbt.
1875         Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
1876
1877 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
1878
1879         * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
1880
1881 1999-04-29  Ulrich Drepper  <drepper@cygnus.com>
1882
1883         * Makefile (install-locales): Allow specifying charset in locale
1884         name but omit it in locale definition file.
1885
1886         * SUPPORTED: Don't generate ru_SU.
1887         * locales/ru_SU: Removed.
1888
1889         * locales/zh_CN: Update.
1890         * charmaps/GB2312: New file.
1891         Contributed by hashao@china.com.
1892
1893 1999-04-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1894
1895         * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
1896         correct some character names.
1897
1898         * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
1899
1900 1999-04-26  Ulrich Drepper  <drepper@cygnus.com>
1901
1902         * charmaps/SAMI-WS2: Add one more alias.
1903
1904 1999-04-16  Ulrich Drepper  <drepper@cygnus.com>
1905
1906         * charmaps/IBM874: New file.
1907
1908         * charmaps/IBM869: Correct entries 8b, 8e, and ef.
1909
1910         * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
1911
1912         * charmaps/IBM864: Major update from Unicode data.
1913
1914         * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
1915
1916         * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
1917
1918         * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
1919
1920         * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
1921
1922         * charmaps/IBM857: Correct entries ee, f7, and fa.
1923
1924         * charmaps/IBM855: Correct entries 95, ef, and fd.
1925
1926         * charmaps/IBM437: Correct entries f9 and fa.
1927
1928         * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
1929
1930         * locales/th_TH: New file.  Thai locale description.
1931         * th_TH.in: New file.
1932         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
1933
1934 1999-04-14  Cristian Gafton  <gafton@redhat.com>
1935
1936         * SUPPORTED: Add support for Ukraine Russian.
1937         * locales/ru_UA: New file.
1938         * locales/uk_UA: New file.
1939         * charmaps/KOI8-U: New file.
1940
1941 1999-04-12  Ulrich Drepper  <drepper@cygnus.com>
1942
1943         * locales/id_ID: New file.
1944
1945 1999-04-10  Ulrich Drepper  <drepper@cygnus.com>
1946
1947         * charmaps/TIS-620: New file.
1948         Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
1949
1950 1999-03-31  Ulrich Drepper  <drepper@cygnus.com>
1951
1952         * locales/en_ZA: New file.  Contributed by nic@sig.co.za.
1953
1954         * charmaps/CP1256: Cosmetic changes.
1955         * charmaps/CP1257: Likewise.
1956
1957         * charmaps/CP1258: New file.
1958
1959         * charmaps/CP1257: Add some marks.
1960         * charmaps/CP1256: Update from Unicode page.
1961         * charmaps/CP1255: Lots of punctuation character changes.
1962         * charmaps/CP1254: Add Euro character.  Fix a few lowercase characters.
1963         * charmaps/CP1253: Add Euro character.
1964         * charmaps/CP1252: Add Euro character and z caron.
1965         * charmaps/CP1251: Add Euro character.
1966         * charmaps/CP1250: Add Euro character.
1967
1968 1999-03-15  Ulrich Drepper  <drepper@cygnus.com>
1969
1970         * locales/hr_HR: Various corrections.
1971         Patch by Tomislav Vujec <tvujec@CARNet.hr>.
1972
1973 1999-03-08  Ulrich Drepper  <drepper@cygnus.com>
1974
1975         * locales/ru_RU (mon): Fix March and May month name translations.
1976         Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
1977
1978 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
1979
1980         * Makefile (test-input): Prepare for cs_CZ test.
1981         * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
1982         * cs_CZ.in: New file.
1983
1984 1999-02-11  Ulrich Drepper  <drepper@cygnus.com>
1985
1986         * locales/it_CH: New file.
1987         * SUPPORTED: Add it_CH.
1988
1989         * locales/in_ID: New file.
1990         * SUPPORTED: Add in_ID.
1991
1992 1998-12-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1993
1994         * Makefile (test-input): Add hr_HR.ISO-8859-2.
1995         (test-input-data): New variable.
1996         (distribute): Use it.
1997         (do-collate-test): Use it.
1998         * locales/hr_HR.in: New file.
1999
2000 1998-12-16  Ulrich Drepper  <drepper@cygnus.com>
2001
2002         * charmaps/IBM866: New file.
2003         * charmaps/MAC-UK: New file.
2004
2005 1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
2006
2007         * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
2008         * charmaps/ISO-8859-14: Add alias names.
2009
2010         * repertoiremaps/mnemonics.ds: Remove duplicates.
2011
2012 1998-12-12  Ulrich Drepper  <drepper@cygnus.com>
2013
2014         * charmaps/ISO-8859-13: New file.
2015         * charmaps/ISO-8859-14: New file.
2016         * charmaps/ISO-8859-15: New file.
2017
2018         * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
2019
2020 1998-12-07  Ulrich Drepper  <drepper@cygnus.com>
2021
2022         * SUPPORTED: Add en_AU.
2023
2024 1998-12-01  Ulrich Drepper  <drepper@cygnus.com>
2025
2026         * SUPPORTED: Update greek entry.
2027         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2028
2029 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
2030
2031         * locales/el_GR (abmon): Remove spaces at end of strings.
2032
2033 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
2034
2035         * tests/test1.cm: Add missing character definitions to read POSIX
2036         locale definition.
2037         * tests/test2.cm: Likewise.
2038         * tests/test3.cm: Likewise.
2039         * tests/test4.cm: Likewise.
2040         * tests/test5.cm: Likewise.
2041
2042 1998-10-19 13:31  Ulrich Drepper  <drepper@cygnus.com>
2043
2044         * locales/POSIX: Correct typo.  Add UNDEFINED symbol.
2045
2046 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
2047
2048         * locales/gr_GR: Renamed to...
2049         * locales/el_GR: ...this.
2050         (yesexpr, noexpr): Also allow yes and no.
2051
2052 1998-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2053
2054         * locales/sr_YU: Add repertoiremap.
2055
2056 1998-09-23  Cristian Gafton  <gafton@redhat.com>
2057
2058         * locales/sr_YU: New file.
2059         * SUPPORTED: Add sr_YU.
2060
2061 1998-09-23  Ulrich Drepper  <drepper@cygnus.com>
2062
2063         * Makefile: Rewrite install-locales rule.
2064
2065 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
2066
2067         * Makefile: Add more dependecies for running tests.
2068         Reported by HJ Lu.
2069
2070 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2071
2072         * locales/sk_SK: Add repertoiremap.
2073
2074 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2075
2076         * locales/ru_SU: Add repertoiremap.
2077
2078 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2079
2080         * locales/ru_SU: New file.
2081         * SUPPORTED: Add ru_SU with KOI8-R.
2082
2083 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2084
2085         * Makefile: Install repertoire maps.
2086         * mnemonic.ds: Moved into repertoiremaps subdir.
2087         * repertoiremaps/charids.894: New file.
2088         * repertoiremaps/mnemonic.ds: New file.
2089
2090         * sort-test.sh: Adapt for most recent changes in localedef.
2091         * tst-fmon.sh: Likewise.
2092         * tst-locale.sh: Likewise.
2093
2094         * locales/POSIX: Add repertoiremap definition.
2095         * locales/cs_CZ: Likewise.
2096         * locales/da_DK: Likewise.
2097         * locales/de_AT: Likewise.
2098         * locales/de_BE: Likewise.
2099         * locales/de_CH: Likewise.
2100         * locales/de_DE: Likewise.
2101         * locales/de_LU: Likewise.
2102         * locales/en_AU: Likewise.
2103         * locales/en_CA: Likewise.
2104         * locales/en_CA,2.5: Likewise.
2105         * locales/en_DK: Likewise.
2106         * locales/en_DK.com: Likewise.
2107         * locales/en_GB: Likewise.
2108         * locales/en_IE: Likewise.
2109         * locales/en_NZ: Likewise.
2110         * locales/en_US: Likewise.
2111         * locales/es_AR: Likewise.
2112         * locales/es_BO: Likewise.
2113         * locales/es_CL: Likewise.
2114         * locales/es_CO: Likewise.
2115         * locales/es_DO: Likewise.
2116         * locales/es_EC: Likewise.
2117         * locales/es_ES: Likewise.
2118         * locales/es_GT: Likewise.
2119         * locales/es_HN: Likewise.
2120         * locales/es_MX: Likewise.
2121         * locales/es_PA: Likewise.
2122         * locales/es_PE: Likewise.
2123         * locales/es_PY: Likewise.
2124         * locales/es_SV: Likewise.
2125         * locales/es_US: Likewise.
2126         * locales/es_UY: Likewise.
2127         * locales/es_VE: Likewise.
2128         * locales/et_EE: Likewise.
2129         * locales/eu_ES: Likewise.
2130         * locales/fi_FI: Likewise.
2131         * locales/fo_FO: Likewise.
2132         * locales/fr_BE: Likewise.
2133         * locales/fr_CA: Likewise.
2134         * locales/fr_CA,2.13: Likewise.
2135         * locales/fr_CH: Likewise.
2136         * locales/fr_FR: Likewise.
2137         * locales/fr_LU: Likewise.
2138         * locales/ga_IE: Likewise.
2139         * locales/gr_GR: Likewise.
2140         * locales/he_IL: Likewise.
2141         * locales/hr_HR: Likewise.
2142         * locales/hu_HU: Likewise.
2143         * locales/is_IS: Likewise.
2144         * locales/it_IT: Likewise.
2145         * locales/iw_IL: Likewise.
2146         * locales/kl_GL: Likewise.
2147         * locales/lt_LT: Likewise.
2148         * locales/lv_LV: Likewise.
2149         * locales/nl_BE: Likewise.
2150         * locales/nl_NL: Likewise.
2151         * locales/no_NO: Likewise.
2152         * locales/pl_PL: Likewise.
2153         * locales/pt_BR: Likewise.
2154         * locales/pt_PT: Likewise.
2155         * locales/ro_RO: Likewise.
2156         * locales/ru_RU: Likewise.
2157         * locales/sl_SI: Likewise.
2158         * locales/sv_FI: Likewise.
2159         * locales/sv_SE: Likewise.
2160         * locales/tr_TR: Likewise.
2161         * locales/zh_CN: Likewise.
2162
2163 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2164
2165         * tst-locale.sh: Add comment for when multi-byte charsets in
2166         locales work.
2167         * tests/test5.cm: New file.
2168         * tests/test5.def: New file.
2169         * Makefile (ld-test-names): Add test5.
2170
2171 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
2172
2173         * locales/de_DE: Use . as thousands separator and 3;3 groups for
2174         LC_NUMERIC.
2175
2176 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
2177
2178         * Makefile: Fix test rules from last patch.
2179
2180 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2181
2182         * locales/ru_RU: Abbreviations must end with a consonant.  Fix for
2183         Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
2184
2185 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
2186
2187         * Makefile (distribute): Add tst-locale.sh.
2188
2189 1998-03-24 12:14  Ulrich Drepper  <drepper@cygnus.com>
2190
2191         * Makefile (distribute): Add SUPPORTED.
2192         (install-locales): New rule to install locale dat ausing localedef.
2193         * SUPPORTED: New file.  Names all usable locales.
2194         Based on a patch by Cristian Gafton <gafton@redhat.com>.
2195
2196         * locales/gr_GR: Correct collation description.
2197         * locales/nl_NL: Correct Charset requirement.
2198         * locales/pt_BR: Fix int_curr_symbol.
2199         * locales/ru_RU: Fix ctype data.
2200         Patches by Cristian Gafton <gafton@redhat.com>.
2201
2202         * locales/nl_NL: Fix yesexpr/noexpr.
2203         * locales/pt_BR: Likewise.
2204         * locales/cs_CZ: Likewise.
2205         * locales/da_DK: Likewise.
2206         * locales/en_AU: Likewise.
2207         * locales/en_CA: Likewise.
2208         * locales/en_DK: Likewise.
2209         * locales/en_DK.com: Likewise.
2210         * locales/en_GB: Likewise.
2211         * locales/en_NZ: Likewise.
2212         * locales/en_US: Likewise.
2213         * locales/es_AR: Likewise.
2214         * locales/es_BO: Likewise.
2215         * locales/es_CL: Likewise.
2216         * locales/es_CO: Likewise.
2217         * locales/es_DO: Likewise.
2218         * locales/es_EC: Likewise.
2219         * locales/es_ES: Likewise.
2220         * locales/es_GT: Likewise.
2221         * locales/es_HN: Likewise.
2222         * locales/es_MX: Likewise.
2223         * locales/es_PA: Likewise.
2224         * locales/es_PE: Likewise.
2225         * locales/es_PY: Likewise.
2226         * locales/es_SV: Likewise.
2227         * locales/es_US: Likewise.
2228         * locales/es_UY: Likewise.
2229         * locales/es_VE: Likewise.
2230         * locales/et_EE: Likewise.
2231         * locales/eu_ES: Likewise.
2232         * locales/fi_FI: Likewise.
2233         * locales/fo_FO: Likewise.
2234         * locales/fr_BE: Likewise.
2235         * locales/fr_CA: Likewise.
2236         * locales/fr_CH: Likewise.
2237         * locales/fr_FR: Likewise.
2238         * locales/fr_LU: Likewise.
2239         * locales/ga_IE: Likewise.
2240         * locales/gr_GR: Likewise.
2241         * locales/he_IL: Likewise.
2242         * locales/hr_HR: Likewise.
2243         * locales/hu_HU: Likewise.
2244         * locales/is_IS: Likewise.
2245         * locales/it_IT: Likewise.
2246         * locales/iw_IL: Likewise.
2247         * locales/ja_JP: Likewise.
2248         * locales/kl_GL: Likewise.
2249         * locales/lt_LT: Likewise.
2250         * locales/lv_LV: Likewise.
2251         * locales/no_NO: Likewise.
2252         * locales/pl_PL: Likewise.
2253         * locales/pt_PT: Likewise.
2254         * locales/ro_RO: Likewise.
2255         * locales/ru_RU: Likewise.
2256         * locales/sl_SI: Likewise.
2257         * locales/sv_SE: Likewise.
2258         * locales/tr_TR: Likewise.
2259         * locales/zh_CN: Likewise.
2260
2261 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
2262
2263         * locales/ru_RU: Correct last patch.
2264         Patch by Cristian Gafton <gafton@redhat.com>.
2265
2266 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
2267
2268         * locales/de_DE: Use common german data and time format not ISO
2269         8601.
2270
2271 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
2272
2273         * locales/ru_RU: Correct inconsistencies in mon data.
2274         Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
2275
2276 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2277
2278         * locales/pl_PL: Fix int_curr_symbol.
2279
2280 1997-10-09 04:56  Ulrich Drepper  <drepper@cygnus.com>
2281
2282         * locales/is_IS: Update from Debian version.
2283
2284 1997-08-29 03:16  Ulrich Drepper  <drepper@cygnus.com>
2285
2286         * tst-fmon.c: New file.  strfmon test program.
2287         * tst-fmon.sh: New file.  Script to run strfmon test.
2288         * fmon-de_DE.exp: New file.  Expected result of strfmon test for de_DE.
2289         * fmon-en_US.exp: New file.  Expected result of strfmon test for en_US.
2290
2291         * locales/cs_CZ: Update from author.
2292
2293 1997-03-17 03:32  Ulrich Drepper  <drepper@cygnus.com>
2294
2295         * sort-test.sh: Call localedef with additional environment variable
2296         I18NPATH to point to not-yet-installed locale data files.
2297
2298         * locales/POSIX: Updated version from maintainer.
2299
2300 1997-02-15 14:32 15:10 Andreas Jaeger  <aj@arthur.pfalz.de>
2301
2302         * collate-test.c (main): Change prototype definition to prevent
2303         warning.
2304
2305 1997-02-15 17:46  Ulrich Drepper  <drepper@cygnus.com>
2306
2307         * locales/de_DE: Include real collation data.  It's similar to the
2308         en_DK information but the order of small and capital characters is
2309         exchanged.
2310
2311         * collate-test.c: New file.  Test suite for strcoll function.
2312         * de_DE.in: Input file for collation test.
2313         * da_DK.in: Likewise.
2314
2315         * xfrm-test.c: New file.  Test suite for strxfrm function.
2316
2317 1996-12-10 02:47  Ulrich Drepper  <drepper@cygnus.com>
2318
2319         * All charmaps: Fix entries for <quotation-mark>.
2320
2321 1996-10-17 18:57  Ulrich Drepper  <drepper@cygnus.com>
2322
2323         * Makefile (charmaps): Don't try to install CVS or RCS directory.
2324         (locales): Likewise.
2325         Reported by Matthias Urlichs.