about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-19 09:09:27 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-19 09:09:27 +0000
commit02b50340af3fe92aebd6960faa5eb45c34ae7fe6 (patch)
tree1e8b6040fdb2217b0bf8ba7ea814b1b299ea1269 /ChangeLog
parentebcf449fd415a0b4fbb7cd3284b744e911064009 (diff)
downloadglibc-02b50340af3fe92aebd6960faa5eb45c34ae7fe6.tar.gz
glibc-02b50340af3fe92aebd6960faa5eb45c34ae7fe6.tar.xz
glibc-02b50340af3fe92aebd6960faa5eb45c34ae7fe6.zip
Update.
	* posix/regex_internal.c (build_wcs_upper_buffer): If mbrtowc
	fails, just use the byte, do no fancy conversions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8de71d7c4f..50f86c0b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-11-19  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/regex_internal.c (build_wcs_upper_buffer): If mbrtowc
+	fails, just use the byte, do no fancy conversions.
+
 	* posix/regex_internal.h (re_string_first_byte): Use ->valid_len
 	not ->len.
 	(re_string_is_single_byte_char): Likewise.