summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #99142] Make GV_ADDMG and magic vars account for s(t)ubsFather Chrysostomos2011-09-151-1/+4
* regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.cJim Cromie2011-09-091-5/+1
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-081-1/+2
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* Silence two compiler warnings in gv.cFather Chrysostomos2011-09-011-2/+2
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-011-1/+5
* Avoid an extra SV when creating $] and $^VFather Chrysostomos2011-08-301-2/+2
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-148/+21
* &CORE::write()Father Chrysostomos2011-08-291-1/+1
* &CORE::unpack()Father Chrysostomos2011-08-291-1/+1
* &CORE::umask()Father Chrysostomos2011-08-291-1/+1
* &CORE::foo() for tie functionsFather Chrysostomos2011-08-291-2/+1
* &CORE::tell()Father Chrysostomos2011-08-291-1/+1
* &CORE::setpgrp()Father Chrysostomos2011-08-291-1/+1
* &CORE::sysopen()Father Chrysostomos2011-08-281-1/+0
* Use leavesublv for all CORE subsFather Chrysostomos2011-08-281-4/+2
* &CORE::substr()Father Chrysostomos2011-08-271-2/+4
* &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