From: Ulrich Drepper Date: Thu, 8 Jul 1999 11:50:22 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3d32a604f503c5ad75440cfc62caeaeea6df7c2;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index b85bb625503..6a4b392badb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +1999-07-07 Ulrich Drepper + + * sysdeps/generic/setenv.c: Describe problem. + + * malloc/malloc.c (request2size): Also set errno if failing. + + * malloc/malloc.c (request2size): Take care of overflow in + addition. + + * sysdeps/posix/getcwd.c: Correct last patch. Handle getcwd + (NULL, != 0) correctly. + + * sysdeps/posix/getcwd.c: When resizing buffer make sure new size + is large enough. + +1999-07-07 Andreas Schwab + + * sysdeps/unix/sysv/linux/getpt.c: Check that /dev/pts is mounted. + (_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions. + (_PATH_DEVPTMX): Use _PATH_DEV. + 1999-07-02 Tim Waugh * posix/wordexp-test.c: Revert bogus 'unset IFS' change. It