summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change the warning for $* to add ", and will become a syntax error"."Nicholas Clark2013-05-031-11/+5
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-22/+7
* [perl #117607] don't use a CV after it's been freedTony Cook2013-04-261-12/+20
* Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-211-7/+22
* Change the warning for $* to add ", and will become a syntax error".Nicholas Clark2013-03-211-5/+11
* Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-211-1/+12
* Restrict the valid identifier syntax, fix some identifier bugs.Brian Fraser2013-03-061-1/+1
* Revert "Lookup overloaded assignment operators when trying to swap the argume...Ricardo Signes2013-02-261-10/+3
* fix utf8ness in ${"string"}David Mitchell2012-12-251-1/+1
* Fix problems with -Dr during global destructionFather Chrysostomos2012-12-091-2/+4
* Use SvREFCNT_dec_NN in gv.cFather Chrysostomos2012-12-091-9/+9
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+4
* fix -DPERL_GLOBAL_STRUCT builds broken with the hash mergeTony Cook2012-11-191-0/+1
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-32/+10
* refactor gv.c:Perl_newGPDaniel Dragan2012-11-081-17/+26
* Stop %! after syntax error from leaking the module nameFather Chrysostomos2012-11-041-2/+3
* gv.c:S_require_tie_mod: remove SPAGAINFather Chrysostomos2012-11-041-1/+0
* [perl #115206] Don’t crash when vivifying $|Father Chrysostomos2012-10-101-4/+1
* -Do now also reports updates and use of PL_stashcache.Nicholas Clark2012-09-261-0/+1
* Get rid of PL_formfeed.Enache Adrian2012-09-201-1/+0
* 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