summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-06-04 04:59:36 +0000
committerUlrich Drepper <drepper@redhat.com>2006-06-04 04:59:36 +0000
commit33e63e7993d50ca4a8409aefaccf247301c0e8f2 (patch)
tree6c60be6ab1d7d156db70e397d07c2ef750eba73b /ChangeLog
parentfdc02996d41d0b74e45e29c97c9d8cd02a8cb9f7 (diff)
* posix/regex_internal.c (re_string_skip_chars): If no character has
been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc to the byte which couldn't be converted. (re_string_reconstruct): Don't clear valid_raw_len before calling re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set tip_context using re_string_context_at. * posix/Makefile: Add rules to build and run bug-regex25 test. * posix/bug-regex25.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c299adc3e3..6999e7d1e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-06-02 Jakub Jelinek <jakub@redhat.com>
+
+ * posix/regex_internal.c (re_string_skip_chars): If no character has
+ been converted at all, set *last_wc to WEOF. If mbrtowc failed, set wc
+ to the byte which couldn't be converted.
+ (re_string_reconstruct): Don't clear valid_raw_len before calling
+ re_string_skip_chars. If wc is WEOF after re_string_skip_chars, set
+ tip_context using re_string_context_at.
+ * posix/Makefile: Add rules to build and run bug-regex25 test.
+ * posix/bug-regex25.c: New test.
+
2006-06-02 Ryan S. Arnold <rsa@us.ibm.com>
[BZ #2703]