diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-05-17 07:11:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-05-17 07:11:00 +0000 |
commit | 304d7abfadb59d53c078c43bf825d13d279992c0 (patch) | |
tree | fec6f832bfe4b8668556f3c64e6eb7150c181546 /ChangeLog | |
parent | d1abdd5c07fd4479d4981b12c5719e74a4c80189 (diff) | |
download | glibc-304d7abfadb59d53c078c43bf825d13d279992c0.zip glibc-304d7abfadb59d53c078c43bf825d13d279992c0.tar.gz glibc-304d7abfadb59d53c078c43bf825d13d279992c0.tar.bz2 |
Update.
2001-05-14 Bruno Haible <haible@clisp.cons.org>
* iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): If SO is seen
without previous announcement, reject it regularly, don't abort.
2001-05-16 Ulrich Drepper <drepper@redhat.com>
* math/tgmath.h: Fix handling of int parameters to binary and
ternary functions. Reported by mitr@volny.cz.
* math/test-tgmath.c: Add tests for calls with integer parameters.
* manual/llio.texi: Many grammar and typo fixes to the section on AIO.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,15 @@ +2001-05-14 Bruno Haible <haible@clisp.cons.org> + + * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): If SO is seen + without previous announcement, reject it regularly, don't abort. + +2001-05-16 Ulrich Drepper <drepper@redhat.com> + + * math/tgmath.h: Fix handling of int parameters to binary and + ternary functions. Reported by mitr@volny.cz. + + * math/test-tgmath.c: Add tests for calls with integer parameters. + 2001-05-15 Jakub Jelinek <jakub@redhat.com> * sunrpc/rpc_thread.c (rpc_default): Remove. @@ -13,8 +25,7 @@ 2001-05-16 Bruce Mitchener <bruce@cubik.org> - * manual/llio.texi: Many grammar and typo fixes to the section - on AIO. + * manual/llio.texi: Many grammar and typo fixes to the section on AIO. 2001-05-15 Andreas Jaeger <aj@suse.de> |