This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change perlgpl.pod to GPL 1 to match README
[perl5.git] / pod / perlre.pod
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.
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Steve PetersFix a few pod nits in perlre.
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-06-29 Rafael Garcia-SuarezAnother typo fix.
2006-06-29 Rafael Garcia-SuarezTypo fix.
2006-06-29 Sébastien Aperghis... Small precision about \Q \E inside m//x
2006-04-03 Dominic DunlopDocument that the regexp engine is not currently reentrant
2006-02-01 Steve Purkis[[:...:]] is equivalent to \p{...}, not [:...:], tweake...
2005-11-10 Steven Schubigerremove whitespace preceding semicolon in docs
2005-10-13 Ivan Tubert-BrohmanPOD index entries with X<>
2005-06-03 Andy LesterQuotes in pod/*.pod
2005-05-30 Rafael Garcia-SuarezMinor grammar fix by Uri Guttman
2005-03-29 Offer KayeMake the spelling of whitespace (vs white-space and...
2005-02-08 Rafael Garcia-SuarezA small precision in the docs for overloaded regexp...
2005-01-24 Andrew[perl #33906] Missing \\ in perlre
2004-11-12 Richard Soderberg[perl #32419] Spelling fixes for perl@23492
2004-01-12 Rafael Garcia-SuarezDocument usage of $_ and pos() inside /(?{...})/.
2003-06-17 Jarkko HietaniemiDOCPATCH Re: $1 remains uncleared for failed matches
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-01-04 Andreas KönigRe: [PATCH] Tiny nits in perlre.pod
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-08-09 John P. LindermanRe: missing lower range in {} regex
2002-07-09 Steffen Müller[DOC PATCH] perlre, minor error
2002-06-09 Johan Vromans[Patch] $^N issues
2002-04-20 Jarkko HietaniemiUser-defined character properties were unintentionally
2002-03-29 Hugo van der SandenRe: [DOC PATCH] Regex \G and POSIX restrictions
2002-03-27 Mark Kvale[DOC PATCH] Regex \G and POSIX restrictions
2002-01-04 Jarkko HietaniemiDocument the U+0085, U+2028, and U+2029.
2001-12-20 Nick Ing-SimmonsIntegrate mainline (mostly) utf8.c does not compile.
next