summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-28 12:07:44 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-28 12:07:44 +0000
commit442de7cc6dd5c7f72eeeab13acb9615bb428f583 (patch)
tree29da74ba557b01abb1d74d3da07a8e95b1e92683
parent9fa54c55623f1414fefd761e73016df075461fed (diff)
downloadglibc-442de7cc6dd5c7f72eeeab13acb9615bb428f583.tar.gz
Update.
-rw-r--r--ChangeLog49
1 files changed, 49 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 164d82f565..6e6ce43744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+1998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
+
+ * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
+ memalign hook.
+ (realloc_hook_ini): Don't overwrite memalign hook.
+ (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
+ Reported by Philippe Troin <phil@fifi.org>.
+
+ * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
+ Patch by Philippe Troin <phil@fifi.org>.
+
+1998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
+
+ * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
+ variable so that map can be freed.
+ Reported by Philippe Troin <phil@fifi.org>.
+
+ * elf/dl-open.c (_dl_open): Correct test for extending global
+ scope array.
+ Patch by Philippe Troin <phil@fifi.org>.
+
+1998-08-23 Ulrich Drepper <drepper@cygnus.com>
+
+ * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
+ array to NUL to handle maxlen==1 case correctly.
+ Patch by HJ Lu.
+
+1998-08-25 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
+ to toplevel.
+ (_dl_unload_cache): New function.
+ * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
+ * elf/rtld.c (dl_main): Unload map file before jumping to user code.
+
+1998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
+ Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
+
+1998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * elf/ldd.bash.in: Print "no such file" to stderr.
+ Patch by Alexander Kjeldaas <astor@guardian.no> [PR libc/712].
+
+1998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * Makefile (install-symblolic-link): Fix spelling.
+
1998-08-20 17:14 H.J. Lu <hjl@gnu.org>
* libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to