diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-27 05:32:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-27 05:32:46 +0000 |
commit | 46bf9de7b17d4539a19b69bd8407d5d2987b034b (patch) | |
tree | f6bcb23cd15c8fdd38ad7ed1aa058d2394355f9e /nptl/ChangeLog | |
parent | 5cb48b84921ed301dc1cc6f6e35b8ce8ed72a430 (diff) | |
download | glibc-46bf9de7b17d4539a19b69bd8407d5d2987b034b.tar.gz glibc-46bf9de7b17d4539a19b69bd8407d5d2987b034b.tar.xz glibc-46bf9de7b17d4539a19b69bd8407d5d2987b034b.zip |
Update.
2003-11-26 Jakub Jelinek <jakub@redhat.com> * posix/regexec.c (check_subexp_limits): Only check close subexpression limitation if one is found. Formatting. (sift_states_backward, check_arrival, check_arrival_add_next_nodes): Formatting. * posix/bug-regex11.c (tests): Enable most #ifdefed out tests. Add new test.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 88ba084a30..80fc78c0a6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2003-11-27 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/internaltypes.h (ATTR_FLAG_OLDATTR): Define. + * pthread_attr_destroy.c: Include shlib-compat.h. + (__pthread_attr_destroy): Return immediately if ATTR_FLAG_OLDATTR + is set in iattr->flags. + * pthread_attr_init.c (__pthread_attr_init_2_0): Set ATTR_FLAG_OLDATTR. + 2003-11-21 Jakub Jelinek <jakub@redhat.com> * Makefile (distribute): Add tst-cleanup4aux.c. |