diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 22:03:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-05 22:03:35 +0000 |
commit | a5392bed0982a8e61ca5578149683572adaaf279 (patch) | |
tree | 5a3d2a39e99e03b723c612f99d104d752c2a537c /ChangeLog | |
parent | ee6bf14d9e6fd8204ccda32ca942082ce31662d8 (diff) | |
download | glibc-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-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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> |