Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2017 23:59:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207681] [libc] re-enable regex bayer-moore for the general multibyte case
Message-ID:  <bug-207681-8-onpMwR29CV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207681-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207681-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207681

--- Comment #3 from Yuri Pankov <yuripv@gmx.com> ---
(In reply to Yuri Pankov from comment #2)

To check that I'm not imagining things, I've added some printfs to regex
routines and did a very simple test case with regcomp()/regexec(), important
part here is not using REG_NOSUB:

$ LC_ALL=3Den_US.UTF-8 ./testre
I'm mmatcher
I'm xmbrtowc
I'm xmbrtowc
I'm xmbrtowc
I'm xmbrtowc
I'm xmbrtowc
I'm xmbrtowc
I'm xmbrtowc
pattern '=D0=B2' does match string '=D0=B0=D0=B1=D0=B2=D0=B3=D0=B4'
$ LC_ALL=3DC ./testre
I'm smatcher
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
I'm xmbrtowc_dummy
pattern '=D0=B2' does match string '=D0=B0=D0=B1=D0=B2=D0=B3=D0=B4'

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207681-8-onpMwR29CV>