From: Ulrich Drepper Date: Thu, 7 May 1998 12:05:39 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/sparc-980522-merge~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ea8bda6624e046d35c31ec1bd7324f337e2bf1;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 1398d8ff685..d2507ad80d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +1998-05-06 12:51 Ulrich Drepper + + * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for + test for integer. + + * sysdeps/libm-i387/e_pow.S: Correctly shift double word. + * sysdeps/libm-i387/e_powl.S: Likewise. + +1998-05-03 Wolfram Gloger + + * malloc/malloc.c [__linux__] (ptmalloc_unlock_all2): New + function, used as atfork handler for the child process to work + around a problem in LinuxThreads. + +1998-03-31 Wolfram Gloger + + * malloc/malloc.c (chunk2mem_check, top_check): New functions. + (malloc_check, free_check, realloc_check, memalign_check): Use + them to improve overrun checking. Overruns of a single byte and + corruption of the top chunk are now detected much more reliably. + +1997-08-12 17:17 Wolfram Gloger + + * malloc/thread-m.h (thread_atfork, thread_atfork_static): New + macros to encapsulate pthread_atfork's functionality. + * malloc/malloc.c (ptmalloc_lock_all, ptmalloc_unlock_all): New + functions, registered via thread_atfork in the initialization + routine or via thread_atfork_static in global scope. This + ensures a consistent state of all locks across fork(). + 1998-05-04 Andreas Jaeger * sunrpc/rpc/pmap_clnt.h: Carry over change from 2.1 to properly