Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | &CORE::srand() | Father Chrysostomos | 2011-08-27 | 1 | -1/+1 | |
* | &CORE::sleep() | Father Chrysostomos | 2011-08-27 | 1 | -1/+1 | |
* | &CORE::send() and &CORE::syswrite() | Father Chrysostomos | 2011-08-27 | 1 | -2/+1 | |
* | &CORE::select() | Father Chrysostomos | 2011-08-27 | 1 | -1/+1 | |
* | &CORE::reset() | Father Chrysostomos | 2011-08-26 | 1 | -1/+1 | |
* | &CORE::foo() for (sys)read and recv | Father Chrysostomos | 2011-08-26 | 1 | -3/+2 | |
* | &CORE::rand() | Father Chrysostomos | 2011-08-26 | 1 | -1/+1 | |
* | &CORE::open() | Father Chrysostomos | 2011-08-26 | 1 | -1/+1 | |
* | &CORE::mkdir() | Father Chrysostomos | 2011-08-26 | 1 | -1/+1 | |
* | &CORE::lock() | Father Chrysostomos | 2011-08-26 | 1 | -2/+4 | |
* | &CORE::index() and &CORE::rindex() | Father Chrysostomos | 2011-08-26 | 1 | -2/+2 | |
* | &CORE::gmtime() and &CORE::localtime() | Father Chrysostomos | 2011-08-26 | 1 | -2/+1 | |
* | &CORE::getpgrp() | Father Chrysostomos | 2011-08-25 | 1 | -1/+1 | |
* | &CORE::exit() | Father Chrysostomos | 2011-08-25 | 1 | -1/+1 | |
* | &CORE::foo() for dbmopen and dbmclose | Father Chrysostomos | 2011-08-25 | 1 | -1/+0 | |
* | &CORE::foo() for close, getc and readline | Father Chrysostomos | 2011-08-25 | 1 | -3/+2 | |
* | &CORE::foo() for @ and $@ prototypes, except unlink | Father Chrysostomos | 2011-08-25 | 1 | -10/+9 | |
* | &CORE::caller() | Father Chrysostomos | 2011-08-25 | 1 | -1/+1 | |
* | &CORE::bless() | Father Chrysostomos | 2011-08-25 | 1 | -1/+1 | |
* | &CORE::binmode() | Father Chrysostomos | 2011-08-25 | 1 | -1/+0 | |
* | Allow ampersand calls for CORE subs with $*$$**$ protos | Father Chrysostomos | 2011-08-25 | 1 | -17/+12 | |
* | Invert the list of &-able functions in gv.c | Father Chrysostomos | 2011-08-25 | 1 | -31/+30 | |
* | Enable ampersand calls to CORE subs with $$$ prototypes | Father Chrysostomos | 2011-08-24 | 1 | -11/+24 | |
* | Move coresub op-creation from gv.c to op.c | Father Chrysostomos | 2011-08-24 | 1 | -40/+7 | |
* | Allow ampersand calls to CORE subs with (_) proto | Father Chrysostomos | 2011-08-24 | 1 | -6/+19 | |
* | &CORE::break | Father Chrysostomos | 2011-08-24 | 1 | -0/+1 | |
* | Call get-magic once for implicit rv2gv in close(), etc. | Father Chrysostomos | 2011-08-23 | 1 | -2/+3 | |
* | Make defined(${'$'}) return true | Father Chrysostomos | 2011-08-21 | 1 | -0/+1 | |
* | Remove obsolete paragraph from perlintern/is_gv_magical_sv | Father Chrysostomos | 2011-08-21 | 1 | -4/+0 | |
* | &CORE::fork() | Father Chrysostomos | 2011-08-19 | 1 | -0/+1 | |
* | &CORE::pwent() | Father Chrysostomos | 2011-08-19 | 1 | -1/+2 | |
* | &CORE::wantarray() | Father Chrysostomos | 2011-08-18 | 1 | -2/+8 | |
* | &CORE::foo() for nullary functions | Father Chrysostomos | 2011-08-18 | 1 | -11/+83 | |
* | &CORE::not and &CORE::getprotobynumber | Father Chrysostomos | 2011-08-15 | 1 | -4/+1 | |
* | Move pp_-specific code out of core_prototype | Father Chrysostomos | 2011-08-14 | 1 | -1/+1 | |
* | Change core_prototype to take a keyword num | Father Chrysostomos | 2011-08-14 | 1 | -1/+1 | |
* | Add inlinable &CORE::functions | Father Chrysostomos | 2011-08-14 | 1 | -1/+61 | |
* | Make sure the CORE package is always called CORE | Father Chrysostomos | 2011-08-14 | 1 | -1/+7 | |
* | SvREFCNT_dec already checks if the SV is non-NULL | Vincent Pit | 2011-08-02 | 1 | -3/+4 | |
* | Bypass a switch in gv_fetchpvn for 2-char symbols | Father Chrysostomos | 2011-06-24 | 1 | -1/+1 | |
* | Make $$ writable, but still magical | Father Chrysostomos | 2011-06-13 | 1 | -3/+1 | |
* | [perl #88138] ' is not equivalent to :: before a null | Father Chrysostomos | 2011-06-03 | 1 | -2/+3 | |
* | Turn $$ into a magical readonly variable that always fetches getpid() instead... | Max Maischein | 2011-05-22 | 1 | -0/+3 | |
* | Move an assert | Father Chrysostomos | 2011-05-20 | 1 | -1/+1 | |
* | Followup to 088225f/[perl #88132]: packages ending with : | Father Chrysostomos | 2011-04-15 | 1 | -1/+9 | |
* | [perl #88132] broken ISA lookup after aliasing packages ending with :: | Father Chrysostomos | 2011-04-13 | 1 | -3/+2 | |
* | [perl #87708] Fix ‘$tied binop $tied’ | Father Chrysostomos | 2011-04-07 | 1 | -2/+14 | |
* | [perl #87388] bless[], "main::" crashes | Father Chrysostomos | 2011-04-06 | 1 | -1/+2 | |
* | In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary. | Nicholas Clark | 2011-02-27 | 1 | -1/+3 | |
* | Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"} | Nicholas Clark | 2011-02-22 | 1 | -1/+2 |