summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
Commit message (Expand)AuthorAgeFilesLines
* Better wording for (?|...) in perlre, from a suggestion by Ruud.Rafael Garcia-Suarez2007-03-121-5/+3
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-11/+17
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Paul Johnson2007-02-121-12/+17
* Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.Yves Orton2007-02-081-0/+23
* minor improvements for perlre.podWolfgang Laun2007-02-051-92/+99
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-1/+15
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-6/+43
* Re: Named-capture regex syntaxYves Orton2006-12-251-9/+51
* Minor pod nit in perlre.Yves Orton2006-12-041-2/+2
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-041-13/+20
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-291-5/+14
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-5/+17
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-151-2/+15
* Allow negative indexing in recursive patternsYves Orton2006-11-141-5/+19
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-98/+162
* Re: [perl #27053] /^/m doesn't match after a newline at the end of the stringYves Orton2006-11-131-1/+2
* New regex syntax omnibusYves Orton2006-11-071-124/+215
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-0/+42
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-0/+48
* Document the new (?FAIL) assertion (Yves Orton)Rafael Garcia-Suarez2006-10-261-0/+9
* Correct one "parenthesis" to "parentheses".Nicholas Clark2006-10-131-1/+1
* Fix nit in possessive quantifier descriptions.Rafael Garcia-Suarez2006-10-131-3/+15
* Add possessive quantifiers to regex engine.Yves Orton2006-10-131-13/+47
* More regexp documentationYves Orton2006-10-121-4/+70
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-4/+14
* Regexp Recurse by name.Yves Orton2006-10-101-6/+16
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-38/+104
* Fix a few pod nits in perlre.Steve Peters2006-10-051-10/+10
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-5/+90
* Another typo fix.Rafael Garcia-Suarez2006-06-291-2/+2
* Typo fix.Rafael Garcia-Suarez2006-06-291-7/+7
* Small precision about \Q \E inside m//xSébastien Aperghis-Tramoni2006-06-291-6/+7
* Document that the regexp engine is not currently reentrantDominic Dunlop2006-04-031-0/+8
* [[:...:]] is equivalent to \p{...}, not [:...:], tweaked fromSteve Purkis2006-02-011-8/+17
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-101-8/+8
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+61
* Quotes in pod/*.podAndy Lester2005-06-031-4/+4
* Minor grammar fix by Uri GuttmanRafael Garcia-Suarez2005-05-301-1/+1
* Make the spelling of whitespace (vs white-space and white space)Offer Kaye2005-03-291-1/+1
* A small precision in the docs for overloaded regexp escapesRafael Garcia-Suarez2005-02-081-0/+2
* [perl #33906] Missing \\ in perlre Andrew2005-01-241-1/+1
* [perl #32419] Spelling fixes for perl@23492 Richard Soderberg2004-11-121-2/+2
* Document usage of $_ and pos() inside /(?{...})/.Rafael Garcia-Suarez2004-01-121-0/+4
* DOCPATCH Re: $1 remains uncleared for failed matchesJarkko Hietaniemi2003-06-171-1/+5
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-9/+3
* Re: [PATCH] Tiny nits in perlre.podAndreas König2003-01-041-3/+3
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-121-0/+1
* Re: missing lower range in {} regex John P. Linderman2002-08-091-1/+2
* [DOC PATCH] perlre, minor errorSteffen Müller2002-07-091-1/+1
* [Patch] $^N issuesJohan Vromans2002-06-091-3/+14