summaryrefslogtreecommitdiff
path: root/t/op/coresubs.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* &CORE::bless()Father Chrysostomos2011-08-251-0/+7
* &CORE::binmode()Father Chrysostomos2011-08-251-0/+15
* Allow ampersand calls for CORE subs with $*$$**$ protosFather Chrysostomos2011-08-251-3/+69
* coresubs.t: Minor clean-upFather Chrysostomos2011-08-251-7/+2
* Make sure coresubs.t tests all &-able funcsFather Chrysostomos2011-08-251-0/+29
* Enable ampersand calls to CORE subs with $$$ prototypesFather Chrysostomos2011-08-241-4/+51
* Allow ampersand calls to CORE subs with (_) protoFather Chrysostomos2011-08-241-1/+85
* &CORE::breakFather Chrysostomos2011-08-241-0/+12
* &CORE::fork()Father Chrysostomos2011-08-191-0/+2
* &CORE::pwent()Father Chrysostomos2011-08-191-1/+1