From 54ea8bda6624e046d35c31ec1bd7324f337e2bf1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 May 1998 12:05:39 +0000 Subject: [PATCH] Update. --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 -- 2.47.2