From: Ulrich Drepper Date: Fri, 28 Aug 1998 12:07:44 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442de7cc6dd5c7f72eeeab13acb9615bb428f583;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 164d82f565b..6e6ce437449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +1998-08-28 09:22 Ulrich Drepper + + * 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 . + + * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer. + Patch by Philippe Troin . + +1998-08-26 17:48 Ulrich Drepper + + * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local + variable so that map can be freed. + Reported by Philippe Troin . + + * elf/dl-open.c (_dl_open): Correct test for extending global + scope array. + Patch by Philippe Troin . + +1998-08-23 Ulrich Drepper + + * 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 + + * 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 + + * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result. + Fixes PR libc/757 (Reported by Michael Creutz + + * elf/ldd.bash.in: Print "no such file" to stderr. + Patch by Alexander Kjeldaas [PR libc/712]. + +1998-08-21 Andreas Schwab + + * Makefile (install-symblolic-link): Fix spelling. + 1998-08-20 17:14 H.J. Lu * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to