summaryrefslogtreecommitdiff
path: root/t/op/coresubs.t
Commit message (Expand)AuthorAgeFilesLines
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-201-1/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-2/+2
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-2/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-1/+1
* Avoid leak/crash calling CORE::foo()David Mitchell2019-04-121-1/+1
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-1/+1
* add "whereis"Zefram2017-12-061-1/+1
* change "when" keyword to "whereso"Zefram2017-12-051-1/+1
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Delete experimental autoderef featureAaron Crane2015-07-131-12/+0
* Make coresub.t faster by eschewing B::DeparseFather Chrysostomos2014-11-261-6/+13
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* Skip warnable const folding outside warnings scopeFather Chrysostomos2014-09-091-0/+3
* Fix bug in inlining some CORE::* subsAaron Crane2014-08-011-0/+15
* t/op/coresubs.t: factor out an internal routineAaron Crane2014-08-011-17/+20
* More test tweaksFather Chrysostomos2014-01-141-1/+9
* [perl #117607] don't use a CV after it's been freedTony Cook2013-04-261-1/+0
* [perl #117607] TODO test for \&CORE::lc in error contextTony Cook2013-04-261-0/+7
* Add &CORE::undefFather Chrysostomos2012-05-291-1/+1
* Add &CORE::studyFather Chrysostomos2012-05-291-1/+1
* Add &CORE::splitFather Chrysostomos2012-05-291-1/+1
* Add &CORE::scalarFather Chrysostomos2012-05-291-1/+1
* Add &CORE::prototypeFather Chrysostomos2012-05-291-2/+3
* Add &CORE::posFather Chrysostomos2012-05-291-2/+6
* Add &CORE::globFather Chrysostomos2012-05-291-1/+1
* Add &CORE::existsFather Chrysostomos2012-05-291-2/+3
* Add &CORE::deleteFather Chrysostomos2012-05-291-2/+4
* Add &CORE::definedFather Chrysostomos2012-05-291-1/+1
* coresubs.t: Explicitly skip all unsupported keywordsFather Chrysostomos2012-05-291-3/+9
* Make lvalue subs copy returned PADTMPs in rvalue cxFather Chrysostomos2012-05-211-0/+5
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-0/+4
* coresubs.t: Call done_testing with an argFather Chrysostomos2011-12-241-2/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* Make CORE->method workFather Chrysostomos2011-09-221-0/+6
* Make goto &CORE::sub use the right lexical scopeFather Chrysostomos2011-09-161-0/+7
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-011-2/+4
* Update the comments at the top of t/op/core*.tFather Chrysostomos2011-08-261-3/+3
* Rename t/op/core*.tFather Chrysostomos2011-08-261-681/+86
* &CORE::rand()Father Chrysostomos2011-08-261-0/+7
* &CORE::open()Father Chrysostomos2011-08-261-2/+21
* &CORE::mkdir()Father Chrysostomos2011-08-261-0/+23
* &CORE::lock()Father Chrysostomos2011-08-261-0/+33
* &CORE::index() and &CORE::rindex()Father Chrysostomos2011-08-261-0/+14
* &CORE::gmtime() and &CORE::localtime()Father Chrysostomos2011-08-261-0/+9
* &CORE::getpgrp()Father Chrysostomos2011-08-251-1/+9
* &CORE::exit()Father Chrysostomos2011-08-251-0/+5
* &CORE::foo() for dbmopen and dbmcloseFather Chrysostomos2011-08-251-0/+32
* &CORE::foo() for close, getc and readlineFather Chrysostomos2011-08-251-1/+76
* &CORE::foo() for @ and $@ prototypes, except unlinkFather Chrysostomos2011-08-251-0/+82
* &CORE::caller()Father Chrysostomos2011-08-251-0/+19