diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-05 11:23:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-05 11:23:12 +0000 |
commit | a904b5d93a2b54c611beb9c50ed274c5d77ec7b4 (patch) | |
tree | c2e6f86a2f3ffe62e3317467b91a716fc178fd6f /ChangeLog | |
parent | 923609d1497f3116d57b297e3e84fc07b2b15b20 (diff) | |
download | glibc-a904b5d93a2b54c611beb9c50ed274c5d77ec7b4.zip glibc-a904b5d93a2b54c611beb9c50ed274c5d77ec7b4.tar.gz glibc-a904b5d93a2b54c611beb9c50ed274c5d77ec7b4.tar.bz2 |
Update.
1998-04-05 Ulrich Drepper <drepper@cygnus.com>
* iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
and wc*tomb* functions.
1998-04-04 15:16 Philip Blundell <Philip.Blundell@pobox.com>
* sysdeps/unix/start.c: Fix typo.
1998-04-04 Ulrich Drepper <drepper@cygnus.com>
* iconv/gconv_db.c (__gconv_find_transform): Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1998-04-05 Ulrich Drepper <drepper@cygnus.com> + + * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc* + and wc*tomb* functions. + +1998-04-04 15:16 Philip Blundell <Philip.Blundell@pobox.com> + + * sysdeps/unix/start.c: Fix typo. + +1998-04-04 Ulrich Drepper <drepper@cygnus.com> + + * iconv/gconv_db.c (__gconv_find_transform): Fix typo. + 1998-04-03 23:38 Ulrich Drepper <drepper@cygnus.com> * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large |