This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: rewording
[perl5.git] / pod / perlre.pod
2011-02-15 Father Chrysostomosperlre: Clarify (?(...)|)
2011-02-14 Karl WilliamsonAdd /aa regex modifier
2011-02-13 ApocalypseCorrectly list the allowed modifiers in the (?...)...
2011-01-27 Karl Williamsonregex: \p{} in pattern implies Unicode semantics
2011-01-27 Karl Williamsonperlre.pod: Fix omission of /a
2011-01-24 Michael Stevens[perl #82710] Fix incorrect pod link markup.
2011-01-24 Michael Stevens[perl #82708] Fix unescaped chars in L<>.
2011-01-21 Karl WilliamsonAdd x-references in pods to new /a, etc.
2011-01-19 Karl Williamsonperlre.pod: corrections for /a
2011-01-17 Karl WilliamsonAdd /a regex modifier
2010-12-02 Karl WilliamsonNit in perlre.pod
2010-12-02 Karl WilliamsonDocument Unicode doc fix
2010-10-31 Karl WilliamsonDOCs: Clarify that \w matches marks and \Pc
2010-10-15 Karl WilliamsonSubject: [perl #58182] partial: Add uni \s,\w matching
2010-10-15 Karl Williamsonperlre.pod: slight rewording
2010-10-14 Father ChrysostomosRemove or update pod references to regexp reëntrance.
2010-09-25 Karl WilliamsonTeach Perl about Unicode named character sequences
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-08-14 Chas. OwensRT #77150: perlre documentation issue and possible fix
2010-07-19 Karl Williamsonpods: mention \o{}, 3 octal digits
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-07-18 Karl Williamsonperlre.pod: Nits
2010-07-18 Karl WilliamsonAdd examples to perlre on perils of not using \g{}
2010-06-29 Karl Williamsonperlre: Add heading to separate unrelated paragraphs
2010-06-29 Karl WilliamsonPrefer \g1 over \1 in pods
2010-06-29 Karl WilliamsonStandardize on use of 'capture group' over 'buffer'
2010-06-29 Karl WilliamsonNits in perlre.pod
2010-05-08 Karl Williamsonperlre: fix for 80 col display
2010-04-26 Karl WilliamsonNits in perlre.pod, x-referencing, broken links
2010-03-29 Karl WilliamsonSlight edits
2010-03-28 Karl WilliamsonRemove duplicate information and refer to other pods
2010-03-08 Karl WilliamsonDocument that there are bugs with EBCDIC and regexes
2010-02-28 Karl WilliamsonDocument some re bugs in perlre.pod
2010-02-28 Karl WilliamsonRevise wording about /x caveats
2010-02-28 Karl WilliamsonDocument Unicode case-insensitive [] range bug
2010-02-28 Karl WilliamsonQuote a code example
2010-02-28 Karl WilliamsonRevise notes on /x modifier
2010-02-28 Karl WilliamsonMark \N meaning [^\n] as experimental
2010-02-28 Karl WilliamsonMention there are places /x modifier is ineffective
2010-02-28 Karl WilliamsonDocument \N{U+...}
2010-02-28 Karl WilliamsonUpdate pods for \N changes
2010-02-11 Robin Barkerdelete orphaned text
2010-01-10 Philip Hazel[perl #71948] Documentation error for (*MARK)
2010-01-06 AbigailDocument that interpolating a '(??{ code })' construct...
2010-01-05 Tom ChristiansenPATCH: minor typo cleanup of pod/ directory
2009-12-22 Karl WilliamsonFix up pods for \X
2009-12-16 AbigailDocument issues when using named captures in combinatio...
2009-11-28 Moritz LenzDocument backreferences to groups that did not match
2009-10-31 Gerard GoossenImprove warnings about known issues in (?{...}) blocks...
2009-10-30 Dave RolskyClarify relationship of pattern modifiers and named...
2009-10-14 brian d foyFix {$^MATCH} typo in perlre
2009-10-06 Jesse VincentA number of pod fixes found by podcheck.t
2009-09-02 Yves Ortonupdate perlre and perldelta to document change in behav...
2009-06-17 Rafael Garcia-SuarezBasic docs for \N
2008-04-26 Robin Barkeranother go; was RE: [perl #49302] [[:print:]] v \p...
2008-01-30 Steve PetersAssorted POD nits from the Debian bug list.
2008-01-06 Moritz Lenz\X is equivalent to an atomic group
2007-11-27 Rafael Garcia-SuarezDoc nits -- avoid bare "5.10" version numbers without a
2007-11-25 Rafael Garcia-SuarezDocument bug #47762, and mention %-
2007-10-19 Rafael Garcia-SuarezPOD nits
2007-10-04 David LandgrenPOD cleanups
2007-09-11 Rafael Garcia-SuarezSome escapes were mentioned twice, although they're...
2007-08-07 Rafael Garcia-SuarezDocumentation updates for new regexp features
2007-07-18 chromaticChange "Perl6" to "Perl 6" in pod/*
2007-07-13 Rafael Garcia-SuarezMore typo fixes in the regexp docs
2007-07-12 David Nicolmention of g and c modifiers missing from perlre.pod
2007-07-04 Rafael Garcia-Suarezregexp flags =~ s/k/p/
2007-06-30 Abigail/p vs (?p)
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-01 Brad Baxter[perl #43094] Doc patch to perlre: modifiers => quantifiers
2007-05-25 Rafael Garcia-Suarez\R can't be used in a char class
2007-04-25 Alexandr Ciorniiperlre.pod spellcheck
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-03-12 Rafael Garcia-SuarezBetter wording for (?|...) in perlre, from a suggestion...
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-12 Paul JohnsonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-08 Yves OrtonRe: [PATCH - provisional] H. Merijn Brands idea of...
2007-02-05 Wolfgang Launminor improvements for perlre.pod
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2006-12-25 Yves OrtonRe: Named-capture regex syntax
2006-12-04 Yves OrtonMinor pod nit in perlre.
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-11-29 Yves OrtonChange in handling of \RNNN inside nested patterns
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves OrtonAllow negative indexing in recursive patterns
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-13 Yves OrtonRe: [perl #27053] /^/m doesn't match after a newline...
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-01 Yves OrtonAdd a commit verb to regex engine to allow fine tuning...
2006-10-26 Rafael Garcia-SuarezDocument the new (?FAIL) assertion (Yves Orton)
2006-10-13 Nicholas ClarkCorrect one "parenthesis" to "parentheses".
2006-10-13 Rafael Garcia-SuarezFix nit in possessive quantifier descriptions.
2006-10-13 Yves OrtonAdd possessive quantifiers to regex engine.
2006-10-12 Yves OrtonMore regexp documentation
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-10 Yves OrtonRegexp Recurse by name.
next