summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Expand)AuthorAgeFilesLines
...
* | correct and clarify doc of operator precedenceZefram2017-12-051-11/+31
* | document context provided by refgenZefram2017-12-051-1/+6
|/
* clarify perlop description of binary "x"Zefram2017-11-171-5/+10
* document qw's whitespace rulesZefram2017-11-021-1/+2
* perlop: fix documentation for s/// "false" return valueLukas Mai2017-08-201-1/+2
* perlop: use <<~FOO construct in example of indented here-docsLukas Mai2017-08-031-3/+3
* Update pods about bitwise UTF-8 above 0xFF being fatalKarl Williamson2017-06-071-8/+6
* add X<s> to s/// in perlop (RT #131371)Lukas Mai2017-06-011-1/+1
* Remove refs to bare ?RE? in podsKarl Williamson2017-04-201-4/+2
* pods: Add L<> for links missing them; a couple nitsKarl Williamson2017-04-051-2/+2
* perlop.pod: Clarify, expand /a descriptionKarl Williamson2017-03-061-3/+4
* perlop: Fix spelling errorKarl Williamson2017-03-061-1/+1
* Remove trailing whitespace.Shlomi Fish2017-02-261-43/+43
* pod: Do not suggest to use insecure :utf8 PerlIO layer when reading filesPali2017-02-071-3/+6
* perlop: Remove obsolete textKarl Williamson2017-01-191-5/+2
* Add /xx regex pattern modifierKarl Williamson2017-01-131-1/+3
* Fix the Unicode Bug in the range operatorAaron Crane2017-01-051-0/+6
* pod/perlop: Note that need space between op and \w delimKarl Williamson2016-12-221-1/+8
* Document Indented Here-docsMatthew Horsfall2016-11-141-0/+52
* clarify behavior single quote regexpsYves Orton2016-11-021-6/+6
* perlop: Clarify tr/// casing statementKarl Williamson2016-08-081-9/+11
* perlop: Fix important typoKarl Williamson2016-08-081-1/+1
* perlop: clarify that entries aren't in prec orderDavid Mitchell2016-07-181-1/+2
* pod/*: remove deprecated L<"section"> and L<section> syntaxLukas Mai2016-06-111-11/+11
* (perl #127780) point backtick users at the open pragmaTony Cook2016-05-171-0/+6
* Fix some pod errorsKarl Williamson2016-04-221-2/+2
* perlop: fix broken example by deleting it [perl #119667]Lukas Mai2016-01-311-13/+5
* mention $? in backticks documentationDoug Bell2015-12-071-0/+15
* Refactor tr/// parsing to work on EBCDIC, fix other bugKarl Williamson2015-09-081-10/+36
* Clarify functioning of '||' operator.Ludovic E. R. Tolhurst-Cleaver2015-08-171-3/+3
* Document the new shift behaviors.Jarkko Hietaniemi2015-06-281-11/+22
* Explicitly mention that even negative shiftees become UVs first.Jarkko Hietaniemi2015-06-281-1/+1
* The postderef feature is no longer experimentalAaron Crane2015-06-271-1/+1
* perlop: Don't use bitwise string ops on UTF-8Karl Williamson2015-05-071-0/+4
* perlop: Make correctionKarl Williamson2015-05-071-1/+1
* perlop: Nits and update for v5.22Karl Williamson2015-04-181-330/+351
* perlop: document use of fc() for case-insensitive comparisonsDavid Golden2015-02-051-0/+5
* Document string- and number-specific bitops in perlopFather Chrysostomos2015-01-311-5/+50
* Reword note about m being optional in m?PATTERN? in perlop for clarityMatthew Horsfall2015-01-281-3/+4
* perlop: m?? requires the m in v5.22, not v5.24Ricardo Signes2015-01-281-1/+1
* m?? without the m is not deprecated, but gone!Ricardo Signes2015-01-271-5/+4
* Mention some curious cases of **Jarkko Hietaniemi2015-01-201-0/+5
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-8/+9
* perlop: Mention ~ among ops that vary by typeFather Chrysostomos2014-12-271-1/+1
* $a,$b deprecation in perlop.pod.Shlomi Fish2014-11-011-49/+49
* Document lvalue referencesFather Chrysostomos2014-10-111-1/+5
* Clarify the documentation for <<>>Rafael Garcia-Suarez2014-09-301-2/+4
* Added some documentation for while(<<>>)Peter Martini2014-09-301-1/+9
* Consistent spaces after dots in perlopFather Chrysostomos2014-09-231-56/+60
* perlop tweakFather Chrysostomos2014-09-171-1/+2