aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-30 00:58:29 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-30 00:58:29 +0000
commit45c1700cd977709ce3ca27958092b8bd31baca20 (patch)
tree4384b1402f3126697f537b378d6e44085e50e2bd
parent2285f7f37a452a7164ecc28483962be5447c2a60 (diff)
downloadglibc-45c1700cd977709ce3ca27958092b8bd31baca20.tar
glibc-45c1700cd977709ce3ca27958092b8bd31baca20.tar.gz
glibc-45c1700cd977709ce3ca27958092b8bd31baca20.tar.bz2
glibc-45c1700cd977709ce3ca27958092b8bd31baca20.zip
Update.
2002-09-29 Ulrich Drepper <drepper@redhat.com> * 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.
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48479af442..6b283c1fa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-29 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/regexec.c (sift_states_bkref): Remove ret variable. Use
+ err instead.
+
2002-09-29 Roland McGrath <roland@redhat.com>
* 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 <roland@redhat.com>
@@ -38,7 +43,7 @@
2002-09-29 Ulrich Drepper <drepper@redhat.com>
- * nss/Makefile: Move bug-erage from tests to xtests.
+ * nss/Makefile: Move bug-erange from tests to xtests.
2002-09-29 Jakub Jelinek <jakub@redhat.com>