2000-09-11 22:44:49 +00:00
|
|
|
|
2000-09-11 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/GB18030: Add back entries which got lost in last change.
|
|
|
|
|
|
2000-09-08 08:10:08 +00:00
|
|
|
|
2000-09-08 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-09-09 06:32:46 +00:00
|
|
|
|
* charmaps/GB18030: Update once more.
|
|
|
|
|
|
2000-09-08 08:10:08 +00:00
|
|
|
|
* charmaps/JOHAB: New file.
|
|
|
|
|
* SUPPORTED: Add ko_KR.JOHAB.
|
|
|
|
|
|
2000-09-08 06:34:32 +00:00
|
|
|
|
2000-09-07 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/EUC-KR: Remove characters which are in KS C 5601-1992
|
|
|
|
|
but not in EUC-KR.
|
|
|
|
|
|
2000-09-05 02:41:25 +00:00
|
|
|
|
2000-09-03 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/EUC-TW: Add commented non-reversible mappings.
|
|
|
|
|
|
|
|
|
|
2000-09-03 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/CP949: New file.
|
|
|
|
|
|
|
|
|
|
2000-09-03 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/GB2312: Remove 0x80..0xA0, 0xAA..0xAF, 0xF8..FF.
|
|
|
|
|
|
|
|
|
|
2000-09-03 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/EUC-JP: Nonreversibly map 0xA1C0 to U+005C and 0x8FA2B7 to
|
|
|
|
|
U+007E.
|
|
|
|
|
|
Update.
2000-09-04 Andreas Schwab <schwab@suse.de>
* elf/Makefile (all-dl-routines): New variable.
(elide-routines.os): Use it instead of $(dl-routines).
(all-rtld-routines): New variable.
(extra-objs): Use it instead of $(rtld-routines).
($(objpfx)dl-allobjs.os): Likewise.
* sysdeps/ia64/Makefile [$(subdir) = elf]: Modify
sysdep-dl-routines and sysdep_routines instead of rtld-routines
and dl-routines.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_trans.c (__gconv_translit_find): Update open_count.
Set fname to NULL if the module wasn't found.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to
true if trans->name already ends in ".so".
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_int.h (__gconv_release_shlib): Change return type to
void.
* iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter
below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound.
(__gconv_release_shlib): Change return type to void.
* iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set
step->__counter here.
* iconv/gconv_db.c (free_derivation): Don't call a step's destructor
if the reference is zero.
(release_step): New function.
(gen_steps): Always initialize the __counter to 1. Use release_step.
Don't call the destructor on the step whose initializer failed.
(increment_counter): Use release_step. Don't normally run destructors
here.
(__gconv_close_transform): Use release_step.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove.
(__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly.
If the first byte is 0x8E, don't ask for 4 bytes until it has been
verified that the second byte is valid. Leave it to cns11643_to_ucs4
to check for incomplete input.
* iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is
ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for
__cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
(ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and
0x9f9d..0x9fa5.
* iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for
__cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
(ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129.
* iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend
upto index 0x0052.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconv/gconv_db.c (find_derivation): Always use the least-cost
solution.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF
are invalid.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C.
* iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to
U+007E.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7.
2000-09-03 Bruno Haible <haible@clisp.cons.org>
* iconvdata/tst-tables.sh: New file.
* iconvdata/tst-table.sh: New file.
* iconvdata/tst-table-from.c: New file.
* iconvdata/tst-table-to.c: New file.
* iconvdata/tst-table-charmap.sh: New file.
* iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to.
(distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh,
tst-table-from.c, tst-table-to.c, EUC-JP.irreversible,
ISIRI-3342.irreversible, SJIS.irreversible.
(tests): Add dependency on tst-tables.out.
(tst-tables.out, tst-tables-clean): New rules.
(do-tests-clean, common-mostlyclean): Require tst-tables-clean.
* iconvdata/ISIRI-3342.irreversible: New file.
* iconvdata/EUC-JP.irreversible: New file.
* iconvdata/SJIS.irreversible: New file.
2000-09-04 Ulrich Drepper <drepper@redhat.com>
* manual/locale.texi (General Numeric): Update description of
representation of the grouping information in the locale data.
Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>.
Reported by Rob Levin <lilo@transvirtual.com>.
2000-09-05 02:51:27 +00:00
|
|
|
|
2000-09-03 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/INIS-8: Update to use <Uxxxx> format.
|
|
|
|
|
* charmaps/ISO_2033-1983: Likewise.
|
|
|
|
|
* charmaps/ISO_5427-EXT: Likewise.
|
|
|
|
|
|
2000-09-01 17:49:19 +00:00
|
|
|
|
2000-09-01 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-09-02 04:45:14 +00:00
|
|
|
|
* locales/zh_HK: Use zh_TW data for LC_MESSAGES.
|
|
|
|
|
* SUPPORTED: Add zh_HK.BIG5HKSCS.
|
|
|
|
|
|
2000-09-01 21:16:28 +00:00
|
|
|
|
* charmaps/BIG5HKSCS: Add Big5 codes.
|
|
|
|
|
|
2000-09-01 17:49:19 +00:00
|
|
|
|
* Makefile (test-input): Add sv_SE.ISO-8859-1.
|
|
|
|
|
(LOCALES): Likewise.
|
|
|
|
|
* sv_SE.ISO-8859-1: New file.
|
|
|
|
|
|
2000-08-31 18:37:58 +00:00
|
|
|
|
2000-08-31 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-09-01 04:14:40 +00:00
|
|
|
|
* locales/zh_HK: Correct d_t_fmt and t_fmt_ampm.
|
|
|
|
|
Changes by Roger So <spacehunt@e-fever.org>.
|
|
|
|
|
|
2000-08-31 18:37:58 +00:00
|
|
|
|
* SUPPORTED: Add nn_NO.ISO-8859-1.
|
|
|
|
|
* locales/nn_NO: New file.
|
|
|
|
|
|
2000-08-30 00:02:38 +00:00
|
|
|
|
2000-08-29 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-08-30 07:38:10 +00:00
|
|
|
|
* charmaps/BIG5HKSCS: Regenerated from official data file.
|
|
|
|
|
|
2000-08-30 02:34:17 +00:00
|
|
|
|
* locales/ja_JP: Add yesstr and nostr information.
|
|
|
|
|
|
2000-08-30 00:02:38 +00:00
|
|
|
|
* charmaps/GB18030: Add entries from GBK not present here.
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030.
|
|
|
|
|
|
|
|
|
|
* locales/iso14651_t1: Use hexadecimal ellipsis in <HAN> script.
|
|
|
|
|
|
2000-08-29 21:14:05 +00:00
|
|
|
|
2000-08-29 Akira Higuchi <a@kondara.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/GB2312: Fix ".." -> "..." in width definitions.
|
|
|
|
|
* charmaps/GBK: Likewise.
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Add zh_CN.GB2312 and zh_TW.BIG5.
|
|
|
|
|
|
2000-08-28 03:51:40 +00:00
|
|
|
|
2000-08-27 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/sv_SE: Remove old LC_COLLATE definition. Use iso14651_t1
|
|
|
|
|
and customize with several reorder-after statements.
|
|
|
|
|
Reported by menthos@menthos.com.
|
|
|
|
|
|
2000-08-25 22:13:09 +00:00
|
|
|
|
2000-08-25 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-08-25 22:25:03 +00:00
|
|
|
|
* locales/ja_JP: Add new categories with generic information.
|
|
|
|
|
|
2000-08-25 22:13:09 +00:00
|
|
|
|
* locales/i18n (default_missing): Change back to only U003F.
|
|
|
|
|
|
2000-08-24 09:30:58 +00:00
|
|
|
|
2000-08-24 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (generated): Add some .out files.
|
|
|
|
|
|
2000-08-23 08:25:46 +00:00
|
|
|
|
2000-08-23 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/i18n: Add transliteration information.
|
|
|
|
|
|
2000-08-22 07:24:46 +00:00
|
|
|
|
2000-08-22 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-08-23 04:04:02 +00:00
|
|
|
|
* locales/ca_ES@euro: Country is Spain.
|
|
|
|
|
* locales/ca_ES: Likewise.
|
|
|
|
|
|
2000-08-23 03:47:08 +00:00
|
|
|
|
* locales/es_MX: Correct int_curr_symbol.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
|
2000-08-23 02:59:03 +00:00
|
|
|
|
* SUPPORTED: Add missing supported locales.
|
|
|
|
|
|
|
|
|
|
* locales/fa_IR: Correct a few of the contained bugs.
|
|
|
|
|
|
2000-08-23 02:38:11 +00:00
|
|
|
|
* locales/zh_HK: New file.
|
|
|
|
|
|
|
|
|
|
* charmaps/BIG5HKSCS: New file.
|
|
|
|
|
|
2000-08-23 02:59:03 +00:00
|
|
|
|
* locales/en_CA,2.5: Removed.
|
|
|
|
|
* locales/fr_CA,2.13: Removed.
|
|
|
|
|
* locales/in_ID: Removed.
|
|
|
|
|
|
2000-08-22 09:10:20 +00:00
|
|
|
|
* locales/sq_AL: New file.
|
|
|
|
|
* SUPPORTED: Add sq_AL.ISO-8859-1.
|
|
|
|
|
|
2000-08-22 08:49:56 +00:00
|
|
|
|
* locales/vi_VN: New file.
|
|
|
|
|
* SUPPORTED: Add vi_VN.UTF-8.
|
|
|
|
|
|
2000-08-22 08:32:32 +00:00
|
|
|
|
* locales/ko_KR: Correct currency_symbol entry.
|
|
|
|
|
|
|
|
|
|
* locales/hi_IN: New file.
|
|
|
|
|
* SUPPORTED: Add hi_IN.UTF-8.
|
|
|
|
|
|
2000-08-22 08:00:17 +00:00
|
|
|
|
* Makefile (test-input): Add da_DK and hr_HR sorting tests.
|
|
|
|
|
|
|
|
|
|
* sort-test.sh: Improve error handling by printing more information.
|
|
|
|
|
|
2000-08-22 07:24:46 +00:00
|
|
|
|
* locales/ar_AE: New file.
|
|
|
|
|
* locales/ar_BH: New file.
|
|
|
|
|
* locales/ar_DZ: New file.
|
|
|
|
|
* locales/ar_EG: New file.
|
|
|
|
|
* locales/ar_IQ: New file.
|
|
|
|
|
* locales/ar_JO: New file.
|
|
|
|
|
* locales/ar_KW: New file.
|
|
|
|
|
* locales/ar_LB: New file.
|
|
|
|
|
* locales/ar_LY: New file.
|
|
|
|
|
* locales/ar_MA: New file.
|
|
|
|
|
* locales/ar_OM: New file.
|
|
|
|
|
* locales/ar_QA: New file.
|
|
|
|
|
* locales/ar_SD: New file.
|
|
|
|
|
* locales/ar_SY: New file.
|
|
|
|
|
* locales/ar_TN: New file.
|
|
|
|
|
* locales/ar_YE: New file.
|
|
|
|
|
* SUPPORTED: Add Arabic locales.
|
|
|
|
|
|
2000-08-21 17:08:58 +00:00
|
|
|
|
2000-08-21 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-08-22 07:24:46 +00:00
|
|
|
|
* locales/es_CR: New file.
|
|
|
|
|
* locales/es_NI: New file.
|
|
|
|
|
* locales/es_PR: New file.
|
|
|
|
|
|
2000-08-22 03:49:38 +00:00
|
|
|
|
* locales/es_AR: Share LC_COLLATE description with es_ES.
|
|
|
|
|
* locales/es_BO: Likewise.
|
|
|
|
|
* locales/es_CL: Likewise.
|
|
|
|
|
* locales/es_CO: Likewise.
|
|
|
|
|
* locales/es_DO: Likewise.
|
|
|
|
|
* locales/es_GT: Likewise.
|
|
|
|
|
* locales/es_HN: Likewise.
|
|
|
|
|
* locales/es_MX: Likewise.
|
|
|
|
|
* locales/es_PA: Likewise.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
* locales/es_PY: Likewise.
|
|
|
|
|
* locales/es_SV: Likewise.
|
|
|
|
|
* locales/es_UY: Likewise.
|
|
|
|
|
* locales/es_VE: Likewise.
|
|
|
|
|
* locales/es_EC: Share LC_COLLATE description with es_US.
|
|
|
|
|
|
2000-08-21 19:15:14 +00:00
|
|
|
|
* locales/ko_KR: Updated for glibc 2.2.
|
|
|
|
|
Patches by Won-kyu Park <wkpark@chem.skku.ac.kr>.
|
|
|
|
|
* SUPPORTED: Add ko_KR.
|
|
|
|
|
|
2000-08-21 18:36:45 +00:00
|
|
|
|
* locales/de_BE@euro: New file.
|
|
|
|
|
* locales/eu_ES@euro: New file.
|
|
|
|
|
* locales/ga_IE@euro: New file.
|
|
|
|
|
* locales/gl_ES@euro: New file.
|
|
|
|
|
* locales/nl_BE@euro: New file.
|
|
|
|
|
* locales/sv_FI@euro: New file.
|
|
|
|
|
* SUPPORTED: Add the new locales.
|
|
|
|
|
|
2000-08-21 17:08:58 +00:00
|
|
|
|
* Makefile (install-locales): Handle option in locale name. Print
|
|
|
|
|
progress information.
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Add all the @euro locales.
|
|
|
|
|
|
|
|
|
|
* locales/ca_ES@euro: Update charset comment.
|
2000-08-21 18:36:45 +00:00
|
|
|
|
* locales/de_AT@euro: Likewise.
|
|
|
|
|
* locales/de_DE@euro: Likewise.
|
|
|
|
|
* locales/de_LU@euro: Likewise.
|
|
|
|
|
* locales/en_IE@euro: Likewise.
|
|
|
|
|
* locales/es_ES@euro: Likewise.
|
|
|
|
|
* locales/fi_FI@euro: Likewise.
|
|
|
|
|
* locales/fr_BE@euro: Likewise.
|
|
|
|
|
* locales/fr_FR@euro: Likewise.
|
|
|
|
|
* locales/fr_LU@euro: Likewise.
|
|
|
|
|
* locales/it_IT@euro: Likewise.
|
|
|
|
|
* locales/nl_NL@euro: Likewise.
|
|
|
|
|
* locales/pt_PT@euro: Likewise.
|
2000-08-21 17:08:58 +00:00
|
|
|
|
|
2000-08-21 08:24:10 +00:00
|
|
|
|
2000-08-20 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/ca_ES: Correct comment.
|
|
|
|
|
|
|
|
|
|
* locales/ca_ES@euro: New file.
|
|
|
|
|
* locales/de_AT@euro: New file.
|
|
|
|
|
* locales/de_DE@euro: New file.
|
|
|
|
|
* locales/de_LU@euro: New file.
|
|
|
|
|
* locales/en_IE@euro: New file.
|
|
|
|
|
* locales/es_ES@euro: New file.
|
|
|
|
|
* locales/fi_FI@euro: New file.
|
|
|
|
|
* locales/fr_BE@euro: New file.
|
|
|
|
|
* locales/fr_FR@euro: New file.
|
|
|
|
|
* locales/fr_LU@euro: New file.
|
|
|
|
|
* locales/it_IT@euro: New file.
|
|
|
|
|
* locales/nl_NL@euro: New file.
|
|
|
|
|
* locales/pt_PT@euro: New file.
|
|
|
|
|
|
2000-08-19 18:06:27 +00:00
|
|
|
|
2000-08-19 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* tst-digits.c: Include stdlib.h and string.h to provide
|
|
|
|
|
prototypes for exit, strlen and strcmp.
|
|
|
|
|
|
2000-08-18 09:34:18 +00:00
|
|
|
|
2000-08-18 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
|
|
|
|
|
(TST_DECL_VARS): Don't declare err_flg.
|
|
|
|
|
(TST_GET_ERRET): Don't set err_flg.
|
|
|
|
|
(TST_GET_ERRET_SEQ): Likewise.
|
|
|
|
|
(TST_IF_RETURN): Don't use err_flg, check err_exp directly.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/dat_swscanf.c: Don't set err_flg.
|
|
|
|
|
* tests-mbwc/dat_iswalnum.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswalpha.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswcntrl.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswctype.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswdigit.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswgraph.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswlower.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswprint.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswpunct.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswspace.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswupper.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswxdigit.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mblen.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbrlen.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbrtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbsrtowcs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbstowcs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strcoll.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strfmon.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strxfrm.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_swscanf.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_towctrans.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_towlower.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_towupper.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcrtomb.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcscat.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcschr.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcscmp.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcscoll.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcscpy.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcscspn.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcslen.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsncat.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsncmp.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsncpy.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcspbrk.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsrtombs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsspn.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsstr.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcstod.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcstok.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcstombs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcswidth.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsxfrm.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wctob.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wctomb.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wctrans.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wctype.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcwidth.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_isw-funcs.h: Fix comment.
|
|
|
|
|
|
2000-08-17 15:41:22 +00:00
|
|
|
|
2000-08-17 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
|
|
|
|
|
should have a value.
|
|
|
|
|
|
2000-08-15 07:06:23 +00:00
|
|
|
|
2000-08-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/iso14651_t1: Rearrange cyrillic and greek sections to
|
|
|
|
|
separate uppercase from non-uppercase characters to enable correct
|
|
|
|
|
handling in range expressions.
|
|
|
|
|
|
2000-08-13 07:01:35 +00:00
|
|
|
|
2000-08-13 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (install-locales): Use --prefix option of localedef to
|
|
|
|
|
avoid providing complete path for output file.
|
|
|
|
|
|
2000-08-03 07:29:27 +00:00
|
|
|
|
2000-08-03 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/zh_TW: Updated.
|
|
|
|
|
* charmaps/BIG5: Updated.
|
|
|
|
|
Patches by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
|
|
|
|
|
|
2000-08-02 17:55:34 +00:00
|
|
|
|
2000-08-02 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_types.h: Don't use `char' for types of any field,
|
|
|
|
|
use `int'.
|
|
|
|
|
|
2000-08-01 09:29:48 +00:00
|
|
|
|
2000-08-01 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (distribute): Follow name change of tst-ctype-de.in to
|
|
|
|
|
tst-ctype-de_DE.ISO-8859-1.in.
|
|
|
|
|
|
2000-07-31 23:14:10 +00:00
|
|
|
|
2000-07-31 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/KSX1001: Add width information.
|
|
|
|
|
* charmaps/GB2312: Likewise.
|
|
|
|
|
* charmaps/GBK: Likewise.
|
|
|
|
|
Patches by GOTO Masanori <gotom@debian.or.jp>.
|
|
|
|
|
|
|
|
|
|
2000-07-30 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/CP737: New file.
|
|
|
|
|
* charmaps/CP775: New file.
|
|
|
|
|
|
|
|
|
|
2000-07-30 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/GB2312: Remove single-byte entries for /xa1../xa9 and
|
|
|
|
|
/xb0../xf7. Remove aliases.
|
|
|
|
|
|
|
|
|
|
2000-07-30 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/BIG5: Remove single-byte entries for /xa1../xc7 and
|
|
|
|
|
/xc9../xf9.
|
|
|
|
|
|
|
|
|
|
2000-07-30 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* charmaps/UTF-8: Remove duplicate entries for U+4DB5 and U+4E00.
|
|
|
|
|
|
2000-07-29 07:25:43 +00:00
|
|
|
|
2000-07-29 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-30 00:00:23 +00:00
|
|
|
|
* tst-langinfo.c (main): Fix esacape sequence handling.
|
|
|
|
|
|
2000-07-29 19:36:10 +00:00
|
|
|
|
* charmaps/EUC-TW: New file.
|
|
|
|
|
|
2000-07-29 18:08:15 +00:00
|
|
|
|
* tst-digits.c: Add tests for wprintf.
|
|
|
|
|
* tests/test7.cm: Change so that it is usable for wprintf tests.
|
|
|
|
|
|
|
|
|
|
* tst-locale.sh: Fix typo in last change.
|
|
|
|
|
|
2000-07-29 07:25:43 +00:00
|
|
|
|
* tst-digits.c: Add ctype and wctype tests.
|
|
|
|
|
|
2000-07-29 06:45:51 +00:00
|
|
|
|
2000-07-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (ld-test-names): Add test7.
|
|
|
|
|
(tests): Add tst-digits. Add dependency and environment variable.
|
|
|
|
|
* tst-digits.c: New file.
|
|
|
|
|
* tst-locale.sh: Generate test7 locale.
|
|
|
|
|
* tests/test7.cm: New file.
|
|
|
|
|
* tests/test7.def: New file.
|
|
|
|
|
|
|
|
|
|
* tst-locale.sh: Add dropped test6 locale.
|
|
|
|
|
|
2000-07-28 19:52:40 +00:00
|
|
|
|
2000-07-27 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tgn_locdef.h (TST_LOC_C): New macro.
|
|
|
|
|
* tests-mbwc/dat_towctrans.c: Apply the en_US test also to the C
|
|
|
|
|
locale.
|
|
|
|
|
|
2000-07-28 17:45:15 +00:00
|
|
|
|
2000-07-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/zh_TW: New file.
|
|
|
|
|
Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
|
|
|
|
|
|
2000-07-28 11:53:16 +00:00
|
|
|
|
2000-07-28 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* tst-langinfo.c: Include <string.h> for strcmp prototype.
|
|
|
|
|
|
2000-07-26 17:52:36 +00:00
|
|
|
|
2000-07-26 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/BIG5: New file.
|
2000-07-26 23:00:05 +00:00
|
|
|
|
Contributed by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
|
2000-07-26 17:52:36 +00:00
|
|
|
|
|
2000-07-25 22:27:43 +00:00
|
|
|
|
2000-07-25 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-26 05:54:30 +00:00
|
|
|
|
* locales/zh_CN: Update for new format.
|
|
|
|
|
Patch by Yong Li <yong.li@asu.edu>.
|
|
|
|
|
|
2000-07-25 22:27:43 +00:00
|
|
|
|
* tst-langinfo.c: Add copyright text.
|
|
|
|
|
|
2000-07-25 00:38:27 +00:00
|
|
|
|
2000-07-24 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
Update.
2000-07-23 Bruno Haible <haible@clisp.cons.org>
* wctype/wchar-lookup.h: New file.
* wctype/iswctype.c: Include "wchar-lookup.h".
(__iswctype): Support alternate locale format with 3-level tables.
* wctype/iswctype_l.c (__iswctype_l): Likewise.
* wctype/towctrans.c (__towctrans): Likewise.
* wctype/towctrans_l.c (__towctrans_l): Likewise.
* wctype/wcfuncs.c: Include "wchar-lookup.h".
(__ctype32_wctype, __ctype32_wctrans): Declare external.
(__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
__iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
__iswxdigit, towlower, towupper): Support alternate locale format
with 3-level tables.
* wctype/wcextra.c (iswblank): Likewise.
* wctype/wcfuncs_l.c: Include "wchar-lookup.h".
(__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
__iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
__iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
format with 3-level tables.
* wctype/wcextra_l.c (__iswblank_l): Likewise.
* wctype/wctype.c (__wctype): Likewise. In the alternate locale
format, return a 3-level table pointer.
* wctype/wctype_l.c (__wctype_l): Likewise.
* wctype/wctrans.c (wctrans): Likewise.
* wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
__ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
__ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
(iswctype): Remove macro definition.
* wcsmbs/wcwidth.h: Include "wchar-lookup.h".
(internal_wcwidth): Support alternate locale format with 3-level
tables.
* locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
New nl_items.
* locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
Define them as being type "word".
* locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
* ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
__ctype32_width): New exported variables.
* locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
alternate locale format. Don't initialize __ctype_names and
__ctype_width in the alternate locale format.
* locale/programs/localedef.h (oldstyle_tables): New declaration.
* locale/programs/localedef.c (oldstyle_tables): New variable.
(OPT_OLDSTYLE): New macro.
(options): Add --old-style option.
(parse_opt): Handle --old-style option.
* locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
map_offset, class_3level, map_3level, width_3level members.
(ctype_output): Support for alternate locale format: Computation of
nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
_NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
_NL_CTYPE_WIDTH now contains the three-level table. Extra elems
now contain both class and map tables.
(struct wctype_table): New type.
(wctype_table_init, wctype_table_add, wctype_table_finalize): New
functions.
(struct wcwidth_table): New type.
(wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
functions.
(struct wctrans_table): New type.
(wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
functions.
(allocate_arrays): Support for alternate locale format: Set
plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
to the first 256 characters. Compute ctype->map_3level. Set
ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
instead of ctype->width.
2000-07-25 04:37:22 +00:00
|
|
|
|
* tst-wctype.input: Add more input text.
|
|
|
|
|
* tst-wctype.c: Test more classes.
|
|
|
|
|
|
2000-07-25 03:54:45 +00:00
|
|
|
|
* Makefile: Add rules to build, run, and distribute tst-langinfo.
|
|
|
|
|
* tst-langinfo.c: New file.
|
|
|
|
|
* tst-langinfo.sh: New file.
|
|
|
|
|
|
2000-07-25 03:45:07 +00:00
|
|
|
|
* locales/ja_JP (era_d_t_fmt): Fix typo.
|
|
|
|
|
|
2000-07-25 00:38:27 +00:00
|
|
|
|
* Makefile: Add rules to build, run, and distribute tst-wctype.
|
|
|
|
|
* tst-wctype.c: New file.
|
|
|
|
|
* tst-wctype.input: New file.
|
|
|
|
|
* tst-wctype.sh: New file.
|
|
|
|
|
|
2000-07-24 23:25:11 +00:00
|
|
|
|
2000-07-24 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/de_DE (LC_TIME): Use `Mit', not `Mot' as abbreviation
|
|
|
|
|
for Wednesday. Patch by <enrico.scholz@informatik.tu-chemnitz.de>.
|
|
|
|
|
|
2000-07-24 00:22:08 +00:00
|
|
|
|
2000-07-23 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/sr_YU (yesexpr): Fix "*." -> ".*".
|
|
|
|
|
(enoexpr): Likewise.
|
|
|
|
|
* locales/hr_HR: Likewise.
|
|
|
|
|
Patches by GOTO Masanori <gotom@debian.or.jp>.
|
|
|
|
|
|
|
|
|
|
* locales/i18n (yesexpr): Add U005E at the beginning.
|
|
|
|
|
(noexpr): Likewise.
|
|
|
|
|
|
2000-07-22 22:31:57 +00:00
|
|
|
|
2000-07-22 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-23 03:23:04 +00:00
|
|
|
|
* locales/ja_JP (yesexpr): U0060 should be U005E.
|
|
|
|
|
(noexpr): Likewise.
|
|
|
|
|
|
2000-07-22 22:31:57 +00:00
|
|
|
|
* locales/i18n: Remove U00A0 from blank as well.
|
2000-07-23 00:20:47 +00:00
|
|
|
|
* tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well.
|
2000-07-22 22:31:57 +00:00
|
|
|
|
|
2000-07-22 02:36:19 +00:00
|
|
|
|
2000-07-21 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/SJIS: Add width information.
|
|
|
|
|
Patch by GOTO Masanori <gotom@debian.or.jp>.
|
|
|
|
|
|
|
|
|
|
* charmaps/SJIS: Correct byte sequence for single byte characters.
|
|
|
|
|
|
2000-07-19 07:47:34 +00:00
|
|
|
|
2000-07-19 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/i18n: Fix typos.
|
|
|
|
|
|
|
|
|
|
* locales/iso14651_t1: Correct syntax for HAN script.
|
|
|
|
|
|
2000-07-18 20:32:49 +00:00
|
|
|
|
2000-07-18 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-19 05:36:15 +00:00
|
|
|
|
* charmaps/GB18030: New file.
|
|
|
|
|
|
|
|
|
|
* charmaps/UTF-8: Update for Unicode 3.0.
|
|
|
|
|
|
2000-07-18 20:32:49 +00:00
|
|
|
|
* tst-ctype-de_DE.ISO-8859-1.in: Mark U0000 as cntrl and U00A0 not as
|
|
|
|
|
space.
|
|
|
|
|
* tst-ctype.c: Likewise.
|
|
|
|
|
* tst-ctype.sh: Likewise.
|
|
|
|
|
* locales/i18n: Likewise.
|
|
|
|
|
* locales/ja_JP: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswcntrl.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswctype.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_iswspace.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* tst-ctype.sh: Also test C locale.
|
|
|
|
|
|
2000-07-16 07:30:42 +00:00
|
|
|
|
2000-07-16 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile: Rewrite rules for tests to run them only when necessary.
|
|
|
|
|
* sort-test.sh: Produce output for failed tests.
|
|
|
|
|
* tst-fmon.sh: Likewise.
|
|
|
|
|
* tst-rpmatch.sh: Likewise.
|
|
|
|
|
|
2000-07-14 09:25:46 +00:00
|
|
|
|
2000-07-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* tst-ctype-de_DE.in: Renamed to...
|
|
|
|
|
* tst-ctype-de_DE.ISO-8859-1.in: ...this.
|
|
|
|
|
|
2000-07-12 20:39:58 +00:00
|
|
|
|
2000-07-11 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (locale_test_suite): Always run test suite.
|
|
|
|
|
($(addprefix $(objpfx),$(CTYPE_FILES))): Add extra parameter for
|
|
|
|
|
gen-locale.sh.
|
|
|
|
|
(do-collate-test): Likewise.
|
|
|
|
|
(do-tst-fmon): Likewise.
|
|
|
|
|
(do-tst-locale): Likewise.
|
|
|
|
|
(do-tst-rpmatch): Likewise.
|
|
|
|
|
(do-tst-trans): Likewise.
|
|
|
|
|
(do-tst-mbswcs): Likewise.
|
|
|
|
|
(do-tst-ctype): Likewise.
|
|
|
|
|
|
|
|
|
|
* sort-test.sh : Rewrite to work with static only builds.
|
|
|
|
|
* tst-ctype.sh: Likewise.
|
|
|
|
|
* tst-fmon.sh: Likewise.
|
|
|
|
|
* tst-locale.sh: Likewise.
|
|
|
|
|
* tst-mbswcs.sh: Likewise.
|
|
|
|
|
* tst-rpmatch.sh: Likewise.
|
|
|
|
|
* tst-trans.sh: Likewise.
|
|
|
|
|
|
|
|
|
|
* gen-locale.sh (locfile): Fix it for building with
|
|
|
|
|
sourcedir==builddir and for static only builds.
|
|
|
|
|
|
2000-07-07 23:41:12 +00:00
|
|
|
|
2000-07-07 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-07 23:59:31 +00:00
|
|
|
|
* locales/POSIX: Remove repertoire map reference.
|
|
|
|
|
* locales/ar_SA: Remove repertoire map reference.
|
|
|
|
|
|
|
|
|
|
* locales/zh_CN.GBK: Removed.
|
|
|
|
|
|
|
|
|
|
* repertoiremaps/charids.894: Removed.
|
|
|
|
|
* repertoiremaps/mnemonics.ds: Removed.
|
|
|
|
|
* repertoiremaps/mnemonics.ja: Removed.
|
|
|
|
|
* repertoiremaps/mnemonics.ko: Removed.
|
|
|
|
|
* repertoiremaps/mnemonics.zh: Removed.
|
|
|
|
|
|
2000-07-07 23:41:12 +00:00
|
|
|
|
* charmaps/SJIS: New file.
|
|
|
|
|
|
2000-07-07 06:23:55 +00:00
|
|
|
|
2000-07-06 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-07 07:12:11 +00:00
|
|
|
|
* tests-mbwc/dat_mblen.c: Correct data after adding C1 characters
|
|
|
|
|
to EUC-JP.
|
|
|
|
|
* tests-mbwc/dat_mbtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wctob.c: Likewise.
|
|
|
|
|
|
2000-07-07 06:23:55 +00:00
|
|
|
|
* charmaps/EUC-JP: Make characters in C1 area map to themselves.
|
2000-07-07 06:41:18 +00:00
|
|
|
|
* charmaps/EUC-KR: Likewise.
|
2000-07-07 06:23:55 +00:00
|
|
|
|
|
2000-07-07 00:52:01 +00:00
|
|
|
|
2000-07-06 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/af_ZA (LC_TELEPHONE): Add int_prefix.
|
|
|
|
|
* locales/ar_SA (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/be_BY (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/bg_BG (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/ca_ES (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/da_DK (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/de_BE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/de_CH (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/de_LU (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/el_GR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_AU (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_BW (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_CA (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_CA,2.5 (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_DK (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_IE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_NZ (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_ZA (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/en_ZW (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_AR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_BO (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_CL (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_CO (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_DO (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_EC (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_ES (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_GT (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_HN (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_MX (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_PA (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_PE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_PY (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_SV (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_US (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_UY (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/es_VE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/et_EE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/eu_ES (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fa_IR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fi_FI (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fo_FO (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fr_BE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fr_CA (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fr_CA,2.13 (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fr_CH (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/fr_LU (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/ga_IE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/gl_ES (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/gv_GB (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/he_IL (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/hr_HR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/hu_HU (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/id_ID (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/in_ID (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/is_IS (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/it_CH (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/it_IT (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/iw_IL (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/kl_GL (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/ko_KR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/kw_GB (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/lt_LT (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/lv_LV (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/mk_MK (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/nl_BE (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/nl_NL (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/pl_PL (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/pt_BR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/ro_RO (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/ru_RU (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/ru_UA (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/sk_SK (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/sl_SI (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/sr_YU (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/sv_FI (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/th_TH (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/tr_TR (LC_TELEPHONE): Likewise.
|
|
|
|
|
* locales/uk_UA (LC_TELEPHONE): Likewise.
|
|
|
|
|
|
2000-07-05 22:34:10 +00:00
|
|
|
|
2000-07-05 NIIBE Yutaka <gniibe@chroot.org>
|
|
|
|
|
|
|
|
|
|
* locales/th_TH: Update revision information.
|
|
|
|
|
(LC_CTYPE: alpha): Replace ";...;" with "..".
|
|
|
|
|
(LC_COLLATE: order): Quote with "".
|
|
|
|
|
|
|
|
|
|
2000-07-04 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/en_GR (LC_IDENTIFICATION): Don't use iso8859-1 characters
|
|
|
|
|
in address.
|
|
|
|
|
* locales/hu_HU (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/ro_RO (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/ru_RU (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_AR (LC_IDENTIFICATION): Fix address of RAP.
|
|
|
|
|
* locales/es_BO (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_CL (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_CO (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_DO (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_EC (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_ES (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_GT (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_HN (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_MX (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_PA (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_PE (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_PY (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_SV (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_US (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_UY (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/es_VE (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/fr_CA (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/tr_TR (LC_IDENTIFICATION): Likewise.
|
|
|
|
|
* locales/no_NO (LC_TELEPHONE): Fill in.
|
|
|
|
|
* locales/pt_PT (LC_TELEPHONE): Fill in.
|
|
|
|
|
* locales/sv_SE (LC_TELEPHONE): Fill in.
|
|
|
|
|
* locales/en_GB (LC_TELEPHONE): Fill in.
|
|
|
|
|
* locales/cs_CZ (LC_TELEPHONE): Fill in.
|
|
|
|
|
|
2000-07-04 08:22:44 +00:00
|
|
|
|
2000-07-04 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* tst-fmon.sh (LC_ALL): Define to C for localedef run.
|
|
|
|
|
* tst-locale.sh (LC_ALL): Likewise.
|
|
|
|
|
|
2000-07-03 20:35:05 +00:00
|
|
|
|
2000-07-03 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
|
|
|
|
|
* tst-locale.sh: Likewise.
|
|
|
|
|
|
2000-07-01 15:41:36 +00:00
|
|
|
|
2000-07-01 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (generated-dirs): LOCALES are also generated.
|
|
|
|
|
(generated-dirs): Remove obsolete entry.
|
|
|
|
|
|
2000-07-01 02:46:04 +00:00
|
|
|
|
2000-06-30 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-07-01 06:34:10 +00:00
|
|
|
|
* Makefile (distribute): Add locale test suite files, fmon test
|
|
|
|
|
suite files, gen-locale.sh, and show-ucs-data.c.
|
|
|
|
|
|
2000-07-01 05:19:18 +00:00
|
|
|
|
* Depend: New file.
|
|
|
|
|
|
|
|
|
|
* Makefile: Rewrite rules to generate locale data.
|
|
|
|
|
* gen-locale.sh: Generate only one locale which is described in a
|
|
|
|
|
command line parameter.
|
|
|
|
|
|
2000-07-01 05:26:07 +00:00
|
|
|
|
* tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
|
|
|
|
|
around DEM problem.
|
|
|
|
|
* tst-fmon.data: Change back entries with DEM.
|
|
|
|
|
|
2000-07-01 02:46:04 +00:00
|
|
|
|
* gen-locale.sh: Print that it might take a while to finish.
|
|
|
|
|
|
2000-06-30 18:11:39 +00:00
|
|
|
|
2000-06-30 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (install-locales): Remove the -u switch from localedef
|
|
|
|
|
command line.
|
|
|
|
|
|
2000-06-29 23:35:35 +00:00
|
|
|
|
2000-06-29 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-06-30 04:07:37 +00:00
|
|
|
|
* tst-fmon.sh: Don't generate de_DE and en_US locale data.
|
|
|
|
|
* tst-rpmatch.sh: Use de_DE.ISO-8859-1 not de_DE.
|
|
|
|
|
* tst-ctype.sh: Use de_DE.ISO-8859-1 and en_US.ANSI_X3.4-1968.
|
|
|
|
|
|
|
|
|
|
* locales/POSIX: Update for new format.
|
|
|
|
|
|
2000-06-30 00:11:52 +00:00
|
|
|
|
* Makefile: Regenerate locale data also if localedef changed.
|
|
|
|
|
|
2000-06-29 23:35:35 +00:00
|
|
|
|
* tst-fmon.data: Until we know what is correct, but the spaces
|
|
|
|
|
after DEM back in.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/dat_mbstowcs.c: Fix various bugs. Comment out
|
|
|
|
|
unresolved issues.
|
|
|
|
|
* tests-mbwc/dat_mbtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strcoll.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strfmon.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strxfrm.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_mbtowc.c: Likewise.
|
|
|
|
|
|
2000-06-29 19:35:32 +00:00
|
|
|
|
2000-06-29 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* sort-test.sh: Set LC_ALL to full locale name.
|
|
|
|
|
|
|
|
|
|
* Makefile (do-tst-ctype): Don't depend on do-tst-mbswcs.sh
|
|
|
|
|
anymore.
|
|
|
|
|
(LOCALES): New.
|
2000-06-29 23:35:35 +00:00
|
|
|
|
($(addsuffix .out,$(addprefix $(objpfx),$(locale_test_suite)))):
|
2000-06-29 19:35:32 +00:00
|
|
|
|
Depend on locale files
|
|
|
|
|
(LOCALE_FILES): New.
|
|
|
|
|
(ALL_LC_FILES): New.
|
|
|
|
|
(ALL_OBJ_LC_FILES): New
|
|
|
|
|
($(ALL_OBJ_LC_FILES)): Generate locales automatically.
|
|
|
|
|
|
|
|
|
|
* tst-ctype.sh: Don't generate locales here.
|
|
|
|
|
* tst-mbswcs.sh: Likewise.
|
|
|
|
|
* sort-test.sh: Likewise.
|
|
|
|
|
|
|
|
|
|
* gen-locale.sh: New file to generate locales.
|
|
|
|
|
|
|
|
|
|
2000-06-29 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/en_GB: Update RAP address.
|
|
|
|
|
* locales/fr_FR: Likewise.
|
|
|
|
|
* locales/en_NZ: Likewise.
|
|
|
|
|
* locales/de_BE: Likewise.
|
|
|
|
|
* locales/de_CH: Likewise.
|
|
|
|
|
* locales/de_LU: Likewise.
|
|
|
|
|
* locales/en_AU: Likewise.
|
|
|
|
|
* locales/en_IE: Likewise.
|
|
|
|
|
* locales/eu_ES: Likewise.
|
|
|
|
|
* locales/fr_BE: Likewise.
|
|
|
|
|
* locales/fr_CH: Likewise.
|
|
|
|
|
* locales/fr_LU: Likewise.
|
|
|
|
|
* locales/it_IT: Likewise.
|
|
|
|
|
* locales/nl_BE: Likewise.
|
|
|
|
|
* locales/nl_NL: Likewise.
|
|
|
|
|
* locales/pt_BR: Likewise.
|
|
|
|
|
* locales/pt_PT: Likewise.
|
|
|
|
|
* locales/sv_FI: Likewise.
|
|
|
|
|
* locales/fi_FI: Likewise.
|
|
|
|
|
* locales/sv_SE: Likewise.
|
|
|
|
|
|
|
|
|
|
2000-06-29 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/af_ZA: Update for new format.
|
|
|
|
|
* locales/ar_SA: Likewise.
|
|
|
|
|
* locales/be_BY: Likewise.
|
|
|
|
|
* locales/bg_BG: Likewise.
|
|
|
|
|
* locales/ca_ES: Likewise.
|
|
|
|
|
* locales/el_GR: Likewise.
|
|
|
|
|
* locales/en_BW: Likewise.
|
|
|
|
|
* locales/en_DK: Likewise.
|
|
|
|
|
* locales/en_ZW: Likewise.
|
|
|
|
|
* locales/es_AR: Likewise.
|
|
|
|
|
* locales/es_BO: Likewise.
|
|
|
|
|
* locales/es_CL: Likewise.
|
|
|
|
|
* locales/es_CO: Likewise.
|
|
|
|
|
* locales/es_DO: Likewise.
|
|
|
|
|
* locales/es_EC: Likewise.
|
|
|
|
|
* locales/es_ES: Likewise.
|
|
|
|
|
* locales/es_GT: Likewise.
|
|
|
|
|
* locales/es_HN: Likewise.
|
|
|
|
|
* locales/es_MX: Likewise.
|
|
|
|
|
* locales/es_PA: Likewise.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
* locales/es_PY: Likewise.
|
|
|
|
|
* locales/es_SV: Likewise.
|
|
|
|
|
* locales/es_US: Likewise.
|
|
|
|
|
* locales/es_UY: Likewise.
|
|
|
|
|
* locales/es_VE: Likewise.
|
|
|
|
|
* locales/et_EE: Likewise.
|
|
|
|
|
* locales/fa_IR: Likewise.
|
|
|
|
|
* locales/fr_CA: Likewise.
|
|
|
|
|
* locales/en_CA,2.5: Likewise.
|
|
|
|
|
* locales/fr_CA,2.13: Likewise.
|
|
|
|
|
* locales/gl_ES: Likewise.
|
|
|
|
|
* locales/hr_HR: Likewise.
|
|
|
|
|
* locales/hu_HU: Likewise.
|
|
|
|
|
* locales/ko_KR: Likewise.
|
|
|
|
|
* locales/lt_LT: Likewise.
|
|
|
|
|
* locales/lv_LV: Likewise.
|
|
|
|
|
* locales/no_NO: Likewise.
|
|
|
|
|
* locales/pl_PL: Likewise.
|
|
|
|
|
* locales/ro_RO: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/ru_UA: Likewise.
|
|
|
|
|
* locales/sk_SK: Likewise.
|
|
|
|
|
* locales/sl_SI: Likewise.
|
|
|
|
|
* locales/sr_YU: Likewise.
|
|
|
|
|
* locales/th_TH: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/uk_UA: Likewise.
|
|
|
|
|
* locales/en_CA: Likewise.
|
|
|
|
|
* locales/is_IS: Likewise.
|
|
|
|
|
* locales/mk_MK: Likewise.
|
|
|
|
|
|
|
|
|
|
2000-06-29 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/cs_CZ: Comment out fields I'm not sure about.
|
|
|
|
|
* locales/de_DE (int_currency_symbol): Pad to 4 chars.
|
|
|
|
|
* locales/en_NZ: Update for new format.
|
|
|
|
|
* locales/de_BE: Likewise.
|
|
|
|
|
* locales/de_CH: Likewise.
|
|
|
|
|
* locales/de_LU: Likewise.
|
|
|
|
|
* locales/en_AU: Likewise.
|
|
|
|
|
* locales/en_IE: Likewise.
|
|
|
|
|
* locales/en_ZA: Likewise.
|
|
|
|
|
* locales/eu_ES: Likewise.
|
|
|
|
|
* locales/fo_FO: Likewise.
|
|
|
|
|
* locales/fr_BE: Likewise.
|
|
|
|
|
* locales/fr_CH: Likewise.
|
|
|
|
|
* locales/fr_LU: Likewise.
|
|
|
|
|
* locales/ga_IE: Likewise.
|
|
|
|
|
* locales/gv_GB: Likewise.
|
|
|
|
|
* locales/he_IL: Likewise.
|
|
|
|
|
* locales/id_ID: Likewise.
|
|
|
|
|
* locales/in_ID: Likewise.
|
|
|
|
|
* locales/it_CH: Likewise.
|
|
|
|
|
* locales/it_IT: Likewise.
|
|
|
|
|
* locales/iw_IL: Likewise.
|
|
|
|
|
* locales/kl_GL: Likewise.
|
|
|
|
|
* locales/kw_GB: Likewise.
|
|
|
|
|
* locales/nl_BE: Likewise.
|
|
|
|
|
* locales/nl_NL: Likewise.
|
|
|
|
|
* locales/pt_BR: Likewise.
|
|
|
|
|
* locales/pt_PT: Likewise.
|
|
|
|
|
* locales/sv_FI: Likewise.
|
|
|
|
|
* locales/da_DK: Likewise.
|
|
|
|
|
* locales/fi_FI: Likewise.
|
|
|
|
|
* locales/sv_SE: Likewise.
|
|
|
|
|
|
2000-06-29 07:13:12 +00:00
|
|
|
|
2000-06-29 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (locale_test_suite): Add new test files.
|
|
|
|
|
(tst_mblen-ENV): New.
|
|
|
|
|
(tst_mbtowc-ENV): New.
|
|
|
|
|
(tst_strcoll-ENV): New.
|
|
|
|
|
(tst_strxfrm-ENV): New.
|
|
|
|
|
(tst_wctomb-ENV): New.
|
2000-06-29 10:36:12 +00:00
|
|
|
|
(tst_mbrtowc-ENV): New.
|
|
|
|
|
(tst_mbsrtowcs-ENV): New.
|
|
|
|
|
(tst_mbstowcs-ENV): New.
|
|
|
|
|
(tst_strfmon-ENV): New.
|
|
|
|
|
(tst_wcrtomb-ENV): New.
|
|
|
|
|
(tst_wcsrtombs-ENV): New.
|
|
|
|
|
(tst_wcstod-ENV): New.
|
|
|
|
|
(tst_wcstok-ENV): New.
|
|
|
|
|
(tst_wcstombs-ENV): New.
|
2000-06-29 07:13:12 +00:00
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
|
|
|
|
|
<kuwahara@cthulhu.engr.sgi.com>.
|
|
|
|
|
* tests-mbwc/dat_wctomb.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_mbtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_strxfrm.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strxfrm.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strcoll.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_strcoll.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_mblen.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mblen.c: Likewise.
|
2000-06-29 10:36:12 +00:00
|
|
|
|
* tests-mbwc/dat_wcstok.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcstok.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcstod.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcstod.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbrtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_mbrtowc.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcsrtombs.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcsrtombs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcstombs.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcstombs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbsrtowcs.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_mbsrtowcs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcrtomb.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcrtomb.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_mbstowcs.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_mbstowcs.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_strfmon.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_strfmon.c: Likewise.
|
2000-06-29 07:13:12 +00:00
|
|
|
|
|
2000-06-28 23:54:33 +00:00
|
|
|
|
2000-06-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/mk_MK: Updated (not to new format).
|
|
|
|
|
Patch by Damjan Georgievski <gdamjan@freemail.org.mk>.
|
|
|
|
|
|
2000-06-28 23:51:54 +00:00
|
|
|
|
2000-06-28 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/fr_FR: Update for new format.
|
|
|
|
|
* locales/de_AT: Likewise.
|
|
|
|
|
* locales/en_GB: Likewise.
|
|
|
|
|
|
2000-06-28 18:04:12 +00:00
|
|
|
|
2000-06-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-06-28 23:50:37 +00:00
|
|
|
|
* locales/th_TH: Update copyright notice.
|
|
|
|
|
|
2000-06-28 23:28:29 +00:00
|
|
|
|
* locales/cs_CZ: Updated for new format.
|
|
|
|
|
Patch by Jakub Jelinek <jakub@redhat.com>.
|
|
|
|
|
|
2000-06-28 21:46:28 +00:00
|
|
|
|
* tests-mbwc/dat_mbrlen.c: Correct some tests. Remove old WAIVER
|
|
|
|
|
comments.
|
|
|
|
|
* tests-mbwc/tst_mbrlen.c: Enable code to respect t_ini. Also clear
|
|
|
|
|
internal state of mbrlen.
|
|
|
|
|
|
2000-06-28 21:38:03 +00:00
|
|
|
|
* Makefile (do-tst-ctype): Add do-tst-mbswcs to list of dependencies.
|
|
|
|
|
(TEST_MBWC_ENV): Remove unnecessary slash.
|
|
|
|
|
* tst-ctype.sh: Add de_DE.UTF-8 to list of tested locales.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Correct UTF-8 input data.
|
|
|
|
|
|
|
|
|
|
* Makefile: Add do-tst-mbswcs to dependencies of locale test suite
|
|
|
|
|
tests.
|
|
|
|
|
|
2000-06-28 18:11:30 +00:00
|
|
|
|
* locales/iso14651_t1: Explicitly add control character in
|
|
|
|
|
U0000-U001F and U007F-U009F range for backward compatibility.
|
|
|
|
|
|
2000-06-28 18:04:12 +00:00
|
|
|
|
* locales/i18n: Correct problems found by test suite.
|
|
|
|
|
|
2000-06-28 08:24:36 +00:00
|
|
|
|
2000-06-28 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
2000-06-28 13:09:35 +00:00
|
|
|
|
* tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid
|
|
|
|
|
warning.
|
|
|
|
|
|
2000-06-28 13:05:23 +00:00
|
|
|
|
* Makefile (locale_test_suite): Add tst_mbrlen.
|
|
|
|
|
(tst_mbrlen-ENV): New.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_mbrlen.c: New file
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/dat_mbrlen.c: New file.
|
|
|
|
|
|
2000-06-28 23:54:33 +00:00
|
|
|
|
* tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*.
|
2000-06-28 13:05:23 +00:00
|
|
|
|
(struct TST_HEAD): Use const char* instead of an array.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
|
|
|
|
|
|
2000-06-27 17:44:09 +00:00
|
|
|
|
2000-06-27 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-06-28 04:27:24 +00:00
|
|
|
|
* tests-mbwc/dat_iswcntrl.c: U0000 is not in class cntrl.
|
|
|
|
|
* tests-mbwc/dat_iswctype.c: U0000 is not in class cntrl.
|
|
|
|
|
U4E06 is not in EUC-JP.
|
|
|
|
|
* tests-mbwc/dat_swscanf.c: Correct several bugs in the tests.
|
|
|
|
|
* tests-mbwc/dat_towctrans.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcscoll.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcswidth.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wctob.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_towctrans.c: Remove hack which avoided crash in an
|
|
|
|
|
versions.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/dat_iswprint.c: Disable one test until it is decided
|
|
|
|
|
what is correct.
|
|
|
|
|
* tests-mbwc/dat_wcsxfrm.c: Likewise.
|
|
|
|
|
* tests-mbwc/dat_wcwidth.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_funcs.h: Pretty print.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_scscanf.c: Use correct format to avoid warning.
|
|
|
|
|
* tests-mbwc/tst_wcschr.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcscpy.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcscat.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcsncpy.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcspbrk.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wcsstr.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wctrans.c: Likewise.
|
|
|
|
|
* tests-mbwc/tst_wctype.c: Likewise.
|
|
|
|
|
|
|
|
|
|
* tests-mbwc/tst_wcscoll.c: Print better error messages.
|
|
|
|
|
|
|
|
|
|
* Makefile (tests): Define as $(locale_test_suite) but only
|
|
|
|
|
if not cross-compiling and shared libs are built.
|
|
|
|
|
(locale_test_suite): New variable. Name all new tests from the
|
|
|
|
|
locale test suite.
|
|
|
|
|
Add rule to run new tests only when all data is available.
|
|
|
|
|
* tst-ctype.sh: Add hack to generate en_US.ANSI_X3.4-1968 locale.
|
|
|
|
|
|
|
|
|
|
* tst-ctype-de_DE.in: U00A0 is not in class graph.
|
|
|
|
|
|
|
|
|
|
* charmaps/EUC-JP: Remove U005C and U007E entries from non-ASCII range.
|
|
|
|
|
|
2000-06-27 18:09:54 +00:00
|
|
|
|
* locales/i18n: Backspace isn't blank, tab is.
|
|
|
|
|
|
|
|
|
|
* tst-ctype.c (main): Add tests for control characters and space.
|
|
|
|
|
|
2000-06-27 17:49:19 +00:00
|
|
|
|
* locales/i18n: Backspace is no space.
|
|
|
|
|
|
2000-06-27 17:44:09 +00:00
|
|
|
|
* locales/i18n: Add \t to space.
|
|
|
|
|
|
2000-06-27 17:38:25 +00:00
|
|
|
|
2000-06-27 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (TEST_MBWC_ENV): New variable.
|
|
|
|
|
Use it for all tests from tests-mbwc.
|
|
|
|
|
|
2000-06-27 17:12:56 +00:00
|
|
|
|
2000-06-27 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
|
|
|
|
|
|
2000-06-27 16:35:42 +00:00
|
|
|
|
2000-06-27 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* Makefile: Add environment setting for all tests from tests-mbwc.
|
|
|
|
|
|
2000-06-27 16:33:48 +00:00
|
|
|
|
2000-06-27 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/en_DK.com: Not needed.
|
|
|
|
|
|
2000-06-27 08:18:25 +00:00
|
|
|
|
2000-06-27 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
2000-06-27 12:25:46 +00:00
|
|
|
|
* tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara
|
2000-06-27 16:33:48 +00:00
|
|
|
|
<kuwahara@cthulhu.engr.sgi.com>.
|
|
|
|
|
|
2000-06-27 12:14:09 +00:00
|
|
|
|
* Makefile (tests): Add tests from tests-mbwc subdirectory,
|
|
|
|
|
comment them out for now.
|
|
|
|
|
(subdir-dirs): New for tests-mbwc, add also vpaths.
|
|
|
|
|
|
2000-06-27 08:18:25 +00:00
|
|
|
|
* locales/ja_JP: Add missing / in LC_CTYPE.
|
|
|
|
|
|
2000-06-26 20:07:09 +00:00
|
|
|
|
2000-06-26 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-06-27 04:01:28 +00:00
|
|
|
|
* Makefile (distribute): Add tst-ctype-de_DE.in.
|
2000-06-27 03:59:26 +00:00
|
|
|
|
* tst-ctype.c: Read in more tests from stdin.
|
|
|
|
|
* tst-ctype.sh: Feed extra test data to program via stdin.
|
|
|
|
|
* tst-ctype-de_DE.in: New file.
|
|
|
|
|
|
|
|
|
|
* locales/i18n (punct): Exclude U00A0.
|
|
|
|
|
(blank): Include U00A0.
|
|
|
|
|
|
|
|
|
|
* locales/ja_JP: Updates for new format.
|
|
|
|
|
|
|
|
|
|
* Makefile (test-srcs): Add tst-ctype.
|
|
|
|
|
(distribute): Add tst-ctype.sh.
|
|
|
|
|
(do-tst-ctype): New target. Run for tests.
|
|
|
|
|
* tst-ctype.c: New file.
|
|
|
|
|
* tst-ctype.sh: New file.
|
|
|
|
|
|
2000-06-26 23:38:07 +00:00
|
|
|
|
* locales/i18n: NUL character must not be in cntrl.
|
|
|
|
|
|
2000-06-26 20:07:09 +00:00
|
|
|
|
* Makefile (test-input): Add en_US.ISO-8859-1.
|
|
|
|
|
* en_US.in: New file.
|
|
|
|
|
|
2000-06-25 18:14:28 +00:00
|
|
|
|
2000-06-25 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-06-26 00:38:37 +00:00
|
|
|
|
* Makefile (test-input): Remove everything but de_DE.ISO-8859-1
|
|
|
|
|
for now.
|
|
|
|
|
|
|
|
|
|
* de_DE.in: Update for new sorting.
|
|
|
|
|
|
|
|
|
|
* tst-locale.sh: Don't use mnemonic.ds.
|
|
|
|
|
* tst-mbswcs.sh: Likewise.
|
|
|
|
|
* tst-trans.sh: Likewise.
|
|
|
|
|
|
|
|
|
|
* locales/de_DE: Update for new format.
|
|
|
|
|
* locales/en_US: Likewise.
|
|
|
|
|
* tests/trans.def: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n01y12: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n02n40: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n10y31: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n11y41: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n12y11: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n20n32: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n30y20: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_n41n00: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y01y10: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y02n22: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y22n42: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y30y21: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y32n31: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y40y00: Likewise.
|
|
|
|
|
* tst-fmon-locales/tstfmon_y42n21: Likewise.
|
|
|
|
|
|
2000-06-26 18:12:12 +00:00
|
|
|
|
* tst-rpmatch.c: Avoid warning with broken compiler.
|
2000-06-26 00:38:37 +00:00
|
|
|
|
|
2000-06-25 18:23:21 +00:00
|
|
|
|
* locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
|
|
|
|
|
|
2000-06-25 18:14:28 +00:00
|
|
|
|
* sort-test.sh: Add more GCONV_PATH usages.
|
|
|
|
|
* tst-fmon.sh: Likewise.
|
|
|
|
|
* tst-locale.sh: Likewise.
|
|
|
|
|
* tst-mbswcs.sh: Likewise.
|
|
|
|
|
* tst-rpmatch.sh: Likewise.
|
|
|
|
|
* tst-trans.sh: Likewise.
|
|
|
|
|
|
|
|
|
|
* locales/i18n: Remove order_start around copy.
|
|
|
|
|
|
|
|
|
|
* locales/iso14651_t1: Correct various small errors.
|
|
|
|
|
|
2000-06-24 19:12:38 +00:00
|
|
|
|
2000-06-24 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ISO-8859-1: Correct width specification.
|
|
|
|
|
|
2000-06-24 05:29:29 +00:00
|
|
|
|
2000-06-23 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
|
|
|
|
|
* charmaps/ANSI_X3.4-1968: Likewise.
|
|
|
|
|
* charmaps/ASMO_449: Likewise.
|
|
|
|
|
* charmaps/BALTIC: Likewise.
|
|
|
|
|
* charmaps/BS_4730: Likewise.
|
|
|
|
|
* charmaps/BS_VIEWDATA: Likewise.
|
|
|
|
|
* charmaps/CP1250: Likewise.
|
|
|
|
|
* charmaps/CP1251: Likewise.
|
|
|
|
|
* charmaps/CP1252: Likewise.
|
|
|
|
|
* charmaps/CP1253: Likewise.
|
|
|
|
|
* charmaps/CP1254: Likewise.
|
|
|
|
|
* charmaps/CP1255: Likewise.
|
|
|
|
|
* charmaps/CP1256: Likewise.
|
|
|
|
|
* charmaps/CP1257: Likewise.
|
|
|
|
|
* charmaps/CP1258: Likewise.
|
|
|
|
|
* charmaps/CSA_Z243.4-1985-1: Likewise.
|
|
|
|
|
* charmaps/CSA_Z243.4-1985-2: Likewise.
|
|
|
|
|
* charmaps/CSA_Z243.4-1985-GR: Likewise.
|
|
|
|
|
* charmaps/CSN_369103: Likewise.
|
|
|
|
|
* charmaps/CWI: Likewise.
|
|
|
|
|
* charmaps/DEC-MCS: Likewise.
|
|
|
|
|
* charmaps/DIN_66003: Likewise.
|
|
|
|
|
* charmaps/DS_2089: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-AT-DE: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-AT-DE-A: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-CA-FR: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-DK-NO: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-DK-NO-A: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-ES: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-ES-A: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-ES-S: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-FI-SE: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-FI-SE-A: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-FR: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-IS-FRISS: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-IT: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-PT: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-UK: Likewise.
|
|
|
|
|
* charmaps/EBCDIC-US: Likewise.
|
|
|
|
|
* charmaps/ECMA-CYRILLIC: Likewise.
|
|
|
|
|
* charmaps/ES: Likewise.
|
|
|
|
|
* charmaps/ES2: Likewise.
|
|
|
|
|
* charmaps/EUC-JP: Likewise.
|
|
|
|
|
* charmaps/EUC-KR: Likewise.
|
|
|
|
|
* charmaps/GB2312: Likewise.
|
|
|
|
|
* charmaps/GBK: Likewise.
|
|
|
|
|
* charmaps/GB_1988-80: Likewise.
|
|
|
|
|
* charmaps/GOST_19768-74: Likewise.
|
|
|
|
|
* charmaps/GREEK-CCITT: Likewise.
|
|
|
|
|
* charmaps/GREEK7: Likewise.
|
|
|
|
|
* charmaps/GREEK7-OLD: Likewise.
|
|
|
|
|
* charmaps/HP-ROMAN8: Likewise.
|
|
|
|
|
* charmaps/IBM037: Likewise.
|
|
|
|
|
* charmaps/IBM038: Likewise.
|
|
|
|
|
* charmaps/IBM1004: Likewise.
|
|
|
|
|
* charmaps/IBM1026: Likewise.
|
|
|
|
|
* charmaps/IBM1047: Likewise.
|
|
|
|
|
* charmaps/IBM256: Likewise.
|
|
|
|
|
* charmaps/IBM273: Likewise.
|
|
|
|
|
* charmaps/IBM274: Likewise.
|
|
|
|
|
* charmaps/IBM275: Likewise.
|
|
|
|
|
* charmaps/IBM277: Likewise.
|
|
|
|
|
* charmaps/IBM278: Likewise.
|
|
|
|
|
* charmaps/IBM280: Likewise.
|
|
|
|
|
* charmaps/IBM281: Likewise.
|
|
|
|
|
* charmaps/IBM284: Likewise.
|
|
|
|
|
* charmaps/IBM285: Likewise.
|
|
|
|
|
* charmaps/IBM290: Likewise.
|
|
|
|
|
* charmaps/IBM297: Likewise.
|
|
|
|
|
* charmaps/IBM420: Likewise.
|
|
|
|
|
* charmaps/IBM423: Likewise.
|
|
|
|
|
* charmaps/IBM424: Likewise.
|
|
|
|
|
* charmaps/IBM437: Likewise.
|
|
|
|
|
* charmaps/IBM500: Likewise.
|
|
|
|
|
* charmaps/IBM850: Likewise.
|
|
|
|
|
* charmaps/IBM851: Likewise.
|
|
|
|
|
* charmaps/IBM852: Likewise.
|
|
|
|
|
* charmaps/IBM855: Likewise.
|
|
|
|
|
* charmaps/IBM857: Likewise.
|
|
|
|
|
* charmaps/IBM860: Likewise.
|
|
|
|
|
* charmaps/IBM861: Likewise.
|
|
|
|
|
* charmaps/IBM862: Likewise.
|
|
|
|
|
* charmaps/IBM863: Likewise.
|
|
|
|
|
* charmaps/IBM864: Likewise.
|
|
|
|
|
* charmaps/IBM865: Likewise.
|
|
|
|
|
* charmaps/IBM866: Likewise.
|
|
|
|
|
* charmaps/IBM868: Likewise.
|
|
|
|
|
* charmaps/IBM869: Likewise.
|
|
|
|
|
* charmaps/IBM870: Likewise.
|
|
|
|
|
* charmaps/IBM871: Likewise.
|
|
|
|
|
* charmaps/IBM874: Likewise.
|
|
|
|
|
* charmaps/IBM875: Likewise.
|
|
|
|
|
* charmaps/IBM880: Likewise.
|
|
|
|
|
* charmaps/IBM891: Likewise.
|
|
|
|
|
* charmaps/IBM903: Likewise.
|
|
|
|
|
* charmaps/IBM904: Likewise.
|
|
|
|
|
* charmaps/IBM905: Likewise.
|
|
|
|
|
* charmaps/IBM918: Likewise.
|
|
|
|
|
* charmaps/IEC_P27-1: Likewise.
|
|
|
|
|
* charmaps/INIS: Likewise.
|
|
|
|
|
* charmaps/INIS-CYRILLIC: Likewise.
|
|
|
|
|
* charmaps/INVARIANT: Likewise.
|
|
|
|
|
* charmaps/ISIRI-3342: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-1: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-10: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-13: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-14: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-15: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-16: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-2: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-3: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-4: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-5: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-6: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-7: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-8: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-9: Likewise.
|
|
|
|
|
* charmaps/ISO-IR-197: Likewise.
|
|
|
|
|
* charmaps/ISO-IR-90: Likewise.
|
|
|
|
|
* charmaps/ISO_10367-BOX: Likewise.
|
|
|
|
|
* charmaps/ISO_5427: Likewise.
|
|
|
|
|
* charmaps/ISO_5428: Likewise.
|
|
|
|
|
* charmaps/ISO_646.BASIC: Likewise.
|
|
|
|
|
* charmaps/ISO_646.IRV: Likewise.
|
|
|
|
|
* charmaps/ISO_6937: Likewise.
|
|
|
|
|
* charmaps/ISO_6937-2-25: Likewise.
|
|
|
|
|
* charmaps/ISO_6937-2-ADD: Likewise.
|
|
|
|
|
* charmaps/ISO_8859-SUPP: Likewise.
|
|
|
|
|
* charmaps/IT: Likewise.
|
|
|
|
|
* charmaps/JIS_C6220-1969-RO: Likewise.
|
|
|
|
|
* charmaps/JIS_C6229-1984-B: Likewise.
|
|
|
|
|
* charmaps/JIS_X0201: Likewise.
|
|
|
|
|
* charmaps/JUS_I.B1.002: Likewise.
|
|
|
|
|
* charmaps/JUS_I.B1.003-MAC: Likewise.
|
|
|
|
|
* charmaps/JUS_I.B1.003-SERB: Likewise.
|
|
|
|
|
* charmaps/KOI-8: Likewise.
|
|
|
|
|
* charmaps/KOI8-R: Likewise.
|
|
|
|
|
* charmaps/KOI8-U: Likewise.
|
|
|
|
|
* charmaps/KSC5636: Likewise.
|
|
|
|
|
* charmaps/KSX1001: Likewise.
|
|
|
|
|
* charmaps/LATIN-GREEK: Likewise.
|
|
|
|
|
* charmaps/LATIN-GREEK-1: Likewise.
|
|
|
|
|
* charmaps/MAC-IS: Likewise.
|
|
|
|
|
* charmaps/MAC-UK: Likewise.
|
|
|
|
|
* charmaps/MACINTOSH: Likewise.
|
|
|
|
|
* charmaps/MSZ_7795.3: Likewise.
|
|
|
|
|
* charmaps/NATS-DANO: Likewise.
|
|
|
|
|
* charmaps/NATS-SEFI: Likewise.
|
|
|
|
|
* charmaps/NC_NC00-10: Likewise.
|
|
|
|
|
* charmaps/NEXTSTEP: Likewise.
|
|
|
|
|
* charmaps/NF_Z_62-010: Likewise.
|
|
|
|
|
* charmaps/NF_Z_62-010_1973: Likewise.
|
|
|
|
|
* charmaps/NS_4551-1: Likewise.
|
|
|
|
|
* charmaps/NS_4551-2: Likewise.
|
|
|
|
|
* charmaps/PT: Likewise.
|
|
|
|
|
* charmaps/PT2: Likewise.
|
|
|
|
|
* charmaps/SAMI: Likewise.
|
|
|
|
|
* charmaps/SAMI-WS2: Likewise.
|
|
|
|
|
* charmaps/SEN_850200_B: Likewise.
|
|
|
|
|
* charmaps/SEN_850200_C: Likewise.
|
|
|
|
|
* charmaps/T.101-G2: Likewise.
|
|
|
|
|
* charmaps/T.61-7BIT: Likewise.
|
|
|
|
|
* charmaps/T.61-8BIT: Likewise.
|
|
|
|
|
* charmaps/TIS-620: Likewise.
|
|
|
|
|
* charmaps/UTF8: Likewise.
|
|
|
|
|
* charmaps/VIDEOTEX-SUPPL: Likewise.
|
|
|
|
|
|
2000-06-21 18:01:49 +00:00
|
|
|
|
2000-06-21 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/pt_BR: Revert last change partly. Full weekday and month
|
|
|
|
|
names are written with lowercase first letter.
|
|
|
|
|
Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
|
|
|
|
|
|
2000-06-21 12:39:22 +00:00
|
|
|
|
2000-06-21 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* tst-trans.c: Include <stdlib.h> and <string.h>.
|
|
|
|
|
|
2000-06-20 04:46:22 +00:00
|
|
|
|
2000-06-19 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/pt_BR: Correct day and month names.
|
|
|
|
|
Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
|
|
|
|
|
|
2000-06-14 01:01:44 +00:00
|
|
|
|
2000-06-13 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-06-14 04:06:42 +00:00
|
|
|
|
* Makefile (ld-test-srcs): Add tests/test6.c.
|
|
|
|
|
|
2000-06-14 03:48:09 +00:00
|
|
|
|
* Makefile (ld-test-srcs): Add trans.def here.
|
|
|
|
|
|
2000-06-14 03:46:36 +00:00
|
|
|
|
* Makefile (ld-test-srcs): Handle .ds files separately.
|
|
|
|
|
|
2000-06-14 01:01:44 +00:00
|
|
|
|
* Makefile (ld-test-srcs): Distribute all test6 input files.
|
|
|
|
|
|
2000-05-28 07:07:05 +00:00
|
|
|
|
2000-05-28 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/be_BY: New file.
|
|
|
|
|
Contributed by Aleksey Novodvorsky <aen@logic.ru>.
|
|
|
|
|
|
2000-05-24 20:22:51 +00:00
|
|
|
|
2000-05-24 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/iso14651_t1: New file.
|
|
|
|
|
|
2000-05-15 11:30:54 +00:00
|
|
|
|
2000-05-15 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
2000-05-15 11:49:07 +00:00
|
|
|
|
* tst-fmon.data: Change testcase following fixes for
|
|
|
|
|
de_DE.
|
|
|
|
|
|
|
|
|
|
* locales/de_DE: Remove space after DEM since DEM is
|
|
|
|
|
now placed after the value.
|
|
|
|
|
|
2000-05-15 11:30:54 +00:00
|
|
|
|
* locales/de_DE: Fix currency placement to use "12.345,68 DM".
|
|
|
|
|
Reported by Christopher Creutzig <ccr@nescio.foebud.org>, closes
|
|
|
|
|
PR libc/1713.
|
|
|
|
|
|
2000-05-05 04:07:40 +00:00
|
|
|
|
2000-05-04 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-05-05 05:47:53 +00:00
|
|
|
|
* charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>.
|
|
|
|
|
Reported by Ga<47>l Qu<51>ri <gqueri@mail.dotcom.fr> [PR libc/1718].
|
|
|
|
|
|
2000-05-05 04:07:40 +00:00
|
|
|
|
* tst-fmon.c (main): Print the locale name as well in the error
|
|
|
|
|
message.
|
|
|
|
|
|
2000-04-07 02:38:44 +00:00
|
|
|
|
2000-04-06 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/i18n: New file.
|
|
|
|
|
|
2000-03-27 18:36:21 +00:00
|
|
|
|
2000-03-27 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* tst-fmon.data: Update test after last strfmon change.
|
|
|
|
|
|
2000-03-16 11:12:24 +00:00
|
|
|
|
2000-03-15 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* locales/sl_SI: Fix entries for june and july.
|
|
|
|
|
Reported by primoz.peterlin@biofiz.mf.uni-lj.si, closes PR
|
|
|
|
|
libc/1648.
|
|
|
|
|
|
2000-03-15 00:37:19 +00:00
|
|
|
|
2000-03-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/en_DK: Correct syntax.
|
|
|
|
|
|
2000-03-03 21:33:34 +00:00
|
|
|
|
2000-03-03 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-03-03 21:35:29 +00:00
|
|
|
|
* SUPPORTED: Add gv_GB.ISO-8859-1 and kw_GB.ISO-8859-1.
|
2000-03-03 21:33:34 +00:00
|
|
|
|
|
2000-03-03 20:10:07 +00:00
|
|
|
|
2000-03-01 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* locales/gv_GB: New file.
|
2000-03-03 21:07:41 +00:00
|
|
|
|
* locales/kw_GB: New file.
|
2000-03-15 00:37:19 +00:00
|
|
|
|
From Pablo Saratxaga <pablo@mandrakesoft.com>.
|
2000-03-03 20:10:07 +00:00
|
|
|
|
|
2000-03-03 20:04:58 +00:00
|
|
|
|
2000-03-03 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ISO-8859-14: Remove wrong duplicate mapping for /xA9.
|
|
|
|
|
|
2000-03-03 19:49:23 +00:00
|
|
|
|
2000-03-01 Andreas Jaeger <aj@suse.de>
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Added bg_BG.CP1251.
|
|
|
|
|
|
|
|
|
|
* locales/bg_BG: New file.
|
|
|
|
|
|
2000-02-22 09:00:35 +00:00
|
|
|
|
2000-02-22 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-02-22 09:35:18 +00:00
|
|
|
|
* locales/ko_KO: Update syntax for new localedef. Use symbolic
|
|
|
|
|
names for characters.
|
|
|
|
|
* charmaps/EUC-KR: ADD width information.
|
|
|
|
|
* repertoiremaps/mnemonic.ko: New file.
|
|
|
|
|
Patch by Won-kyu Park <wkpark@chem.skku.ac.kr>.
|
|
|
|
|
|
|
|
|
|
* charmaps/GBK: New file.
|
|
|
|
|
* locales/zh_CN.GBK: New file.
|
|
|
|
|
* repertoiremaps/mnemonic.zh: New file.
|
|
|
|
|
Contributed by Sean Chen <sean.chen@turbolinux.com>.
|
|
|
|
|
|
2000-02-22 09:00:35 +00:00
|
|
|
|
* locales/mk_MK: New file.
|
|
|
|
|
Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
|
2000-02-22 09:01:04 +00:00
|
|
|
|
* SUPPORTED: Add mk_MK ISO-8859-5.
|
2000-02-22 09:00:35 +00:00
|
|
|
|
|
2000-02-12 18:16:10 +00:00
|
|
|
|
2000-02-12 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
2000-02-12 23:04:35 +00:00
|
|
|
|
* SUPPORTED: Add gl_ES.ISO-8859-1.
|
|
|
|
|
|
2000-02-12 22:26:47 +00:00
|
|
|
|
* SUPPORTED: Add ar_SA.ISO-8859-6.
|
2000-02-12 22:25:57 +00:00
|
|
|
|
* locales/ar_SA: New file.
|
|
|
|
|
|
|
|
|
|
* locales/th_TH: Remove Thai digits from `digits'.
|
|
|
|
|
|
2000-02-12 21:27:11 +00:00
|
|
|
|
* SUPPORTED: Add th_TH.TIS-620.
|
|
|
|
|
|
2000-02-12 18:16:10 +00:00
|
|
|
|
* locales/el_GR (toupper): Don't map *s to S*.
|
|
|
|
|
* locales/en_DK: Likewise.
|
|
|
|
|
* locales/en_DK.com: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/ru_UA: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/uk_UA: Likewise.
|
|
|
|
|
|
|
|
|
|
* locales/en_DK (toupper): Map v% to V%.
|
|
|
|
|
(tolower): Map V% to v%.
|
|
|
|
|
* locales/en_DK.com: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/ru_UA: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/uk_UA: Likewise.
|
|
|
|
|
|
2000-02-11 19:24:43 +00:00
|
|
|
|
2000-02-11 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (generated-dirs): Add de_DE.437.
|
|
|
|
|
|
|
|
|
|
2000-01-31 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM864: Correct comment for /xC6 mapping.
|
|
|
|
|
* charmaps/ISO-IR-90: Correct mapping for <tilde>.
|
|
|
|
|
* charmaps/ISO-8859-8: Update mappings for /xAF, /xFD, and /xFE.
|
|
|
|
|
* charmaps/NEXTSTEP: Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
|
|
|
|
|
Reported by Bruno Haible <haible@ilog.fr>.
|
|
|
|
|
|
2000-01-29 12:04:45 +00:00
|
|
|
|
2000-01-27 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/af_ZA: Fix syntax errors.
|
|
|
|
|
|
2000-01-24 12:09:14 +00:00
|
|
|
|
2000-01-24 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
2000-01-25 01:00:37 +00:00
|
|
|
|
* tst-locale.sh: Also enable test5.
|
|
|
|
|
* tests/test5.ds: New file.
|
|
|
|
|
|
2000-01-24 12:38:46 +00:00
|
|
|
|
* locales/gl_ES: New file.
|
|
|
|
|
Contributed by Jacobo Tarrio <jtarrio@ceu.fi.udc.es>.
|
|
|
|
|
|
2000-01-24 12:09:14 +00:00
|
|
|
|
* locales/POSIX: Remove trailing semicolon.
|
|
|
|
|
* locales/th_TH: Likewise.
|
|
|
|
|
PR libc/1545.
|
|
|
|
|
|
2000-01-19 06:49:51 +00:00
|
|
|
|
2000-01-18 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ja_JP: Add double-width digits to digit class.
|
|
|
|
|
|
2000-01-12 12:08:13 +00:00
|
|
|
|
2000-01-12 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ISO-8859-16: Add mapping for /xba.
|
|
|
|
|
Reported by Bruno Haible <haible@ilog.fr>.
|
|
|
|
|
|
2000-01-05 17:34:44 +00:00
|
|
|
|
2000-01-05 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
2000-01-05 20:49:52 +00:00
|
|
|
|
* tst-trans.sh: Add directory names to charmap and repertoire file
|
|
|
|
|
names.
|
|
|
|
|
|
2000-01-05 19:15:03 +00:00
|
|
|
|
* charmaps/ISO-8859-16: New file.
|
|
|
|
|
|
2000-01-05 17:34:44 +00:00
|
|
|
|
* SUPPORTED: Change lv_LV entry to use ISO-8859-13.
|
|
|
|
|
|
2000-01-03 21:11:54 +00:00
|
|
|
|
2000-01-03 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Change lt_LT charset to ISO-8859-13.
|
|
|
|
|
|
1999-12-26 08:47:27 +00:00
|
|
|
|
1999-12-26 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-12-26 09:07:14 +00:00
|
|
|
|
* collate-test.c (main): Correct logic in test.
|
|
|
|
|
|
1999-12-26 08:47:27 +00:00
|
|
|
|
* tst-trans.sh: Use correct name for dynamic loader.
|
|
|
|
|
|
1999-12-24 05:42:34 +00:00
|
|
|
|
1999-12-23 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
Update.
1999-12-23 Ulrich Drepper <drepper@cygnus.com>
* locale/programs/ld-monetary.c (monetary_finish): Add cast to
prevent warning.
* locale/programs/ld-collate.c: Implement writing out multibyte
collation data.
* locale/setlocale.c (setlocale): Allow setting LC_COLLATE again.
* locale/localeinfo.h: Declare variables only for currently implemented
collate functionality. Remove FORWARD_CHAR and ELLIPSIS_CHAR.
* locale/lc-collate.c: Define variables only for currently implemented
functionality.
* locale/langinfo.h: Define symbols only for currently implemented
functionality.
* locale/categories.def: Define elements for currently implemented
functionality.
* locale/C-collate.c: Comment out definitions of arrays with symbol
name definitions etc.
(_nl_C_LC_COLLATE): Update for currently defined information.
* intl/libintl.h: Remove dcgettext macro definition.
* intl/gettextP.h: Declare _nl_msg_cat_cntr.
* locale/iso-4217.def: Add NAD. Remove a few obsolete entries.
* sysdeps/generic/glob.c (glob): Pass alternate file access functions
also in recursive call. Patch by Joe Orton <joe@orton.demon.co.uk>.
1999-12-22 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Use proper type
for __fenv_stfsr argument.
* sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
truncate64, ftruncate64, fstat64, lstat64, stat64 and mmap2.
Remove ugetrlimit.
* sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h
(XSTAT_IS_XSTAT64): Define.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Add
__libc_lseek64, __libc_pread, __libc_pread64, __libc_pwrite
and __libc_pwrite64.
Remove oldgetrlimit and oldsetrlimit.
* sysdeps/unix/sysv/linux/sparc/sparc64/fxstat64.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/lxstat64.c: New file.
* sysdeps/unix/sysv/linux/sparc/sparc64/xstat64.c: New file.
* sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Pass the buf
pointer to the syscall, not address of that pointer.
* sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
* sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
(__syscall_stat64): Provide proper prototype.
* sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Share
has_no_truncate64 between truncate64 and ftruncate64.
* sysdeps/unix/sysv/linux/truncate64.c (truncate64): Likewise.
* sysdeps/unix/sysv/linux/kernel-features.h
(__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_MMAP2_SYSCALL,
__ASSUME_STAT64_SYSCALL): Define on Sparc for kernels >= 2.3.35.
1999-12-22 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __libc_lseek64,
__libc_pread, __libc_pread64, __libc_pwrite and __libc_pwrite64.
1999-12-24 05:55:50 +00:00
|
|
|
|
* SUPPORTED: Add af_ZA, en_BW, and en_ZW.
|
|
|
|
|
|
1999-12-24 05:42:34 +00:00
|
|
|
|
* locale/en_BW: New file.
|
|
|
|
|
* locale/en_ZW: New file.
|
|
|
|
|
Contributed by Schalk W. Cronj<6E> <schalkc@ntaba.co.za>.
|
|
|
|
|
|
1999-12-21 17:50:57 +00:00
|
|
|
|
1999-12-21 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ja_JP: Fix cntrl mapping and era definition.
|
|
|
|
|
Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
|
|
|
|
|
|
1999-12-21 00:55:57 +00:00
|
|
|
|
1999-12-20 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/af_ZA: New file.
|
1999-12-24 05:42:34 +00:00
|
|
|
|
Contributed by Schalk W. Cronj<6E> <schalkc@ntaba.co.za>.
|
1999-12-21 00:55:57 +00:00
|
|
|
|
|
1999-12-19 19:14:15 +00:00
|
|
|
|
1999-12-19 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/POSIX: Fix collation order of <SI> and add a few missing
|
|
|
|
|
symbols. Patch by Miloslav Trmac <mitr@volny.cz>.
|
|
|
|
|
|
|
|
|
|
* locales/cs_CZ: Fix syntax of collation entries with multi-character
|
|
|
|
|
weights.
|
|
|
|
|
* locales/da_DK: Likewise.
|
|
|
|
|
* locales/el_GR: Likewise.
|
|
|
|
|
* locales/en_CA: Likewise.
|
|
|
|
|
* locales/en_CA,2.5: Likewise.
|
|
|
|
|
* locales/en_DK: Likewise.
|
|
|
|
|
* locales/en_DK.com: Likewise.
|
|
|
|
|
* locales/es_AR: Likewise.
|
|
|
|
|
* locales/es_BO: Likewise.
|
|
|
|
|
* locales/es_CL: Likewise.
|
|
|
|
|
* locales/es_CO: Likewise.
|
|
|
|
|
* locales/es_DO: Likewise.
|
|
|
|
|
* locales/es_EC: Likewise.
|
|
|
|
|
* locales/es_ES: Likewise.
|
|
|
|
|
* locales/es_GT: Likewise.
|
|
|
|
|
* locales/es_HN: Likewise.
|
|
|
|
|
* locales/es_MX: Likewise.
|
|
|
|
|
* locales/es_PA: Likewise.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
* locales/es_PY: Likewise.
|
|
|
|
|
* locales/es_SV: Likewise.
|
|
|
|
|
* locales/es_US: Likewise.
|
|
|
|
|
* locales/es_UY: Likewise.
|
|
|
|
|
* locales/es_VE: Likewise.
|
|
|
|
|
* locales/et_EE: Likewise.
|
|
|
|
|
* locales/fi_FI: Likewise.
|
|
|
|
|
* locales/fr_CA,2.13: Likewise.
|
|
|
|
|
* locales/hr_HR: Likewise.
|
|
|
|
|
* locales/hu_HU: Likewise.
|
|
|
|
|
* locales/is_IS: Likewise.
|
|
|
|
|
* locales/lt_LT: Likewise.
|
|
|
|
|
* locales/lv_LV: Likewise.
|
|
|
|
|
* locales/no_NO: Likewise.
|
|
|
|
|
* locales/pl_PL: Likewise.
|
|
|
|
|
* locales/ro_RO: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/ru_UA: Likewise.
|
|
|
|
|
* locales/sl_SI: Likewise.
|
|
|
|
|
* locales/sr_YU: Likewise.
|
|
|
|
|
* locales/sv_SE: Likewise.
|
|
|
|
|
* locales/th_TH: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/uk_UA: Likewise.
|
|
|
|
|
|
1999-12-19 00:32:58 +00:00
|
|
|
|
1999-12-18 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ISIRI-3342: New file.
|
|
|
|
|
* locales/fa_IR: New file.
|
|
|
|
|
Contributed by Roozbeh Pournader <roozbeh@sina.sharif.ac.ir>.
|
|
|
|
|
|
1999-12-11 02:51:13 +00:00
|
|
|
|
1999-12-10 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/de_DE: Correct syntax of multi-character weights.
|
|
|
|
|
|
1999-12-08 09:15:00 +00:00
|
|
|
|
1999-12-08 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-12-09 08:21:40 +00:00
|
|
|
|
* tests/test6.c: New file.
|
|
|
|
|
* tests/test6.cm: New file.
|
|
|
|
|
* tests/test6.def: New file.
|
|
|
|
|
* tests/test6.mne: New file.
|
|
|
|
|
|
1999-12-08 09:15:00 +00:00
|
|
|
|
* repertoiremaps/mnemonic.ds: Add U066A, UFE80, UFE81, UFE83,
|
|
|
|
|
UFE85, and UFE8B.
|
|
|
|
|
* charmaps/IBM864: Add mapping for /x25, /xc1, /xc2, /xc3, /xc4,
|
|
|
|
|
and /xc6.
|
|
|
|
|
* charmaps/KOI8-U: Fix typo in /x95 entry.
|
|
|
|
|
* charmaps/KOI8-R: Correct 0x95 entry.
|
|
|
|
|
* charmaps/CP1258: Add /xEC.
|
|
|
|
|
* repertoiremaps/mnemonic.ds: Add U0300 and U0301.
|
|
|
|
|
* charmaps/IBM874: Add Euro.
|
|
|
|
|
* charmaps/ISO-8859-7: Map /xB4 to U0384.
|
|
|
|
|
Reported by Bruno Haible <haible@ilog.fr>.
|
|
|
|
|
|
1999-11-29 19:32:30 +00:00
|
|
|
|
1999-11-29 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ISO-8859-10: Correct alias. This charset was issued in
|
|
|
|
|
1992. Reported by Bruno Haible <haible@ilog.fr>.
|
|
|
|
|
|
1999-11-28 05:14:35 +00:00
|
|
|
|
1999-11-27 Shinya Hanataka <hanataka@abyss.rim.or.jp>
|
|
|
|
|
|
1999-11-29 19:32:30 +00:00
|
|
|
|
* locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions.
|
|
|
|
|
* charmaps/EUC-JP: Likewise.
|
|
|
|
|
* repertoiremaps/mnemonic.ja: Likewise.
|
1999-11-28 05:14:35 +00:00
|
|
|
|
|
1999-11-29 19:32:30 +00:00
|
|
|
|
* locales/ja_JP: Add extra CLASS and MAP definisions.
|
1999-11-28 05:14:35 +00:00
|
|
|
|
|
1999-11-29 19:32:30 +00:00
|
|
|
|
* charmaps/EUC-JP: Add WIDTH definitions.
|
1999-11-28 05:14:35 +00:00
|
|
|
|
|
1999-11-25 19:27:07 +00:00
|
|
|
|
1999-11-25 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile: Don't run tests for now.
|
|
|
|
|
|
1999-11-24 05:51:45 +00:00
|
|
|
|
1999-11-23 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ko_KR: New file.
|
|
|
|
|
* charmaps/EUC-KR: New file.
|
|
|
|
|
Contributed by Won-kyu Park <wkpark@chem.skku.ac.kr>.
|
|
|
|
|
|
1999-11-23 06:01:02 +00:00
|
|
|
|
1999-11-22 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ja_JP [LC_CTYPE] (cntrl): Add PAD.
|
|
|
|
|
|
|
|
|
|
* repertoiremaps/mnemonic.ja: Add DCS and APC definitions.
|
|
|
|
|
|
1999-11-21 06:02:35 +00:00
|
|
|
|
1999-11-20 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-11-21 06:51:06 +00:00
|
|
|
|
* tst-trans.c: New file.
|
|
|
|
|
* tst-trans.sh: New file.
|
|
|
|
|
* tests/trans.def: New file.
|
|
|
|
|
* Makefile: Add rules for character mapping tests.
|
|
|
|
|
|
1999-11-21 06:02:35 +00:00
|
|
|
|
* tests/test1.def: Correct ellipsis syntax.
|
|
|
|
|
|
1999-11-18 00:34:12 +00:00
|
|
|
|
1999-11-17 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-11-18 02:59:57 +00:00
|
|
|
|
* charmaps/ISO-8859-1: Don't define values for non-printable
|
|
|
|
|
characters.
|
|
|
|
|
|
1999-11-18 00:34:12 +00:00
|
|
|
|
* charmaps/ISO-8859-1: Add width information.
|
|
|
|
|
|
1999-11-12 23:11:22 +00:00
|
|
|
|
1999-11-12 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-11-12 23:31:39 +00:00
|
|
|
|
* charmaps/ISO-8859-7: Fix 0xa1 mapping.
|
|
|
|
|
|
1999-11-12 23:11:22 +00:00
|
|
|
|
* charmaps/ISO-8859-13: Fix a few entries.
|
|
|
|
|
Patch by Marius Gedminas <mgedmin@takas.lt>.
|
|
|
|
|
|
1999-09-22 16:03:46 +00:00
|
|
|
|
1999-09-22 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/zh_CN: Some first patches to make the file usable.
|
|
|
|
|
|
1999-09-13 09:07:36 +00:00
|
|
|
|
1999-09-13 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/id_ID: Fix typo.
|
|
|
|
|
|
1999-08-31 07:40:00 +00:00
|
|
|
|
1999-08-31 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-08-31 18:42:14 +00:00
|
|
|
|
* locales/en_DK: Add Euro symbol to collation and characterization
|
|
|
|
|
tables. Patch by Geoff Keating.
|
|
|
|
|
|
1999-08-31 07:40:00 +00:00
|
|
|
|
* charmaps/ISO-8859-15: Remove duplicate <OC>.
|
|
|
|
|
|
1999-08-16 17:04:22 +00:00
|
|
|
|
1999-08-16 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/CP1258: Remove spurious <percent-sign/> entry.
|
|
|
|
|
* charmaps/IBM866: Likewise.
|
|
|
|
|
* charmaps/IBM874: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-13: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-14: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-15: Likewise.
|
|
|
|
|
* charmaps/MAC-UK: Likewise.
|
|
|
|
|
|
1999-08-16 17:09:08 +00:00
|
|
|
|
* charmaps/ISO-8859-13: Correct typo.
|
|
|
|
|
* charmaps/ISO-8859-14: Likewise.
|
|
|
|
|
* charmaps/ISO-8859-15: Likewise.
|
|
|
|
|
|
1999-08-16 16:53:40 +00:00
|
|
|
|
1999-08-16 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* charmaps/UTF8: Add entries for /x00. Remove spurious
|
|
|
|
|
<percent-sign/> entry. Correct typo.
|
|
|
|
|
|
1999-08-15 22:50:39 +00:00
|
|
|
|
1999-08-15 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/UTF8: Generated from the charDB.
|
|
|
|
|
|
1999-08-15 21:14:40 +00:00
|
|
|
|
1999-08-13 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* locales/cs_CZ: Remove <ft> entry, add <St> entry.
|
|
|
|
|
* locales/da_DK: Likewise.
|
|
|
|
|
* locales/de_DE: Likewise.
|
|
|
|
|
* locales/el_GR: Likewise.
|
|
|
|
|
* locales/en_CA: Likewise.
|
|
|
|
|
* locales/en_DK: Likewise.
|
|
|
|
|
* locales/en_DK.com: Likewise.
|
|
|
|
|
* locales/es_AR: Likewise.
|
|
|
|
|
* locales/es_BO: Likewise.
|
|
|
|
|
* locales/es_CL: Likewise.
|
|
|
|
|
* locales/es_CO: Likewise.
|
|
|
|
|
* locales/es_DO: Likewise.
|
|
|
|
|
* locales/es_EC: Likewise.
|
|
|
|
|
* locales/es_ES: Likewise.
|
|
|
|
|
* locales/es_GT: Likewise.
|
|
|
|
|
* locales/es_HN: Likewise.
|
|
|
|
|
* locales/es_MX: Likewise.
|
|
|
|
|
* locales/es_PA: Likewise.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
* locales/es_PY: Likewise.
|
|
|
|
|
* locales/es_SV: Likewise.
|
|
|
|
|
* locales/es_US: Likewise.
|
|
|
|
|
* locales/es_UY: Likewise.
|
|
|
|
|
* locales/es_VE: Likewise.
|
|
|
|
|
* locales/et_EE: Likewise.
|
|
|
|
|
* locales/fi_FI: Likewise.
|
|
|
|
|
* locales/hr_HR: Likewise.
|
|
|
|
|
* locales/hu_HU: Likewise.
|
|
|
|
|
* locales/is_IS: Likewise.
|
|
|
|
|
* locales/lt_LT: Likewise.
|
|
|
|
|
* locales/lv_LV: Likewise.
|
|
|
|
|
* locales/no_NO: Likewise.
|
|
|
|
|
* locales/pl_PL: Likewise.
|
|
|
|
|
* locales/ro_RO: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/ru_UA: Likewise.
|
|
|
|
|
* locales/sl_SI: Likewise.
|
|
|
|
|
* locales/sr_YU: Likewise.
|
|
|
|
|
* locales/sv_SE: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/uk_UA: Likewise.
|
|
|
|
|
|
|
|
|
|
* charmaps/ISO_10646: Fix typo.
|
|
|
|
|
|
1999-08-15 16:10:09 +00:00
|
|
|
|
1999-08-15 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-08-15 16:10:25 +00:00
|
|
|
|
* locales/ca_ES: New file.
|
1999-08-15 16:10:09 +00:00
|
|
|
|
Contributed by Joan Carles Soler <Joan.Soler@uv.es>.
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Add ca_ES.
|
|
|
|
|
|
1999-05-18 11:05:41 +00:00
|
|
|
|
1999-05-18 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (LOCALEDEF): Add I18NPATH definition to find the
|
|
|
|
|
correct sources.
|
|
|
|
|
|
1999-05-05 11:32:24 +00:00
|
|
|
|
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ru_RU: Abbreviate Saturday Sbt.
|
|
|
|
|
Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
|
|
|
|
|
|
1999-05-03 12:41:01 +00:00
|
|
|
|
1999-05-03 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
|
|
|
|
|
|
1999-04-29 12:43:25 +00:00
|
|
|
|
1999-04-29 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-04-29 15:04:27 +00:00
|
|
|
|
* Makefile (install-locales): Allow specifying charset in locale
|
|
|
|
|
name but omit it in locale definition file.
|
|
|
|
|
|
1999-04-29 14:56:45 +00:00
|
|
|
|
* SUPPORTED: Don't generate ru_SU.
|
|
|
|
|
* locales/ru_SU: Removed.
|
|
|
|
|
|
1999-04-29 12:43:25 +00:00
|
|
|
|
* locales/zh_CN: Update.
|
|
|
|
|
* charmaps/GB2312: New file.
|
|
|
|
|
Contributed by hashao@china.com.
|
|
|
|
|
|
1999-04-28 10:20:18 +00:00
|
|
|
|
1999-04-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
|
|
|
|
|
|
|
|
|
* charmaps/UTF8: Fix entries for <G'>, <g'>, <1!> and <RY>, and
|
|
|
|
|
correct some character names.
|
|
|
|
|
|
|
|
|
|
* repertoiremaps/mnemonic.ds: Correct name of <P2> entry.
|
|
|
|
|
|
1999-04-26 16:31:24 +00:00
|
|
|
|
1999-04-26 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/SAMI-WS2: Add one more alias.
|
|
|
|
|
|
1999-04-16 15:51:02 +00:00
|
|
|
|
1999-04-16 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-04-17 00:07:25 +00:00
|
|
|
|
* charmaps/IBM874: New file.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM869: Correct entries 8b, 8e, and ef.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM865: Correct entries af, ed, f8, f9, and fa.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM864: Major update from Unicode data.
|
|
|
|
|
|
Update.
* charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
* charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
* charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
* charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
* charmaps/IBM857: Correct entries ee, f7, and fa.
1999-04-16 23:13:14 +00:00
|
|
|
|
* charmaps/IBM863: Correct entries 8d, ed, f8, f9, and fa.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM862: Correct entries 9d, 9f, a9, f9, and fa.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM861: Correct entries 9f, a9, f9, and fa.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM860: Correct entries 8b, 9f, a9, f9, and fa.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM857: Correct entries ee, f7, and fa.
|
|
|
|
|
|
1999-04-16 17:23:03 +00:00
|
|
|
|
* charmaps/IBM855: Correct entries 95, ef, and fd.
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM437: Correct entries f9 and fa.
|
|
|
|
|
|
|
|
|
|
* charmaps/UTF8: Correct BULLET OPERATOR mnemonic.
|
|
|
|
|
|
1999-04-16 15:51:02 +00:00
|
|
|
|
* locales/th_TH: New file. Thai locale description.
|
1999-04-16 16:08:19 +00:00
|
|
|
|
* th_TH.in: New file.
|
1999-04-16 15:51:02 +00:00
|
|
|
|
Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
|
|
|
|
|
|
1999-04-14 23:51:01 +00:00
|
|
|
|
1999-04-14 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Add support for Ukraine Russian.
|
|
|
|
|
* locales/ru_UA: New file.
|
|
|
|
|
* locales/uk_UA: New file.
|
|
|
|
|
* charmaps/KOI8-U: New file.
|
|
|
|
|
|
1999-04-12 23:45:52 +00:00
|
|
|
|
1999-04-12 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/id_ID: New file.
|
|
|
|
|
|
1999-04-10 13:30:43 +00:00
|
|
|
|
1999-04-10 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/TIS-620: New file.
|
|
|
|
|
Contributed by Theppitak Karoonboonyanan <thep@links.nectec.or.th>.
|
|
|
|
|
|
1999-03-31 00:32:52 +00:00
|
|
|
|
1999-03-31 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-03-31 21:34:37 +00:00
|
|
|
|
* locales/en_ZA: New file. Contributed by nic@sig.co.za.
|
|
|
|
|
|
1999-03-31 18:21:18 +00:00
|
|
|
|
* charmaps/CP1256: Cosmetic changes.
|
|
|
|
|
* charmaps/CP1257: Likewise.
|
|
|
|
|
|
1999-03-31 10:48:57 +00:00
|
|
|
|
* charmaps/CP1258: New file.
|
|
|
|
|
|
1999-03-31 00:32:52 +00:00
|
|
|
|
* charmaps/CP1257: Add some marks.
|
|
|
|
|
* charmaps/CP1256: Update from Unicode page.
|
|
|
|
|
* charmaps/CP1255: Lots of punctuation character changes.
|
|
|
|
|
* charmaps/CP1254: Add Euro character. Fix a few lowercase characters.
|
|
|
|
|
* charmaps/CP1253: Add Euro character.
|
|
|
|
|
* charmaps/CP1252: Add Euro character and z caron.
|
|
|
|
|
* charmaps/CP1251: Add Euro character.
|
|
|
|
|
* charmaps/CP1250: Add Euro character.
|
|
|
|
|
|
1999-03-15 10:11:11 +00:00
|
|
|
|
1999-03-15 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/hr_HR: Various corrections.
|
|
|
|
|
Patch by Tomislav Vujec <tvujec@CARNet.hr>.
|
|
|
|
|
|
1999-03-08 18:11:53 +00:00
|
|
|
|
1999-03-08 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ru_RU (mon): Fix March and May month name translations.
|
|
|
|
|
Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>.
|
|
|
|
|
|
1999-02-16 15:35:52 +00:00
|
|
|
|
1999-02-16 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (test-input): Prepare for cs_CZ test.
|
|
|
|
|
* locales/cs_CZ: New version from Vladimir Michl <michlv@risc.upol.cz>.
|
|
|
|
|
* cs_CZ.in: New file.
|
|
|
|
|
|
1999-02-11 14:59:52 +00:00
|
|
|
|
1999-02-11 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1999-02-11 15:43:52 +00:00
|
|
|
|
* locales/it_CH: New file.
|
|
|
|
|
* SUPPORTED: Add it_CH.
|
|
|
|
|
|
1999-02-11 15:00:20 +00:00
|
|
|
|
* locales/in_ID: New file.
|
1999-02-11 14:59:52 +00:00
|
|
|
|
* SUPPORTED: Add in_ID.
|
|
|
|
|
|
|
|
|
|
1998-12-20 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
|
|
|
|
|
|
|
|
|
* Makefile (test-input): Add hr_HR.ISO-8859-2.
|
|
|
|
|
(test-input-data): New variable.
|
|
|
|
|
(distribute): Use it.
|
|
|
|
|
(do-collate-test): Use it.
|
1999-03-31 10:48:57 +00:00
|
|
|
|
* locales/hr_HR.in: New file.
|
1999-02-11 14:59:52 +00:00
|
|
|
|
|
1998-12-16 08:28:16 +00:00
|
|
|
|
1998-12-16 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/IBM866: New file.
|
|
|
|
|
* charmaps/MAC-UK: New file.
|
|
|
|
|
|
1998-12-13 11:05:07 +00:00
|
|
|
|
1998-12-13 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* charmaps/ISO-8859-13: Correct alias name (LATIN8 -> LATIN7).
|
|
|
|
|
* charmaps/ISO-8859-14: Add alias names.
|
|
|
|
|
|
|
|
|
|
* repertoiremaps/mnemonics.ds: Remove duplicates.
|
|
|
|
|
|
1998-12-12 16:38:16 +00:00
|
|
|
|
1998-12-12 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1998-12-12 22:10:30 +00:00
|
|
|
|
* charmaps/ISO-8859-13: New file.
|
1998-12-12 16:38:16 +00:00
|
|
|
|
* charmaps/ISO-8859-14: New file.
|
|
|
|
|
* charmaps/ISO-8859-15: New file.
|
|
|
|
|
|
1998-12-12 17:15:19 +00:00
|
|
|
|
* repertoiremaps/mnemonic.ds: Add the missing mnemonics.
|
|
|
|
|
|
1998-12-07 12:06:40 +00:00
|
|
|
|
1998-12-07 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Add en_AU.
|
|
|
|
|
|
1998-12-01 16:11:17 +00:00
|
|
|
|
1998-12-01 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* SUPPORTED: Update greek entry.
|
1998-12-01 16:14:46 +00:00
|
|
|
|
Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
|
1998-12-01 16:11:17 +00:00
|
|
|
|
|
1998-11-12 18:03:43 +00:00
|
|
|
|
1998-11-12 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/el_GR (abmon): Remove spaces at end of strings.
|
|
|
|
|
|
1998-10-20 12:34:09 +00:00
|
|
|
|
1998-10-20 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* tests/test1.cm: Add missing character definitions to read POSIX
|
|
|
|
|
locale definition.
|
|
|
|
|
* tests/test2.cm: Likewise.
|
|
|
|
|
* tests/test3.cm: Likewise.
|
|
|
|
|
* tests/test4.cm: Likewise.
|
|
|
|
|
* tests/test5.cm: Likewise.
|
|
|
|
|
|
1998-10-19 13:33:29 +00:00
|
|
|
|
1998-10-19 13:31 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/POSIX: Correct typo. Add UNDEFINED symbol.
|
|
|
|
|
|
1998-10-14 12:59:45 +00:00
|
|
|
|
1998-10-14 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/gr_GR: Renamed to...
|
|
|
|
|
* locales/el_GR: ...this.
|
|
|
|
|
(yesexpr, noexpr): Also allow yes and no.
|
|
|
|
|
|
1998-09-29 23:18:16 +00:00
|
|
|
|
1998-09-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
|
|
|
|
|
|
* locales/sr_YU: Add repertoiremap.
|
|
|
|
|
|
1998-09-24 11:03:07 +00:00
|
|
|
|
1998-09-23 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
|
|
|
|
|
* locales/sr_YU: New file.
|
|
|
|
|
* SUPPORTED: Add sr_YU.
|
|
|
|
|
|
1998-09-23 10:59:22 +00:00
|
|
|
|
1998-09-23 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
1998-09-23 14:37:28 +00:00
|
|
|
|
* Makefile: Rewrite install-locales rule.
|
1998-09-23 10:59:22 +00:00
|
|
|
|
|
1998-06-15 14:55:03 +00:00
|
|
|
|
1998-06-15 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile: Add more dependecies for running tests.
|
|
|
|
|
Reported by HJ Lu.
|
|
|
|
|
|
1998-06-15 10:29:49 +00:00
|
|
|
|
1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
|
|
|
|
|
|
* locales/sk_SK: Add repertoiremap.
|
|
|
|
|
|
1998-05-13 10:00:07 +00:00
|
|
|
|
1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
|
|
|
|
|
|
* locales/ru_SU: Add repertoiremap.
|
|
|
|
|
|
1998-05-01 21:51:03 +00:00
|
|
|
|
1998-05-01 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ru_SU: New file.
|
|
|
|
|
* SUPPORTED: Add ru_SU with KOI8-R.
|
|
|
|
|
|
1998-04-30 16:57:48 +00:00
|
|
|
|
1998-04-30 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile: Install repertoire maps.
|
1998-04-30 18:52:38 +00:00
|
|
|
|
* mnemonic.ds: Moved into repertoiremaps subdir.
|
|
|
|
|
* repertoiremaps/charids.894: New file.
|
|
|
|
|
* repertoiremaps/mnemonic.ds: New file.
|
|
|
|
|
|
|
|
|
|
* sort-test.sh: Adapt for most recent changes in localedef.
|
|
|
|
|
* tst-fmon.sh: Likewise.
|
|
|
|
|
* tst-locale.sh: Likewise.
|
|
|
|
|
|
|
|
|
|
* locales/POSIX: Add repertoiremap definition.
|
|
|
|
|
* locales/cs_CZ: Likewise.
|
|
|
|
|
* locales/da_DK: Likewise.
|
|
|
|
|
* locales/de_AT: Likewise.
|
|
|
|
|
* locales/de_BE: Likewise.
|
|
|
|
|
* locales/de_CH: Likewise.
|
|
|
|
|
* locales/de_DE: Likewise.
|
|
|
|
|
* locales/de_LU: Likewise.
|
|
|
|
|
* locales/en_AU: Likewise.
|
|
|
|
|
* locales/en_CA: Likewise.
|
|
|
|
|
* locales/en_CA,2.5: Likewise.
|
|
|
|
|
* locales/en_DK: Likewise.
|
|
|
|
|
* locales/en_DK.com: Likewise.
|
|
|
|
|
* locales/en_GB: Likewise.
|
|
|
|
|
* locales/en_IE: Likewise.
|
|
|
|
|
* locales/en_NZ: Likewise.
|
|
|
|
|
* locales/en_US: Likewise.
|
|
|
|
|
* locales/es_AR: Likewise.
|
|
|
|
|
* locales/es_BO: Likewise.
|
|
|
|
|
* locales/es_CL: Likewise.
|
|
|
|
|
* locales/es_CO: Likewise.
|
|
|
|
|
* locales/es_DO: Likewise.
|
|
|
|
|
* locales/es_EC: Likewise.
|
|
|
|
|
* locales/es_ES: Likewise.
|
|
|
|
|
* locales/es_GT: Likewise.
|
|
|
|
|
* locales/es_HN: Likewise.
|
|
|
|
|
* locales/es_MX: Likewise.
|
|
|
|
|
* locales/es_PA: Likewise.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
* locales/es_PY: Likewise.
|
|
|
|
|
* locales/es_SV: Likewise.
|
|
|
|
|
* locales/es_US: Likewise.
|
|
|
|
|
* locales/es_UY: Likewise.
|
|
|
|
|
* locales/es_VE: Likewise.
|
|
|
|
|
* locales/et_EE: Likewise.
|
|
|
|
|
* locales/eu_ES: Likewise.
|
|
|
|
|
* locales/fi_FI: Likewise.
|
|
|
|
|
* locales/fo_FO: Likewise.
|
|
|
|
|
* locales/fr_BE: Likewise.
|
|
|
|
|
* locales/fr_CA: Likewise.
|
|
|
|
|
* locales/fr_CA,2.13: Likewise.
|
|
|
|
|
* locales/fr_CH: Likewise.
|
|
|
|
|
* locales/fr_FR: Likewise.
|
|
|
|
|
* locales/fr_LU: Likewise.
|
|
|
|
|
* locales/ga_IE: Likewise.
|
|
|
|
|
* locales/gr_GR: Likewise.
|
|
|
|
|
* locales/he_IL: Likewise.
|
|
|
|
|
* locales/hr_HR: Likewise.
|
|
|
|
|
* locales/hu_HU: Likewise.
|
|
|
|
|
* locales/is_IS: Likewise.
|
|
|
|
|
* locales/it_IT: Likewise.
|
|
|
|
|
* locales/iw_IL: Likewise.
|
|
|
|
|
* locales/kl_GL: Likewise.
|
|
|
|
|
* locales/lt_LT: Likewise.
|
|
|
|
|
* locales/lv_LV: Likewise.
|
|
|
|
|
* locales/nl_BE: Likewise.
|
|
|
|
|
* locales/nl_NL: Likewise.
|
|
|
|
|
* locales/no_NO: Likewise.
|
|
|
|
|
* locales/pl_PL: Likewise.
|
|
|
|
|
* locales/pt_BR: Likewise.
|
|
|
|
|
* locales/pt_PT: Likewise.
|
|
|
|
|
* locales/ro_RO: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/sl_SI: Likewise.
|
|
|
|
|
* locales/sv_FI: Likewise.
|
|
|
|
|
* locales/sv_SE: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/zh_CN: Likewise.
|
1998-04-30 16:57:48 +00:00
|
|
|
|
|
1998-04-29 23:02:41 +00:00
|
|
|
|
1998-04-29 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* tst-locale.sh: Add comment for when multi-byte charsets in
|
|
|
|
|
locales work.
|
|
|
|
|
* tests/test5.cm: New file.
|
|
|
|
|
* tests/test5.def: New file.
|
|
|
|
|
* Makefile (ld-test-names): Add test5.
|
|
|
|
|
|
1998-04-29 09:12:43 +00:00
|
|
|
|
1998-04-28 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/de_DE: Use . as thousands separator and 3;3 groups for
|
|
|
|
|
LC_NUMERIC.
|
|
|
|
|
|
1998-03-30 17:24:28 +00:00
|
|
|
|
1998-03-30 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile: Fix test rules from last patch.
|
|
|
|
|
|
1998-03-27 17:27:47 +00:00
|
|
|
|
1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
|
|
|
|
|
|
|
|
|
* locales/ru_RU: Abbreviations must end with a consonant. Fix for
|
|
|
|
|
Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
|
|
|
|
|
|
1998-03-25 16:38:08 +00:00
|
|
|
|
1998-03-25 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (distribute): Add tst-locale.sh.
|
|
|
|
|
|
1998-03-24 12:21:06 +00:00
|
|
|
|
1998-03-24 12:14 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (distribute): Add SUPPORTED.
|
|
|
|
|
(install-locales): New rule to install locale dat ausing localedef.
|
|
|
|
|
* SUPPORTED: New file. Names all usable locales.
|
|
|
|
|
Based on a patch by Cristian Gafton <gafton@redhat.com>.
|
|
|
|
|
|
|
|
|
|
* locales/gr_GR: Correct collation description.
|
|
|
|
|
* locales/nl_NL: Correct Charset requirement.
|
|
|
|
|
* locales/pt_BR: Fix int_curr_symbol.
|
|
|
|
|
* locales/ru_RU: Fix ctype data.
|
|
|
|
|
Patches by Cristian Gafton <gafton@redhat.com>.
|
|
|
|
|
|
|
|
|
|
* locales/nl_NL: Fix yesexpr/noexpr.
|
|
|
|
|
* locales/pt_BR: Likewise.
|
1998-03-24 17:03:23 +00:00
|
|
|
|
* locales/cs_CZ: Likewise.
|
|
|
|
|
* locales/da_DK: Likewise.
|
|
|
|
|
* locales/en_AU: Likewise.
|
|
|
|
|
* locales/en_CA: Likewise.
|
|
|
|
|
* locales/en_DK: Likewise.
|
|
|
|
|
* locales/en_DK.com: Likewise.
|
|
|
|
|
* locales/en_GB: Likewise.
|
|
|
|
|
* locales/en_NZ: Likewise.
|
|
|
|
|
* locales/en_US: Likewise.
|
|
|
|
|
* locales/es_AR: Likewise.
|
|
|
|
|
* locales/es_BO: Likewise.
|
|
|
|
|
* locales/es_CL: Likewise.
|
|
|
|
|
* locales/es_CO: Likewise.
|
|
|
|
|
* locales/es_DO: Likewise.
|
|
|
|
|
* locales/es_EC: Likewise.
|
|
|
|
|
* locales/es_ES: Likewise.
|
|
|
|
|
* locales/es_GT: Likewise.
|
|
|
|
|
* locales/es_HN: Likewise.
|
|
|
|
|
* locales/es_MX: Likewise.
|
|
|
|
|
* locales/es_PA: Likewise.
|
|
|
|
|
* locales/es_PE: Likewise.
|
|
|
|
|
* locales/es_PY: Likewise.
|
|
|
|
|
* locales/es_SV: Likewise.
|
|
|
|
|
* locales/es_US: Likewise.
|
|
|
|
|
* locales/es_UY: Likewise.
|
|
|
|
|
* locales/es_VE: Likewise.
|
|
|
|
|
* locales/et_EE: Likewise.
|
|
|
|
|
* locales/eu_ES: Likewise.
|
|
|
|
|
* locales/fi_FI: Likewise.
|
|
|
|
|
* locales/fo_FO: Likewise.
|
|
|
|
|
* locales/fr_BE: Likewise.
|
|
|
|
|
* locales/fr_CA: Likewise.
|
|
|
|
|
* locales/fr_CH: Likewise.
|
|
|
|
|
* locales/fr_FR: Likewise.
|
|
|
|
|
* locales/fr_LU: Likewise.
|
|
|
|
|
* locales/ga_IE: Likewise.
|
|
|
|
|
* locales/gr_GR: Likewise.
|
|
|
|
|
* locales/he_IL: Likewise.
|
|
|
|
|
* locales/hr_HR: Likewise.
|
|
|
|
|
* locales/hu_HU: Likewise.
|
|
|
|
|
* locales/is_IS: Likewise.
|
|
|
|
|
* locales/it_IT: Likewise.
|
|
|
|
|
* locales/iw_IL: Likewise.
|
|
|
|
|
* locales/ja_JP: Likewise.
|
|
|
|
|
* locales/kl_GL: Likewise.
|
|
|
|
|
* locales/lt_LT: Likewise.
|
|
|
|
|
* locales/lv_LV: Likewise.
|
|
|
|
|
* locales/no_NO: Likewise.
|
|
|
|
|
* locales/pl_PL: Likewise.
|
|
|
|
|
* locales/pt_PT: Likewise.
|
|
|
|
|
* locales/ro_RO: Likewise.
|
|
|
|
|
* locales/ru_RU: Likewise.
|
|
|
|
|
* locales/sl_SI: Likewise.
|
|
|
|
|
* locales/sv_SE: Likewise.
|
|
|
|
|
* locales/tr_TR: Likewise.
|
|
|
|
|
* locales/zh_CN: Likewise.
|
1998-03-24 12:21:06 +00:00
|
|
|
|
|
1998-03-14 09:27:24 +00:00
|
|
|
|
1998-03-14 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ru_RU: Correct last patch.
|
|
|
|
|
Patch by Cristian Gafton <gafton@redhat.com>.
|
|
|
|
|
|
1998-03-11 09:54:55 +00:00
|
|
|
|
1998-03-11 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/de_DE: Use common german data and time format not ISO
|
|
|
|
|
8601.
|
|
|
|
|
|
1998-03-08 15:26:29 +00:00
|
|
|
|
1998-03-08 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/ru_RU: Correct inconsistencies in mon data.
|
|
|
|
|
Patch by Alexander V. Lukyanov <lav@alpha.netis.ru>.
|
|
|
|
|
|
1998-03-16 05:17:48 +00:00
|
|
|
|
1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
|
|
|
|
|
|
* locales/pl_PL: Fix int_curr_symbol.
|
|
|
|
|
|
1998-01-25 19:46:25 +00:00
|
|
|
|
1997-10-09 04:56 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/is_IS: Update from Debian version.
|
|
|
|
|
|
|
|
|
|
1997-08-29 03:16 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* tst-fmon.c: New file. strfmon test program.
|
|
|
|
|
* tst-fmon.sh: New file. Script to run strfmon test.
|
|
|
|
|
* fmon-de_DE.exp: New file. Expected result of strfmon test for de_DE.
|
|
|
|
|
* fmon-en_US.exp: New file. Expected result of strfmon test for en_US.
|
|
|
|
|
|
|
|
|
|
* locales/cs_CZ: Update from author.
|
|
|
|
|
|
1997-03-17 03:04:18 +00:00
|
|
|
|
1997-03-17 03:32 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* sort-test.sh: Call localedef with additional environment variable
|
|
|
|
|
I18NPATH to point to not-yet-installed locale data files.
|
|
|
|
|
|
1997-03-17 03:29:13 +00:00
|
|
|
|
* locales/POSIX: Updated version from maintainer.
|
|
|
|
|
|
1997-03-05 00:35:19 +00:00
|
|
|
|
1997-02-15 14:32 15:10 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
|
|
|
|
1997-03-17 03:04:18 +00:00
|
|
|
|
* collate-test.c (main): Change prototype definition to prevent
|
1997-03-05 00:35:19 +00:00
|
|
|
|
warning.
|
|
|
|
|
|
|
|
|
|
1997-02-15 17:46 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* locales/de_DE: Include real collation data. It's similar to the
|
|
|
|
|
en_DK information but the order of small and capital characters is
|
|
|
|
|
exchanged.
|
|
|
|
|
|
|
|
|
|
* collate-test.c: New file. Test suite for strcoll function.
|
|
|
|
|
* de_DE.in: Input file for collation test.
|
|
|
|
|
* da_DK.in: Likewise.
|
|
|
|
|
|
|
|
|
|
* xfrm-test.c: New file. Test suite for strxfrm function.
|
|
|
|
|
|
|
|
|
|
1996-12-10 02:47 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* All charmaps: Fix entries for <quotation-mark>.
|
|
|
|
|
|
|
|
|
|
1996-10-17 18:57 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
|
|
|
|
|
|
* Makefile (charmaps): Don't try to install CVS or RCS directory.
|
|
|
|
|
(locales): Likewise.
|
|
|
|
|
Reported by Matthias Urlichs.
|