This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 2384afee9 / #123553
[perl5.git] / pod / perlop.pod
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-27 Father Chrysostomosperlop: Mention ~ among ops that vary by type
2014-11-01 Shlomi Fish$a,$b deprecation in perlop.pod.
2014-10-11 Father ChrysostomosDocument lvalue references
2014-09-30 Rafael Garcia-SuarezClarify the documentation for <<>>
2014-09-30 Peter MartiniAdded some documentation for while(<<>>)
2014-09-23 Father ChrysostomosConsistent spaces after dots in perlop
2014-09-18 Father Chrysostomosperlop tweak
2014-09-18 Karl Williamsonperlop: Nits
2014-08-21 Karl Williamsonperlop: Note that negative rep now warns
2014-07-25 Karl Williamsonperlop: Update to reflect 5.20 changes
2014-07-25 Karl Williamsonperlop: Nits
2014-07-25 Karl Williamsonperlop: Update text to reflect code changes
2014-07-20 Karl Williamsonperlop: Grammatical nit.
2014-04-13 Karl WilliamsonPATCH: [perl #90646] perlop.pod: Clarify & | and ^...
2014-03-06 Ricardo Signesnote that the ~~ operator is experimental
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2013-12-03 Karl Williamsonperlop: Add note about (?[])
2013-10-05 Ricardo Signespreliminary postfix dereference docs
2013-06-26 Moritz Lenzdocument that it is the operator that determines the...
2013-06-23 James E KeenanDocumentation corrections from Wallace Reis++.
2013-04-05 Karl Williamsonperlop.pod: Fix typo that yields wrong info
2013-03-19 Shirakata KentaroPATCH: [perl #117181] pod: nitpick
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-08-21 Father Chrysostomosperlop.pod: Update here-doc-in-quotes parsing rules
2012-08-21 David Nicol[perl #65838] perlop: remove caveat here-doc without...
2012-08-02 Karl Williamsonperlop:clarify wording
2012-07-27 Father Chrysostomos[perl #113684] Document actual prec of loop exits
2012-07-14 Father Chrysostomosop.c: Consistent tweak; podchecker complaints
2012-07-14 Shlomi FishUpdate perlop's bignum modules list.
2012-06-27 Brian Fraserperlop: #109408
2012-06-17 Karl Williamsonperlop: Fit some verbatim lines into 79 cols
2012-06-17 Martin HaschPATCH: [perl #113640] Typo in perlop.pod: bignum pragma
2012-06-15 David Mitchellpoint out another use for //o
2012-06-14 David Mitchellupdate docs for (?{}) jumbo fix
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-04-25 Ricardo Signesfix mode used to open /dev/tty in perlop example
2012-03-23 AbigailClearify string parsing. origin/abigail/for-5.17
2012-02-16 Karl WilliamsonClarify some quotemeta docs
2012-01-29 Brian Fraserpod updates for fc and \F
2012-01-21 Karl WilliamsonAdd :not_characters parameter to 'use locale'
2012-01-13 Karl Williamsonperlop: Typos, too long lines, corrections
2012-01-06 Father Chrysostomosperlop: remove triple-dot
2012-01-06 Tom Christiansen[perl #90906] Corrections to the previous patch
2012-01-06 Tom Christiansen[perl #90906] smartmatch PATCH 1 of 2: perlop.pod
2012-01-05 H.Merijn Brand[perl #90648] perlop: There is no low-prec //
2012-01-05 Father Chrysostomos[perl #90648] perlop: There ain’t no C-style //
2011-12-30 Eric BrineClarify that \Q, \U, \L don't require \E
2011-09-17 Father Chrysostomosperlop: Clarify \octal slightly
2011-09-14 AbigailBe more precise in the wording of how // works.
2011-08-26 Father Chrysostomosperlop: Minor consistency tweak
2011-08-26 Father Chrysostomos[perl #93358] Clarify => quoting
2011-08-07 Chas. Owens[perl #96228] perlop misdocuments ${ qr/x/ } as undef
2011-07-29 Karl Williamsonperlop: name /a ASCII-restrict
2011-07-06 Karl Williamsonperlop: nits
2011-05-19 Tom Christiansen[perl #90594] PATCH for 5.14.1 perlop.pod
2011-05-18 Tom ChristiansenAn editing pass on perlop.pod from tchrist
2011-05-18 Karl Williamsonperlop: Add explanation of \c
2011-05-18 Karl Williamsonperlop: Clarify that only ASCII brackets nest
2011-05-18 Karl Williamsonperlop.pod: Fix broken link
2011-04-26 H.Merijn BrandTomC change with a twist
2011-04-19 Karl Williamsonperlop: /o update
2011-04-19 Karl Williamsonperlop: Update for some 5.14 changes
2011-04-15 Karl Williamsonperlop: Slight edits
2011-04-12 Karl Williamsonperlop: Update for 5.14 additions
2011-03-14 Father Chrysostomosperlop: Mention the s///le special case
2011-02-20 Father ChrysostomosUpdate docs for postfix /dual flags
2011-02-20 Karl Williamsonperlop.pod: Update to account for /r
2011-02-16 Tom Christiansenmultifile patch against blead/pod/*.pod
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-21 Karl WilliamsonAdd x-references in pods to new /a, etc.
2011-01-20 Karl WilliamsonTypos and nits in pods
2010-11-24 David Goldenminor amendment to documentation of ?PATTERN?
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-24 David GoldenClarify m?PATTERN? is ok and only ?PATTERN? is not
2010-11-17 Rafael Garcia-SuarezSpelling/grammar nits
2010-11-15 Rafael Garcia-SuarezDoc fix for [perl #78642] Logical defined or not equiva...
2010-11-04 brian d foyRT 78818 Sync the description of \E in perlop with...
2010-11-03 Father ChrysostomosDocument y///r
2010-10-28 brian d foyDefer to perlfunc on \G and pos()
2010-10-12 Eric BrineImprove documentation of \Q
2010-10-04 Father Chrysostomosperlop.pod: Clarify -’s string/number distinction
2010-09-29 Casey West[perl #22193] Clarify references to ‘use integer’ in...
2010-09-25 Karl WilliamsonTeach Perl about Unicode named character sequences
2010-09-24 brian d foy* Fixed output for lex-like scanners example in perlop
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-07-26 Karl Williamsonperlop.pod: Reword escapes that have ordinals
2010-07-18 David Goldenperlop.pod: document \o{} escape
2010-07-16 David Goldenperlop.pod: Rephrase hexadecimal escape wording
2010-07-13 Karl Williamsonperlop.pod: Document current \000 \x behavior
2010-07-08 AbigailFix typo
2010-05-23 David GoldenRephrase perlop for non-destructive substitution
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-05-08 Karl WilliamsonFix to display ok in 80 columns
2010-04-26 Karl WilliamsonClarify \c in perlop.pod.
2010-04-13 Rafael Garcia-Suarez[perl #74198] Typo in perlop(1)
2010-02-28 Karl WilliamsonDocument parsing changes for [perl #56444] patch
2010-02-28 Karl WilliamsonDocument \N{U+...}
next