This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document Indented Here-docs
[perl5.git] / pod / perlre.pod
2016-07-21 Rafael Garcia-SuarezSwitch the order of the two backtracking chapters in...
2016-06-11 Lukas Maipod/*: remove deprecated L<"section"> and L<section...
2016-03-07 Karl Williamsonperlre: Nits, clarifications
2015-12-07 Ed Avisstandardize on "lookahead" and "lookaround"
2015-10-30 Karl Williamsonperlre: Nits
2015-10-19 Karl WilliamsonPATCH: [perl #126177] Document /(?n)/
2015-10-05 Yves Ortonfix perl #126186 make all verbs allow an optional arg
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-18 Karl Williamsonperlre: Nits
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2014-12-31 Matthew HorsfallPerldelta for /n regexp flag. Also ?: to C<?:> in perlr...
2014-12-31 Karl Williamsonperlre: Fix too long verbatim line
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-11-24 Karl WilliamsonMake /[\N{}-\N{}]/ match Unicodely on EBCDIC
2014-08-20 Karen Etheridgespelling: till -> until
2014-08-20 Karen Etheridgedocument what version \K was added in
2014-07-05 Aaron Cranepod/perlre.pod: fix typo in example code
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl Williamsonperlre: Clarify /x eol can't be escaped
2014-05-09 Karl Williamsonperlre: Update obsolete example
2014-03-26 David MitchellDeprecate /\C/
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2013-10-31 Karl Williamsonperlre: Expand and clarify /x and (?# comment)
2013-09-30 Ricardo Signesstandardize perlre cross-refs to operator-based flags
2013-09-30 Ricardo Signesreword the description of what the /m flag does
2013-09-30 Ricardo Signesslightly clarify the meaning of $ in regex
2013-08-08 James E KeenanDocument non-destructive substitution: the '/r' modifier.
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-06-24 Ricardo Signesperlexperiment: (?{}) and (??{}) are not experimental
2013-06-24 Ricardo Signesperlexperiment: mark regexp backtracking verbs as accepted
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-25 David Steinbrunnertypo fix for re pod change use of optimise to be consis...
2013-05-06 David MitchellRevert "Update docs to concur with $`,$&,$' changes"
2013-05-02 Karl WilliamsonDeprecate spaces/comments in some regex tokens
2013-03-18 Karl Williamsonpod/perlre: Italicize text to indicate non-literal
2013-03-12 Karl WilliamsonEBCDIC has the Unicode bug too
2013-02-28 Karl Williamson\N is no longer experimental
2013-02-24 Karl WilliamsonMove (?[]) doc to perlrecharclass
2013-02-24 Karl WilliamsonDocument \s change for VT, commit 075b9d7d9a6d4473b240a...
2013-02-04 Karl WilliamsonAdd tests and clarify pod for (?[ ])
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-02-04 Karl WilliamsonIncorporate code review feedback for (?[])
2013-01-20 Karl Williamsonperlre: Fix typo
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-12 Aaron Craneperlre: fix typo
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])
2012-11-27 Father ChrysostomosUpdate docs to concur with $`,$&,$' changes
2012-11-15 Father Chrysostomosperlre: Fix syntax error in example
2012-10-19 Karl Williamsonperlre: grammar, typo
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-09-12 David Mitchellupdate docs for $`, $&, $' changes
2012-08-12 Karl Williamsonperlre: Nits
2012-06-27 Brian Fraserperlre: #109408
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-05-24 Ronald J Kimball[perl #112604] perlre man page contains suspect example...
2012-05-24 Aristotle Pagaltzis[perl #112522] Mildly incorrect wording in "perldoc...
2012-03-06 Karl Williamsonpods: Note future deprecation of unescaped "{"
2012-02-16 Karl WilliamsonClarify some quotemeta docs
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-19 Karl WilliamsonTypo in perlre
2011-11-27 Father Chrysostomostypo in perlre.pod
2011-11-27 Father Chrysostomos[perl #98352] perlre: Clarify visibility of $1 in ...
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.
next