diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 19:20:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 19:20:36 +0000 |
commit | 7b7b9e70ea0d820c863c78fbf84fe52626a408d6 (patch) | |
tree | e790ee9854276c668b51c81e470d2aab2df0800c /linuxthreads/ChangeLog | |
parent | 850dcfcafe6c1cc9e59763a882a25a2f0c2c4d68 (diff) | |
download | glibc-7b7b9e70ea0d820c863c78fbf84fe52626a408d6.zip glibc-7b7b9e70ea0d820c863c78fbf84fe52626a408d6.tar.gz glibc-7b7b9e70ea0d820c863c78fbf84fe52626a408d6.tar.bz2 |
Update.
* posix/regcomp.c (parse_bracket_exp): If build_charclass fails,
set *err to the returned error, not to REG_ESPACE unconditionally.
(build_word_op): Likewise.
* posix/Makefile (tests): Add bug-regex16.
* posix/bug-regex16.c: New test.
2003-01-16 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 990ebb3..93023e6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2003-01-15 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/ia64/tls.h (tcbhead_t): Use the TLS ABI required layout + if USE_TLS only. + (NONTLS_INIT_TP): Revert last change. + * sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Define to + offsetof (tcbhead_t, multiple_threads) if USE_TLS not defined. + 2003-01-16 Jakub Jelinek <jakub@redhat.com> * pthread.c (_pthread_initialize_minimal): Use |