summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-07 12:05:39 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-07 12:05:39 +0000
commit54ea8bda6624e046d35c31ec1bd7324f337e2bf1 (patch)
tree442e66c4eef14476b24b6bdb45a13011e6ceea44
parent3eb370962963f616694269d418b109edf514c0b5 (diff)
downloadglibc-54ea8bda6624e046d35c31ec1bd7324f337e2bf1.tar.gz
Update.
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1398d8ff68..d2507ad80d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
+
+ * 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 <wmglo@dent.med.uni-muenchen.de>
+
+ * 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 <wmglo@dent.med.uni-muenchen.de>
+
+ * 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 <wmglo@dent.med.uni-muenchen.de>
+
+ * 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 <aj@arthur.rhein-neckar.de>
* sunrpc/rpc/pmap_clnt.h: Carry over change from 2.1 to properly