summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variableFlorian Ragwitz2012-09-191-2/+0
* ${^LAST_FH}Father Chrysostomos2012-09-171-0/+4
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-62/+29
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-1/+3
* Make SUPER::method respect method changes in moved pkgFather Chrysostomos2012-09-141-1/+1
* Make SUPER::method calls work in moved stashesFather Chrysostomos2012-09-141-2/+2
* Make SUPER:: in main less sensitiveFather Chrysostomos2012-09-141-3/+5
* PL_sawampersand: use 3 bit flags rather than boolDavid Mitchell2012-09-081-7/+24
* minor doc patches to api stuffYves Orton2012-08-251-0/+10
* Omnibus removal of register declarationsKarl Williamson2012-08-181-6/+6
* Magic flags harmonization.Chip Salzenberg2012-07-151-0/+2
* Fix @{*ISA} autovivificationFather Chrysostomos2012-07-121-0/+3
* fix 386a548 for fallback => undefJesse Luehrs2012-06-291-3/+6
* "use overload fallback => 0" should enable overloading [perl #113010]Jesse Luehrs2012-06-291-2/+8
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-2/+102
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-10/+3
* gv.c: Don’t repeat GvSVnFather Chrysostomos2012-06-151-1/+1
* gv.c: Remove mro_method_changed_in() from gv_initFather Chrysostomos2012-06-151-1/+0
* gv.c: Don’t ENTER/LEAVE unnecessarilyFather Chrysostomos2012-06-151-2/+2
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-9/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* &CORE::undef should be an lvalue subFather Chrysostomos2012-05-291-1/+2
* Add &CORE::undefFather Chrysostomos2012-05-291-1/+1
* Add &CORE::studyFather Chrysostomos2012-05-291-1/+1
* Add &CORE::splitFather Chrysostomos2012-05-291-2/+2
* Add &CORE::scalarFather Chrysostomos2012-05-291-1/+1
* Add &CORE::prototypeFather Chrysostomos2012-05-291-1/+1
* Add &CORE::posFather Chrysostomos2012-05-291-2/+2
* Add &CORE::globFather Chrysostomos2012-05-291-1/+1
* Add &CORE::existsFather Chrysostomos2012-05-291-2/+2
* Add &CORE::deleteFather Chrysostomos2012-05-291-2/+2
* Add &CORE::definedFather Chrysostomos2012-05-291-5/+3
* gv.c: List all keywords with no coresubsFather Chrysostomos2012-05-291-7/+22
* Merge branch 'rgs/overload' into bleadRafael Garcia-Suarez2012-05-231-3/+10
|\
| * Lookup overloaded assignment operators when trying to swap the argumentsRafael Garcia-Suarez2012-05-221-3/+10
* | [perl #113050] Put fallback back under "()"Father Chrysostomos2012-05-231-15/+11
* | Excise PL_amagic_generationFather Chrysostomos2012-05-231-5/+2
|/
* Don’t magicalise %OVERLOADFather Chrysostomos2012-05-211-22/+1
* Make overloaded classes inherit fallbackFather Chrysostomos2012-05-211-8/+15
* gv.c: Check overload tables when overloading is usedFather Chrysostomos2012-05-211-2/+2
* Move SvAMAGIC flag from object to stashFather Chrysostomos2012-05-211-6/+2
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-2/+4
* Silence compiler warningsRobin Barker2012-02-091-1/+1
* Move amagic hint checking to new functionFather Chrysostomos2012-01-241-17/+26
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-3/+5
* defined *{"+"} should not stop %+ from workingFather Chrysostomos2012-01-131-0/+4
* defined *{"!"} should not stop %! from workingFather Chrysostomos2012-01-131-0/+4
* [perl #24237] @& should not stop $& from workingFather Chrysostomos2012-01-101-4/+9
* Don’t double-free GVs in gv:S_maybe_add_coresubFather Chrysostomos2012-01-011-1/+1
* Simplify gv:S_maybe_add_coresubFather Chrysostomos2012-01-011-22/+7