diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 05:19:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 05:19:41 +0000 |
commit | c6042c732e6d20fbecd227c03ef1efde17dc7d2c (patch) | |
tree | b9503202578b8d3fecc68d141867a21a1afd552d /linuxthreads/ChangeLog | |
parent | da2a3ca6e2d712c2495aafa02364366f8534e4bc (diff) | |
download | glibc-c6042c732e6d20fbecd227c03ef1efde17dc7d2c.tar.gz glibc-c6042c732e6d20fbecd227c03ef1efde17dc7d2c.tar.xz glibc-c6042c732e6d20fbecd227c03ef1efde17dc7d2c.zip |
Update.
2000-10-29 Ulrich Drepper <drepper@redhat.com> * iconvdata/big5.c: Update. Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>. * iconvdata/Makefile (distribute): Add BIG5.irreversible. * iconvdata/BIG5.irreversible: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b532014e57..fb614a741d 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,16 @@ +2000-10-29 Ulrich Drepper <drepper@redhat.com> + + * linuxthreads.texi: Changes terminology to 'type' from 'kind' when + discussing mutexes. (As per the Unix98 name for the API.) + Changes documentation for pthread_mutexattr_setkind_np() and + pthread_mutexattr_getkind_np() over to the Unix98 APIs for the + same: pthread_mutexattr_settype() and pthread_mutexattr_gettype(). + Changes references to PTHREAD_MUTEXATTR_FAST_NP to + PTHREAD_MUTEXATTR_ADAPTIVE_NP. + Begins to introduce discussion of the ``timed'' mutex type. This + discussion is currently incomplete. + Patch by Bruce <bruce@puremagic.com>. + 2000-10-26 Kazumoto Kojima <kkojima@rr.iij4u.or.jp> Yutaka Niibe <gniibe@chroot.org> |