summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2004-03-221-1/+1
* Integrate:Jarkko Hietaniemi2003-08-111-1/+1
* Integrate:Nick Ing-Simmons2003-08-081-7/+16
* Integrate:Jarkko Hietaniemi2003-08-081-1/+3
* Integrate:Jarkko Hietaniemi2003-08-071-1/+10
* Integrate:Jarkko Hietaniemi2003-08-021-49/+6
* Integrate:Jarkko Hietaniemi2003-07-311-0/+10
* Integrate:Jarkko Hietaniemi2003-06-191-1/+4
* Integrate:Jarkko Hietaniemi2003-05-071-1/+1
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Jarkko Hietaniemi2003-04-171-3/+3
* Revert #19031 now that #19210 fixed the bug (#17757).Jarkko Hietaniemi2003-04-151-0/+9
* Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17...Rafael Garcia-Suarez2003-03-191-9/+0
* Integrate:Jarkko Hietaniemi2003-03-091-4/+0
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* More lexical patches merged by Dave Mitchell.Jarkko Hietaniemi2003-02-281-3/+3
* Integrate:Jarkko Hietaniemi2003-02-261-6/+11
* Integrate:Jarkko Hietaniemi2003-02-061-0/+1
* Integrate:Jarkko Hietaniemi2003-02-021-0/+2
* Integrate:Jarkko Hietaniemi2003-02-011-20/+2
* Integrate:Jarkko Hietaniemi2003-01-211-0/+9
* At least partially address [perl #10000] by speedingJarkko Hietaniemi2002-12-241-21/+54
* Integrate:Jarkko Hietaniemi2002-12-231-0/+1
* Fix [perl #15763].Jarkko Hietaniemi2002-12-111-5/+8
* Integrate (now tests 100% in Tru64 5.1A):Hugo van der Sanden2002-11-041-2/+2
|\
| * Re: [perl #17064] illegal legal unicode characterHugo van der Sanden2002-11-041-2/+2
| * PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-3/+3
| * Re: sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-10-011-0/+7
| * fix for:(Randal L. Schwartz)2002-08-261-2/+2
* | The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-2/+9
|/
* Re: Regexp causes coredumpHugo van der Sanden2002-07-151-1/+1
* Retract #17375: contrary to intention, it was actuallyJarkko Hietaniemi2002-07-101-5/+4
* Re: [ID 20020630.002] utf8 regex only matches 32k Hugo van der Sanden2002-07-011-1/+3
* (retracted by #17467)Jarkko Hietaniemi2002-06-281-4/+5
* Inlining to avoid costly UTF-8 calls.Jarkko Hietaniemi2002-06-271-3/+4
* Shave off some more of the Unicode regex slowness.Jarkko Hietaniemi2002-06-271-4/+5
* Cure some of the slowness ofJarkko Hietaniemi2002-06-271-1/+2
* Re: Another Unicode s/// buglet?Hugo van der Sanden2002-06-261-4/+4
* fix a typoGurusamy Sarathy2002-04-231-1/+1
* Pointer to UV casting.Jarkko Hietaniemi2002-04-231-1/+1
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-27/+27
* regexec.cNikola Knezevic2002-04-031-1/+1
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-17/+51
* Comment tweak from Hugo.Jarkko Hietaniemi2002-04-011-2/+2
* Another UTF-8 locale tweak from Hugo.Jarkko Hietaniemi2002-04-011-1/+1
* Regex fix from Hugo: in UTF-8 locales the characterJarkko Hietaniemi2002-04-011-8/+11
* Further fixing for #15549. Six tests are failingJarkko Hietaniemi2002-03-271-12/+6
* Possible fix for "Orks, Dragons, and Elves":Jarkko Hietaniemi2002-03-271-6/+10
* Fix for "UTF-8 bug with s///" from Hugo.Jarkko Hietaniemi2002-03-201-97/+211