summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-17/+20
* gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanupBrian Fraser2011-10-061-7/+7
* gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if ...Brian Fraser2011-10-061-21/+18
* gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.Brian Fraser2011-10-061-8/+10
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-061-6/+8
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-8/+8
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-2/+21
* gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flagsBrian Fraser2011-10-061-2/+1
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-3/+22
* Restore gv_fetchmeth_autoload to perlapi.podFather Chrysostomos2011-10-061-0/+5
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-061-7/+46
* Restore gv_fetchmeth to perlapiFather Chrysostomos2011-10-061-0/+4
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-12/+51
* Document gv_init*Father Chrysostomos2011-10-061-0/+40
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-6/+25
* Restore the package name to overload errors; fix crashFather Chrysostomos2011-09-301-5/+7
* Avoid a double free with CORE->lcFather Chrysostomos2011-09-241-2/+3
* Make CORE->method workFather Chrysostomos2011-09-221-104/+143
* [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