about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-17 10:22:52 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-17 10:22:52 +0000
commit5430d926c54d552794e2ef626b37b7f8bc1ec68e (patch)
tree8f07e18afee8bdebefc1f9863888c52f8c992ebc /nptl/ChangeLog
parent179ff175dff6afdb1f2a12f8c18fa48b29bbee6a (diff)
downloadglibc-5430d926c54d552794e2ef626b37b7f8bc1ec68e.tar.gz
glibc-5430d926c54d552794e2ef626b37b7f8bc1ec68e.tar.xz
glibc-5430d926c54d552794e2ef626b37b7f8bc1ec68e.zip
Update.
2003-02-17  Ulrich Drepper  <drepper@redhat.com>

	* Makefile (tests): Add tst-basic6.
	* tst-basic6.c: New file.

	* tst-basic1.c: Add test for process ID.

	* Makefile (tests): Add tst-cancel10.
	* tst-cancel10.c: New file.

	* Makefile (tests): Add tst-signal4.
	* tst-signal4.c: New file.

	* sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Use
	__sigismember instead of sigismember.  Add __builtin_expect.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 654c46264a..2acb2fb819 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,19 @@
+2003-02-17  Ulrich Drepper  <drepper@redhat.com>
+
+	* Makefile (tests): Add tst-basic6.
+	* tst-basic6.c: New file.
+
+	* tst-basic1.c: Add test for process ID.
+
+	* Makefile (tests): Add tst-cancel10.
+	* tst-cancel10.c: New file.
+
+	* Makefile (tests): Add tst-signal4.
+	* tst-signal4.c: New file.
+
+	* sysdeps/pthread/pthread_sigmask.c (pthread_sigmask): Use
+	__sigismember instead of sigismember.  Add __builtin_expect.
+
 2003-02-16  Ulrich Drepper  <drepper@redhat.com>
 
 	* tst-attr1.c (do_test): Add tests for pthread_setcanceltype,