diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 00:27:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 00:27:38 +0000 |
commit | a88b96f496c0214424db1219d21ce669fbc102a0 (patch) | |
tree | 0120fe7ffe6e0fab547181bfebe80fbf78568928 | |
parent | b1fc7a6a9835682ad188cbddca9fd92fb91627ff (diff) | |
download | glibc-a88b96f496c0214424db1219d21ce669fbc102a0.tar glibc-a88b96f496c0214424db1219d21ce669fbc102a0.tar.gz glibc-a88b96f496c0214424db1219d21ce669fbc102a0.tar.bz2 glibc-a88b96f496c0214424db1219d21ce669fbc102a0.zip |
Update.
2000-07-04 NIIBE Yutaka <gniibe@chroot.org>
* locale/programs/charmap.c (charmap_read): Prepend
the condition filename == NULL.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 18 |
2 files changed, 23 insertions, 1 deletions
@@ -1,10 +1,14 @@ +2000-07-04 NIIBE Yutaka <gniibe@chroot.org> + + * locale/programs/charmap.c (charmap_read): Prepend + the condition filename == NULL. + 2000-07-03 Greg McGary <greg@mcgary.org> * sysdeps/powerpc/strchr.S: Check bounds. Wrap extern symbols in BP_SYM (). 2000-07-03 Andreas Jaeger <aj@suse.de> - * dlfcn/Makefile (generated): New. 2000-07-03 Ulrich Drepper <drepper@redhat.com> diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index ee5a933c75..9928956ec0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,21 @@ +2000-07-03 Ulrich Drepper <drepper@redhat.com> + + * spinlock.c: Replace fast spinlocks by adaptive spinlocks which are + faster on SMP systems. No more emulation of compare&swap for adaptive + spinlocks. + * spinlock.h: Likewise. + * sysdeps/pthread/pthread.h: Shuffle PTHREAD_MUTEX_* values around. + Replace fast with adaptive mutex. + * mutex.c: Rewrite for replacement of fast by adaptive mutex. + * condvar.c: Likewise. + * pthread.c: Define and initialize __pthread_smp_kernel variable. + * internals.h: Declare __pthread_smp_kernel. + * sysdeps/pthread/bits/pthreadtypes.h: Update comment of + _pthread_fastlock structure. + Patch by Kaz Kylheku <kaz@ashi.footprints.net>. + + * pthread.c: Remove initialization to zero from global variables. + 2000-06-29 Jakub Jelinek <jakub@redhat.com> * shlib-versions: Make sparc64 GLIBC_2.2+ only. |