summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* s/regcinclasslen/reginclass/ and remove the oldJarkko Hietaniemi2002-03-191-20/+6
* Make regex DEBUGGING faster.Jarkko Hietaniemi2002-03-181-6/+0
* Simple speed gainback (as it was in 5.6): for non-UnicodeJarkko Hietaniemi2002-03-171-7/+11
* SEGV in s/// and UTF-8Andreas König2002-03-171-1/+1
* more warnings tidyupPaul Marquess2002-03-111-2/+2
* PL_bostr was pointing to the wrong stringJarkko Hietaniemi2002-02-281-1/+1
* Signedness nit.Jarkko Hietaniemi2002-02-271-1/+1
* Tiny code cleanup.Jarkko Hietaniemi2002-02-241-8/+3
* EBCDIC tweak (native instead of uni) and comment update.Jarkko Hietaniemi2002-02-241-5/+6