diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 18:46:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 18:46:03 +0000 |
commit | 054d2bf7cc2fdc42ae29fae933fe30e0f121c308 (patch) | |
tree | 20d68dabe4640f57006fe98accde6c0e88c6e90c /ChangeLog | |
parent | 0d3fee40893b9a1f52a3c1e4ec3b27f5f5053750 (diff) | |
download | glibc-054d2bf7cc2fdc42ae29fae933fe30e0f121c308.tar.gz glibc-054d2bf7cc2fdc42ae29fae933fe30e0f121c308.tar.xz glibc-054d2bf7cc2fdc42ae29fae933fe30e0f121c308.zip |
Update.
2001-02-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/gnu/netinet/tcp.h: Correct values of TCP_ macros. Patch by Pekka.Pietikainen@cern.ch. * posix/regex.c: Correct several problems with 64-bit architectures introduced in the MBS changes. Patch by Isamu Hasegawa <isamu@yamato.ibm.com>. 2001-02-07 Jakub Jelinek <jakub@redhat.com> * math/tgmath.h: Only add l suffixes if __NO_LONG_DOUBLE_MATH is not defined. * sysdeps/alpha/fpu/bits/mathinline.h: Honour __NO_MATH_INLINES.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0d9b836378..efcb817c8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2001-02-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/gnu/netinet/tcp.h: Correct values of TCP_ macros. + Patch by Pekka.Pietikainen@cern.ch. + + * posix/regex.c: Correct several problems with 64-bit architectures + introduced in the MBS changes. + Patch by Isamu Hasegawa <isamu@yamato.ibm.com>. + +2001-02-07 Jakub Jelinek <jakub@redhat.com> + + * math/tgmath.h: Only add l suffixes if __NO_LONG_DOUBLE_MATH is + not defined. + * sysdeps/alpha/fpu/bits/mathinline.h: Honour __NO_MATH_INLINES. + 2001-02-07 Andreas Jaeger <aj@suse.de> * manual/install.texi (Tools for Compilation): Fix typo. |