Update.
commit64333c6623d36b69906590454cbe097d1bb598a3
authorUlrich Drepper <drepper@redhat.com>
Wed, 27 Jun 2001 16:15:39 +0000 (27 16:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 27 Jun 2001 16:15:39 +0000 (27 16:15 +0000)
tree0a66e08235101934a498d62484bb89bc55a2d974
parent7bcad280635fa97b7929f3427284cf5189363e95
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>
ChangeLog
posix/Makefile
posix/regex.c