summaryrefslogtreecommitdiff
path: root/lib/overload.t
Commit message (Expand)AuthorAgeFilesLines
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-251-4/+4
* Prefer scalar assignment to get caller's first return valueRichard Leach2023-02-221-1/+1
* sv.c - sv_2pv_flags: Fix double FETCH from tied overloaded scalarYves Orton2022-12-061-1/+1
* changes to core module tests to handle perl that doesn't support taintNeil Bowers2022-04-201-4/+38
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-0/+1
* Use builtin::weaken() in .t files in lib/ + ext/Paul "LeoNerd" Evans2021-12-081-1/+1
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Avoid leak in multiconcat with overloading.David Mitchell2019-02-051-1/+20
* pp_multiconcat: correctly honour stringifyDavid Mitchell2018-02-191-1/+105
* redo magic/overload handing in pp_multiconcatDavid Mitchell2018-02-191-1/+24
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-10/+2
* merge branch zefram/dumb_matchZefram2017-12-171-2/+10
|\
| * eviscerate smartmatchZefram2017-11-221-2/+10
* | multiconcat: don't fold adjacent constantsDavid Mitchell2017-12-041-2/+9
* | $overloaded .= $x: don't stringify $xDavid Mitchell2017-11-281-6/+12
|/
* pp_multiconcat: don't stringify LHS overload argDavid Mitchell2017-11-041-1/+40
* overload.t: add more concat testsDavid Mitchell2017-10-311-2/+160
* pp_length: use TARGi rather rather than sv_setiv()David Mitchell2017-07-271-1/+11
* New bug numbers in lib/ and dist/, tooFather Chrysostomos2016-07-291-1/+1
* The postderef feature is no longer experimentalAaron Crane2015-06-271-1/+0
* lib/overload.t: Generalize for EBCDICKarl Williamson2015-03-051-3/+3
* 5th arg to indicate numeric bitwise overloadingFather Chrysostomos2015-01-311-3/+35
* overload.t: Test experimental bitopsFather Chrysostomos2015-01-311-1/+32
* [perl #121827] Fix repeat stack bugsFather Chrysostomos2014-11-061-1/+7
* Remove compile-time checking of rv2?v with const kidFather Chrysostomos2014-08-241-1/+18
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-1/+1
* [perl #121362] overload optimisation added a SEGVDavid Mitchell2014-03-041-1/+30
* overload tests: use parent instead of baseRicardo Signes2013-09-121-3/+3
* Revert "[perl #119043] Exempt shared hash key consts from ro"Father Chrysostomos2013-08-031-3/+4
* [perl #119043] Exempt shared hash key consts from roFather Chrysostomos2013-07-281-4/+3
* Make overloaded constants always read-onlyFather Chrysostomos2013-07-251-1/+0
* Test readonliness of overload constantsFather Chrysostomos2013-07-251-1/+15
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-2/+4
* Revert "Lookup overloaded assignment operators when trying to swap the argume...Ricardo Signes2013-02-261-1/+1
* stop ""-overloaded Regex recursingDavid Mitchell2012-09-121-1/+19
* fix 386a548 for fallback => undefJesse Luehrs2012-06-291-6/+35
* "use overload fallback => 0" should enable overloading [perl #113010]Jesse Luehrs2012-06-291-1/+13
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-1/+259
* re-apply temporarily remove overload.t changesDavid Mitchell2012-06-131-37/+128
* handle (??{}) returning an overloaded valueDavid Mitchell2012-06-131-5/+2
* undo temporarily reverted lib/overload.t tests"David Mitchell2012-06-131-1/+48
* Move bulk of pp_regcomp() into re_op_compile()David Mitchell2012-06-131-1/+10
* Fix =~ $str_overloaded (5.10 regression)Father Chrysostomos2012-06-131-1/+3
* fix for overload/stringfy and pp_regcompDavid Mitchell2012-06-131-1/+40
* Revert 4 regex commits to ease rebasingDavid Mitchell2012-06-131-3/+1
* Temporarily revert some lib/overload.t testsDavid Mitchell2012-06-131-48/+1
* Temporarily remove overload.t changesDavid Mitchell2012-06-131-128/+37
* Merge branch 'rgs/overload' into bleadRafael Garcia-Suarez2012-05-231-1/+1
|\
| * Lookup overloaded assignment operators when trying to swap the argumentsRafael Garcia-Suarez2012-05-221-1/+1
* | [perl #113050] Put fallback back under "()"Father Chrysostomos2012-05-231-1/+12
|/