From: drepper Date: Thu, 16 Jan 2003 19:20:36 +0000 (+0000) Subject: Update. X-Git-Tag: glibc-2_3_2~964 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=17ce0e7941570470a7f3f73aa986f0c83e14f26d;hp=fbf34cf9ebeeefb86b7b36ce1242dccd53bbab6d Update. --- diff --git a/ChangeLog b/ChangeLog index 49945b1d2b..daecc9aa94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2003-01-16 Jakub Jelinek + * 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 + * 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.