Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge multi and flags params to gv_init_* | Father Chrysostomos | 2011-10-06 | 1 | -17/+20 |
* | gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup | Brian Fraser | 2011-10-06 | 1 | -7/+7 |
* | gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if ... | Brian Fraser | 2011-10-06 | 1 | -21/+18 |
* | gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg. | Brian Fraser | 2011-10-06 | 1 | -8/+10 |
* | Remove method param from gv_autoload_* | Father Chrysostomos | 2011-10-06 | 1 | -6/+8 |
* | Remove 4 from new gv_autoload4_(sv|pvn?) functions | Father Chrysostomos | 2011-10-06 | 1 | -8/+8 |
* | gv.c: Added gv_autoload4_(sv|pv|pvn) | Brian Fraser | 2011-10-06 | 1 | -2/+21 |
* | gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flags | Brian Fraser | 2011-10-06 | 1 | -2/+1 |
* | gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags. | Brian Fraser | 2011-10-06 | 1 | -3/+22 |
* | Restore gv_fetchmeth_autoload to perlapi.pod | Father Chrysostomos | 2011-10-06 | 1 | -0/+5 |
* | gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload. | Brian Fraser | 2011-10-06 | 1 | -7/+46 |
* | Restore gv_fetchmeth to perlapi | Father Chrysostomos | 2011-10-06 | 1 | -0/+4 |
* | gv.c: Added gv_fetchmeth_(sv|pv|pvn). | Brian Fraser | 2011-10-06 | 1 | -12/+51 |
* | Document gv_init* | Father Chrysostomos | 2011-10-06 | 1 | -0/+40 |
* | gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype. | Brian Fraser | 2011-10-06 | 1 | -6/+25 |
* | Restore the package name to overload errors; fix crash | Father Chrysostomos | 2011-09-30 | 1 | -5/+7 |
* | Avoid a double free with CORE->lc | Father Chrysostomos | 2011-09-24 | 1 | -2/+3 |
* | Make CORE->method work | Father Chrysostomos | 2011-09-22 | 1 | -104/+143 |
* | [perl #99142] Make GV_ADDMG and magic vars account for s(t)ubs | Father Chrysostomos | 2011-09-15 | 1 | -1/+4 |
* | regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c | Jim Cromie | 2011-09-09 | 1 | -5/+1 |
* | Enter gv_fetchsv_nomg | Father Chrysostomos | 2011-09-08 | 1 | -1/+2 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+1 |
* | Silence two compiler warnings in gv.c | Father Chrysostomos | 2011-09-01 | 1 | -2/+2 |
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 1 | -1/+5 |
* | Avoid an extra SV when creating $] and $^V | Father Chrysostomos | 2011-08-30 | 1 | -2/+2 |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 1 | -148/+21 |
* | &CORE::write() | Father Chrysostomos | 2011-08-29 | 1 | -1/+1 |
* | &CORE::unpack() | Father Chrysostomos | 2011-08-29 | 1 | -1/+1 |
* | &CORE::umask() | Father Chrysostomos | 2011-08-29 | 1 | -1/+1 |
* | &CORE::foo() for tie functions | Father Chrysostomos | 2011-08-29 | 1 | -2/+1 |
* | &CORE::tell() | Father Chrysostomos | 2011-08-29 | 1 | -1/+1 |
* | &CORE::setpgrp() | Father Chrysostomos | 2011-08-29 | 1 | -1/+1 |
* | &CORE::sysopen() | Father Chrysostomos | 2011-08-28 | 1 | -1/+0 |
* | Use leavesublv for all CORE subs | Father Chrysostomos | 2011-08-28 | 1 | -4/+2 |
* | &CORE::substr() | Father Chrysostomos | 2011-08-27 | 1 | -2/+4 |
* | &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 |