Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 1 | -1/+1 |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 1 | -18/+6 |
* | &CORE::unpack() | Father Chrysostomos | 2011-08-29 | 1 | -15/+14 |
* | &CORE::foo() for tie functions | Father Chrysostomos | 2011-08-29 | 1 | -2/+6 |
* | &CORE::substr() | Father Chrysostomos | 2011-08-27 | 1 | -5/+9 |
* | &CORE::srand() | Father Chrysostomos | 2011-08-27 | 1 | -1/+1 |
* | pp.c: Use built-in case tables for ords < 256 | Karl Williamson | 2011-08-27 | 1 | -27/+4 |
* | pp.c: Change comment | Karl Williamson | 2011-08-27 | 1 | -14/+8 |
* | &CORE::foo() for (sys)read and recv | Father Chrysostomos | 2011-08-26 | 1 | -4/+15 |
* | &CORE::rand() | Father Chrysostomos | 2011-08-26 | 1 | -0/+3 |
* | &CORE::open() | Father Chrysostomos | 2011-08-26 | 1 | -2/+3 |
* | &CORE::lock() | Father Chrysostomos | 2011-08-26 | 1 | -0/+12 |
* | &CORE::index() and &CORE::rindex() | Father Chrysostomos | 2011-08-26 | 1 | -2/+3 |
* | Remove now-unnecessary len check from pp.c:S_rv2gv | Father Chrysostomos | 2011-08-26 | 1 | -2/+1 |
* | Make *{undef} self-consistent | Father Chrysostomos | 2011-08-26 | 1 | -2/+2 |
* | pp.c: Suppress stupid compiler warning | Father Chrysostomos | 2011-08-25 | 1 | -1/+1 |
* | &CORE::foo() for dbmopen and dbmclose | Father Chrysostomos | 2011-08-25 | 1 | -2/+12 |
* | &CORE::foo() for close, getc and readline | Father Chrysostomos | 2011-08-25 | 1 | -1/+2 |
* | &CORE::foo() for @ and $@ prototypes, except unlink | Father Chrysostomos | 2011-08-25 | 1 | -1/+16 |
* | &CORE::caller() | Father Chrysostomos | 2011-08-25 | 1 | -1/+2 |
* | &CORE::bless() | Father Chrysostomos | 2011-08-25 | 1 | -1/+3 |
* | Allow ampersand calls for CORE subs with $*$$**$ protos | Father Chrysostomos | 2011-08-25 | 1 | -2/+17 |
* | Move most of pp_rv2gv into a static function | Father Chrysostomos | 2011-08-25 | 1 | -16/+44 |
* | Allow ampersand calls to CORE subs with (_) proto | Father Chrysostomos | 2011-08-24 | 1 | -1/+37 |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 1 | -3/+2 |
* | Call get-magic once for defined ${...} | Father Chrysostomos | 2011-08-23 | 1 | -2/+8 |
* | Stop readline($foo) from autovivifying | Father Chrysostomos | 2011-08-23 | 1 | -2/+3 |
* | close($undef) should not croak_no_modify | Father Chrysostomos | 2011-08-23 | 1 | -2/+2 |
* | Call get-magic once for implicit rv2gv in close(), etc. | Father Chrysostomos | 2011-08-23 | 1 | -3/+9 |
* | Remove null checks from pp_rv2gv | Father Chrysostomos | 2011-08-23 | 1 | -2/+2 |
* | Make rv2gv return autovivified magic GVs | Father Chrysostomos | 2011-08-21 | 1 | -1/+1 |
* | pp.c:pp_rv2gv: Skip amagic check when vivifying a glob | Father Chrysostomos | 2011-08-19 | 1 | -1/+1 |
* | &CORE::foo() for nullary functions | Father Chrysostomos | 2011-08-18 | 1 | -0/+28 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -0/+7 |
* | Make lock(&foo) syntax nominally lock the subroutine | Father Chrysostomos | 2011-08-15 | 1 | -2/+2 |
* | Move pp_-specific code out of core_prototype | Father Chrysostomos | 2011-08-14 | 1 | -3/+6 |
* | Change core_prototype to take a keyword num | Father Chrysostomos | 2011-08-14 | 1 | -1/+2 |
* | Make core_prototype provide the op number as well | Father Chrysostomos | 2011-08-14 | 1 | -1/+2 |
* | Add core_prototype; make pp_prototype use it | Father Chrysostomos | 2011-07-26 | 1 | -79/+3 |
* | Don’t call get-magic twice for sym refs | Father Chrysostomos | 2011-07-21 | 1 | -2/+12 |
* | Correct lock’s prototype | Father Chrysostomos | 2011-07-21 | 1 | -1/+1 |
* | Use a switch in pp_prototype for compactness | Father Chrysostomos | 2011-07-18 | 1 | -26/+15 |
* | [perl #94984] Remove prototypes for infix ops | Father Chrysostomos | 2011-07-18 | 1 | -1/+7 |
* | Add prototypes for __FILE__ &c. | Father Chrysostomos | 2011-07-08 | 1 | -0/+5 |
* | For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s. | Nicholas Clark | 2011-07-01 | 1 | -12/+49 |
* | Store C<study>'s data as U32s, instead of I32s. | Nicholas Clark | 2011-07-01 | 1 | -13/+8 |
* | Tidy code in pp_study and Perl_screaminstr() | Nicholas Clark | 2011-07-01 | 1 | -8/+6 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -24/+12 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -8/+5 |
* | Change PL_screamnext to store absolute positions. | Nicholas Clark | 2011-07-01 | 1 | -2/+2 |