diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-30 07:38:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-30 07:38:10 +0000 |
commit | 47cae281a4e6e35b679ebde3419dec8fc6d71e07 (patch) | |
tree | c2b2688239234e9704874f053e55e610c07806eb /linuxthreads/ChangeLog | |
parent | e4d1a04a3cacc84392750a00b68b1f99c80cba26 (diff) | |
download | glibc-47cae281a4e6e35b679ebde3419dec8fc6d71e07.tar.gz glibc-47cae281a4e6e35b679ebde3419dec8fc6d71e07.tar.xz glibc-47cae281a4e6e35b679ebde3419dec8fc6d71e07.zip |
Update.
* iconvdata/big5hkscs.c: Rewritten. Regenerate data from the official file. * iconvdata/TESTS: Add BIG5HKSCS entry. * iconvdata/testdata/BIG5HKSCS: New file. * iconvdata/testdata/BIG5HKSCS..UTF8: New file. * iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is always true.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0a2339948a..e55344bb4c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-08-30 Ulrich Drepper <drepper@redhat.com> + + * manager.c (pthread_allocate_stack): Clear descriptor only if not + mmaped. + 2000-08-25 Ulrich Drepper <drepper@redhat.com> * Makefile: Add rules to build and run unload. |