summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Third consting batchAndy Lester2005-03-241-1/+1
* Revert change #24055, which was producing a segfault in installmanRafael Garcia-Suarez2005-03-221-56/+16
* Re: regexp trie fails compile on VMSYves Orton2005-03-211-3/+4
* Resubmit change #24053.Rafael Garcia-Suarez2005-03-211-16/+56
* More consting goodnessAndy Lester2005-03-211-1/+1
* Re: Reworked Trie PatchYves Orton2005-03-181-77/+386
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-24/+24
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-9/+5
* document regcomp.c/regexec.c's dual life under ext/re/Dave Mitchell2004-11-061-0/+6
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-041-15/+12
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* Re: Segfault using HTML::EntitiesJarkko Hietaniemi2004-07-091-30/+31
* Re: [perl #28532] optional match of an anchor gets ignored Hugo van der Sanden2004-04-191-20/+3
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-2/+1
* 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