mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
f1fa8b68f3
1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com> Don't name internal representation since it might be different from the external form (namely on little endian machines). * iconv/gconv_builtin.h: Add UCS4 support. Change references to UCS4 into references to INTERNAL. * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters. Add endianess support to UCS functions. Change references to UCS4 into references to INTERNAL. * iconv/gconv_int.h: Change references to UCS4 into references to INTERNAL. * iconv/iconv_prog.c: Don't mention INTERNAL in --list output. * iconvdata/gconv-modules: Change accordingly. * wcsmbs/wcsmbsload.c: Change names to use INTERNAL. * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer overflow. * iconvdata/8bit-gap.c: Likewise. * iconvdata/8bit-generic.c: Likewise. * iconvdata/big5.c: Likewise. * iconvdata/euccn.c: Likewise. * iconvdata/eucjp.c: Likewise. * iconvdata/euckr.c: Likewise. * iconvdata/euctw.c: Likewise. * iconvdata/iso646.c: Likewise. * iconvdata/iso6937.c: Likewise. * iconvdata/iso8859-1.c: Likewise. * iconvdata/johab.c: Likewise. * iconvdata/sjis.c: Likewise. * iconvdata/t61.c: Likewise. * iconvdata/uhc.c: Likewise. * iconvdata/8bit-gap.c: Correct access to to_ucs4 array. * iconvdata/8bit-generic.c: Likewise. * iconvdata/TESTS: Add more tests. * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used. 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Better rules to run tests. * iconvdata/testdata/ISO-8859-1..UTF8: New file. * iconvdata/testdata/ISO-8859-10: Likewise. * iconvdata/testdata/ISO-8859-10..UCS2: Likewise. * iconvdata/testdata/ISO-8859-2: Likewise. * iconvdata/testdata/ISO-8859-2..UCS4: Likewise. * iconvdata/testdata/ISO-8859-2..UTF8: Likewise. * iconvdata/testdata/ISO-8859-3: Likewise. * iconvdata/testdata/ISO-8859-4: Likewise. * iconvdata/testdata/ISO-8859-5: Likewise. * iconvdata/testdata/ISO-8859-6: Likewise. * iconvdata/testdata/ISO-8859-7: Likewise. * iconvdata/testdata/ISO-8859-8: Likewise. * iconvdata/testdata/ISO-8859-9: Likewise. * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare intermediate result (if available). * iconvdata/Makefile: Add rules to run run-iconv-test.sh. (distribute): Add run-iconv-test.sh and testdata/*. * stdlib/testmb.c (main): Simplify mbc array handling. * iconvdata/testdata/ISO-8859-1: New file. |
||
---|---|---|
.. | ||
testdata | ||
.cvsignore | ||
8bit-gap.c | ||
8bit-generic.c | ||
big5.c | ||
cns11643.c | ||
cns11643.h | ||
cns11643l1.c | ||
cns11643l1.h | ||
ebcdic-at-de-a.c | ||
ebcdic-at-de.c | ||
ebcdic-ca-fr.c | ||
euccn.c | ||
eucjp.c | ||
euckr.c | ||
euctw.c | ||
extra-module.mk | ||
gap.pl | ||
gaptab.pl | ||
gb2312.c | ||
gb2312.h | ||
gconv-modules | ||
hp-roman8.c | ||
iso646.c | ||
iso6937.c | ||
iso8859-1.c | ||
iso8859-2.c | ||
iso8859-3.c | ||
iso8859-4.c | ||
iso8859-5.c | ||
iso8859-6.c | ||
iso8859-7.c | ||
iso8859-8.c | ||
iso8859-9.c | ||
iso8859-10.c | ||
jis0201.c | ||
jis0201.h | ||
jis0208.c | ||
jis0208.h | ||
jis0212.c | ||
jis0212.h | ||
johab.c | ||
koi8-r.c | ||
koi8-r.h | ||
koi-8.c | ||
ksc5601.c | ||
ksc5601.h | ||
latin-greek-1.c | ||
latin-greek-1.h | ||
latin-greek.c | ||
latin-greek.h | ||
Makefile | ||
run-iconv-test.sh | ||
sjis.c | ||
t61.c | ||
TESTS | ||
uhc.c |