| Commit message (Expand) | Author | Age | Files | Lines |
* | perlretut: incorrect output in "Non-capturing groupings" | Ævar Arnfjörð Bjarmason | 2010-09-30 | 1 | -1/+1 |
* | Add \o{} escape | Karl Williamson | 2010-07-17 | 1 | -4/+5 |
* | Prefer \g1 over \1 in pods | Karl Williamson | 2010-06-28 | 1 | -11/+11 |
* | Standardize on use of 'capture group' over 'buffer' | Karl Williamson | 2010-06-28 | 1 | -11/+11 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -0/+25 |
* | Clarify that some examples are for ASCII machines | Karl Williamson | 2010-03-28 | 1 | -1/+1 |
* | Document \N{U+...} | Karl Williamson | 2010-02-28 | 1 | -2/+2 |
* | * Em dash cleanup in pod/ | brian d foy | 2010-01-13 | 1 | -6/+6 |
* | PATCH: minor typo cleanup of pod/ directory | Tom Christiansen | 2010-01-05 | 1 | -1/+1 |
* | Update .pods | Karl Williamson | 2009-12-25 | 1 | -10/+19 |
* | [perl #69903] 5.10.1 perlretut section "A bit of magic: executing Perl code i... | Rafael Garcia-Suarez | 2009-10-23 | 1 | -4/+4 |
* | Small typo in example. | H.Merijn Brand | 2009-06-10 | 1 | -1/+1 |
* | Docs: Typo: \{-1} -> \g{-1} | Michael Witten | 2009-04-07 | 1 | -1/+1 |
* | fix typo - s/was/what/ is to be ignored | Mike Giroux | 2009-03-21 | 1 | -1/+1 |
* | Doc fix: the /k regexp modifier should really be written /p | Paul Gaborit | 2009-03-18 | 1 | -3/+3 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -62/+62 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -2/+2 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -43/+20 |
* | perlretut.pod, 2nd version | Wolfgang Laun | 2007-02-24 | 1 | -274/+644 |
* | Typo fixes by Hendrik Maryns. | Gisle Aas | 2006-11-03 | 1 | -5/+5 |
* | Typo fix in perlretut by Simon Taylor | Rafael Garcia-Suarez | 2006-04-28 | 1 | -1/+1 |
* | [perl #32419] Spelling fixes for perl@23492 | Richard Soderberg | 2004-11-12 | 1 | -2/+2 |
* | Bugfix for perlrequick and perlretut | Mark Kvale | 2004-02-24 | 1 | -2/+2 |
* | Re: [PATCH] [perl #24113] mistake in perlretut | Robert Spier | 2003-10-06 | 1 | -1/+2 |
* | Using $1 without testing success of the regexp, bad. | Rafael Garcia-Suarez | 2003-06-28 | 1 | -4/+5 |
* | Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297 | Rafael Garcia-Suarez | 2002-12-12 | 1 | -1/+5 |
* | Re: [DOC PATCH] Regex \G and POSIX restrictions | Hugo van der Sanden | 2002-03-29 | 1 | -1/+2 |
* | Unicode 3.2.0-induced doc tweaks. | Jarkko Hietaniemi | 2002-03-28 | 1 | -1/+1 |
* | [DOC PATCH] Regex \G and POSIX restrictions | Mark Kvale | 2002-03-27 | 1 | -2/+4 |
* | Document the U+0085, U+2028, and U+2029. | Jarkko Hietaniemi | 2002-01-04 | 1 | -1/+1 |
* | Re: [DOC PATCHES] pod cleanups | Rafael Garcia-Suarez | 2001-11-23 | 1 | -1/+1 |
* | Banish "use utf8". | Jarkko Hietaniemi | 2001-11-17 | 1 | -6/+5 |
* | [PATCH] Doc spellcheck + podcheck | Abhijit Menon-Sen | 2001-11-16 | 1 | -2/+2 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 1 | -1/+1 |
* | [PATCH] the the double double word word fix fix | Abhijit Menon-Sen | 2001-11-02 | 1 | -8/+8 |
* | Dispell the "use utf8" superstition. | Jarkko Hietaniemi | 2001-08-12 | 1 | -9/+8 |
* | Rename lib/unicode files to lib/unicore to avoid | Jarkko Hietaniemi | 2001-08-09 | 1 | -1/+1 |
* | Unterminated C< (noticed by Richard Hatch), and few other | Jarkko Hietaniemi | 2001-07-06 | 1 | -6/+7 |
* | Support preferentially the Unicode 'scripts' definition | Jarkko Hietaniemi | 2001-07-04 | 1 | -2/+3 |
* | Add support for $^N, the most-recently closed group. | Jarkko Hietaniemi | 2001-06-30 | 1 | -3/+6 |
* | perlretut.pod: unterminated C<> | Ronald J. Kimball | 2001-06-13 | 1 | -1/+1 |
* | Move the full \p\P lists to perlunicode. | Jarkko Hietaniemi | 2001-06-11 | 1 | -66/+5 |
* | Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more. | Jarkko Hietaniemi | 2001-05-04 | 1 | -1/+69 |
* | More tweakage on the Unicode character class descriptions. | Jarkko Hietaniemi | 2001-03-07 | 1 | -12/+12 |
* | The perlretut was still talking about the old \p and \P | Jarkko Hietaniemi | 2001-03-06 | 1 | -16/+19 |
* | Retracting \N{U+HHHH}. | Jarkko Hietaniemi | 2001-03-05 | 1 | -3/+3 |
* | Add the \N{U+HHHH} syntax. | Jarkko Hietaniemi | 2001-03-04 | 1 | -3/+3 |
* | ; was Re: Perlbug 20000322.006 status +update | Robin Barker | 2000-12-22 | 1 | -34/+118 |
* | Fix misleading example in perlretut.pod | Daniel Chetlin | 2000-09-01 | 1 | -0/+33 |
* | Add [[:blank:]] as suggested in | Jeffrey Friedl | 2000-08-18 | 1 | -8/+10 |