diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-03-04 23:27:29 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-03-04 23:27:29 +0000 |
commit | 2628d7d6c7982293145ba694887b00fcf39ddf97 (patch) | |
tree | 1c81c58b49260840777b927991165878e3a01485 | |
parent | ae10229c989edab43afa704650ec17bb9578d630 (diff) |
wrong ChangeLog file, sorry
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 0 insertions, 40 deletions
@@ -1,43 +1,3 @@ -2006-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org> - - * libpthread/sysdeps/i386/machine-sp.h (thread_stack_pointer): - Optimize esp read. - * libpthread/i386/cthreads.h (cthread_sp): Likewise. - * libpthread/include/pthread/pthread.h: Add the restrict keyword where - appropriate for full compliance. - * libpthread/pthread/pt-internal.h: Likewise. - * libpthread/sysdeps/generic/bits/mutex.h: Likewise. - * libpthread/sysdeps/generic/bits/rwlock.h: Likewise. - * libpthread/TODO: Drop that TODO item. - -2006-01-20 Samuel Thibault <samuel.thibault@ens-lyon.org> - - Do not let other libraries (like libX11) override libpthread's - pthread_mutex_*, pthread_rwlock_* and sem_* dynamic symbols. - * libpthread/sysdeps/generic/pt-mutex-destroy.c - (pthread_mutex_destroy): Make the alias strong. - * libpthread/sysdeps/generic/pt-mutex-init.c - (pthread_mutex_init): Likewise. - * libpthread/sysdeps/generic/pt-mutex-lock.c - (_pthread_mutex_lock, pthread_mutex_lock): Likewise. - * libpthread/sysdeps/generic/pt-mutex-trylock.c - (_pthread_mutex_trylock, pthread_mutex_trylock): Likewise. - * libpthread/sysdeps/generic/pt-mutex-unlock.c - (_pthread_mutex_lock, pthread_mutex_unlock): Likewise. - * libpthread/sysdeps/generic/pt-rwlock-destroy.c - (pthread_rwlock_destroy): Likewise. - * libpthread/sysdeps/generic/pt-rwlock-init.c - (pthread_rwlock_init): Likewise. - * libpthread/sysdeps/generic/sem-destroy.c (sem_destroy): Likewise. - * libpthread/sysdeps/generic/sem-getvalue.c (sem_getvalue): Likewise. - * libpthread/sysdeps/generic/sem-init.c (sem_init): Likewise. - * libpthread/sysdeps/generic/sem-open.c (sem_open): Likewise. - * libpthread/sysdeps/generic/sem-post.c (sem_post): Likewise. - * libpthread/sysdeps/generic/sem-timedwait.c (sem_timedwait): Likewise. - * libpthread/sysdeps/generic/sem-trywait.c (sem_trywait): Likewise. - * libpthread/sysdeps/generic/sem-unlink.c (sem_unlink): Likewise. - * libpthread/sysdeps/generic/sem-wait.c (sem_wait): Likewise. - 2006-12-03 Thomas Schwinge <tschwinge@gnu.org> [bug #17121 --- ``GNU Hurd debian dir''] |