aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-27 16:15:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-27 16:15:39 +0000
commit64333c6623d36b69906590454cbe097d1bb598a3 (patch)
tree0a66e08235101934a498d62484bb89bc55a2d974 /ChangeLog
parent7bcad280635fa97b7929f3427284cf5189363e95 (diff)
downloadglibc-64333c6623d36b69906590454cbe097d1bb598a3.zip
glibc-64333c6623d36b69906590454cbe097d1bb598a3.tar.gz
glibc-64333c6623d36b69906590454cbe097d1bb598a3.tar.bz2
Update.
* posix/Makefile: Add rules to build and run tst-regex. 2001-06-20 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c (FREE_WCS_BUFFERS): New macro to free buffers. (re_search_2): invoke convert_mbs_to_wcs and FREE_WCS_BUFFERS. (wcs_re_match_2_internal): Check whether the wcs buffers need seting up or not, and skip seting up routin if not needed. 2001-06-26 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regex.c (count_mbs_length): Use binary search for optimization. 2001-06-27 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c26c73..4577994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2001-06-27 Ulrich Drepper <drepper@redhat.com>
+ * posix/Makefile: Add rules to build and run tst-regex.
+
+2001-06-20 Isamu Hasegawa <isamu@yamato.ibm.com>
+
+ * posix/regex.c (FREE_WCS_BUFFERS): New macro to free buffers.
+ (re_search_2): invoke convert_mbs_to_wcs and FREE_WCS_BUFFERS.
+ (wcs_re_match_2_internal): Check whether the wcs buffers need
+ seting up or not, and skip seting up routin if not needed.
+
+2001-06-26 Isamu Hasegawa <isamu@yamato.ibm.com>
+
+ * posix/regex.c (count_mbs_length): Use binary search for
+ optimization.
+
+2001-06-27 Ulrich Drepper <drepper@redhat.com>
+
* posix/tst-regex.c: Fix several bugs. Add more tests.
2001-06-26 Mark Kettenis <kettenis@gnu.org>