This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133706) remove exploit code from Storable
[perl5.git] / pod / perlop.pod
2018-11-30 James E KeenanDrop sentence which is no longer valid as of 5.28
2018-07-17 Karl Williamsonperlop: Clarify tr''' behavior
2018-07-17 Karl Williamsonperlop: Nits
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-01-19 David Mitchellperlop: improve tr/// documentation
2018-01-01 Father ChrysostomosUpdate docs wrt bitwise ops
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-28 Scott LanningPOD fix for perlop
2017-12-23 Zeframbetter document while condition magic
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-06 Ævar Arnfjörð Bjar... pod: start referring to 5.6 and pre-5.6 as "ancient...
2017-12-05 Zeframcorrect and clarify doc of operator precedence
2017-12-05 Zeframdocument context provided by refgen
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframrevise all given/when documentation
2017-11-17 Zeframclarify perlop description of binary "x"
2017-11-02 Zeframdocument qw's whitespace rules
2017-08-20 Lukas Maiperlop: fix documentation for s/// "false" return value
2017-08-03 Lukas Maiperlop: use <<~FOO construct in example of indented...
2017-06-07 Karl WilliamsonUpdate pods about bitwise UTF-8 above 0xFF being fatal
2017-06-01 Lukas Maiadd X<s> to s/// in perlop (RT #131371)
2017-04-20 Karl WilliamsonRemove refs to bare ?RE? in pods v5.25.12
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
next