summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace #21158 with a better patch from HugoJarkko Hietaniemi2003-09-111-10/+4
* [perl #23769] Unicode regex broken on simple exampleJarkko Hietaniemi2003-09-101-4/+10
* VC6 warning: result still unsigned.Jarkko Hietaniemi2003-08-111-1/+1
* Re: UNICODE regexp bugNick Ing-Simmons2003-08-081-7/+16
* UNICODE regexp bugNick Ing-Simmons2003-08-081-1/+3
* Re: [perl #23030] Error in negative lookahead with alternationsHugo van der Sanden2003-08-071-1/+10
* Hugo's second thoughts: drop the relatively rare andJarkko Hietaniemi2003-08-011-49/+6
* Re: [perl #23171] Regex too selfish Hugo van der Sanden2003-07-311-0/+10
* Re: [perl #22727] split() with re_eval segfaults/panicsAdrian M. Enache2003-06-181-1/+4
* [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-051-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #1...Inaba Hiroto2003-04-141-3/+3
* From Inaba Hiroto: re_intuit_start set a value toJarkko Hietaniemi2003-03-091-4/+0
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-6/+11
* COW regexps:Nicholas Clark2003-02-161-8/+25
* s/S_cache_re/cache_re/ for building with threads.Jarkko Hietaniemi2003-02-051-1/+1
* Fix "[perl #20667] unicode regex vs non-unicode regex".Jarkko Hietaniemi2003-02-041-0/+1
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-0/+2
* Go even further (back) than change #18608 and revertJarkko Hietaniemi2003-01-311-4/+2
* [FIX] Re: UTF-8 failures (surprise!)Adrian M. Enache2003-01-311-19/+3
* Re: [perl #17757] s///g fails when using English & study in 5.8.0Hugo van der Sanden2003-01-211-0/+9
* integrate #18349 from maint-5.8:Hugo van der Sanden2003-01-211-21/+54
* [perl #18544] Patch included to fix problem.Richard Kandarian2002-12-231-0/+1
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-121-5/+8
* 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
* 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
* UTF-8 walk errors that become visible in EBCDIC.Jarkko Hietaniemi2002-03-191-3/+3