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 /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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-01-16 Jakub Jelinek <jakub@redhat.com> + * 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> + * elf/dl-load.c (_dl_map_object_from_fd): Use GL(dl_tls_dtv_slotinfo_list) != NULL to check whether TLS has been already initialized. |