about summary refs log tree commit diff
path: root/localedata
Commit message (Collapse)AuthorAgeFilesLines
...
* Update.Andreas Jaeger2000-06-2910-2/+1201
| | | | | | | | | | | | | | | | | | | | | | | 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. * 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.
* Tests for mblen.Andreas Jaeger2000-06-292-0/+200
|
* Update.Ulrich Drepper2000-06-281-2/+6
| | | | | | | 2000-06-27 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument count into signatures for most calls.
* Update.Ulrich Drepper2000-06-281-2/+6
| | | | | | | 2000-06-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/getsysstats.c: Removed. We can use the generic parser now.
* Update.Ulrich Drepper2000-06-285-140/+313
| | | | | | | | | | | | | | | | 2000-06-28 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted. Hash table entries are 32 bit on the ia64 (as specified by the ABI), not 64 bit as on the Alpha. * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark change of objects to use 32 bit hash table indices (see above). 2000-06-28 Jes Sorensen <jes@linuxcare.com> * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get prototype for abs().
* Update.Ulrich Drepper2000-06-283-1889/+1978
| | | | | | | | 2000-06-28 Wolfram Gloger <wg@malloc.de> * malloc/malloc.c (chunk_alloc): If extension of the linear heap fails, try mmap_chunk() as a last resort even though n_mmaps_max may have been reached.
* Update.Ulrich Drepper2000-06-283-7/+20
| | | | | | | | | | | | * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls depending on whether the input string is empty or not. * wcsmbs/mbrtowc.c: Calling function without input means clearing the given state and not avoiding this by modifying a local object. * wcsmbs/wcrtomb.c: Likewise. * iconv/skeleton.c: If no EMIT_SHIFT_TO_INIT is defined clear state object since some incomplete characters might be in there.
* Update.Ulrich Drepper2000-06-283-3/+12
| | | | | | | | | | | * 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.
* Update.Ulrich Drepper2000-06-281-0/+3
| | | | | * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid sequences with first by 0x8e correctly.
* Update.Ulrich Drepper2000-06-283-27/+32
| | | | | | 2000-06-28 Ulrich Drepper <drepper@redhat.com> * iconvdata/jis0208.h: Remove redundant test.
* Explicitly add control character in U0000-U001F and U007F-U009F range for ↵Ulrich Drepper2000-06-281-0/+69
| | | | backward compatibility.
* Update.Andreas Jaeger2000-06-282-1/+4
| | | | | * tests-mbwc/tst_wcscat.c (tst_wcscat): Correct format to avoid warning.
* Update.Andreas Jaeger2000-06-285-5/+53
| | | | | | | | | | | | | | | | | | | * 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. * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*. (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.
* Test files for mbrlen.c.Andreas Jaeger2000-06-282-0/+239
|
* Correct problems found by test suite.Ulrich Drepper2000-06-281-1/+1
|
* (TST_LOC_de_UTF8): Added.Andreas Jaeger2000-06-282-1/+10
| | | | | | 2000-06-28 Andreas Jaeger <aj@suse.de> * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
* Update.Ulrich Drepper2000-06-2827-120/+301
| | | | | | | | | | | | | | | | | | | * locale/programs/ld-ctype.c (ctype_finish): Take all characters from the input charset into account when generating the hash table. (allocate_arrays): Correct setting default width. Not all empty slots in the table are filled, only those not covert explicitly by the locale description and in the charset. * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for wide character version. For %C handling, test correct pointer variable for NULL. * wcsmbs/wctob.c: Handle WEOF special. * wcsmbs/wcwidth.h: 0xff in width array means invalid character. * wctype/wctype.h: Protect gcc-isms with __extension__. Avoid always-true test to avoid warning.
* Update.Ulrich Drepper2000-06-273-1/+56
| | | | | | * locales/i18n: Backspace isn't blank, tab is. * tst-ctype.c (main): Add tests for control characters and space.
* Update.Ulrich Drepper2000-06-272-1/+3
| | | | * locales/i18n: Backspace is no space.
* Update.Ulrich Drepper2000-06-271-0/+4
| | | | | | 2000-06-27 Ulrich Drepper <drepper@redhat.com> * locales/i18n: Add \t to space.
* Add \t to space.Ulrich Drepper2000-06-271-1/+1
|
* Update.Andreas Jaeger2000-06-271-0/+5
| | | | | | | 2000-06-27 Andreas Jaeger <aj@suse.de> * Makefile (TEST_MBWC_ENV): New variable. Use it for all tests from tests-mbwc.
* * Makefile (TEST_MBWC_ENV): New variable. Andreas Jaeger2000-06-271-37/+38
| | | | Use it for all tests from tests-mbwc.
* Update.Ulrich Drepper2000-06-271-0/+4
| | | | | | 2000-06-27 Ulrich Drepper <drepper@redhat.com> * tst-ctype.sh: Generate ja_JP.EUC-JP locale and test it.
* Generate ja_JP.EUC-JP locale and test it.Ulrich Drepper2000-06-271-1/+20
|
* Makefile: Add environment setting for all tests from tests-mbwc.Andreas Jaeger2000-06-272-3/+17
| | | | | | 2000-06-27 Andreas Jaeger <aj@suse.de> * Makefile: Add environment setting for all tests from tests-mbwc.
* Update.Ulrich Drepper2000-06-271-2/+6
| | | | | | | 2000-06-27 Jakub Jelinek <jakub@redhat.com> * libio/obprintf.c (_IO_obstack_vprintf): Call obstack_make_room, not obstack_blank.
* Add new files to tests and add environment for them.Andreas Jaeger2000-06-2719-17/+1886
|
* Update.Andreas Jaeger2000-06-271-0/+3
| | | | | | * tests-mbwc/*: Initial import of testsuite from Shoji Kuwabara <kuwahara@cthulhu.engr.sgi.com><kuwahara@cthulhu.engr.sgi.com>.
* * Makefile (tests): Add tests from tests-mbwc subdirectory, Andreas Jaeger2000-06-2761-0/+5607
| | | | | | | | comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths. * Makefile (tests): Add tests from tests-mbwc subdirectory, comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths.
* Add missing / in LC_CTYPE.Andreas Jaeger2000-06-272-1/+5
| | | | | | 2000-06-27 Andreas Jaeger <aj@suse.de> * locales/ja_JP: Add missing / in LC_CTYPE.
* Not needed.Ulrich Drepper2000-06-271-3075/+0
|
* Update.Ulrich Drepper2000-06-272-1/+3
| | | | * Makefile (distribute): Add tst-ctype-de_DE.in.
* Update.Ulrich Drepper2000-06-274-25/+175
| | | | | | | | | | | | | | | | | * 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.
* More test data for tst-ctype test program.Ulrich Drepper2000-06-271-0/+56
|
* Updates for new format.Ulrich Drepper2000-06-273-1611/+18800
|
* (test-srcs): Add tst-ctype. (distribute): Add tst-ctype.sh. (do-tst-ctype): ↵Ulrich Drepper2000-06-271-4/+7
| | | | New target. Run for tests.
* Update.Ulrich Drepper2000-06-261-0/+2
| | | | * locales/i18n: NUL character must not be in cntrl.
* NUL character must not be in cntrl.Ulrich Drepper2000-06-261-1/+1
|
* Update.Ulrich Drepper2000-06-263-1/+10
| | | | | | | 2000-06-26 Ulrich Drepper <drepper@redhat.com> * Makefile (test-input): Add en_US.ISO-8859-1. * en_US.in: New file.
* Update.Ulrich Drepper2000-06-261-1/+1
| | | | | | | | | | | 2000-06-26 Ulrich Drepper <drepper@redhat.com> * rt/Makefile (librt-routines): Add clock_nanosleep. * rt/Versions [GLIBC_2.2] (librt): Add clock_nanosleep. * sysdeps/generic/clock_nanosleep.c: New file. * sysdeps/unix/clock_nanosleep.c: New file. * sysdeps/unix/i386/i586/clock_nanosleep.c: New file. * time/time.h: Declare clock_nanosleep.
* Update.Ulrich Drepper2000-06-2626-2547/+655
| | | | | | | 2000-06-25 Greg McGary <greg@mcgary.org> * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy, not as bcopy.
* Update.Ulrich Drepper2000-06-261-3/+3
| | | | | | | | | | | | | | * iconvdata/gen-8bit-gap-1.sh: Update for new charmap format. * iconvdata/gen-8bit-gap.sh: Likewise. * iconvdata/gen-8bit.sh: Likewise. * iconv/gconv_open.c (__gconv_open): Move comment to correct position. * locale/programs/ld-collate.c (collate_read): Don't actually read the copy locale if we are ignoring the content. * sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from Jens Moeller <jens.moeller@waii.com>.
* Update-Ulrich Drepper2000-06-252-4/+11
| | | | * locales/i18n: Take CJK ideographs and Hangul out of `alpha' table.
* Update.Ulrich Drepper2000-06-259-34/+42
| | | | | | | | | | | | | | | | | | | | | | 2000-06-25 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-collate.c: Correct handling of different collation sections. * locale/programs/localedef.c (add_to_readlist): Take locale pointer as extra parameter from which to copy category information. Change all callers. (load_locale): Likewise. * locale/programs/localedef.h: Update prototypes of add_to_readlist and load_locale. * locale/programs/ld-ctype.c: Update call to add_to_readlist. * locale/programs/locfile.h: Likewise. * locale/programs/locfile-kw.gperf: Add entry for script. * locale/programs/locfile-token.h: Add tok_script. * locale/programs/locale.c: Update copyright year. * locale/programs/localedef.c: Likewise. * xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from Jens
* Update.Ulrich Drepper2000-06-241-0/+4
| | | | (iso3166): Likewise.
* Update.Ulrich Drepper2000-06-241-2/+2
| | | | | * locale/programs/ld-name.c (name_finish): Add missing format specifier to test for name_fmt.
* Update.Ulrich Drepper2000-06-24166-52873/+90776
| | | | | | | 2000-06-23 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Define PTRACE_GETFPXREGS and PTRACE_SETFPXREGS.
* Update.Ulrich Drepper2000-06-241-0/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update.Ulrich Drepper2000-06-211-0/+6
| | | | | | 2000-06-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/Makefile: New file.