From: Ulrich Drepper Date: Sat, 17 Jul 1999 23:40:12 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc9d3ed73f89f24e0275bcb3e4085b74ec3677c4;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index c278674dfcd..0bf9de2e83e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1999-07-15 Ulrich Drepper + + * stdio-common/bug1.c: Avoid memory leak. + + * sysdeps/libm-i387/e_pow.S: Use addl instead of pop/pop to keep + program deterministic. + * sysdeps/libm-i387/e_powf.S: Likewise. + * sysdeps/libm-i387/e_powl.S: Likewise. + +1999-07-15 Philip Blundell + + * sysdeps/unix/sysv/linux/arm/Versions (_inb, _inw, _inl, _outb, + _outw, _outl): Added to GLIBC_2.1.2. + 1999-07-15 Ulrich Drepper * posix/unistd.h: Use __PMT for exit.