summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* perlop: NitsKarl Williamson2014-09-171-3/+3
* perlop: Note that negative rep now warnsKarl Williamson2014-08-211-1/+2
* perlop: Update to reflect 5.20 changesKarl Williamson2014-07-251-4/+5
* perlop: NitsKarl Williamson2014-07-251-5/+7
* perlop: Update text to reflect code changesKarl Williamson2014-07-251-6/+0
* perlop: Grammatical nit.Karl Williamson2014-07-201-1/+1
* PATCH: [perl #90646] perlop.pod: Clarify & | and ^ binary operationsKarl Williamson2014-04-131-4/+9
* note that the ~~ operator is experimentalRicardo Signes2014-03-051-1/+3
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-1/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-1/+3
* perlop: Add note about (?[])Karl Williamson2013-12-031-1/+3
* preliminary postfix dereference docsRicardo Signes2013-10-051-0/+4
* document that it is the operator that determines the operationMoritz Lenz2013-06-261-0/+16
* Documentation corrections from Wallace Reis++.James E Keenan2013-06-231-2/+2
* perlop.pod: Fix typo that yields wrong infoKarl Williamson2013-04-051-1/+1
* PATCH: [perl #117181] pod: nitpickShirakata Kentaro2013-03-191-5/+5
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+2
* perlop.pod: Update here-doc-in-quotes parsing rulesFather Chrysostomos2012-08-211-3/+7
* [perl #65838] perlop: remove caveat here-doc without newlineDavid Nicol2012-08-211-4/+0
* perlop:clarify wordingKarl Williamson2012-08-021-1/+3
* [perl #113684] Document actual prec of loop exitsFather Chrysostomos2012-07-271-1/+1
* op.c: Consistent tweak; podchecker complaintsFather Chrysostomos2012-07-141-4/+5
* Update perlop's bignum modules list.Shlomi Fish2012-07-141-3/+4
* perlop: #109408Brian Fraser2012-06-271-7/+6
* perlop: Fit some verbatim lines into 79 colsKarl Williamson2012-06-171-56/+76
* PATCH: [perl #113640] Typo in perlop.pod: bignum pragmaMartin Hasch2012-06-171-1/+1
* point out another use for //oDavid Mitchell2012-06-151-0/+12
* update docs for (?{}) jumbo fixDavid Mitchell2012-06-141-3/+9
* Require space between regex and following alnum operatorKarl Williamson2012-06-111-8/+0
* fix mode used to open /dev/tty in perlop exampleRicardo Signes2012-04-241-1/+1
* Clearify string parsing.abigail/for-5.17Abigail2012-03-231-2/+3
* Clarify some quotemeta docsKarl Williamson2012-02-151-1/+5
* pod updates for fc and \FBrian Fraser2012-01-291-5/+7