]> sourceware.org Git - glibc.git/blob - localedata/ChangeLog
da0faca163f6d49dd1230e69b7c0002919dfbd95
[glibc.git] / localedata / ChangeLog
1 2000-07-29 Ulrich Drepper <drepper@redhat.com>
2
3 * tst-digits.c: Add ctype and wctype tests.
4
5 2000-07-28 Ulrich Drepper <drepper@redhat.com>
6
7 * Makefile (ld-test-names): Add test7.
8 (tests): Add tst-digits. Add dependency and environment variable.
9 * tst-digits.c: New file.
10 * tst-locale.sh: Generate test7 locale.
11 * tests/test7.cm: New file.
12 * tests/test7.def: New file.
13
14 * tst-locale.sh: Add dropped test6 locale.
15
16 2000-07-27 Bruno Haible <haible@clisp.cons.org>
17
18 * tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
19 * tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
20 locale.
21
22 2000-07-28 Ulrich Drepper <drepper@redhat.com>
23
24 * locales/zh_TW: New file.
25 Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
26
27 2000-07-28 Andreas Jaeger <aj@suse.de>
28
29 * tst-langinfo.c: Include <string.h> for strcmp prototype.
30
31 2000-07-26 Ulrich Drepper <drepper@redhat.com>
32
33 * charmaps/BIG5: New file.
34 Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
35
36 2000-07-25 Ulrich Drepper <drepper@redhat.com>
37
38 * locales/zh_CN: Update for new format.
39 Patch by Yong Li <yong.li@asu.edu>.
40
41 * tst-langinfo.c: Add copyright text.
42
43 2000-07-24 Ulrich Drepper <drepper@redhat.com>
44
45 * tst-wctype.input: Add more input text.
46 * tst-wctype.c: Test more classes.
47
48 * Makefile: Add rules to build, run, and distribute tst-langinfo.
49 * tst-langinfo.c: New file.
50 * tst-langinfo.sh: New file.
51
52 * locales/ja_JP (era_d_t_fmt): Fix typo.
53
54 * Makefile: Add rules to build, run, and distribute tst-wctype.
55 * tst-wctype.c: New file.
56 * tst-wctype.input: New file.
57 * tst-wctype.sh: New file.
58
59 2000-07-24 Jakub Jelinek <jakub@redhat.com>
60
61 * locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
62 for Wednesday. Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
63
64 2000-07-23 Ulrich Drepper <drepper@redhat.com>
65
66 * locales/sr_YU (yesexpr): Fix "*." -> ".*".
67 (enoexpr): Likewise.
68 * locales/hr_HR: Likewise.
69 Patches by GOTO Masanori <gotom@debian.or.jp>.
70
71 * locales/i18n (yesexpr): Add U005E at the beginning.
72 (noexpr): Likewise.
73
74 2000-07-22 Ulrich Drepper <drepper@redhat.com>
75
76 * locales/ja_JP (yesexpr): U0060 should be U005E.
77 (noexpr): Likewise.
78
79 * locales/i18n: Remove U00A0 from blank as well.
80 * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
81
82 2000-07-21 Ulrich Drepper <drepper@redhat.com>
83
84 * charmaps/SJIS: Add width information.
85 Patch by GOTO Masanori <gotom@debian.or.jp>.
86
87 * charmaps/SJIS: Correct byte sequence for single byte characters.
88
89 2000-07-19 Ulrich Drepper <drepper@redhat.com>
90
91 * locales/i18n: Fix typos.
92
93 * locales/iso14651_t1: Correct syntax for HAN script.
94
95 2000-07-18 Ulrich Drepper <drepper@redhat.com>
96
97 * charmaps/GB18030: New file.
98
99 * charmaps/UTF-8: Update for Unicode 3.0.
100
101 * tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
102 space.
103 * tst-ctype.c: Likewise.
104 * tst-ctype.sh: Likewise.
105 * locales/i18n: Likewise.
106 * locales/ja_JP: Likewise.
107 * tests-mbwc/dat_iswcntrl.c: Likewise.
108 * tests-mbwc/dat_iswctype.c: Likewise.
109 * tests-mbwc/dat_iswspace.c: Likewise.
110
111 * tst-ctype.sh: Also test C locale.
112
113 2000-07-16 Ulrich Drepper <drepper@redhat.com>
114
115 * Makefile: Rewrite rules for tests to run them only when necessary.
116 * sort-test.sh: Produce output for failed tests.
117 * tst-fmon.sh: Likewise.
118 * tst-rpmatch.sh: Likewise.
119
120 2000-07-14 Ulrich Drepper <drepper@redhat.com>
121
122 * tst-ctype-de_DE.in: Renamed to...
123 * tst-ctype-de_DE.ISO-8859-1.in: ...this.
124
125 2000-07-11 Andreas Jaeger <aj@suse.de>
126
127 * Makefile (locale_test_suite): Always run test suite.
128 ($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
129 gen-locale.sh.
130 (do-collate-test): Likewise.
131 (do-tst-fmon): Likewise.
132 (do-tst-locale): Likewise.
133 (do-tst-rpmatch): Likewise.
134 (do-tst-trans): Likewise.
135 (do-tst-mbswcs): Likewise.
136 (do-tst-ctype): Likewise.
137
138 * sort-test.sh : Rewrite to work with static only builds.
139 * tst-ctype.sh: Likewise.
140 * tst-fmon.sh: Likewise.
141 * tst-locale.sh: Likewise.
142 * tst-mbswcs.sh: Likewise.
143 * tst-rpmatch.sh: Likewise.
144 * tst-trans.sh: Likewise.
145
146 * gen-locale.sh (locfile): Fix it for building with
147 sourcedir==builddir and for static only builds.
148
149 2000-07-07 Ulrich Drepper <drepper@redhat.com>
150
151 * locales/POSIX: Remove repertoire map reference.
152 * locales/ar_SA: Remove repertoire map reference.
153
154 * locales/zh_CN.GBK: Removed.
155
156 * repertoiremaps/charids.894: Removed.
157 * repertoiremaps/mnemonics.ds: Removed.
158 * repertoiremaps/mnemonics.ja: Removed.
159 * repertoiremaps/mnemonics.ko: Removed.
160 * repertoiremaps/mnemonics.zh: Removed.
161
162 * charmaps/SJIS: New file.
163
164 2000-07-06 Ulrich Drepper <drepper@redhat.com>
165
166 * tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
167 to EUC-JP.
168 * tests-mbwc/dat_mbtowc.c: Likewise.
169 * tests-mbwc/dat_wctob.c: Likewise.
170
171 * charmaps/EUC-JP: Make characters in C1 area map to themselves.
172 * charmaps/EUC-KR: Likewise.
173
174 2000-07-06 Jakub Jelinek <jakub@redhat.com>
175
176 * locales/af_ZA (LC_TELEPHONE): Add int_prefix.
177 * locales/ar_SA (LC_TELEPHONE): Likewise.
178 * locales/be_BY (LC_TELEPHONE): Likewise.
179 * locales/bg_BG (LC_TELEPHONE): Likewise.
180 * locales/ca_ES (LC_TELEPHONE): Likewise.
181 * locales/da_DK (LC_TELEPHONE): Likewise.
182 * locales/de_BE (LC_TELEPHONE): Likewise.
183 * locales/de_CH (LC_TELEPHONE): Likewise.
184 * locales/de_LU (LC_TELEPHONE): Likewise.
185 * locales/el_GR (LC_TELEPHONE): Likewise.
186 * locales/en_AU (LC_TELEPHONE): Likewise.
187 * locales/en_BW (LC_TELEPHONE): Likewise.
188 * locales/en_CA (LC_TELEPHONE): Likewise.
189 * locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
190 * locales/en_DK (LC_TELEPHONE): Likewise.
191 * locales/en_IE (LC_TELEPHONE): Likewise.
192 * locales/en_NZ (LC_TELEPHONE): Likewise.
193 * locales/en_ZA (LC_TELEPHONE): Likewise.
194 * locales/en_ZW (LC_TELEPHONE): Likewise.
195 * locales/es_AR (LC_TELEPHONE): Likewise.
196 * locales/es_BO (LC_TELEPHONE): Likewise.
197 * locales/es_CL (LC_TELEPHONE): Likewise.
198 * locales/es_CO (LC_TELEPHONE): Likewise.
199 * locales/es_DO (LC_TELEPHONE): Likewise.
200 * locales/es_EC (LC_TELEPHONE): Likewise.
201 * locales/es_ES (LC_TELEPHONE): Likewise.
202 * locales/es_GT (LC_TELEPHONE): Likewise.
203 * locales/es_HN (LC_TELEPHONE): Likewise.
204 * locales/es_MX (LC_TELEPHONE): Likewise.
205 * locales/es_PA (LC_TELEPHONE): Likewise.
206 * locales/es_PE (LC_TELEPHONE): Likewise.
207 * locales/es_PY (LC_TELEPHONE): Likewise.
208 * locales/es_SV (LC_TELEPHONE): Likewise.
209 * locales/es_US (LC_TELEPHONE): Likewise.
210 * locales/es_UY (LC_TELEPHONE): Likewise.
211 * locales/es_VE (LC_TELEPHONE): Likewise.
212 * locales/et_EE (LC_TELEPHONE): Likewise.
213 * locales/eu_ES (LC_TELEPHONE): Likewise.
214 * locales/fa_IR (LC_TELEPHONE): Likewise.
215 * locales/fi_FI (LC_TELEPHONE): Likewise.
216 * locales/fo_FO (LC_TELEPHONE): Likewise.
217 * locales/fr_BE (LC_TELEPHONE): Likewise.
218 * locales/fr_CA (LC_TELEPHONE): Likewise.
219 * locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
220 * locales/fr_CH (LC_TELEPHONE): Likewise.
221 * locales/fr_LU (LC_TELEPHONE): Likewise.
222 * locales/ga_IE (LC_TELEPHONE): Likewise.
223 * locales/gl_ES (LC_TELEPHONE): Likewise.
224 * locales/gv_GB (LC_TELEPHONE): Likewise.
225 * locales/he_IL (LC_TELEPHONE): Likewise.
226 * locales/hr_HR (LC_TELEPHONE): Likewise.
227 * locales/hu_HU (LC_TELEPHONE): Likewise.
228 * locales/id_ID (LC_TELEPHONE): Likewise.
229 * locales/in_ID (LC_TELEPHONE): Likewise.
230 * locales/is_IS (LC_TELEPHONE): Likewise.
231 * locales/it_CH (LC_TELEPHONE): Likewise.
232 * locales/it_IT (LC_TELEPHONE): Likewise.
233 * locales/iw_IL (LC_TELEPHONE): Likewise.
234 * locales/kl_GL (LC_TELEPHONE): Likewise.
235 * locales/ko_KR (LC_TELEPHONE): Likewise.
236 * locales/kw_GB (LC_TELEPHONE): Likewise.
237 * locales/lt_LT (LC_TELEPHONE): Likewise.
238 * locales/lv_LV (LC_TELEPHONE): Likewise.
239 * locales/mk_MK (LC_TELEPHONE): Likewise.
240 * locales/nl_BE (LC_TELEPHONE): Likewise.
241 * locales/nl_NL (LC_TELEPHONE): Likewise.
242 * locales/pl_PL (LC_TELEPHONE): Likewise.
243 * locales/pt_BR (LC_TELEPHONE): Likewise.
244 * locales/ro_RO (LC_TELEPHONE): Likewise.
245 * locales/ru_RU (LC_TELEPHONE): Likewise.
246 * locales/ru_UA (LC_TELEPHONE): Likewise.
247 * locales/sk_SK (LC_TELEPHONE): Likewise.
248 * locales/sl_SI (LC_TELEPHONE): Likewise.
249 * locales/sr_YU (LC_TELEPHONE): Likewise.
250 * locales/sv_FI (LC_TELEPHONE): Likewise.
251 * locales/th_TH (LC_TELEPHONE): Likewise.
252 * locales/tr_TR (LC_TELEPHONE): Likewise.
253 * locales/uk_UA (LC_TELEPHONE): Likewise.
254
255 2000-07-05 NIIBE Yutaka <gniibe@chroot.org>
256
257 * locales/th_TH: Update revision information.
258 (LC_CTYPE: alpha): Replace ";...;" with "..".
259 (LC_COLLATE: order): Quote with "".
260
261 2000-07-04 Jakub Jelinek <jakub@redhat.com>
262
263 * locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
264 in address.
265 * locales/hu_HU (LC_IDENTIFICATION): Likewise.
266 * locales/ro_RO (LC_IDENTIFICATION): Likewise.
267 * locales/ru_RU (LC_IDENTIFICATION): Likewise.
268 * locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
269 * locales/es_BO (LC_IDENTIFICATION): Likewise.
270 * locales/es_CL (LC_IDENTIFICATION): Likewise.
271 * locales/es_CO (LC_IDENTIFICATION): Likewise.
272 * locales/es_DO (LC_IDENTIFICATION): Likewise.
273 * locales/es_EC (LC_IDENTIFICATION): Likewise.
274 * locales/es_ES (LC_IDENTIFICATION): Likewise.
275 * locales/es_GT (LC_IDENTIFICATION): Likewise.
276 * locales/es_HN (LC_IDENTIFICATION): Likewise.
277 * locales/es_MX (LC_IDENTIFICATION): Likewise.
278 * locales/es_PA (LC_IDENTIFICATION): Likewise.
279 * locales/es_PE (LC_IDENTIFICATION): Likewise.
280 * locales/es_PY (LC_IDENTIFICATION): Likewise.
281 * locales/es_SV (LC_IDENTIFICATION): Likewise.
282 * locales/es_US (LC_IDENTIFICATION): Likewise.
283 * locales/es_UY (LC_IDENTIFICATION): Likewise.
284 * locales/es_VE (LC_IDENTIFICATION): Likewise.
285 * locales/fr_CA (LC_IDENTIFICATION): Likewise.
286 * locales/tr_TR (LC_IDENTIFICATION): Likewise.
287 * locales/no_NO (LC_TELEPHONE): Fill in.
288 * locales/pt_PT (LC_TELEPHONE): Fill in.
289 * locales/sv_SE (LC_TELEPHONE): Fill in.
290 * locales/en_GB (LC_TELEPHONE): Fill in.
291 * locales/cs_CZ (LC_TELEPHONE): Fill in.
292
293 2000-07-04 Ulrich Drepper <drepper@redhat.com>
294
295 * tst-fmon.sh (LC_ALL): Define to C for localedef run.
296 * tst-locale.sh (LC_ALL): Likewise.
297
298 2000-07-03 Ulrich Drepper <drepper@redhat.com>
299
300 * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
301 * tst-locale.sh: Likewise.
302
303 2000-07-01 Andreas Jaeger <aj@suse.de>
304
305 * Makefile (generated-dirs): LOCALES are also generated.
306 (generated-dirs): Remove obsolete entry.
307
308 2000-06-30 Ulrich Drepper <drepper@redhat.com>
309
310 * Makefile (distribute): Add locale test suite files, fmon test
311 suite files, gen-locale.sh, and show-ucs-data.c.
312
313 * Depend: New file.
314
315 * Makefile: Rewrite rules to generate locale data.
316 * gen-locale.sh: Generate only one locale which is described in a
317 command line parameter.
318
319 * tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
320 around DEM problem.
321 * tst-fmon.data: Change back entries with DEM.
322
323 * gen-locale.sh: Print that it might take a while to finish.
324
325 2000-06-30 Jakub Jelinek <jakub@redhat.com>
326
327 * Makefile (install-locales): Remove the -u switch from localedef
328 command line.
329
330 2000-06-29 Ulrich Drepper <drepper@redhat.com>
331
332 * tst-fmon.sh: Don't generate de_DE and en_US locale data.
333 * tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
334 * tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
335
336 * locales/POSIX: Update for new format.
337
338 * Makefile: Regenerate locale data also if localedef changed.
339
340 * tst-fmon.data: Until we know what is correct, but the spaces
341 after DEM back in.
342
343 * tests-mbwc/dat_mbstowcs.c: Fix various bugs. Comment out
344 unresolved issues.
345 * tests-mbwc/dat_mbtowc.c: Likewise.
346 * tests-mbwc/dat_strcoll.c: Likewise.
347 * tests-mbwc/dat_strfmon.c: Likewise.
348 * tests-mbwc/dat_strxfrm.c: Likewise.
349 * tests-mbwc/tst_mbtowc.c: Likewise.
350
351 2000-06-29 Andreas Jaeger <aj@suse.de>
352
353 * sort-test.sh: Set LC_ALL to full locale name.
354
355 * Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
356 anymore.
357 (LOCALES): New.
358 ($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
359 Depend on locale files
360 (LOCALE_FILES): New.
361 (ALL_LC_FILES): New.
362 (ALL_OBJ_LC_FILES): New
363 ($(ALL_OBJ_LC_FILES)): Generate locales automatically.
364
365 * tst-ctype.sh: Don't generate locales here.
366 * tst-mbswcs.sh: Likewise.
367 * sort-test.sh: Likewise.
368
369 * gen-locale.sh: New file to generate locales.
370
371 2000-06-29 Jakub Jelinek <jakub@redhat.com>
372
373 * locales/en_GB: Update RAP address.
374 * locales/fr_FR: Likewise.
375 * locales/en_NZ: Likewise.
376 * locales/de_BE: Likewise.
377 * locales/de_CH: Likewise.
378 * locales/de_LU: Likewise.
379 * locales/en_AU: Likewise.
380 * locales/en_IE: Likewise.
381 * locales/eu_ES: Likewise.
382 * locales/fr_BE: Likewise.
383 * locales/fr_CH: Likewise.
384 * locales/fr_LU: Likewise.
385 * locales/it_IT: Likewise.
386 * locales/nl_BE: Likewise.
387 * locales/nl_NL: Likewise.
388 * locales/pt_BR: Likewise.
389 * locales/pt_PT: Likewise.
390 * locales/sv_FI: Likewise.
391 * locales/fi_FI: Likewise.
392 * locales/sv_SE: Likewise.
393
394 2000-06-29 Jakub Jelinek <jakub@redhat.com>
395
396 * locales/af_ZA: Update for new format.
397 * locales/ar_SA: Likewise.
398 * locales/be_BY: Likewise.
399 * locales/bg_BG: Likewise.
400 * locales/ca_ES: Likewise.
401 * locales/el_GR: Likewise.
402 * locales/en_BW: Likewise.
403 * locales/en_DK: Likewise.
404 * locales/en_ZW: Likewise.
405 * locales/es_AR: Likewise.
406 * locales/es_BO: Likewise.
407 * locales/es_CL: Likewise.
408 * locales/es_CO: Likewise.
409 * locales/es_DO: Likewise.
410 * locales/es_EC: Likewise.
411 * locales/es_ES: Likewise.
412 * locales/es_GT: Likewise.
413 * locales/es_HN: Likewise.
414 * locales/es_MX: Likewise.
415 * locales/es_PA: Likewise.
416 * locales/es_PE: Likewise.
417 * locales/es_PY: Likewise.
418 * locales/es_SV: Likewise.
419 * locales/es_US: Likewise.
420 * locales/es_UY: Likewise.
421 * locales/es_VE: Likewise.
422 * locales/et_EE: Likewise.
423 * locales/fa_IR: Likewise.
424 * locales/fr_CA: Likewise.
425 * locales/en_CA,2.5: Likewise.
426 * locales/fr_CA,2.13: Likewise.
427 * locales/gl_ES: Likewise.
428 * locales/hr_HR: Likewise.
429 * locales/hu_HU: Likewise.
430 * locales/ko_KR: Likewise.
431 * locales/lt_LT: Likewise.
432 * locales/lv_LV: Likewise.
433 * locales/no_NO: Likewise.
434 * locales/pl_PL: Likewise.
435 * locales/ro_RO: Likewise.
436 * locales/ru_RU: Likewise.
437 * locales/ru_UA: Likewise.
438 * locales/sk_SK: Likewise.
439 * locales/sl_SI: Likewise.
440 * locales/sr_YU: Likewise.
441 * locales/th_TH: Likewise.
442 * locales/tr_TR: Likewise.
443 * locales/uk_UA: Likewise.
444 * locales/en_CA: Likewise.
445 * locales/is_IS: Likewise.
446 * locales/mk_MK: Likewise.
447
448 2000-06-29 Jakub Jelinek <jakub@redhat.com>
449
450 * locales/cs_CZ: Comment out fields I'm not sure about.
451 * locales/de_DE (int_currency_symbol): Pad to 4 chars.
452 * locales/en_NZ: Update for new format.
453 * locales/de_BE: Likewise.
454 * locales/de_CH: Likewise.
455 * locales/de_LU: Likewise.
456 * locales/en_AU: Likewise.
457 * locales/en_IE: Likewise.
458 * locales/en_ZA: Likewise.
459 * locales/eu_ES: Likewise.
460 * locales/fo_FO: Likewise.
461 * locales/fr_BE: Likewise.
462 * locales/fr_CH: Likewise.
463 * locales/fr_LU: Likewise.
464 * locales/ga_IE: Likewise.
465 * locales/gv_GB: Likewise.
466 * locales/he_IL: Likewise.
467 * locales/id_ID: Likewise.
468 * locales/in_ID: Likewise.
469 * locales/it_CH: Likewise.
470 * locales/it_IT: Likewise.
471 * locales/iw_IL: Likewise.
472 * locales/kl_GL: Likewise.
473 * locales/kw_GB: Likewise.
474 * locales/nl_BE: Likewise.
475 * locales/nl_NL: Likewise.
476 * locales/pt_BR: Likewise.
477 * locales/pt_PT: Likewise.
478 * locales/sv_FI: Likewise.
479 * locales/da_DK: Likewise.
480 * locales/fi_FI: Likewise.
481 * locales/sv_SE: Likewise.
482
483 2000-06-29 Andreas Jaeger <aj@suse.de>
484
485 * Makefile (locale_test_suite): Add new test files.
486 (tst_mblen-ENV): New.
487 (tst_mbtowc-ENV): New.
488 (tst_strcoll-ENV): New.
489 (tst_strxfrm-ENV): New.
490 (tst_wctomb-ENV): New.
491 (tst_mbrtowc-ENV): New.
492 (tst_mbsrtowcs-ENV): New.
493 (tst_mbstowcs-ENV): New.
494 (tst_strfmon-ENV): New.
495 (tst_wcrtomb-ENV): New.
496 (tst_wcsrtombs-ENV): New.
497 (tst_wcstod-ENV): New.
498 (tst_wcstok-ENV): New.
499 (tst_wcstombs-ENV): New.
500
501 * tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
502 <kuwahara@cthulhu.engr.sgi.com>.
503 * tests-mbwc/dat_wctomb.c: Likewise.
504 * tests-mbwc/tst_mbtowc.c: Likewise.
505 * tests-mbwc/dat_mbtowc.c: Likewise.
506 * tests-mbwc/tst_strxfrm.c: Likewise.
507 * tests-mbwc/dat_strxfrm.c: Likewise.
508 * tests-mbwc/dat_strcoll.c: Likewise.
509 * tests-mbwc/tst_strcoll.c: Likewise.
510 * tests-mbwc/tst_mblen.c: Likewise.
511 * tests-mbwc/dat_mblen.c: Likewise.
512 * tests-mbwc/dat_wcstok.c: Likewise.
513 * tests-mbwc/tst_wcstok.c: Likewise.
514 * tests-mbwc/dat_wcstod.c: Likewise.
515 * tests-mbwc/tst_wcstod.c: Likewise.
516 * tests-mbwc/dat_mbrtowc.c: Likewise.
517 * tests-mbwc/tst_mbrtowc.c: Likewise.
518 * tests-mbwc/dat_wcsrtombs.c: Likewise.
519 * tests-mbwc/tst_wcsrtombs.c: Likewise.
520 * tests-mbwc/dat_wcstombs.c: Likewise.
521 * tests-mbwc/tst_wcstombs.c: Likewise.
522 * tests-mbwc/dat_mbsrtowcs.c: Likewise.
523 * tests-mbwc/tst_mbsrtowcs.c: Likewise.
524 * tests-mbwc/dat_wcrtomb.c: Likewise.
525 * tests-mbwc/tst_wcrtomb.c: Likewise.
526 * tests-mbwc/dat_mbstowcs.c: Likewise.
527 * tests-mbwc/tst_mbstowcs.c: Likewise.
528 * tests-mbwc/dat_strfmon.c: Likewise.
529 * tests-mbwc/tst_strfmon.c: Likewise.
530
531 2000-06-28 Ulrich Drepper <drepper@redhat.com>
532
533 * locales/mk_MK: Updated (not to new format).
534 Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
535
536 2000-06-28 Jakub Jelinek <jakub@redhat.com>
537
538 * locales/fr_FR: Update for new format.
539 * locales/de_AT: Likewise.
540 * locales/en_GB: Likewise.
541
542 2000-06-28 Ulrich Drepper <drepper@redhat.com>
543
544 * locales/th_TH: Update copyright notice.
545
546 * locales/cs_CZ: Updated for new format.
547 Patch by Jakub Jelinek <jakub@redhat.com>.
548
549 * tests-mbwc/dat_mbrlen.c: Correct some tests. Remove old WAIVER
550 comments.
551 * tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini. Also clear
552 internal state of mbrlen.
553
554 * Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
555 (TEST_MBWC_ENV): Remove unnecessary slash.
556 * tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
557
558 * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
559
560 * Makefile: Add do-tst-mbswcs to dependencies of locale test suite
561 tests.
562
563 * locales/iso14651_t1: Explicitly add control character in
564 U0000-U001F and U007F-U009F range for backward compatibility.
565
566 * locales/i18n: Correct problems found by test suite.
567
568 2000-06-28 Andreas Jaeger <aj@suse.de>
569
570 * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
571 warning.
572
573 * Makefile (locale_test_suite): Add tst_mbrlen.
574 (tst_mbrlen-ENV): New.
575
576 * tests-mbwc/tst_mbrlen.c: New file
577
578 * tests-mbwc/dat_mbrlen.c: New file.
579
580 * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
581 (struct TST_HEAD): Use const char* instead of an array.
582
583 * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
584
585 * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
586
587 * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
588
589 2000-06-27 Ulrich Drepper <drepper@redhat.com>
590
591 * tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
592 * tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
593 U4E06 is not in EUC-JP.
594 * tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
595 * tests-mbwc/dat_towctrans.c: Likewise.
596 * tests-mbwc/dat_wcscoll.c: Likewise.
597 * tests-mbwc/dat_wcswidth.c: Likewise.
598 * tests-mbwc/dat_wctob.c: Likewise.
599
600 * tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
601 versions.
602
603 * tests-mbwc/dat_iswprint.c: Disable one test until it is decided
604 what is correct.
605 * tests-mbwc/dat_wcsxfrm.c: Likewise.
606 * tests-mbwc/dat_wcwidth.c: Likewise.
607
608 * tests-mbwc/tst_funcs.h: Pretty print.
609
610 * tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
611 * tests-mbwc/tst_wcschr.c: Likewise.
612 * tests-mbwc/tst_wcscpy.c: Likewise.
613 * tests-mbwc/tst_wcscat.c: Likewise.
614 * tests-mbwc/tst_wcsncpy.c: Likewise.
615 * tests-mbwc/tst_wcspbrk.c: Likewise.
616 * tests-mbwc/tst_wcsstr.c: Likewise.
617 * tests-mbwc/tst_wctrans.c: Likewise.
618 * tests-mbwc/tst_wctype.c: Likewise.
619
620 * tests-mbwc/tst_wcscoll.c: Print better error messages.
621
622 * Makefile (tests): Define as $(locale_test_suite) but only
623 if not cross-compiling and shared libs are built.
624 (locale_test_suite): New variable. Name all new tests from the
625 locale test suite.
626 Add rule to run new tests only when all data is available.
627 * tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
628
629 * tst-ctype-de_DE.in: U00A0 is not in class graph.
630
631 * charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
632
633 * locales/i18n: Backspace isn't blank, tab is.
634
635 * tst-ctype.c (main): Add tests for control characters and space.
636
637 * locales/i18n: Backspace is no space.
638
639 * locales/i18n: Add \t to space.
640
641 2000-06-27 Andreas Jaeger <aj@suse.de>
642
643 * Makefile (TEST_MBWC_ENV): New variable.
644 Use it for all tests from tests-mbwc.
645
646 2000-06-27 Ulrich Drepper <drepper@redhat.com>
647
648 * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
649
650 2000-06-27 Andreas Jaeger <aj@suse.de>
651
652 * Makefile: Add environment setting for all tests from tests-mbwc.
653
654 2000-06-27 Ulrich Drepper <drepper@redhat.com>
655
656 * locales/en_DK.com: Not needed.
657
658 2000-06-27 Andreas Jaeger <aj@suse.de>
659
660 * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
661 <kuwahara@cthulhu.engr.sgi.com>.
662
663 * Makefile (tests): Add tests from tests-mbwc subdirectory,
664 comment them out for now.
665 (subdir-dirs): New for tests-mbwc, add also vpaths.
666
667 * locales/ja_JP: Add missing / in LC_CTYPE.
668
669 2000-06-26 Ulrich Drepper <drepper@redhat.com>
670
671 * Makefile (distribute): Add tst-ctype-de_DE.in.
672 * tst-ctype.c: Read in more tests from stdin.
673 * tst-ctype.sh: Feed extra test data to program via stdin.
674 * tst-ctype-de_DE.in: New file.
675
676 * locales/i18n (punct): Exclude U00A0.
677 (blank): Include U00A0.
678
679 * locales/ja_JP: Updates for new format.
680
681 * Makefile (test-srcs): Add tst-ctype.
682 (distribute): Add tst-ctype.sh.
683 (do-tst-ctype): New target. Run for tests.
684 * tst-ctype.c: New file.
685 * tst-ctype.sh: New file.
686
687 * locales/i18n: NUL character must not be in cntrl.
688
689 * Makefile (test-input): Add en_US.ISO-8859-1.
690 * en_US.in: New file.
691
692 2000-06-25 Ulrich Drepper <drepper@redhat.com>
693
694 * Makefile (test-input): Remove everything but de_DE.ISO-8859-1
695 for now.
696
697 * de_DE.in: Update for new sorting.
698
699 * tst-locale.sh: Don't use mnemonic.ds.
700 * tst-mbswcs.sh: Likewise.
701 * tst-trans.sh: Likewise.
702
703 * locales/de_DE: Update for new format.
704 * locales/en_US: Likewise.
705 * tests/trans.def: Likewise.
706 * tst-fmon-locales/tstfmon_n01y12: Likewise.
707 * tst-fmon-locales/tstfmon_n02n40: Likewise.
708 * tst-fmon-locales/tstfmon_n10y31: Likewise.
709 * tst-fmon-locales/tstfmon_n11y41: Likewise.
710 * tst-fmon-locales/tstfmon_n12y11: Likewise.
711 * tst-fmon-locales/tstfmon_n20n32: Likewise.
712 * tst-fmon-locales/tstfmon_n30y20: Likewise.
713 * tst-fmon-locales/tstfmon_n41n00: Likewise.
714 * tst-fmon-locales/tstfmon_y01y10: Likewise.
715 * tst-fmon-locales/tstfmon_y02n22: Likewise.
716 * tst-fmon-locales/tstfmon_y22n42: Likewise.
717 * tst-fmon-locales/tstfmon_y30y21: Likewise.
718 * tst-fmon-locales/tstfmon_y32n31: Likewise.
719 * tst-fmon-locales/tstfmon_y40y00: Likewise.
720 * tst-fmon-locales/tstfmon_y42n21: Likewise.
721
722 * tst-rpmatch.c: Avoid warning with broken compiler.
723
724 * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
725
726 * sort-test.sh: Add more GCONV_PATH usages.
727 * tst-fmon.sh: Likewise.
728 * tst-locale.sh: Likewise.
729 * tst-mbswcs.sh: Likewise.
730 * tst-rpmatch.sh: Likewise.
731 * tst-trans.sh: Likewise.
732
733 * locales/i18n: Remove order_start around copy.
734
735 * locales/iso14651_t1: Correct various small errors.
736
737 2000-06-24 Ulrich Drepper <drepper@redhat.com>
738
739 * charmaps/ISO-8859-1: Correct width specification.
740
741 2000-06-23 Ulrich Drepper <drepper@redhat.com>
742
743 * charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
744 * charmaps/ANSI_X3.4-1968: Likewise.
745 * charmaps/ASMO_449: Likewise.
746 * charmaps/BALTIC: Likewise.
747 * charmaps/BS_4730: Likewise.
748 * charmaps/BS_VIEWDATA: Likewise.
749 * charmaps/CP1250: Likewise.
750 * charmaps/CP1251: Likewise.
751 * charmaps/CP1252: Likewise.
752 * charmaps/CP1253: Likewise.
753 * charmaps/CP1254: Likewise.
754 * charmaps/CP1255: Likewise.
755 * charmaps/CP1256: Likewise.
756 * charmaps/CP1257: Likewise.
757 * charmaps/CP1258: Likewise.
758 * charmaps/CSA_Z243.4-1985-1: Likewise.
759 * charmaps/CSA_Z243.4-1985-2: Likewise.
760 * charmaps/CSA_Z243.4-1985-GR: Likewise.
761 * charmaps/CSN_369103: Likewise.
762 * charmaps/CWI: Likewise.
763 * charmaps/DEC-MCS: Likewise.
764 * charmaps/DIN_66003: Likewise.
765 * charmaps/DS_2089: Likewise.
766 * charmaps/EBCDIC-AT-DE: Likewise.
767 * charmaps/EBCDIC-AT-DE-A: Likewise.
768 * charmaps/EBCDIC-CA-FR: Likewise.
769 * charmaps/EBCDIC-DK-NO: Likewise.
770 * charmaps/EBCDIC-DK-NO-A: Likewise.
771 * charmaps/EBCDIC-ES: Likewise.
772 * charmaps/EBCDIC-ES-A: Likewise.
773 * charmaps/EBCDIC-ES-S: Likewise.
774 * charmaps/EBCDIC-FI-SE: Likewise.
775 * charmaps/EBCDIC-FI-SE-A: Likewise.
776 * charmaps/EBCDIC-FR: Likewise.
777 * charmaps/EBCDIC-IS-FRISS: Likewise.
778 * charmaps/EBCDIC-IT: Likewise.
779 * charmaps/EBCDIC-PT: Likewise.
780 * charmaps/EBCDIC-UK: Likewise.
781 * charmaps/EBCDIC-US: Likewise.
782 * charmaps/ECMA-CYRILLIC: Likewise.
783 * charmaps/ES: Likewise.
784 * charmaps/ES2: Likewise.
785 * charmaps/EUC-JP: Likewise.
786 * charmaps/EUC-KR: Likewise.
787 * charmaps/GB2312: Likewise.
788 * charmaps/GBK: Likewise.
789 * charmaps/GB_1988-80: Likewise.
790 * charmaps/GOST_19768-74: Likewise.
791 * charmaps/GREEK-CCITT: Likewise.
792 * charmaps/GREEK7: Likewise.
793 * charmaps/GREEK7-OLD: Likewise.
794 * charmaps/HP-ROMAN8: Likewise.
795 * charmaps/IBM037: Likewise.
796 * charmaps/IBM038: Likewise.
797 * charmaps/IBM1004: Likewise.
798 * charmaps/IBM1026: Likewise.
799 * charmaps/IBM1047: Likewise.
800 * charmaps/IBM256: Likewise.
801 * charmaps/IBM273: Likewise.
802 * charmaps/IBM274: Likewise.
803 * charmaps/IBM275: Likewise.
804 * charmaps/IBM277: Likewise.
805 * charmaps/IBM278: Likewise.
806 * charmaps/IBM280: Likewise.
807 * charmaps/IBM281: Likewise.
808 * charmaps/IBM284: Likewise.
809 * charmaps/IBM285: Likewise.
810 * charmaps/IBM290: Likewise.
811 * charmaps/IBM297: Likewise.
812 * charmaps/IBM420: Likewise.
813 * charmaps/IBM423: Likewise.
814 * charmaps/IBM424: Likewise.
815 * charmaps/IBM437: Likewise.
816 * charmaps/IBM500: Likewise.
817 * charmaps/IBM850: Likewise.
818 * charmaps/IBM851: Likewise.
819 * charmaps/IBM852: Likewise.
820 * charmaps/IBM855: Likewise.
821 * charmaps/IBM857: Likewise.
822 * charmaps/IBM860: Likewise.
823 * charmaps/IBM861: Likewise.
824 * charmaps/IBM862: Likewise.
825 * charmaps/IBM863: Likewise.
826 * charmaps/IBM864: Likewise.
827 * charmaps/IBM865: Likewise.
828 * charmaps/IBM866: Likewise.
829 * charmaps/IBM868: Likewise.
830 * charmaps/IBM869: Likewise.
831 * charmaps/IBM870: Likewise.
832 * charmaps/IBM871: Likewise.
833 * charmaps/IBM874: Likewise.
834 * charmaps/IBM875: Likewise.
835 * charmaps/IBM880: Likewise.
836 * charmaps/IBM891: Likewise.
837 * charmaps/IBM903: Likewise.
838 * charmaps/IBM904: Likewise.
839 * charmaps/IBM905: Likewise.
840 * charmaps/IBM918: Likewise.
841 * charmaps/IEC_P27-1: Likewise.
842 * charmaps/INIS: Likewise.
843 * charmaps/INIS-CYRILLIC: Likewise.
844 * charmaps/INVARIANT: Likewise.
845 * charmaps/ISIRI-3342: Likewise.
846 * charmaps/ISO-8859-1: Likewise.
847 * charmaps/ISO-8859-10: Likewise.
848 * charmaps/ISO-8859-13: Likewise.
849 * charmaps/ISO-8859-14: Likewise.
850 * charmaps/ISO-8859-15: Likewise.
851 * charmaps/ISO-8859-16: Likewise.
852 * charmaps/ISO-8859-2: Likewise.
853 * charmaps/ISO-8859-3: Likewise.
854 * charmaps/ISO-8859-4: Likewise.
855 * charmaps/ISO-8859-5: Likewise.
856 * charmaps/ISO-8859-6: Likewise.
857 * charmaps/ISO-8859-7: Likewise.
858 * charmaps/ISO-8859-8: Likewise.
859 * charmaps/ISO-8859-9: Likewise.
860 * charmaps/ISO-IR-197: Likewise.
861 * charmaps/ISO-IR-90: Likewise.
862 * charmaps/ISO_10367-BOX: Likewise.
863 * charmaps/ISO_5427: Likewise.
864 * charmaps/ISO_5428: Likewise.
865 * charmaps/ISO_646.BASIC: Likewise.
866 * charmaps/ISO_646.IRV: Likewise.
867 * charmaps/ISO_6937: Likewise.
868 * charmaps/ISO_6937-2-25: Likewise.
869 * charmaps/ISO_6937-2-ADD: Likewise.
870 * charmaps/ISO_8859-SUPP: Likewise.
871 * charmaps/IT: Likewise.
872 * charmaps/JIS_C6220-1969-RO: Likewise.
873 * charmaps/JIS_C6229-1984-B: Likewise.
874 * charmaps/JIS_X0201: Likewise.
875 * charmaps/JUS_I.B1.002: Likewise.
876 * charmaps/JUS_I.B1.003-MAC: Likewise.
877 * charmaps/JUS_I.B1.003-SERB: Likewise.
878 * charmaps/KOI-8: Likewise.
879 * charmaps/KOI8-R: Likewise.
880 * charmaps/KOI8-U: Likewise.
881 * charmaps/KSC5636: Likewise.
882 * charmaps/KSX1001: Likewise.
883 * charmaps/LATIN-GREEK: Likewise.
884 * charmaps/LATIN-GREEK-1: Likewise.
885 * charmaps/MAC-IS: Likewise.
886 * charmaps/MAC-UK: Likewise.
887 * charmaps/MACINTOSH: Likewise.
888 * charmaps/MSZ_7795.3: Likewise.
889 * charmaps/NATS-DANO: Likewise.
890 * charmaps/NATS-SEFI: Likewise.
891 * charmaps/NC_NC00-10: Likewise.
892 * charmaps/NEXTSTEP: Likewise.
893 * charmaps/NF_Z_62-010: Likewise.
894 * charmaps/NF_Z_62-010_1973: Likewise.
895 * charmaps/NS_4551-1: Likewise.
896 * charmaps/NS_4551-2: Likewise.
897 * charmaps/PT: Likewise.
898 * charmaps/PT2: Likewise.
899 * charmaps/SAMI: Likewise.
900 * charmaps/SAMI-WS2: Likewise.
901 * charmaps/SEN_850200_B: Likewise.
902 * charmaps/SEN_850200_C: Likewise.
903 * charmaps/T.101-G2: Likewise.
904 * charmaps/T.61-7BIT: Likewise.
905 * charmaps/T.61-8BIT: Likewise.
906 * charmaps/TIS-620: Likewise.
907 * charmaps/UTF8: Likewise.
908 * charmaps/VIDEOTEX-SUPPL: Likewise.
909
910 2000-06-21 Ulrich Drepper <drepper@redhat.com>
911
912 * locales/pt_BR: Revert last change partly. Full weekday and month
913 names are written with lowercase first letter.
914 Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
915
916 2000-06-21 Andreas Jaeger <aj@suse.de>
917
918 * tst-trans.c: Include <stdlib.h> and <string.h>.
919
920 2000-06-19 Ulrich Drepper <drepper@redhat.com>
921
922 * locales/pt_BR: Correct day and month names.
923 Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
924
925 2000-06-13 Ulrich Drepper <drepper@redhat.com>
926
927 * Makefile (ld-test-srcs): Add tests/test6.c.
928
929 * Makefile (ld-test-srcs): Add trans.def here.
930
931 * Makefile (ld-test-srcs): Handle .ds files separately.
932
933 * Makefile (ld-test-srcs): Distribute all test6 input files.
934
935 2000-05-28 Ulrich Drepper <drepper@redhat.com>
936
937 * locales/be_BY: New file.
938 Contributed by Aleksey Novodvorsky <aen@logic.ru>.
939
940 2000-05-24 Ulrich Drepper <drepper@redhat.com>
941
942 * locales/iso14651_t1: New file.
943
944 2000-05-15 Andreas Jaeger <aj@suse.de>
945
946 * tst-fmon.data: Change testcase following fixes for
947 de_DE.
948
949 * locales/de_DE: Remove space after DEM since DEM is
950 now placed after the value.
951
952 * locales/de_DE: Fix currency placement to use "12.345,68 DM".
953 Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
954 PR libc/1713.
955
956 2000-05-04 Ulrich Drepper <drepper@redhat.com>
957
958 * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
959 Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718].
960
961 * tst-fmon.c (main): Print the locale name as well in the error
962 message.
963
964 2000-04-06 Ulrich Drepper <drepper@redhat.com>
965
966 * locales/i18n: New file.
967
968 2000-03-27 Ulrich Drepper <drepper@redhat.com>
969
970 * tst-fmon.data: Update test after last strfmon change.
971
972 2000-03-15 Andreas Jaeger <aj@suse.de>
973
974 * locales/sl_SI: Fix entries for june and july.
975 Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
976 libc/1648.
977
978 2000-03-14 Ulrich Drepper <drepper@redhat.com>
979
980 * locales/en_DK: Correct syntax.
981
982 2000-03-03 Ulrich Drepper <drepper@redhat.com>
983
984 * SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
985
986 2000-03-01 Andreas Jaeger <aj@suse.de>
987
988 * locales/gv_GB: New file.
989 * locales/kw_GB: New file.
990 From Pablo Saratxaga <pablo@mandrakesoft.com>.
991
992 2000-03-03 Ulrich Drepper <drepper@redhat.com>
993
994 * charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
995
996 2000-03-01 Andreas Jaeger <aj@suse.de>
997
998 * SUPPORTED: Added bg_BG.CP1251.
999
1000 * locales/bg_BG: New file.
1001
1002 2000-02-22 Ulrich Drepper <drepper@redhat.com>
1003
1004 * locales/ko_KO: Update syntax for new localedef. Use symbolic
1005 names for characters.
1006 * charmaps/EUC-KR: ADD width information.
1007 * repertoiremaps/mnemonic.ko: New file.
1008 Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
1009
1010 * charmaps/GBK: New file.
1011 * locales/zh_CN.GBK: New file.
1012 * repertoiremaps/mnemonic.zh: New file.
1013 Contributed by Sean Chen <sean.chen@turbolinux.com>.
1014
1015 * locales/mk_MK: New file.
1016 Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
1017 * SUPPORTED: Add mk_MK ISO-8859-5.
1018
1019 2000-02-12 Ulrich Drepper <drepper@redhat.com>
1020
1021 * SUPPORTED: Add gl_ES.ISO-8859-1.
1022
1023 * SUPPORTED: Add ar_SA.ISO-8859-6.
1024 * locales/ar_SA: New file.
1025
1026 * locales/th_TH: Remove Thai digits from `digits'.
1027
1028 * SUPPORTED: Add th_TH.TIS-620.
1029
1030 * locales/el_GR (toupper): Don't map *s to S*.
1031 * locales/en_DK: Likewise.
1032 * locales/en_DK.com: Likewise.
1033 * locales/ru_RU: Likewise.
1034 * locales/ru_UA: Likewise.
1035 * locales/tr_TR: Likewise.
1036 * locales/uk_UA: Likewise.
1037
1038 * locales/en_DK (toupper): Map v% to V%.
1039 (tolower): Map V% to v%.
1040 * locales/en_DK.com: Likewise.
1041 * locales/ru_RU: Likewise.
1042 * locales/ru_UA: Likewise.
1043 * locales/tr_TR: Likewise.
1044 * locales/uk_UA: Likewise.
1045
1046 2000-02-11 Ulrich Drepper <drepper@redhat.com>
1047
1048 * Makefile (generated-dirs): Add de_DE.437.
1049
1050 2000-01-31 Ulrich Drepper <drepper@redhat.com>
1051
1052 * charmaps/IBM864: Correct comment for /xC6 mapping.
1053 * charmaps/ISO-IR-90: Correct mapping for <tilde>.
1054 * charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
1055 * charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
1056 Reported by Bruno Haible <haible@ilog.fr>.
1057
1058 2000-01-27 Jakub Jelinek <jakub@redhat.com>
1059
1060 * locales/af_ZA: Fix syntax errors.
1061
1062 2000-01-24 Ulrich Drepper <drepper@cygnus.com>
1063
1064 * tst-locale.sh: Also enable test5.
1065 * tests/test5.ds: New file.
1066
1067 * locales/gl_ES: New file.
1068 Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
1069
1070 * locales/POSIX: Remove trailing semicolon.
1071 * locales/th_TH: Likewise.
1072 PR libc/1545.
1073
1074 2000-01-18 Ulrich Drepper <drepper@cygnus.com>
1075
1076 * locales/ja_JP: Add double-width digits to digit class.
1077
1078 2000-01-12 Ulrich Drepper <drepper@cygnus.com>
1079
1080 * charmaps/ISO-8859-16: Add mapping for /xba.
1081 Reported by Bruno Haible <haible@ilog.fr>.
1082
1083 2000-01-05 Ulrich Drepper <drepper@cygnus.com>
1084
1085 * tst-trans.sh: Add directory names to charmap and repertoire file
1086 names.
1087
1088 * charmaps/ISO-8859-16: New file.
1089
1090 * SUPPORTED: Change lv_LV entry to use ISO-8859-13.
1091
1092 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
1093
1094 * SUPPORTED: Change lt_LT charset to ISO-8859-13.
1095
1096 1999-12-26 Ulrich Drepper <drepper@cygnus.com>
1097
1098 * collate-test.c (main): Correct logic in test.
1099
1100 * tst-trans.sh: Use correct name for dynamic loader.
1101
1102 1999-12-23 Ulrich Drepper <drepper@cygnus.com>
1103
1104 * SUPPORTED: Add af_ZA, en_BW, and en_ZW.
1105
1106 * locale/en_BW: New file.
1107 * locale/en_ZW: New file.
1108 Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
1109
1110 1999-12-21 Ulrich Drepper <drepper@cygnus.com>
1111
1112 * locales/ja_JP: Fix cntrl mapping and era definition.
1113 Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1114
1115 1999-12-20 Ulrich Drepper <drepper@cygnus.com>
1116
1117 * locales/af_ZA: New file.
1118 Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>.
1119
1120 1999-12-19 Ulrich Drepper <drepper@cygnus.com>
1121
1122 * locales/POSIX: Fix collation order of <SI> and add a few missing
1123 symbols. Patch by Miloslav Trmac <mitr@volny.cz>.
1124
1125 * locales/cs_CZ: Fix syntax of collation entries with multi-character
1126 weights.
1127 * locales/da_DK: Likewise.
1128 * locales/el_GR: Likewise.
1129 * locales/en_CA: Likewise.
1130 * locales/en_CA,2.5: Likewise.
1131 * locales/en_DK: Likewise.
1132 * locales/en_DK.com: Likewise.
1133 * locales/es_AR: Likewise.
1134 * locales/es_BO: Likewise.
1135 * locales/es_CL: Likewise.
1136 * locales/es_CO: Likewise.
1137 * locales/es_DO: Likewise.
1138 * locales/es_EC: Likewise.
1139 * locales/es_ES: Likewise.
1140 * locales/es_GT: Likewise.
1141 * locales/es_HN: Likewise.
1142 * locales/es_MX: Likewise.
1143 * locales/es_PA: Likewise.
1144 * locales/es_PE: Likewise.
1145 * locales/es_PY: Likewise.
1146 * locales/es_SV: Likewise.
1147 * locales/es_US: Likewise.
1148 * locales/es_UY: Likewise.
1149 * locales/es_VE: Likewise.
1150 * locales/et_EE: Likewise.
1151 * locales/fi_FI: Likewise.
1152 * locales/fr_CA,2.13: Likewise.
1153 * locales/hr_HR: Likewise.
1154 * locales/hu_HU: Likewise.
1155 * locales/is_IS: Likewise.
1156 * locales/lt_LT: Likewise.
1157 * locales/lv_LV: Likewise.
1158 * locales/no_NO: Likewise.
1159 * locales/pl_PL: Likewise.
1160 * locales/ro_RO: Likewise.
1161 * locales/ru_RU: Likewise.
1162 * locales/ru_UA: Likewise.
1163 * locales/sl_SI: Likewise.
1164 * locales/sr_YU: Likewise.
1165 * locales/sv_SE: Likewise.
1166 * locales/th_TH: Likewise.
1167 * locales/tr_TR: Likewise.
1168 * locales/uk_UA: Likewise.
1169
1170 1999-12-18 Ulrich Drepper <drepper@cygnus.com>
1171
1172 * charmaps/ISIRI-3342: New file.
1173 * locales/fa_IR: New file.
1174 Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
1175
1176 1999-12-10 Ulrich Drepper <drepper@cygnus.com>
1177
1178 * locales/de_DE: Correct syntax of multi-character weights.
1179
1180 1999-12-08 Ulrich Drepper <drepper@cygnus.com>
1181
1182 * tests/test6.c: New file.
1183 * tests/test6.cm: New file.
1184 * tests/test6.def: New file.
1185 * tests/test6.mne: New file.
1186
1187 * repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
1188 UFE85, and UFE8B.
1189 * charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
1190 and /xc6.
1191 * charmaps/KOI8-U: Fix typo in /x95 entry.
1192 * charmaps/KOI8-R: Correct 0x95 entry.
1193 * charmaps/CP1258: Add /xEC.
1194 * repertoiremaps/mnemonic.ds: Add U0300 and U0301.
1195 * charmaps/IBM874: Add Euro.
1196 * charmaps/ISO-8859-7: Map /xB4 to U0384.
1197 Reported by Bruno Haible <haible@ilog.fr>.
1198
1199 1999-11-29 Ulrich Drepper <drepper@cygnus.com>
1200
1201 * charmaps/ISO-8859-10: Correct alias. This charset was issued in
1202 1992. Reported by Bruno Haible <haible@ilog.fr>.
1203
1204 1999-11-27 Shinya Hanataka <hanataka@abyss.rim.or.jp>
1205
1206 * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
1207 * charmaps/EUC-JP: Likewise.
1208 * repertoiremaps/mnemonic.ja: Likewise.
1209
1210 * locales/ja_JP: Add extra CLASS and MAP definisions.
1211
1212 * charmaps/EUC-JP: Add WIDTH definitions.
1213
1214 1999-11-25 Ulrich Drepper <drepper@cygnus.com>
1215
1216 * Makefile: Don't run tests for now.
1217
1218 1999-11-23 Ulrich Drepper <drepper@cygnus.com>
1219
1220 * locales/ko_KR: New file.
1221 * charmaps/EUC-KR: New file.
1222 Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
1223
1224 1999-11-22 Ulrich Drepper <drepper@cygnus.com>
1225
1226 * locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
1227
1228 * repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
1229
1230 1999-11-20 Ulrich Drepper <drepper@cygnus.com>
1231
1232 * tst-trans.c: New file.
1233 * tst-trans.sh: New file.
1234 * tests/trans.def: New file.
1235 * Makefile: Add rules for character mapping tests.
1236
1237 * tests/test1.def: Correct ellipsis syntax.
1238
1239 1999-11-17 Ulrich Drepper <drepper@cygnus.com>
1240
1241 * charmaps/ISO-8859-1: Don't define values for non-printable
1242 characters.
1243
1244 * charmaps/ISO-8859-1: Add width information.
1245
1246 1999-11-12 Ulrich Drepper <drepper@cygnus.com>
1247
1248 * charmaps/ISO-8859-7: Fix 0xa1 mapping.
1249
1250 * charmaps/ISO-8859-13: Fix a few entries.
1251 Patch by Marius Gedminas <mgedmin@takas.lt>.
1252
1253 1999-09-22 Ulrich Drepper <drepper@cygnus.com>
1254
1255 * locales/zh_CN: Some first patches to make the file usable.
1256
1257 1999-09-13 Ulrich Drepper <drepper@cygnus.com>
1258
1259 * locales/id_ID: Fix typo.
1260
1261 1999-08-31 Ulrich Drepper <drepper@cygnus.com>
1262
1263 * locales/en_DK: Add Euro symbol to collation and characterization
1264 tables. Patch by Geoff Keating.
1265
1266 * charmaps/ISO-8859-15: Remove duplicate <OC>.
1267
1268 1999-08-16 Ulrich Drepper <drepper@cygnus.com>
1269
1270 * charmaps/CP1258: Remove spurious <percent-sign/> entry.
1271 * charmaps/IBM866: Likewise.
1272 * charmaps/IBM874: Likewise.
1273 * charmaps/ISO-8859-13: Likewise.
1274 * charmaps/ISO-8859-14: Likewise.
1275 * charmaps/ISO-8859-15: Likewise.
1276 * charmaps/MAC-UK: Likewise.
1277
1278 * charmaps/ISO-8859-13: Correct typo.
1279 * charmaps/ISO-8859-14: Likewise.
1280 * charmaps/ISO-8859-15: Likewise.
1281
1282 1999-08-16 Andreas Schwab <schwab@suse.de>
1283
1284 * charmaps/UTF8: Add entries for /x00. Remove spurious
1285 <percent-sign/> entry. Correct typo.
1286
1287 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1288
1289 * charmaps/UTF8: Generated from the charDB.
1290
1291 1999-08-13 Andreas Schwab <schwab@suse.de>
1292
1293 * locales/cs_CZ: Remove <ft> entry, add <St> entry.
1294 * locales/da_DK: Likewise.
1295 * locales/de_DE: Likewise.
1296 * locales/el_GR: Likewise.
1297 * locales/en_CA: Likewise.
1298 * locales/en_DK: Likewise.
1299 * locales/en_DK.com: Likewise.
1300 * locales/es_AR: Likewise.
1301 * locales/es_BO: Likewise.
1302 * locales/es_CL: Likewise.
1303 * locales/es_CO: Likewise.
1304 * locales/es_DO: Likewise.
1305 * locales/es_EC: Likewise.
1306 * locales/es_ES: Likewise.
1307 * locales/es_GT: Likewise.
1308 * locales/es_HN: Likewise.
1309 * locales/es_MX: Likewise.
1310 * locales/es_PA: Likewise.
1311 * locales/es_PE: Likewise.
1312 * locales/es_PY: Likewise.
1313 * locales/es_SV: Likewise.
1314 * locales/es_US: Likewise.
1315 * locales/es_UY: Likewise.
1316 * locales/es_VE: Likewise.
1317 * locales/et_EE: Likewise.
1318 * locales/fi_FI: Likewise.
1319 * locales/hr_HR: Likewise.
1320 * locales/hu_HU: Likewise.
1321 * locales/is_IS: Likewise.
1322 * locales/lt_LT: Likewise.
1323 * locales/lv_LV: Likewise.
1324 * locales/no_NO: Likewise.
1325 * locales/pl_PL: Likewise.
1326 * locales/ro_RO: Likewise.
1327 * locales/ru_RU: Likewise.
1328 * locales/ru_UA: Likewise.
1329 * locales/sl_SI: Likewise.
1330 * locales/sr_YU: Likewise.
1331 * locales/sv_SE: Likewise.
1332 * locales/tr_TR: Likewise.
1333 * locales/uk_UA: Likewise.
1334
1335 * charmaps/ISO_10646: Fix typo.
1336
1337 1999-08-15 Ulrich Drepper <drepper@cygnus.com>
1338
1339 * locales/ca_ES: New file.
1340 Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
1341
1342 * SUPPORTED: Add ca_ES.
1343
1344 1999-05-18 Ulrich Drepper <drepper@cygnus.com>
1345
1346 * Makefile (LOCALEDEF): Add I18NPATH definition to find the
1347 correct sources.
1348
1349 1999-05-05 Ulrich Drepper <drepper@cygnus.com>
1350
1351 * locales/ru_RU: Abbreviate Saturday Sbt.
1352 Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
1353
1354 1999-05-03 Ulrich Drepper <drepper@cygnus.com>
1355
1356 * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
1357
1358 1999-04-29 Ulrich Drepper <drepper@cygnus.com>
1359
1360 * Makefile (install-locales): Allow specifying charset in locale
1361 name but omit it in locale definition file.
1362
1363 * SUPPORTED: Don't generate ru_SU.
1364 * locales/ru_SU: Removed.
1365
1366 * locales/zh_CN: Update.
1367 * charmaps/GB2312: New file.
1368 Contributed by hashao@china.com.
1369
1370 1999-04-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1371
1372 * charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
1373 correct some character names.
1374
1375 * repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
1376
1377 1999-04-26 Ulrich Drepper <drepper@cygnus.com>
1378
1379 * charmaps/SAMI-WS2: Add one more alias.
1380
1381 1999-04-16 Ulrich Drepper <drepper@cygnus.com>
1382
1383 * charmaps/IBM874: New file.
1384
1385 * charmaps/IBM869: Correct entries 8b, 8e, and ef.
1386
1387 * charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
1388
1389 * charmaps/IBM864: Major update from Unicode data.
1390
1391 * charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
1392
1393 * charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
1394
1395 * charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
1396
1397 * charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
1398
1399 * charmaps/IBM857: Correct entries ee, f7, and fa.
1400
1401 * charmaps/IBM855: Correct entries 95, ef, and fd.
1402
1403 * charmaps/IBM437: Correct entries f9 and fa.
1404
1405 * charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
1406
1407 * locales/th_TH: New file. Thai locale description.
1408 * th_TH.in: New file.
1409 Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
1410
1411 1999-04-14 Cristian Gafton <gafton@redhat.com>
1412
1413 * SUPPORTED: Add support for Ukraine Russian.
1414 * locales/ru_UA: New file.
1415 * locales/uk_UA: New file.
1416 * charmaps/KOI8-U: New file.
1417
1418 1999-04-12 Ulrich Drepper <drepper@cygnus.com>
1419
1420 * locales/id_ID: New file.
1421
1422 1999-04-10 Ulrich Drepper <drepper@cygnus.com>
1423
1424 * charmaps/TIS-620: New file.
1425 Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
1426
1427 1999-03-31 Ulrich Drepper <drepper@cygnus.com>
1428
1429 * locales/en_ZA: New file. Contributed by nic@sig.co.za.
1430
1431 * charmaps/CP1256: Cosmetic changes.
1432 * charmaps/CP1257: Likewise.
1433
1434 * charmaps/CP1258: New file.
1435
1436 * charmaps/CP1257: Add some marks.
1437 * charmaps/CP1256: Update from Unicode page.
1438 * charmaps/CP1255: Lots of punctuation character changes.
1439 * charmaps/CP1254: Add Euro character. Fix a few lowercase characters.
1440 * charmaps/CP1253: Add Euro character.
1441 * charmaps/CP1252: Add Euro character and z caron.
1442 * charmaps/CP1251: Add Euro character.
1443 * charmaps/CP1250: Add Euro character.
1444
1445 1999-03-15 Ulrich Drepper <drepper@cygnus.com>
1446
1447 * locales/hr_HR: Various corrections.
1448 Patch by Tomislav Vujec <tvujec@CARNet.hr>.
1449
1450 1999-03-08 Ulrich Drepper <drepper@cygnus.com>
1451
1452 * locales/ru_RU (mon): Fix March and May month name translations.
1453 Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
1454
1455 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
1456
1457 * Makefile (test-input): Prepare for cs_CZ test.
1458 * locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
1459 * cs_CZ.in: New file.
1460
1461 1999-02-11 Ulrich Drepper <drepper@cygnus.com>
1462
1463 * locales/it_CH: New file.
1464 * SUPPORTED: Add it_CH.
1465
1466 * locales/in_ID: New file.
1467 * SUPPORTED: Add in_ID.
1468
1469 1998-12-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1470
1471 * Makefile (test-input): Add hr_HR.ISO-8859-2.
1472 (test-input-data): New variable.
1473 (distribute): Use it.
1474 (do-collate-test): Use it.
1475 * locales/hr_HR.in: New file.
1476
1477 1998-12-16 Ulrich Drepper <drepper@cygnus.com>
1478
1479 * charmaps/IBM866: New file.
1480 * charmaps/MAC-UK: New file.
1481
1482 1998-12-13 Ulrich Drepper <drepper@cygnus.com>
1483
1484 * charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
1485 * charmaps/ISO-8859-14: Add alias names.
1486
1487 * repertoiremaps/mnemonics.ds: Remove duplicates.
1488
1489 1998-12-12 Ulrich Drepper <drepper@cygnus.com>
1490
1491 * charmaps/ISO-8859-13: New file.
1492 * charmaps/ISO-8859-14: New file.
1493 * charmaps/ISO-8859-15: New file.
1494
1495 * repertoiremaps/mnemonic.ds: Add the missing mnemonics.
1496
1497 1998-12-07 Ulrich Drepper <drepper@cygnus.com>
1498
1499 * SUPPORTED: Add en_AU.
1500
1501 1998-12-01 Ulrich Drepper <drepper@cygnus.com>
1502
1503 * SUPPORTED: Update greek entry.
1504 Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1505
1506 1998-11-12 Ulrich Drepper <drepper@cygnus.com>
1507
1508 * locales/el_GR (abmon): Remove spaces at end of strings.
1509
1510 1998-10-20 Ulrich Drepper <drepper@cygnus.com>
1511
1512 * tests/test1.cm: Add missing character definitions to read POSIX
1513 locale definition.
1514 * tests/test2.cm: Likewise.
1515 * tests/test3.cm: Likewise.
1516 * tests/test4.cm: Likewise.
1517 * tests/test5.cm: Likewise.
1518
1519 1998-10-19 13:31 Ulrich Drepper <drepper@cygnus.com>
1520
1521 * locales/POSIX: Correct typo. Add UNDEFINED symbol.
1522
1523 1998-10-14 Ulrich Drepper <drepper@cygnus.com>
1524
1525 * locales/gr_GR: Renamed to...
1526 * locales/el_GR: ...this.
1527 (yesexpr, noexpr): Also allow yes and no.
1528
1529 1998-09-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1530
1531 * locales/sr_YU: Add repertoiremap.
1532
1533 1998-09-23 Cristian Gafton <gafton@redhat.com>
1534
1535 * locales/sr_YU: New file.
1536 * SUPPORTED: Add sr_YU.
1537
1538 1998-09-23 Ulrich Drepper <drepper@cygnus.com>
1539
1540 * Makefile: Rewrite install-locales rule.
1541
1542 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
1543
1544 * Makefile: Add more dependecies for running tests.
1545 Reported by HJ Lu.
1546
1547 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1548
1549 * locales/sk_SK: Add repertoiremap.
1550
1551 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1552
1553 * locales/ru_SU: Add repertoiremap.
1554
1555 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
1556
1557 * locales/ru_SU: New file.
1558 * SUPPORTED: Add ru_SU with KOI8-R.
1559
1560 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
1561
1562 * Makefile: Install repertoire maps.
1563 * mnemonic.ds: Moved into repertoiremaps subdir.
1564 * repertoiremaps/charids.894: New file.
1565 * repertoiremaps/mnemonic.ds: New file.
1566
1567 * sort-test.sh: Adapt for most recent changes in localedef.
1568 * tst-fmon.sh: Likewise.
1569 * tst-locale.sh: Likewise.
1570
1571 * locales/POSIX: Add repertoiremap definition.
1572 * locales/cs_CZ: Likewise.
1573 * locales/da_DK: Likewise.
1574 * locales/de_AT: Likewise.
1575 * locales/de_BE: Likewise.
1576 * locales/de_CH: Likewise.
1577 * locales/de_DE: Likewise.
1578 * locales/de_LU: Likewise.
1579 * locales/en_AU: Likewise.
1580 * locales/en_CA: Likewise.
1581 * locales/en_CA,2.5: Likewise.
1582 * locales/en_DK: Likewise.
1583 * locales/en_DK.com: Likewise.
1584 * locales/en_GB: Likewise.
1585 * locales/en_IE: Likewise.
1586 * locales/en_NZ: Likewise.
1587 * locales/en_US: Likewise.
1588 * locales/es_AR: Likewise.
1589 * locales/es_BO: Likewise.
1590 * locales/es_CL: Likewise.
1591 * locales/es_CO: Likewise.
1592 * locales/es_DO: Likewise.
1593 * locales/es_EC: Likewise.
1594 * locales/es_ES: Likewise.
1595 * locales/es_GT: Likewise.
1596 * locales/es_HN: Likewise.
1597 * locales/es_MX: Likewise.
1598 * locales/es_PA: Likewise.
1599 * locales/es_PE: Likewise.
1600 * locales/es_PY: Likewise.
1601 * locales/es_SV: Likewise.
1602 * locales/es_US: Likewise.
1603 * locales/es_UY: Likewise.
1604 * locales/es_VE: Likewise.
1605 * locales/et_EE: Likewise.
1606 * locales/eu_ES: Likewise.
1607 * locales/fi_FI: Likewise.
1608 * locales/fo_FO: Likewise.
1609 * locales/fr_BE: Likewise.
1610 * locales/fr_CA: Likewise.
1611 * locales/fr_CA,2.13: Likewise.
1612 * locales/fr_CH: Likewise.
1613 * locales/fr_FR: Likewise.
1614 * locales/fr_LU: Likewise.
1615 * locales/ga_IE: Likewise.
1616 * locales/gr_GR: Likewise.
1617 * locales/he_IL: Likewise.
1618 * locales/hr_HR: Likewise.
1619 * locales/hu_HU: Likewise.
1620 * locales/is_IS: Likewise.
1621 * locales/it_IT: Likewise.
1622 * locales/iw_IL: Likewise.
1623 * locales/kl_GL: Likewise.
1624 * locales/lt_LT: Likewise.
1625 * locales/lv_LV: Likewise.
1626 * locales/nl_BE: Likewise.
1627 * locales/nl_NL: Likewise.
1628 * locales/no_NO: Likewise.
1629 * locales/pl_PL: Likewise.
1630 * locales/pt_BR: Likewise.
1631 * locales/pt_PT: Likewise.
1632 * locales/ro_RO: Likewise.
1633 * locales/ru_RU: Likewise.
1634 * locales/sl_SI: Likewise.
1635 * locales/sv_FI: Likewise.
1636 * locales/sv_SE: Likewise.
1637 * locales/tr_TR: Likewise.
1638 * locales/zh_CN: Likewise.
1639
1640 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
1641
1642 * tst-locale.sh: Add comment for when multi-byte charsets in
1643 locales work.
1644 * tests/test5.cm: New file.
1645 * tests/test5.def: New file.
1646 * Makefile (ld-test-names): Add test5.
1647
1648 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
1649
1650 * locales/de_DE: Use . as thousands separator and 3;3 groups for
1651 LC_NUMERIC.
1652
1653 1998-03-30 Ulrich Drepper <drepper@cygnus.com>
1654
1655 * Makefile: Fix test rules from last patch.
1656
1657 1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1658
1659 * locales/ru_RU: Abbreviations must end with a consonant. Fix for
1660 Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
1661
1662 1998-03-25 Ulrich Drepper <drepper@cygnus.com>
1663
1664 * Makefile (distribute): Add tst-locale.sh.
1665
1666 1998-03-24 12:14 Ulrich Drepper <drepper@cygnus.com>
1667
1668 * Makefile (distribute): Add SUPPORTED.
1669 (install-locales): New rule to install locale dat ausing localedef.
1670 * SUPPORTED: New file. Names all usable locales.
1671 Based on a patch by Cristian Gafton <gafton@redhat.com>.
1672
1673 * locales/gr_GR: Correct collation description.
1674 * locales/nl_NL: Correct Charset requirement.
1675 * locales/pt_BR: Fix int_curr_symbol.
1676 * locales/ru_RU: Fix ctype data.
1677 Patches by Cristian Gafton <gafton@redhat.com>.
1678
1679 * locales/nl_NL: Fix yesexpr/noexpr.
1680 * locales/pt_BR: Likewise.
1681 * locales/cs_CZ: Likewise.
1682 * locales/da_DK: Likewise.
1683 * locales/en_AU: Likewise.
1684 * locales/en_CA: Likewise.
1685 * locales/en_DK: Likewise.
1686 * locales/en_DK.com: Likewise.
1687 * locales/en_GB: Likewise.
1688 * locales/en_NZ: Likewise.
1689 * locales/en_US: Likewise.
1690 * locales/es_AR: Likewise.
1691 * locales/es_BO: Likewise.
1692 * locales/es_CL: Likewise.
1693 * locales/es_CO: Likewise.
1694 * locales/es_DO: Likewise.
1695 * locales/es_EC: Likewise.
1696 * locales/es_ES: Likewise.
1697 * locales/es_GT: Likewise.
1698 * locales/es_HN: Likewise.
1699 * locales/es_MX: Likewise.
1700 * locales/es_PA: Likewise.
1701 * locales/es_PE: Likewise.
1702 * locales/es_PY: Likewise.
1703 * locales/es_SV: Likewise.
1704 * locales/es_US: Likewise.
1705 * locales/es_UY: Likewise.
1706 * locales/es_VE: Likewise.
1707 * locales/et_EE: Likewise.
1708 * locales/eu_ES: Likewise.
1709 * locales/fi_FI: Likewise.
1710 * locales/fo_FO: Likewise.
1711 * locales/fr_BE: Likewise.
1712 * locales/fr_CA: Likewise.
1713 * locales/fr_CH: Likewise.
1714 * locales/fr_FR: Likewise.
1715 * locales/fr_LU: Likewise.
1716 * locales/ga_IE: Likewise.
1717 * locales/gr_GR: Likewise.
1718 * locales/he_IL: Likewise.
1719 * locales/hr_HR: Likewise.
1720 * locales/hu_HU: Likewise.
1721 * locales/is_IS: Likewise.
1722 * locales/it_IT: Likewise.
1723 * locales/iw_IL: Likewise.
1724 * locales/ja_JP: Likewise.
1725 * locales/kl_GL: Likewise.
1726 * locales/lt_LT: Likewise.
1727 * locales/lv_LV: Likewise.
1728 * locales/no_NO: Likewise.
1729 * locales/pl_PL: Likewise.
1730 * locales/pt_PT: Likewise.
1731 * locales/ro_RO: Likewise.
1732 * locales/ru_RU: Likewise.
1733 * locales/sl_SI: Likewise.
1734 * locales/sv_SE: Likewise.
1735 * locales/tr_TR: Likewise.
1736 * locales/zh_CN: Likewise.
1737
1738 1998-03-14 Ulrich Drepper <drepper@cygnus.com>
1739
1740 * locales/ru_RU: Correct last patch.
1741 Patch by Cristian Gafton <gafton@redhat.com>.
1742
1743 1998-03-11 Ulrich Drepper <drepper@cygnus.com>
1744
1745 * locales/de_DE: Use common german data and time format not ISO
1746 8601.
1747
1748 1998-03-08 Ulrich Drepper <drepper@cygnus.com>
1749
1750 * locales/ru_RU: Correct inconsistencies in mon data.
1751 Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
1752
1753 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1754
1755 * locales/pl_PL: Fix int_curr_symbol.
1756
1757 1997-10-09 04:56 Ulrich Drepper <drepper@cygnus.com>
1758
1759 * locales/is_IS: Update from Debian version.
1760
1761 1997-08-29 03:16 Ulrich Drepper <drepper@cygnus.com>
1762
1763 * tst-fmon.c: New file. strfmon test program.
1764 * tst-fmon.sh: New file. Script to run strfmon test.
1765 * fmon-de_DE.exp: New file. Expected result of strfmon test for de_DE.
1766 * fmon-en_US.exp: New file. Expected result of strfmon test for en_US.
1767
1768 * locales/cs_CZ: Update from author.
1769
1770 1997-03-17 03:32 Ulrich Drepper <drepper@cygnus.com>
1771
1772 * sort-test.sh: Call localedef with additional environment variable
1773 I18NPATH to point to not-yet-installed locale data files.
1774
1775 * locales/POSIX: Updated version from maintainer.
1776
1777 1997-02-15 14:32 15:10 Andreas Jaeger <aj@arthur.pfalz.de>
1778
1779 * collate-test.c (main): Change prototype definition to prevent
1780 warning.
1781
1782 1997-02-15 17:46 Ulrich Drepper <drepper@cygnus.com>
1783
1784 * locales/de_DE: Include real collation data. It's similar to the
1785 en_DK information but the order of small and capital characters is
1786 exchanged.
1787
1788 * collate-test.c: New file. Test suite for strcoll function.
1789 * de_DE.in: Input file for collation test.
1790 * da_DK.in: Likewise.
1791
1792 * xfrm-test.c: New file. Test suite for strxfrm function.
1793
1794 1996-12-10 02:47 Ulrich Drepper <drepper@cygnus.com>
1795
1796 * All charmaps: Fix entries for <quotation-mark>.
1797
1798 1996-10-17 18:57 Ulrich Drepper <drepper@cygnus.com>
1799
1800 * Makefile (charmaps): Don't try to install CVS or RCS directory.
1801 (locales): Likewise.
1802 Reported by Matthias Urlichs.
This page took 0.124237 seconds and 4 git commands to generate.