2010-01-10 |
Philip Hazel |
[perl #71948] Documentation error for (*MARK) |
blob | commitdiff |
2010-01-06 |
Abigail |
Document that interpolating a '(??{ code })' construct... |
blob | commitdiff | diff to current |
2010-01-05 |
Tom Christiansen |
PATCH: minor typo cleanup of pod/ directory |
blob | commitdiff | diff to current |
2009-12-22 |
Karl Williamson |
Fix up pods for \X |
blob | commitdiff | diff to current |
2009-12-16 |
Abigail |
Document issues when using named captures in combinatio... |
blob | commitdiff | diff to current |
2009-11-28 |
Moritz Lenz |
Document backreferences to groups that did not match |
blob | commitdiff | diff to current |
2009-10-31 |
Gerard Goossen |
Improve warnings about known issues in (?{...}) blocks... |
blob | commitdiff | diff to current |
2009-10-30 |
Dave Rolsky |
Clarify relationship of pattern modifiers and named... |
blob | commitdiff | diff to current |
2009-10-14 |
brian d foy |
Fix {$^MATCH} typo in perlre |
blob | commitdiff | diff to current |
2009-10-06 |
Jesse Vincent |
A number of pod fixes found by podcheck.t |
blob | commitdiff | diff to current |
2009-09-02 |
Yves Orton |
update perlre and perldelta to document change in behav... |
blob | commitdiff | diff to current |
2009-06-17 |
Rafael Garcia-Suarez |
Basic docs for \N |
blob | commitdiff | diff to current |
2008-04-26 |
Robin Barker |
another go; was RE: [perl #49302] [[:print:]] v \p... |
blob | commitdiff | diff to current |
2008-01-30 |
Steve Peters |
Assorted POD nits from the Debian bug list. |
blob | commitdiff | diff to current |
2008-01-06 |
Moritz Lenz |
\X is equivalent to an atomic group |
blob | commitdiff | diff to current |
2007-11-27 |
Rafael Garcia-Suarez |
Doc nits -- avoid bare "5.10" version numbers without a |
blob | commitdiff | diff to current |
2007-11-25 |
Rafael Garcia-Suarez |
Document bug #47762, and mention %- |
blob | commitdiff | diff to current |
2007-10-19 |
Rafael Garcia-Suarez |
POD nits |
blob | commitdiff | diff to current |
2007-10-04 |
David Landgren |
POD cleanups |
blob | commitdiff | diff to current |
2007-09-11 |
Rafael Garcia-Suarez |
Some escapes were mentioned twice, although they're... |
blob | commitdiff | diff to current |
2007-08-07 |
Rafael Garcia-Suarez |
Documentation updates for new regexp features |
blob | commitdiff | diff to current |
2007-07-18 |
chromatic |
Change "Perl6" to "Perl 6" in pod/* |
blob | commitdiff | diff to current |
2007-07-13 |
Rafael Garcia-Suarez |
More typo fixes in the regexp docs |
blob | commitdiff | diff to current |
2007-07-12 |
David Nicol |
mention of g and c modifiers missing from perlre.pod |
blob | commitdiff | diff to current |
2007-07-04 |
Rafael Garcia-Suarez |
regexp flags =~ s/k/p/ |
blob | commitdiff | diff to current |
2007-06-30 |
Abigail |
/p vs (?p) |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark |
s/\bunicode\b/Unicode/; # For everything not dual life |
blob | commitdiff | diff to current |
2007-06-01 |
Brad Baxter |
[perl #43094] Doc patch to perlre: modifiers => quantifiers |
blob | commitdiff | diff to current |
2007-05-25 |
Rafael Garcia-Suarez |
\R can't be used in a char class |
blob | commitdiff | diff to current |
2007-04-25 |
Alexandr Ciornii |
perlre.pod spellcheck |
blob | commitdiff | diff to current |
2007-04-23 |
Yves Orton |
Change meaning of \v, \V, and add \h, \H to match Perl6... |
blob | commitdiff | diff to current |
2007-03-12 |
Rafael Garcia-Suarez |
Better wording for (?|...) in perlre, from a suggestion... |
blob | commitdiff | diff to current |
2007-02-14 |
Yves Orton |
Re: [PATCH] Document that m//k works |
blob | commitdiff | diff to current |
2007-02-12 |
Paul Johnson |
Re: [PATCH - provisional] H. Merijn Brands idea of... |
blob | commitdiff | diff to current |
2007-02-08 |
Yves Orton |
Re: [PATCH - provisional] H. Merijn Brands idea of... |
blob | commitdiff | diff to current |
2007-02-05 |
Wolfgang Laun |
minor improvements for perlre.pod |
blob | commitdiff | diff to current |
2007-01-15 |
Yves Orton |
Add support for /k modfier for matching along with... |
blob | commitdiff | diff to current |
2007-01-11 |
Yves Orton |
Add Regexp::Keep \K functionality to regex engine as... |
blob | commitdiff | diff to current |
2006-12-25 |
Yves Orton |
Re: Named-capture regex syntax |
blob | commitdiff | diff to current |
2006-12-04 |
Yves Orton |
Minor pod nit in perlre. |
blob | commitdiff | diff to current |
2006-12-04 |
Yves Orton |
\R is supposed to mean something else so switch to... |
blob | commitdiff | diff to current |
2006-11-29 |
Yves Orton |
Change in handling of \RNNN inside nested patterns |
blob | commitdiff | diff to current |
2006-11-22 |
Yves Orton |
\G with /g results in infinite loop in 5.6 and later |
blob | commitdiff | diff to current |
2006-11-15 |
Yves Orton |
Re: [PATCH] Fix RT#19049 and add relative backreferences |
blob | commitdiff | diff to current |
2006-11-14 |
Yves Orton |
Allow negative indexing in recursive patterns |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Re: [PATCH] New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-13 |
Yves Orton |
Re: [perl #27053] /^/m doesn't match after a newline... |
blob | commitdiff | diff to current |
2006-11-07 |
Yves Orton |
New regex syntax omnibus |
blob | commitdiff | diff to current |
2006-11-02 |
Yves Orton |
Add more backtracking control verbs to regex engine... |
blob | commitdiff | diff to current |
2006-11-01 |
Yves Orton |
Add a commit verb to regex engine to allow fine tuning... |
blob | commitdiff | diff to current |
2006-10-26 |
Rafael Garcia-Suarez |
Document the new (?FAIL) assertion (Yves Orton) |
blob | commitdiff | diff to current |
2006-10-13 |
Nicholas Clark |
Correct one "parenthesis" to "parentheses". |
blob | commitdiff | diff to current |
2006-10-13 |
Rafael Garcia-Suarez |
Fix nit in possessive quantifier descriptions. |
blob | commitdiff | diff to current |
2006-10-13 |
Yves Orton |
Add possessive quantifiers to regex engine. |
blob | commitdiff | diff to current |
2006-10-12 |
Yves Orton |
More regexp documentation |
blob | commitdiff | diff to current |
2006-10-12 |
Yves Orton |
Add Regex conditionals. Various bugfixes. More tests. |
blob | commitdiff | diff to current |
2006-10-10 |
Yves Orton |
Regexp Recurse by name. |
blob | commitdiff | diff to current |
2006-10-07 |
Yves Orton |
Re: [PATCH] Initial attempt at named captures for perls... |
blob | commitdiff | diff to current |
2006-10-05 |
Steve Peters |
Fix a few pod nits in perlre. |
blob | commitdiff | diff to current |
2006-10-05 |
Yves Orton |
Re: [PATCH] Add recursive regexes similar to PCRE |
blob | commitdiff | diff to current |
2006-06-29 |
Rafael Garcia-Suarez |
Another typo fix. |
blob | commitdiff | diff to current |
2006-06-29 |
Rafael Garcia-Suarez |
Typo fix. |
blob | commitdiff | diff to current |
2006-06-29 |
Sébastien Aperghis... |
Small precision about \Q \E inside m//x |
blob | commitdiff | diff to current |
2006-04-03 |
Dominic Dunlop |
Document that the regexp engine is not currently reentrant |
blob | commitdiff | diff to current |
2006-02-01 |
Steve Purkis |
[[:...:]] is equivalent to \p{...}, not [:...:], tweake... |
blob | commitdiff | diff to current |
2005-11-10 |
Steven Schubiger |
remove whitespace preceding semicolon in docs |
blob | commitdiff | diff to current |
2005-10-13 |
Ivan Tubert-Brohman |
POD index entries with X<> |
blob | commitdiff | diff to current |
2005-06-03 |
Andy Lester |
Quotes in pod/*.pod |
blob | commitdiff | diff to current |
2005-05-30 |
Rafael Garcia-Suarez |
Minor grammar fix by Uri Guttman |
blob | commitdiff | diff to current |
2005-03-29 |
Offer Kaye |
Make the spelling of whitespace (vs white-space and... |
blob | commitdiff | diff to current |
2005-02-08 |
Rafael Garcia-Suarez |
A small precision in the docs for overloaded regexp... |
blob | commitdiff | diff to current |
2005-01-24 |
Andrew |
[perl #33906] Missing \\ in perlre |
blob | commitdiff | diff to current |
2004-11-12 |
Richard Soderberg |
[perl #32419] Spelling fixes for perl@23492 |
blob | commitdiff | diff to current |
2004-01-12 |
Rafael Garcia-Suarez |
Document usage of $_ and pos() inside /(?{...})/. |
blob | commitdiff | diff to current |
2003-06-17 |
Jarkko Hietaniemi |
DOCPATCH Re: $1 remains uncleared for failed matches |
blob | commitdiff | diff to current |
2003-06-13 |
Rafael Garcia-Suarez |
Remove the deprecated $* variable. |
blob | commitdiff | diff to current |
2003-01-04 |
Andreas König |
Re: [PATCH] Tiny nits in perlre.pod |
blob | commitdiff | diff to current |
2002-12-12 |
Rafael Garcia-Suarez |
Integrate from maint-5.8 : changes 18290-1, 18293-5... |
blob | commitdiff | diff to current |
2002-08-09 |
John P. Linderman |
Re: missing lower range in {} regex |
blob | commitdiff | diff to current |
2002-07-09 |
Steffen Müller |
[DOC PATCH] perlre, minor error |
blob | commitdiff | diff to current |
2002-06-09 |
Johan Vromans |
[Patch] $^N issues |
blob | commitdiff | diff to current |
2002-04-20 |
Jarkko Hietaniemi |
User-defined character properties were unintentionally |
blob | commitdiff | diff to current |
2002-03-29 |
Hugo van der Sanden |
Re: [DOC PATCH] Regex \G and POSIX restrictions |
blob | commitdiff | diff to current |
2002-03-27 |
Mark Kvale |
[DOC PATCH] Regex \G and POSIX restrictions |
blob | commitdiff | diff to current |
2002-01-04 |
Jarkko Hietaniemi |
Document the U+0085, U+2028, and U+2029. |
blob | commitdiff | diff to current |
2001-12-20 |
Nick Ing-Simmons |
Integrate mainline (mostly) utf8.c does not compile. |
blob | commitdiff | diff to current |
2001-12-19 |
Jarkko Hietaniemi |
Re: [BUG] bleadperl regexp (was ok in 5.6.0) |
blob | commitdiff | diff to current |
2001-11-23 |
Rafael Garcia-Suarez |
Re: [DOC PATCHES] pod cleanups |
blob | commitdiff | diff to current |
2001-11-17 |
Jarkko Hietaniemi |
Banish "use utf8". |
blob | commitdiff | diff to current |
2001-11-12 |
Jeffrey Friedl |
a few typo fixes |
blob | commitdiff | diff to current |
2001-08-01 |
Audrey Tang |
[ID 20010801.039] perlre.pod message typo |
blob | commitdiff | diff to current |
2001-07-31 |
Stephen P. Potter |
Re: [ID 20010529.002] typos in man page perlre |
blob | commitdiff | diff to current |
2001-07-18 |
Mark-Jason Dominus |
Doc patch: perlre should mention perlrequick and perlretut |
blob | commitdiff | diff to current |
2001-07-14 |
Jeffrey Friedl |
patch to add DEL to [:cntrl:] |
blob | commitdiff | diff to current |
2001-06-23 |
Jarkko Hietaniemi |
Fix for ID 20010619.003, the [[:print:]] is not supposed |
blob | commitdiff | diff to current |
2001-05-30 |
bart@cg681574-a... |
[ID 20010529.002] typos in man page perlre |
blob | commitdiff | diff to current |
2001-02-28 |
Jarkko Hietaniemi |
Undo qu. Retract #8814, rewrite op/each part of #8615, |
blob | commitdiff | diff to current |
2001-02-09 |
Jarkko Hietaniemi |
Integrate change #8733 from maintperl. |
blob | commitdiff | diff to current |
2001-02-08 |
Charles Bailey |
SYN SYN |
blob | commitdiff | diff to current |
2001-01-29 |
root@ak-75.mind.de |
[ID 20010128.003] [PATCH] perlre.pod \b buglet |
blob | commitdiff | diff to current |
next |