diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-11 19:24:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-11 19:24:43 +0000 |
commit | b168cff285692e8cc7ba1f2f9646f4438e75f909 (patch) | |
tree | bd55b9c2e2976efcc4a25dd3c2304ee74a31c6c2 /linuxthreads | |
parent | a1d84548c8aa7023cd039c85f81b831eef6d4a4c (diff) | |
download | glibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.tar glibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.tar.gz glibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.tar.bz2 glibc-b168cff285692e8cc7ba1f2f9646f4438e75f909.zip |
Update.
* iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5faddcffdd..cf9bfa03bd 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-02-01 Kaz Kylheku <kaz@ashi.footprints.net> + + * condvar.c (pthread_cond_timedwait_relative_old): Do tight + loop around nanosleep calls instead of around most of the function + (pthread_cond_timedwait_relative_new): Likewise. + body. Got rid of backwards goto and one local. + 2000-01-31 Ulrich Drepper <drepper@redhat.com> * condvar.c (pthread_cond_timedwait_relative_old): Recompute time |