summaryrefslogtreecommitdiff
path: root/regnodes.h
Commit message (Expand)AuthorAgeFilesLines
* Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8().Nicholas Clark2008-01-051-2/+2
* Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into theNicholas Clark2007-12-291-30/+30
* TRIE must use 'yes' state transitions when more than one match possible to en...Marcus Holland-Moritz2007-08-181-2/+2
* /p vs (?p)Abigail2007-06-301-0/+42
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-6/+11
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-6/+31
* Symbian syncJarkko Hietaniemi2007-04-011-1/+1
* Change 30461 was wrong. As ext/re (re)builds the regexp engine withNicholas Clark2007-03-051-5/+3
* Define and initialise reg_name only once.Nicholas Clark2007-03-031-6/+7
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-9/+20
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-22/+33
* New regex syntax omnibusYves Orton2006-11-071-130/+162
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-72/+80
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-66/+77
* The second patch from:Yves Orton2006-10-301-118/+118
* The first patch from:Yves Orton2006-10-301-3/+3
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-66/+71
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-168/+183
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-66/+81
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-50/+65
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-56/+74
* Fixes to compile Perl with g++ and DEBUGGING.Steve Peters2006-10-041-2/+2
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-93/+93
* Automate generation of the regmatch() state constantsYves Orton2006-09-251-340/+424
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-13/+23
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-2/+2
* start turning regmatch() main loop into a FSMDave Mitchell2006-06-161-0/+1
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-11/+11
* Re: recursion now removed from the regex engineYves Orton2006-04-241-67/+67
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+3
* Re: Reworked Trie PatchYves Orton2005-03-181-53/+68
* Decouple SANY into SANY and CANY: the new SANY is /./s,Daniel P. Berrange2001-08-041-91/+96
* Polymorphic regexps.Jarkko Hietaniemi2000-12-171-198/+103
* warning: storage class after type is obsolescentDaniel MuiƱo2000-08-141-4/+4
* Remove a lot of unused regnode codes.Jarkko Hietaniemi1999-07-311-417/+77
* POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-69/+429
* regen regnodes.hGurusamy Sarathy1999-05-101-1/+85
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-10/+10
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-49/+121
* applied patch, tweaked doc, and regen regnodes.hIlya Zakharevich1998-06-281-52/+56
* add patch that generates regnodes.h via regcomp.plIlya Zakharevich1998-06-221-0/+250