diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-12 16:28:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-12 16:28:35 +0000 |
commit | 8d5c30bd8f05eb99f2406f121f960892a372db21 (patch) | |
tree | 83ea461287ab3a32c045de266397bd62bab9f0f6 /ChangeLog | |
parent | 36fafd9c3a0df7d6dda390163e632c449e8249e7 (diff) | |
download | glibc-8d5c30bd8f05eb99f2406f121f960892a372db21.zip glibc-8d5c30bd8f05eb99f2406f121f960892a372db21.tar.gz glibc-8d5c30bd8f05eb99f2406f121f960892a372db21.tar.bz2 |
Update.
* iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
* iconvdata/Makefile: Add rules for big5 conversion.
* iconvdata/gconv-modules: Likewise.
* iconvdata/big5.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 1998-04-12 Ulrich Drepper <drepper@cygnus.com> + * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations. + + * iconvdata/Makefile: Add rules for big5 conversion. + * iconvdata/gconv-modules: Likewise. + * iconvdata/big5.c: New file. + * time/mktime.c (TYPE_MAXIMUM): Add missing cast. Patch by Jim Meyering. |