diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-23 05:52:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-23 05:52:43 +0000 |
commit | cf970a32156e60e8842c5e9e82a3cb147dacaf64 (patch) | |
tree | 7c8300ee994a7c0cf9d4c67b41d464f29972d4c3 /iconvdata/Makefile | |
parent | dc63ee35750ed8db3e0d7938e74bbadb8cff8446 (diff) | |
download | glibc-cf970a32156e60e8842c5e9e82a3cb147dacaf64.tar.gz glibc-cf970a32156e60e8842c5e9e82a3cb147dacaf64.tar.xz glibc-cf970a32156e60e8842c5e9e82a3cb147dacaf64.zip |
Update.
* iconvdata/sjis.c: In conversion from UCS4, correct test for enough room in target buffer. Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865]. * iconvdata/bug-iconv1.c: New file. * iconvdata/Makefile (tests): Add bug-iconv1.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 2d5cbbea70..34c3f52f0d 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -49,6 +49,8 @@ modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \ modules.so := $(addsuffix .so, $(modules)) +tests = bug-iconv1 + include ../Makeconfig libJIS-routines := jis0201 jis0208 jis0212 |