summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-07 10:42:04 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-07 10:42:04 +0000
commiteaa2ea12a27561393da77bcf435dad34d84d3e14 (patch)
tree6e62528215ef815a96aea18ed1f6e40915aca6ec /fedora
parent8021fca5412b5b1664e806556205d5cede365974 (diff)
* posix/regex_internal.c (re_string_reconstruct): Handlecvs/fedora-glibc-2_4_90-30
offset < pstr->valid_raw_len && pstr->offsets_needed case. Ensure no bytes read before raw_mbs array. Pass a saved copy of pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to re_string_context_at. * posix/Makefile: Add rules to build and run bug-regex26 test. * posix/bug-regex26.c: New test.
Diffstat (limited to 'fedora')
-rw-r--r--fedora/glibc.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 791e04b0a8..0ffcae11a8 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1455,10 +1455,13 @@ rm -f *.filelist*
%changelog
* Thu Sep 7 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-30
-- fix or_IN February name (#204730)
-- fix pthread_create called from cancellation handlers (BZ#3124)
- add librtkaio, to use it add /%{lib}/rtkaio to your
LD_LIBRARY_PATH or /etc/ld.so.conf
+- fix or_IN February name (#204730)
+- fix pthread_create called from cancellation handlers (BZ#3124)
+- fix regex case insensitive searches with characters where upper
+ and lower case multibyte representations have different length
+ (e.g. I and dotless i, #202991)
* Tue Sep 5 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-29
- randomize resolver query ids before use instead after use (#205113)