This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove refs to bare ?RE? in pods
[perl5.git] / pod / perlop.pod
2017-04-20 Karl WilliamsonRemove refs to bare ?RE? in pods
2017-04-05 Karl Williamsonpods: Add L<> for links missing them; a couple nits
2017-03-06 Karl Williamsonperlop.pod: Clarify, expand /a description
2017-03-06 Karl Williamsonperlop: Fix spelling error
2017-02-26 Shlomi FishRemove trailing whitespace.
2017-02-07 Palipod: Do not suggest to use insecure :utf8 PerlIO layer...
2017-01-19 Karl Williamsonperlop: Remove obsolete text
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2016-12-23 Karl Williamsonpod/perlop: Note that need space between op and \w...
2016-11-14 Matthew HorsfallDocument Indented Here-docs
2016-11-02 Yves Ortonclarify behavior single quote regexps
2016-08-08 Karl Williamsonperlop: Clarify tr/// casing statement
2016-08-08 Karl Williamsonperlop: Fix important typo
2016-07-18 David Mitchellperlop: clarify that entries aren't in prec order
2016-06-11 Lukas Maipod/*: remove deprecated L<"section"> and L<section...
2016-05-17 Tony Cook(perl #127780) point backtick users at the open pragma
2016-04-22 Karl WilliamsonFix some pod errors
2016-01-30 Lukas Maiperlop: fix broken example by deleting it [perl #119667]
2015-12-07 Doug Bellmention $? in backticks documentation
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-08-18 Ludovic E. R. Tolh... Clarify functioning of '||' operator.
2015-06-28 Jarkko HietaniemiDocument the new shift behaviors.
2015-06-28 Jarkko HietaniemiExplicitly mention that even negative shiftees become...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-05-07 Karl Williamsonperlop: Don't use bitwise string ops on UTF-8
2015-05-07 Karl Williamsonperlop: Make correction
2015-04-19 Karl Williamsonperlop: Nits and update for v5.22
2015-02-05 David Goldenperlop: document use of fc() for case-insensitive compa...
2015-02-01 Father ChrysostomosDocument string- and number-specific bitops in perlop
2015-01-28 Matthew HorsfallReword note about m being optional in m?PATTERN? in...
2015-01-28 Ricardo Signesperlop: m?? requires the m in v5.22, not v5.24
2015-01-28 Ricardo Signesm?? without the m is not deprecated, but gone!
2015-01-20 Jarkko HietaniemiMention some curious cases of **
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
next