Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define 'finally' keyword | Paul "LeoNerd" Evans | 2022-01-20 | 1 | -1/+1 |
* | Create `defer` syntax and `OP_PUSHDEFER` opcode | Paul "LeoNerd" Evans | 2021-08-25 | 1 | -2/+2 |
* | Initial attempt at feature 'try' | Paul "LeoNerd" Evans | 2021-02-04 | 1 | -2/+2 |
* | Add the `isa` operator | Paul "LeoNerd" Evans | 2019-12-09 | 1 | -1/+1 |
* | Avoid leak/crash calling CORE::foo() | David Mitchell | 2019-04-12 | 1 | -1/+1 |
* | revert smartmatch to 5.27.6 behaviour | Zefram | 2017-12-29 | 1 | -1/+1 |
* | add "whereis" | Zefram | 2017-12-06 | 1 | -1/+1 |
* | change "when" keyword to "whereso" | Zefram | 2017-12-05 | 1 | -1/+1 |
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -1/+1 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -12/+0 |
* | Make coresub.t faster by eschewing B::Deparse | Father Chrysostomos | 2014-11-26 | 1 | -6/+13 |
* | Test preamble: unify to dot slash test dot pl | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | Skip warnable const folding outside warnings scope | Father Chrysostomos | 2014-09-09 | 1 | -0/+3 |
* | Fix bug in inlining some CORE::* subs | Aaron Crane | 2014-08-01 | 1 | -0/+15 |
* | t/op/coresubs.t: factor out an internal routine | Aaron Crane | 2014-08-01 | 1 | -17/+20 |
* | More test tweaks | Father Chrysostomos | 2014-01-14 | 1 | -1/+9 |
* | [perl #117607] don't use a CV after it's been freed | Tony Cook | 2013-04-26 | 1 | -1/+0 |
* | [perl #117607] TODO test for \&CORE::lc in error context | Tony Cook | 2013-04-26 | 1 | -0/+7 |
* | Add &CORE::undef | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::study | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::split | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::scalar | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::prototype | Father Chrysostomos | 2012-05-29 | 1 | -2/+3 |
* | Add &CORE::pos | Father Chrysostomos | 2012-05-29 | 1 | -2/+6 |
* | Add &CORE::glob | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::exists | Father Chrysostomos | 2012-05-29 | 1 | -2/+3 |
* | Add &CORE::delete | Father Chrysostomos | 2012-05-29 | 1 | -2/+4 |
* | Add &CORE::defined | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | coresubs.t: Explicitly skip all unsupported keywords | Father Chrysostomos | 2012-05-29 | 1 | -3/+9 |
* | Make lvalue subs copy returned PADTMPs in rvalue cx | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
* | [rt.cpan.org #74289] Don’t make *CORE::foo read-only | Father Chrysostomos | 2012-01-23 | 1 | -0/+4 |
* | coresubs.t: Call done_testing with an arg | Father Chrysostomos | 2011-12-24 | 1 | -2/+1 |
* | Add evalbytes function | Father Chrysostomos | 2011-11-06 | 1 | -1/+1 |
* | Make CORE->method work | Father Chrysostomos | 2011-09-22 | 1 | -0/+6 |
* | Make goto &CORE::sub use the right lexical scope | Father Chrysostomos | 2011-09-16 | 1 | -0/+7 |
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 1 | -2/+4 |
* | Update the comments at the top of t/op/core*.t | Father Chrysostomos | 2011-08-26 | 1 | -3/+3 |
* | Rename t/op/core*.t | Father Chrysostomos | 2011-08-26 | 1 | -681/+86 |
* | &CORE::rand() | Father Chrysostomos | 2011-08-26 | 1 | -0/+7 |
* | &CORE::open() | Father Chrysostomos | 2011-08-26 | 1 | -2/+21 |
* | &CORE::mkdir() | Father Chrysostomos | 2011-08-26 | 1 | -0/+23 |
* | &CORE::lock() | Father Chrysostomos | 2011-08-26 | 1 | -0/+33 |
* | &CORE::index() and &CORE::rindex() | Father Chrysostomos | 2011-08-26 | 1 | -0/+14 |
* | &CORE::gmtime() and &CORE::localtime() | Father Chrysostomos | 2011-08-26 | 1 | -0/+9 |
* | &CORE::getpgrp() | Father Chrysostomos | 2011-08-25 | 1 | -1/+9 |
* | &CORE::exit() | Father Chrysostomos | 2011-08-25 | 1 | -0/+5 |
* | &CORE::foo() for dbmopen and dbmclose | Father Chrysostomos | 2011-08-25 | 1 | -0/+32 |
* | &CORE::foo() for close, getc and readline | Father Chrysostomos | 2011-08-25 | 1 | -1/+76 |
* | &CORE::foo() for @ and $@ prototypes, except unlink | Father Chrysostomos | 2011-08-25 | 1 | -0/+82 |
* | &CORE::caller() | Father Chrysostomos | 2011-08-25 | 1 | -0/+19 |