summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* gv.c: For ‘Global symbol’ msg, don’t check utf8ness twiceFather Chrysostomos2014-09-181-6/+3
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-181-1/+6
* Avoid reifing GVs in gv.c:gv_try_downgradeFather Chrysostomos2014-09-151-1/+1
* Avoid reifying GVs when lex subs are used for overloadFather Chrysostomos2014-09-151-6/+8
* Avoid reifying GV when lex stub is used as methodFather Chrysostomos2014-09-151-1/+1
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-5/+26
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-1/+24
* Turn on CVf_LEXICAL for lexical subsFather Chrysostomos2014-09-151-0/+1
* introduce gv_stashsvpvn_cached()syber2014-09-021-9/+50
* Rename S_stashpvn to S_gv_stashpvn_internal and add to embed.fncYves Orton2014-09-021-4/+13
* Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-281-1/+4
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-08-281-1/+1
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-08-281-1/+1
* Make S_method_common use gv_stashpvn instead of copypasted cache usagesyber2014-08-201-0/+1
* Make gv_stashpvn() use PL_stashcachesyber2014-08-201-2/+21
* Use grok_atou instead of strtoul (no explicit strtol uses).Jarkko Hietaniemi2014-07-221-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-15/+0
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-0/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-4/+3
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-3/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-4/+3
* Adding missing HEKfARG() invocationsBrian Fraser2014-06-131-1/+1
* perlapi: Include general informationKarl Williamson2014-06-051-1/+0
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-2/+2
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-281-0/+1
* make core safe against HvAUX() reallocDavid Mitchell2014-03-071-7/+3
* [perl #121362] overload optimisation added a SEGVDavid Mitchell2014-03-041-2/+4
* speed up (non)overloaded derefsDavid Mitchell2014-02-281-2/+37
* Document what the gv_check() function doesDavid Mitchell2014-02-281-0/+5
* gv_check(): use aux flag rather than IsCOWDavid Mitchell2014-02-281-5/+12
* Silence some VC++ compiler warningsSteve Hay2014-02-251-3/+3
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-2/+2
* [perl #120694] Fix ->SUPER::foo and AUTOLOADFather Chrysostomos2013-12-041-1/+2
* Perl_load_module() no longer moves the current stack, so no need to save it.Nicholas Clark2013-11-221-2/+3
* Remove redundant SPAGAIN & PUTBACK after PUSHSTACKi().Nicholas Clark2013-11-221-1/+0
* gv.c: Remove redundant mro_method_changed_in()Father Chrysostomos2013-11-161-1/+0
* Fix bad read in gp_free introduced by 4571f4a72Father Chrysostomos2013-11-141-1/+6
* Undeffing a gv in DESTROY triggered by undeffing the same gvFather Chrysostomos2013-11-111-1/+3
* Stop lexical CORE sub from interfering with CORE::Father Chrysostomos2013-11-081-1/+1
* gv.c:gv_try_downgrade: Use hv_fetchhekFather Chrysostomos2013-11-061-2/+1
* Put common override code into gv_overrideFather Chrysostomos2013-11-061-0/+17
* Stop gv_try_downgrade from anonymising referenced CVsFather Chrysostomos2013-11-051-1/+1
* gv.c: Removed redundant len==1 checkFather Chrysostomos2013-11-051-1/+1
* [perl #120462] Exempt $a and $b from ‘used once’ warningsFather Chrysostomos2013-11-041-2/+11
* gv.c: Tweak API docsFather Chrysostomos2013-11-041-7/+7
* Undefined lex sub used as inherited method crashesFather Chrysostomos2013-11-021-1/+1
* [perl #119799] Set breakpoints without *DB::dblineFather Chrysostomos2013-10-281-1/+1
* gv:gv_try_downgrade: Leave PL_last_in_gv aloneFather Chrysostomos2013-10-281-1/+2
* gv:gv_try_downgrade: Leave PL_stderrgv aloneFather Chrysostomos2013-10-281-1/+1
* When deleting via hek, pass the computed hash valueFather Chrysostomos2013-10-281-5/+2