From: Ulrich Drepper Date: Sun, 6 Jun 1999 13:12:18 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=342f1454622573e9edc5d20e0fbf8221cbac1b17;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 46dc65289a9..41d9f9ae084 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1999-06-06 Ulrich Drepper + + * malloc/malloc.c: Introduce local variable __libc_getpagesize to + avoid multiple calls to getpagesize() which might be a syscall. + +1999-06-06 Andreas Jaeger + + * manual/install.texi (Running make install): Correct typo in + dynamic linker invocation. + +1999-06-05 Wolfram Gloger + + * malloc/malloc.c (check_action): Change into bitmap so that both + diagnostic and abort can be requested by setting it to 3. + (mALLOC_SET_STATe): Disable malloc checking if necessary. + 1999-06-03 Andreas Jaeger * Makerules: Set LC_ALL explicitly to archieve correct sorting of