diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-11 22:49:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-11 22:49:57 +0000 |
commit | 6c2a04a7e8a1e4c8fb69442eab126e9f275b785b (patch) | |
tree | b552bab041944b822f1e6421500b6acaca9be698 /ChangeLog | |
parent | 22d9c1ee55f5955e996d5b3017844d2fdfcea330 (diff) | |
download | glibc-6c2a04a7e8a1e4c8fb69442eab126e9f275b785b.tar.gz glibc-6c2a04a7e8a1e4c8fb69442eab126e9f275b785b.tar.xz glibc-6c2a04a7e8a1e4c8fb69442eab126e9f275b785b.zip |
Update.
2004-02-11 Jakub Jelinek <jakub@redhat.com> * posix/regexec.c (check_node_accept_bytes): Return 0 if char_len is 0. (find_collation_sequence_value): Don't look beyond end of SYMB_EXTRAMB table. * posix/Makefile (tests): Add bug-regex23. (bug-regex23-ENV): New. * posix/bug-regex23.c: New file. * include/rpc/rpc.h: Declare thread variables with their correct type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 1b08828938..ceb93bd167 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-02-11 Jakub Jelinek <jakub@redhat.com> + + * posix/regexec.c (check_node_accept_bytes): Return 0 if char_len is 0. + (find_collation_sequence_value): Don't look beyond end of + SYMB_EXTRAMB table. + * posix/Makefile (tests): Add bug-regex23. + (bug-regex23-ENV): New. + * posix/bug-regex23.c: New file. + 2004-02-10 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/times.c (__times): Use union instead of cast. @@ -81,8 +90,7 @@ 2004-02-09 Andreas Schwab <schwab@suse.de> - * include/rpc/rpc.h: Declare thread variables with their correct - type. + * include/rpc/rpc.h: Declare thread variables with their correct type. * sunrpc/clnt_perr.c: Don't cast thread variables. * sunrpc/clnt_raw.c: Likewise. * sunrpc/clnt_simp.c: Likewise. |