This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update IO-Compress to CPAN version 2.040
[perl5.git] / pod / perlre.pod
2011-10-07 Brian FraserClarification in perlre.pod about captures created...
2011-09-24 Father Chrysostomos[perl #92898] Clarify (*THEN)’s scope
2011-09-22 Karl Williamsonperlre: Note a bug's existence
2011-09-02 Karl WilliamsonUnicode::UCD: Make pod header consistent
2011-07-29 Karl Williamsonperlre: better /dual explanation
2011-07-17 Karl Williamsonperlre: Nits
2011-06-22 Nicholas ClarkTrim multiple blank lines above =item in pod files.
2011-05-29 Karl Williamsonperlre: Fix some line wrap issues
2011-05-29 Karl Williamsonperlre: Fix some line wrap issues
2011-05-29 Karl Williamsonperlre: Change C<> to L<>
2011-05-23 Johan VromansIncorrect heading and index entries for (*MARK) in...
2011-05-19 Karl Williamsonperlre: Fix broken links
2011-05-19 Johan Vromans[perl #90060] Fix location of (*COMMIT) in pod/perlre.pod
2011-05-03 Karl WilliamsonDoc changes for [perl #89750]
2011-04-19 Karl Williamsonperlre: Remove false statement about locales
2011-04-17 Karl Williamsonperlre: Nits in recently added text
2011-04-13 Karl Williamsonperlre.pod: Clarify
2011-04-13 Karl Williamsonperlre.pod: Update for 5.14
2011-03-19 Moritz Lenz[PATCH] [pod] improve documentation for (?(cond)yes|no)
2011-03-09 Father Chrysostomosperlre clean-up
2011-02-20 Father ChrysostomosUpdate docs for postfix /dual flags
2011-02-19 Karl WilliamsonFix locale caseless matching and utf8
2011-02-16 ApocalypseFix bad pod links found by Test::Pod::LinkCheck
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...
next