summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* &CORE::srand()Father Chrysostomos2011-08-271-1/+1
* &CORE::sleep()Father Chrysostomos2011-08-271-1/+1
* &CORE::send() and &CORE::syswrite()Father Chrysostomos2011-08-271-2/+1
* &CORE::select()Father Chrysostomos2011-08-271-1/+1
* &CORE::reset()Father Chrysostomos2011-08-261-1/+1
* &CORE::foo() for (sys)read and recvFather Chrysostomos2011-08-261-3/+2
* &CORE::rand()Father Chrysostomos2011-08-261-1/+1
* &CORE::open()Father Chrysostomos2011-08-261-1/+1
* &CORE::mkdir()Father Chrysostomos2011-08-261-1/+1
* &CORE::lock()Father Chrysostomos2011-08-261-2/+4
* &CORE::index() and &CORE::rindex()Father Chrysostomos2011-08-261-2/+2
* &CORE::gmtime() and &CORE::localtime()Father Chrysostomos2011-08-261-2/+1
* &CORE::getpgrp()Father Chrysostomos2011-08-251-1/+1
* &CORE::exit()Father Chrysostomos2011-08-251-1/+1
* &CORE::foo() for dbmopen and dbmcloseFather Chrysostomos2011-08-251-1/+0
* &CORE::foo() for close, getc and readlineFather Chrysostomos2011-08-251-3/+2
* &CORE::foo() for @ and $@ prototypes, except unlinkFather Chrysostomos2011-08-251-10/+9
* &CORE::caller()Father Chrysostomos2011-08-251-1/+1
* &CORE::bless()Father Chrysostomos2011-08-251-1/+1
* &CORE::binmode()Father Chrysostomos2011-08-251-1/+0
* Allow ampersand calls for CORE subs with $*$$**$ protosFather Chrysostomos2011-08-251-17/+12
* Invert the list of &-able functions in gv.cFather Chrysostomos2011-08-251-31/+30
* Enable ampersand calls to CORE subs with $$$ prototypesFather Chrysostomos2011-08-241-11/+24
* Move coresub op-creation from gv.c to op.cFather Chrysostomos2011-08-241-40/+7
* Allow ampersand calls to CORE subs with (_) protoFather Chrysostomos2011-08-241-6/+19
* &CORE::breakFather Chrysostomos2011-08-241-0/+1
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-231-2/+3
* Make defined(${'$'}) return trueFather Chrysostomos2011-08-211-0/+1
* Remove obsolete paragraph from perlintern/is_gv_magical_svFather Chrysostomos2011-08-211-4/+0
* &CORE::fork()Father Chrysostomos2011-08-191-0/+1
* &CORE::pwent()Father Chrysostomos2011-08-191-1/+2
* &CORE::wantarray()Father Chrysostomos2011-08-181-2/+8
* &CORE::foo() for nullary functionsFather Chrysostomos2011-08-181-11/+83
* &CORE::not and &CORE::getprotobynumberFather Chrysostomos2011-08-151-4/+1
* Move pp_-specific code out of core_prototypeFather Chrysostomos2011-08-141-1/+1
* Change core_prototype to take a keyword numFather Chrysostomos2011-08-141-1/+1
* Add inlinable &CORE::functionsFather Chrysostomos2011-08-141-1/+61
* Make sure the CORE package is always called COREFather Chrysostomos2011-08-141-1/+7
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2011-08-021-3/+4
* Bypass a switch in gv_fetchpvn for 2-char symbolsFather Chrysostomos2011-06-241-1/+1
* Make $$ writable, but still magicalFather Chrysostomos2011-06-131-3/+1
* [perl #88138] ' is not equivalent to :: before a nullFather Chrysostomos2011-06-031-2/+3
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-0/+3
* Move an assertFather Chrysostomos2011-05-201-1/+1
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-1/+9
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-131-3/+2
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-071-2/+14
* [perl #87388] bless[], "main::" crashesFather Chrysostomos2011-04-061-1/+2
* In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary.Nicholas Clark2011-02-271-1/+3
* Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"}Nicholas Clark2011-02-221-1/+2