about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-27 05:32:46 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-27 05:32:46 +0000
commit46bf9de7b17d4539a19b69bd8407d5d2987b034b (patch)
treef6bcb23cd15c8fdd38ad7ed1aa058d2394355f9e /nptl
parent5cb48b84921ed301dc1cc6f6e35b8ce8ed72a430 (diff)
downloadglibc-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')
-rw-r--r--nptl/ChangeLog8
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.