summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+2
* Move diag_listed_as entry in gv.cFather Chrysostomos2011-12-271-1/+1
* Use new feature-testing macrosFather Chrysostomos2011-12-241-1/+2
* Use only \w+ for internal feature namesFather Chrysostomos2011-12-241-1/+1
* Disable $[ under 5.16Father Chrysostomos2011-12-151-1/+3
* Fix segfault on overloaded arithmetic assignmentDavid Golden2011-12-091-2/+2
* [perl #105024] UNIVERSAL::AUTOLOAD and %+Father Chrysostomos2011-11-301-1/+1
* panic after cow-to-stash assignmentFather Chrysostomos2011-11-281-1/+3
* gv.c: Remove SV_GMAGIC from sv_catpvn_flags call.Father Chrysostomos2011-11-241-1/+1
* Make constant promotion null-cleanFather Chrysostomos2011-11-201-12/+1
* Add len flag to newCONSTSUB_flagsFather Chrysostomos2011-11-201-1/+4
* expunge gratuitous Unicode punctuation in commentsZefram2011-11-161-1/+1
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-061-5/+1
* Reimplement $[ as a moduleFather Chrysostomos2011-10-211-7/+17
* [perl #6828] Set $AUTOLOAD once more for XS autoloadingFather Chrysostomos2011-10-111-5/+3