summaryrefslogtreecommitdiff
path: root/pod/perlretut.pod
Commit message (Expand)AuthorAgeFilesLines
* perlretut: incorrect output in "Non-capturing groupings"Ævar Arnfjörð Bjarmason2010-09-301-1/+1
* Add \o{} escapeKarl Williamson2010-07-171-4/+5
* Prefer \g1 over \1 in podsKarl Williamson2010-06-281-11/+11
* Standardize on use of 'capture group' over 'buffer'Karl Williamson2010-06-281-11/+11
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-0/+25
* Clarify that some examples are for ASCII machinesKarl Williamson2010-03-281-1/+1
* Document \N{U+...}Karl Williamson2010-02-281-2/+2
* * Em dash cleanup in pod/brian d foy2010-01-131-6/+6
* PATCH: minor typo cleanup of pod/ directoryTom Christiansen2010-01-051-1/+1
* Update .podsKarl Williamson2009-12-251-10/+19
* [perl #69903] 5.10.1 perlretut section "A bit of magic: executing Perl code i...Rafael Garcia-Suarez2009-10-231-4/+4
* Small typo in example.H.Merijn Brand2009-06-101-1/+1
* Docs: Typo: \{-1} -> \g{-1}Michael Witten2009-04-071-1/+1
* fix typo - s/was/what/ is to be ignoredMike Giroux2009-03-211-1/+1
* Doc fix: the /k regexp modifier should really be written /pPaul Gaborit2009-03-181-3/+3
* POD cleanupsDavid Landgren2007-10-041-62/+62
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-2/+2
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-071-43/+20
* perlretut.pod, 2nd versionWolfgang Laun2007-02-241-274/+644
* Typo fixes by Hendrik Maryns.Gisle Aas2006-11-031-5/+5
* Typo fix in perlretut by Simon TaylorRafael Garcia-Suarez2006-04-281-1/+1
* [perl #32419] Spelling fixes for perl@23492 Richard Soderberg2004-11-121-2/+2
* Bugfix for perlrequick and perlretutMark Kvale2004-02-241-2/+2
* Re: [PATCH] [perl #24113] mistake in perlretutRobert Spier2003-10-061-1/+2
* Using $1 without testing success of the regexp, bad.Rafael Garcia-Suarez2003-06-281-4/+5
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-121-1/+5
* Re: [DOC PATCH] Regex \G and POSIX restrictionsHugo van der Sanden2002-03-291-1/+2
* Unicode 3.2.0-induced doc tweaks.Jarkko Hietaniemi2002-03-281-1/+1
* [DOC PATCH] Regex \G and POSIX restrictionsMark Kvale2002-03-271-2/+4
* Document the U+0085, U+2028, and U+2029.Jarkko Hietaniemi2002-01-041-1/+1
* Re: [DOC PATCHES] pod cleanupsRafael Garcia-Suarez2001-11-231-1/+1
* Banish "use utf8".Jarkko Hietaniemi2001-11-171-6/+5
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-2/+2
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* [PATCH] the the double double word word fix fixAbhijit Menon-Sen2001-11-021-8/+8
* Dispell the "use utf8" superstition.Jarkko Hietaniemi2001-08-121-9/+8
* Rename lib/unicode files to lib/unicore to avoidJarkko Hietaniemi2001-08-091-1/+1
* Unterminated C< (noticed by Richard Hatch), and few otherJarkko Hietaniemi2001-07-061-6/+7
* Support preferentially the Unicode 'scripts' definitionJarkko Hietaniemi2001-07-041-2/+3
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-3/+6
* perlretut.pod: unterminated C<>Ronald J. Kimball2001-06-131-1/+1
* Move the full \p\P lists to perlunicode.Jarkko Hietaniemi2001-06-111-66/+5
* Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.Jarkko Hietaniemi2001-05-041-1/+69
* More tweakage on the Unicode character class descriptions.Jarkko Hietaniemi2001-03-071-12/+12
* The perlretut was still talking about the old \p and \PJarkko Hietaniemi2001-03-061-16/+19
* Retracting \N{U+HHHH}.Jarkko Hietaniemi2001-03-051-3/+3
* Add the \N{U+HHHH} syntax.Jarkko Hietaniemi2001-03-041-3/+3
* ; was Re: Perlbug 20000322.006 status +updateRobin Barker2000-12-221-34/+118
* Fix misleading example in perlretut.podDaniel Chetlin2000-09-011-0/+33
* Add [[:blank:]] as suggested inJeffrey Friedl2000-08-181-8/+10