diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 08:10:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-05 08:10:28 +0000 |
commit | c4f66413465663529a9aa2559f794d098da7c681 (patch) | |
tree | 2bef6c1b5e1df73341c818dd2c9677d0ba2d0323 /iconv/Makefile | |
parent | f8f900ecb9096ec47f5b7bb7626e29223c69061a (diff) | |
download | glibc-c4f66413465663529a9aa2559f794d098da7c681.tar.gz glibc-c4f66413465663529a9aa2559f794d098da7c681.tar.xz glibc-c4f66413465663529a9aa2559f794d098da7c681.zip |
Update.
2001-01-05 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_simple.c (internal_ics4_loop): Correct test for overflowing output buffer. (internal_ucs4_loop_unaligned): Likewise. (ucs4_internal_loop): Likewise. (ucs4_internal_loop_unaligned): Likewise. (internal_ucs4le_loop): Likewise. (internal_ucs4le_loop_unaligned): Likewise. (ucs4le_internal_loop): Likewise. (ucs4le_internal_loop_unaligned): Likewise. Reported by Owen Taylor <otaylor@redhat.com>. * iconv/Makefile (tests): Add tst-iconv2. * iconv/tst-iconv2.c: New file.
Diffstat (limited to 'iconv/Makefile')
-rw-r--r-- | iconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/Makefile b/iconv/Makefile index 6af661c964..46ce05bcd7 100644 --- a/iconv/Makefile +++ b/iconv/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -34,7 +34,7 @@ CFLAGS-gconv_db.c = -DSTATIC_GCONV CFLAGS-gconv_simple.c = -DSTATIC_GCONV endif -tests = tst-iconv1 +tests = tst-iconv1 tst-iconv2 distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c |