summaryrefslogtreecommitdiff
path: root/t/op/coreamp.t
Commit message (Expand)AuthorAgeFilesLines
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-251-2/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-5/+5
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-201-4/+4
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-2/+2
* Reïndent t/op/coreamp.t to a much more consistent 2-space indentPaul "LeoNerd" Evans2021-02-101-142/+140
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-4/+4
* In tests, fix @INC before loading more stuffHugo van der Sanden2020-10-031-2/+3
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-3/+3
* Move keywords from a regexp to a qw() listPaul "LeoNerd" Evans2019-10-241-9/+9
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-4/+16
* merge branch zefram/dumb_matchZefram2017-12-171-16/+4
|\
| * add "whereis"Zefram2017-12-061-1/+2
| * change "when" keyword to "whereso"Zefram2017-12-051-4/+3
| * remove useless "break" mechanismZefram2017-11-291-12/+0
* | stop gensyming when vivifying IO handlesZefram2017-12-101-1/+1
|/
* Restore "Tweak our hash bucket splitting rules"Yves Orton2017-06-011-1/+1
* Revert "Tweak our hash bucket splitting rules"Yves Orton2017-04-231-1/+1
* Tweak our hash bucket splitting rulesYves Orton2017-04-231-1/+1
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-4/+4
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* The 48c0e89d broke minitest by unconditional use Hash::Util.Jarkko Hietaniemi2016-08-161-2/+6
* Move hash introspection routines into Hash::Util/Util.xs and out of universal.cYves Orton2016-08-141-0/+1
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-1/+1
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-1/+8
* Allow &CORE::foo() with array functionsFather Chrysostomos2016-05-201-0/+100
* fFather Chrysostomos2016-05-201-1/+1
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-0/+53
* Disable lexical $_Father Chrysostomos2015-09-291-31/+2
* Non-invasive mojibake fixesStanislaw Pusep2015-07-031-1/+1
* t/op/coreamp.t: Generalize for non-ASCII platfomrsKarl Williamson2015-03-051-8/+18
* some socket functions aren't available under Win32 miniperlTony Cook2015-01-061-24/+45
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* Get coreamp.t working under miniperlFather Chrysostomos2014-09-021-1/+1
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-4/+4
* [perl #120752] Fix t/op/coreamp.t rand testDabrien 'Dabe' Murphy2013-12-151-1/+5
* Stop t/op/coreamp.t leaving temporary files behindSteve Hay2013-08-291-0/+9
* [perl #118237] Fix coreamp.t’s rand testFather Chrysostomos2013-06-021-1/+1
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-0/+2
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-201-4/+4
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+4
* coreamp: Fix test; correct test nameFather Chrysostomos2012-08-101-2/+2
* Don’t crash with ()=&CORE::srandFather Chrysostomos2012-06-241-0/+1
* Make &CORE::undef(\*_) undefine it properlyFather Chrysostomos2012-05-291-1/+4
* &CORE::undef should be an lvalue subFather Chrysostomos2012-05-291-3/+3
* Add &CORE::undefFather Chrysostomos2012-05-291-13/+42
* Add &CORE::studyFather Chrysostomos2012-05-291-1/+3
* Add &CORE::splitFather Chrysostomos2012-05-291-1/+1
* Add &CORE::scalarFather Chrysostomos2012-05-291-1/+6
* Add &CORE::prototypeFather Chrysostomos2012-05-291-1/+5
* Add &CORE::posFather Chrysostomos2012-05-291-1/+36