summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2009-01-051-0/+18
* Various changes to regex diagnostics and testingYves Orton2009-01-051-2/+2
* Integrate:Nicholas Clark2008-01-301-1/+4
* Integrate:Nicholas Clark2008-01-301-2/+9
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-1/+1
* /p vs (?p)Abigail2007-06-301-1/+3
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-1/+1
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-1/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-4/+6
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-1/+1
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-1/+13
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-1/+2
* Reorder the members of various regexp structs to reduce their size onNicholas Clark2007-03-311-5/+5
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-6/+1
* Re: New file: t/op/regexp_email.tYves Orton2007-03-011-0/+4
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-0/+2
* Improve regex stringification codeYves Orton2007-01-311-0/+1
* Disable positive lookaround optimisationsYves Orton2007-01-221-1/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-161-4/+4
* Make offsets support conditionalYves Orton2007-01-161-3/+14
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-3/+0
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* Re: Named-capture regex syntaxYves Orton2006-12-251-1/+5
* Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()Nicholas Clark2006-12-101-0/+2
* Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-13/+25
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-041-1/+17
* The new regexp compilation function must be added to the engine structure.Rafael Garcia-Suarez2006-12-041-0/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-3/+2
* Re: Fix \k<foo> preceded by literalYves Orton2006-11-291-1/+4
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-4/+13
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-1/+1
* Swap _reg_ac_data.trie to U32 offset into the regdata array, asNicholas Clark2006-11-261-1/+1
* Moving the reference count to the front of both _reg_trie_data andNicholas Clark2006-11-261-3/+7
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-0/+8
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-0/+1
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-0/+1
* New regex syntax omnibusYves Orton2006-11-071-0/+1
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-0/+4
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+2
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-0/+6
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+1
* Re: [perl #8835] fairly large regex optimization bug with 5.7.3Yves Orton2006-10-051-0/+1
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+17
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-291-5/+9
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-5/+18
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-0/+11
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-24/+30
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-3/+3
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-7/+37