summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* add a small buffer to gv_stash_nameNicolas R2017-09-051-5/+14
* Reduce malloc&free for S_parse_gv_stash_nameNicolas R2017-09-051-12/+13
* use cv_set_call_checker_flags() where possibleZefram2017-08-081-5/+6
* make callers of SvTRUE() more efficientDavid Mitchell2017-07-271-2/+2
* use the new PL_sv_zero in obvious placesDavid Mitchell2017-07-271-2/+2
* gv.c, mg.c: fix 32-bit compiler warningsDavid Mitchell2017-06-121-4/+4
* Fatalize inheriting AUTOLOAD for non-methods.Abigail2017-06-061-5/+3
* S_require_tie_mod(): use a new stackDavid Mitchell2017-06-051-0/+2
* Add NOT_REACHED to quiet clang -Weverything warningsAndy Lester2017-06-011-0/+1
* [perl #131085] Crash with sub-in-stashFather Chrysostomos2017-06-011-1/+1
* S_gv_stashsvpvn_cached(): add assertsDavid Mitchell2017-02-271-1/+8
* Reuse previously-computed flagSteffen Mueller2017-01-271-1/+1
* fix special-case recreation of *::Zefram2017-01-221-2/+9
* Use of $* and $# will be fatal in 5.30.Abigail2017-01-161-4/+6
* Revert "Remove deprecation warnings related to $* and $#."Abigail2017-01-161-0/+14
* Use of inherited AUTOLOAD for non-methods will be fatal in 5.28.Abigail2017-01-161-1/+2
* Remove deprecation warnings related to $* and $#.Abigail2017-01-161-14/+0
* Convert core (except toke.c) to use isFOO_utf8_safe()Karl Williamson2016-12-231-5/+16
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-24/+24
* Remove obsolete commentDagfinn Ilmari Mannsåker2016-11-131-2/+0
* new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})Yves Orton2016-11-011-14/+32
* optimise gv.c a bit (we could do better)Yves Orton2016-10-271-4/+8
* must check all the EXPORT vars in two places!Yves Orton2016-10-271-1/+6
* gv.c: rework special var matching logic to be simplerYves Orton2016-10-191-28/+30
* gv.c: rework string separator parsing to use new string macrosYves Orton2016-10-191-5/+6
* gv.c: switch to using string constant friendly macrosYves Orton2016-10-191-7/+7
* gv.c: add a require_tie_mod_s() wrapper for constant string argsYves Orton2016-10-191-7/+14
* gv.c: document where @- and @+ (and %- and %+ are initialized in gv.c)Yves Orton2016-10-191-2/+2
* fix #129267: rework gv_fetchmethod_pvn_flags separator parsingYves Orton2016-09-131-10/+26
* clean up gv_fetchmethod_pvn_flags: rename nsplit to last_separatorYves Orton2016-09-131-12/+12
* clean up gv_fetchmethod_pvn_flags: move origname init to function startYves Orton2016-09-131-1/+0
* clean up gv_fetchmethod_pvn_flags: introduce name_endYves Orton2016-09-131-6/+8
* Revert "fix: [perl #129267] Possible string overrun with invalid len in gv.c"Yves Orton2016-09-131-6/+5
* Revert "rename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flags"Yves Orton2016-09-131-13/+13
* rename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flagsYves Orton2016-09-131-13/+13
* fix: [perl #129267] Possible string overrun with invalid len in gv.cYves Orton2016-09-131-5/+6
* gv.c:require_tie_mod: Make var name a char paramFather Chrysostomos2016-08-121-11/+8
* gv.c:require_tie_mod: Create namesv only when neededFather Chrysostomos2016-08-041-10/+7
* Rationalise gv.c:gv_magicalizeFather Chrysostomos2016-08-041-24/+22
* Revert "gv.c:require_tie_mod: Create namesv only when needed"James E Keenan2016-08-041-5/+6
* gv.c:require_tie_mod: Create namesv only when neededFather Chrysostomos2016-08-041-6/+5
* gv.c: comment typeoFather Chrysostomos2016-08-041-1/+1
* gv.c:require_tie_mod: Accept pvn paramsFather Chrysostomos2016-08-041-7/+9
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-39/+46
* Exempt @DB::args from ‘used once’ warningsFather Chrysostomos2016-07-311-0/+4
* gv.c: Add a comment about what powers Foo->import|unimportÆvar Arnfjörð Bjarmason2016-07-151-0/+3
* Disable ${^ENCODING}Father Chrysostomos2016-07-131-3/+0
* [perl #128238] Crash with non-stash in stashFather Chrysostomos2016-06-231-2/+2
* only treat stash entries with .*:: as sub-stashesDavid Mitchell2016-06-211-1/+4
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-1/+1