diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-26 20:19:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-26 20:19:49 +0000 |
commit | 08b3d7ad6880ad50e9055220aa96c2d620deed15 (patch) | |
tree | 5e2367d1c6012be2d8c01c3fee7e0bf4cfc9e107 /linuxthreads/ChangeLog | |
parent | 00b16c4a62bcd83f8fe2adc845f512c003d8ace2 (diff) | |
download | glibc-08b3d7ad6880ad50e9055220aa96c2d620deed15.tar.gz glibc-08b3d7ad6880ad50e9055220aa96c2d620deed15.tar.xz glibc-08b3d7ad6880ad50e9055220aa96c2d620deed15.zip |
Update.
* sysdeps/ieee754/ldbl-96/e_jnl.c: New file. Contributed by Stephen L. Moshier <moshier@na-net.ornl.gov>. * sysdeps/i386/fpu/libm-test-ulps: Update for jnl and ynl introduction. * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 00441fa149..3d4bfb242b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2001-02-20 Hans Boehm <hans_boehm@hp.com> + + * manager.c (manager_mask): Removed static vesion. Now always local + to __pthread_manager(). + (manager_mask_all): Removed completely. + (__pthread_manager): Remove manager_mask_all initialization. + (pthread_handle_create): Remove code to set and reset signal mask + around __clone2() calls. + 2001-02-17 Jakub Jelinek <jakub@redhat.com> * spinlock.c (__pthread_lock): Force lock->__status to be read from |