summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #125541] Fix crash with %::=(); J->${\"::"}Father Chrysostomos2015-08-211-1/+1
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-12-271-1/+1
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-12-271-1/+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
* Don’t let gv.c:gv_try_downgrade touch PL_statgvFather Chrysostomos2013-10-261-0/+1
* gv:gv_add_by_type: Don’t check @ISA when not vivifyingFather Chrysostomos2013-10-261-3/+5
* Remove bad assertion in gv.c:newGPFather Chrysostomos2013-09-211-3/+4
* gv.c: Split part of find_default_stash into gv_is_in_main.Brian Fraser2013-09-111-28/+39
* gv.c: Rename magicalize_gv into gv_magicalize, make it more specific.Brian Fraser2013-09-111-24/+50
* gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code.Brian Fraser2013-09-111-34/+48
* gv.c, gv_fetchpvn_flags: Comments for when the glob already exists.Brian Fraser2013-09-111-1/+19
* gv.c: Explain the purpose of the <none>:: stash a bit.Brian Fraser2013-09-111-0/+5
* gv_fetchpvn_flags: Simplify some warnings codeBrian Fraser2013-09-111-2/+1
* gv.c: Move the code that magicalizes new globs into magicalize_gv().Brian Fraser2013-09-111-124/+138
* gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.Brian Fraser2013-09-111-195/+246
* Store all other match vars in mg_len instead of mg_ptr/mg_len.Nicholas Clark2013-09-021-12/+26
* Store the match vars in mg_len instead of calling atoi() on mg_ptr.Nicholas Clark2013-09-021-11/+20
* gv.c: Add commentKarl Williamson2013-08-291-1/+7
* ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break;Nicholas Clark2013-08-291-0/+1
* Move super cache into mro metaFather Chrysostomos2013-08-201-2/+3
* gv.c:newGP: assert that PL_curcop is not NULLFather Chrysostomos2013-08-111-0/+3
* gv.c:newGP: merge some threaded and non-threaded codeFather Chrysostomos2013-08-111-11/+2
* Restore NULL check to gv.c:newGP, removed by 19bad673Father Chrysostomos2013-08-111-6/+10
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-3/+6
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-2/+6
* Don’t use CopFILESV for ‘once’ warningsFather Chrysostomos2013-08-051-5/+5