diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-26 20:33:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-26 20:33:23 +0000 |
commit | 266c1f50df28885289fdd5a8a2dddb6c65efc125 (patch) | |
tree | 0e390f6a89990a9af0c293b0fd74585646c0603a /ChangeLog | |
parent | 3b3ddb4f7db98ec9e912ccdf54d35df4aa30e04a (diff) | |
download | glibc-266c1f50df28885289fdd5a8a2dddb6c65efc125.tar.gz glibc-266c1f50df28885289fdd5a8a2dddb6c65efc125.tar.xz glibc-266c1f50df28885289fdd5a8a2dddb6c65efc125.zip |
Update.
2004-02-26 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c (parse_expression): Avoid duplication in calls to build_charclass_op. * posix/regcomp.c (parse_expression): Add cast to (const unsigned char *) in calls to `build_charclass_op'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0098fbb5dd..5221f5f3c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-26 Ulrich Drepper <drepper@redhat.com> + + * posix/regcomp.c (parse_expression): Avoid duplication in calls + to build_charclass_op. + 2004-02-26 Jakub Jelinek <jakub@redhat.com> * elf/rtld.c (dl_main): Correctly set up l_map_end and l_addr @@ -24,6 +29,8 @@ 2004-02-24 Nelson H.F. Beebe <beebe@math.utah.edu> + * posix/regcomp.c (parse_expression): Add cast to (const unsigned + char *) in calls to `build_charclass_op'. * posix/regex_internal.c (build_wcs_buffer): Add cast to char* in call to `wcrtomb'. * posix/regex_internal.h (bitset_not, bitset_merge, bitset_not_merge, |