From: Ulrich Drepper Date: Mon, 30 Sep 2002 00:58:29 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45c1700cd977709ce3ca27958092b8bd31baca20;p=platform%2Fupstream%2Fglibc.git Update. 2002-09-29 Ulrich Drepper * posix/regexec.c (sift_states_bkref): Remove ret variable. Use err instead. handling and don't pass in a siginfo variable. * nss/Makefile: Move bug-erange from tests to xtests. --- diff --git a/ChangeLog b/ChangeLog index 48479af..6b283c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-29 Ulrich Drepper + + * posix/regexec.c (sift_states_bkref): Remove ret variable. Use + err instead. + 2002-09-29 Roland McGrath * test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid. @@ -9,7 +14,7 @@ * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value semantics for sigtimedwait is different. Rework the return value - handling and don't pass in an siginfo variable. + handling and don't pass in a siginfo variable. 2002-09-29 Roland McGrath @@ -38,7 +43,7 @@ 2002-09-29 Ulrich Drepper - * nss/Makefile: Move bug-erage from tests to xtests. + * nss/Makefile: Move bug-erange from tests to xtests. 2002-09-29 Jakub Jelinek