From: Ulrich Drepper Date: Sat, 25 Sep 1999 06:53:54 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a291004f74653400d64a8c6d0978a8c3e03b084f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index abdfa76363e..e918256f732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +1999-09-12 Ulrich Drepper + + * stdio-common/vfprintf.c: Remove limitation on size of precision + for integers. + +1999-09-24 Andreas Schwab + + * math/bits/mathcalls.h: Fix last change. Also declare __finite. + +1999-09-24 Andreas Jaeger + + * intl/finddomain.c (_nl_find_domain): Fix memory leak: Free + normalized_codeset. Reported by Belicky Zsolt . + +1999-09-23 Mark Kettenis + + * sysdeps/unix/sysv/linux/Makefile [malloc] (CFLAGS-malloc.c): New + variable. Define MORECORE_CLEARS to 2. + + * malloc/malloc.c (cALLOc): Correctly handle systems where sbrk + doesn't clear the contents of memory that is reallocated after + decrementing the break value first. Update comment about + MORECORE_CLEARS, explaining the meaning of the values it can be + set to. + 1999-09-23 Ulrich Drepper * nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Set errno in