aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-05 22:03:35 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-05 22:03:35 +0000
commita5392bed0982a8e61ca5578149683572adaaf279 (patch)
tree5a3d2a39e99e03b723c612f99d104d752c2a537c /ChangeLog
parentee6bf14d9e6fd8204ccda32ca942082ce31662d8 (diff)
downloadglibc-a5392bed0982a8e61ca5578149683572adaaf279.zip
glibc-a5392bed0982a8e61ca5578149683572adaaf279.tar.gz
glibc-a5392bed0982a8e61ca5578149683572adaaf279.tar.bz2
Update.
2003-04-05 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing below the stack pointer even if switching to the same context we are running right now. * catgets/gencat.c (read_input_file): Make sure that \n is not alone on the line before testing for continuation. * math/test-tgmath.c (compile_test): Initialize c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 49adac1..90c7c3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2003-04-05 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/setcontext.S: Rewrite to avoid writing
+ below the stack pointer even if switching to the same context we are
+ running right now.
+
2003-04-05 Ulrich Drepper <drepper@redhat.com>
- * math/test-tgmath.c (F): Initialize c.
+ * catgets/gencat.c (read_input_file): Make sure that \n is not
+ alone on the line before testing for continuation.
+
+ * math/test-tgmath.c (compile_test): Initialize c.
2003-04-05 Alexandre Oliva <aoliva@redhat.com>