summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* C++: regcomp.c and ext/Time/Piece/Piece.xsJarkko Hietaniemi2006-12-181-27/+34
* Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-1/+1
* Further tweaks to make it easier to create regexp engine plug ins.Yves Orton2006-12-051-10/+13
* Better version of last patch, by Yves Orton.Rafael Garcia-Suarez2006-12-041-8/+7
* Actually submit previous change.Rafael Garcia-Suarez2006-12-041-8/+10
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-5/+22
* Re: [perl #41010] (?(COND)) in pattern matching not working properlyYves Orton2006-12-031-27/+32
* Remove unused variableRafael Garcia-Suarez2006-12-011-2/+1
* Continue split of perl internal regexp structures from ones that are engine s...Yves Orton2006-12-011-77/+146
* Re: Fix \k<foo> preceded by literalYves Orton2006-11-291-0/+1
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-291-11/+1
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-271-40/+44
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-261-26/+27
* Swap _reg_ac_data.trie to U32 offset into the regdata array, asNicholas Clark2006-11-261-10/+7
* Moving the reference count to the front of both _reg_trie_data andNicholas Clark2006-11-261-11/+7
* A little reodering of the switch statement in Perl_regdupe makes a Nicholas Clark2006-11-261-8/+5
* Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.Nicholas Clark2006-11-261-37/+50
* Simplify S_add_data(), given that realloc will NULL acts as malloc().Nicholas Clark2006-11-261-14/+10
* Change (well, correct) S_add_data to take and return a U32.Nicholas Clark2006-11-261-7/+8
* smoke signs suppressionJarkko Hietaniemi2006-11-251-11/+11
* Re: [PATCH] Cleanup regexp flags and structureYves Orton2006-11-231-125/+140
* Cleanup regexp flags and structureYves Orton2006-11-231-67/+70
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-23/+40
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-10/+27
* Re: [PATCH] Study SUSPEND (and recursion) properlyYves Orton2006-11-191-1320/+1326
* [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 yves orton2006-11-171-1/+2
* Study SUSPEND (and recursion) properlyYves Orton2006-11-171-1313/+1332
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-6/+44
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-141-9/+6
* Allow negative indexing in recursive patternsYves Orton2006-11-141-0/+37
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-11/+38
* Casting nitRafael Garcia-Suarez2006-11-131-4/+4
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-4/+115
* (2nd version) small tweaks based on smoke signsJarkko Hietaniemi2006-11-121-1/+1
* regcomp.c: printf arg castsJarkko Hietaniemi2006-11-091-3/+4
* New regex syntax omnibusYves Orton2006-11-071-65/+165
* Silence a cast warningRafael Garcia-Suarez2006-11-061-1/+1
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-041-34/+66
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-2/+24
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-0/+16
* The second patch from:Yves Orton2006-10-301-6/+6
* The first patch from:Yves Orton2006-10-301-61/+215
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-25/+53
* Silence some warningsRafael Garcia-Suarez2006-10-201-2/+2
* Re: Off by one in the trie code?Yves Orton2006-10-191-23/+37
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using aNicholas Clark2006-10-141-3/+2
* Avoid undefined behaviour for -DPERL_MEM_LOG by not using a directNicholas Clark2006-10-141-2/+3
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-10/+28
* fix format errors; was RE: g++ compile and make test 100%Robin Barker2006-10-121-2/+2
* More regexp documentationYves Orton2006-10-121-1/+2