summaryrefslogtreecommitdiff
path: root/regexp.h
Commit message (Expand)AuthorAgeFilesLines
* migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-06-301-4/+6
* migrate TRIE branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-06-231-1/+3
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-28/+14
* Re: [PATCH] regexec/regcomp.c cleanupsYves Orton2006-06-111-7/+11
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-111-24/+30
* regmatch: merge the greedy and non-greedy branches of CURLYMDave Mitchell2006-04-201-1/+1
* regmatch(): make IFMATCH use PUSH_STACK rather than fake recursionDave Mitchell2006-04-191-0/+8
* generalize the 'continue on success' mechanism of deferred REsDave Mitchell2006-04-161-4/+10
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-131-10/+11
* eliminate PL_reg_reDave Mitchell2006-04-131-2/+0
* Remove the final recursion path from S_regmatch: (??{...})Dave Mitchell2006-04-121-27/+11
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-1/+35
* Save the regexp engine state as 1 block on the save stack.Nicholas Clark2006-04-051-0/+50
* anonymous unions aren't legal ANSI cDave Mitchell2006-04-031-1/+1
* subsume CURCUR (current curly) struct within the main regmatch_stateDave Mitchell2006-04-021-21/+15
* make parts of struct regmatch_state unionsDave Mitchell2006-04-021-19/+53
* use slabs to allocate save state space in regmatch()Dave Mitchell2006-04-021-0/+113
* REXEC_ML is unused.Gisle Aas2006-03-261-1/+0
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-2/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* COW regexps:Nicholas Clark2003-02-161-0/+20
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-0/+8
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+6
* Retract #13048: that introduced a malloc() (through savepvn())Jarkko Hietaniemi2001-11-181-1/+0
* Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fixJeff Pinyan2001-11-161-0/+1
* Continuation of #11575: SANY_SEEN completely deprecated,Jarkko Hietaniemi2001-08-041-2/+2
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-0/+1
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-0/+1
* Re: Regex debugger patchMark-Jason Dominus2001-04-221-0/+1
* Misapplied regex optimizations when \C is present.Jarkko Hietaniemi2001-02-181-0/+1
* Declare reg_data like reg_substr_data.Jarkko Hietaniemi2000-11-131-0/+2
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-1/+1
* regexp.hIlya Zakharevich1999-11-041-1/+1
* Retract #3922 (Rule #1 was invoked).Jarkko Hietaniemi1999-08-301-2/+0
* Deprecate /^/ implictly meaning /^/m.Ilya Zakharevich1999-08-051-0/+2
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-55/+38
* REx engine improvementsIlya Zakharevich1999-05-251-13/+29
* Bugs in hairy interactions of feature in RExIlya Zakharevich1998-12-291-0/+1
* Fix \G in REx without //gIlya Zakharevich1998-11-281-0/+2
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-13/+16
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-2/+2
* patchlevel up to 5.004_70, various tweaksGurusamy Sarathy1998-07-051-3/+5
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-111-0/+1
* [5.004_61 PATCH] Make incompatible changes to RE engine NOWIlya Zakharevich1998-03-051-0/+23
* [win32] Various changes to make it build cleanly and pass all tests:Gurusamy Sarathy1997-11-261-0/+6
* Jumbo regexp patch applied (with minor fix-up tweaks):Ilya Zakharevich1997-11-191-12/+46
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-3/+5
* [inseparable changes from patch from perl5.003_08 to perl5.003_09]Perl 5 Porters1996-11-261-1/+1
* perl 5.000perl-5.000Larry Wall1994-10-171-20/+6