summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix recent double free in S_parse_gv_stash_name()David Mitchell2019-04-031-1/+0
* fix leak in package name lookupDavid Mitchell2019-03-261-4/+9
* Perl_try_amagic_un/bin re-indentDavid Mitchell2019-02-051-36/+35
* Eliminate AMGf_set flagDavid Mitchell2019-02-051-13/+2
* Perl_try_amagic_bin(): eliminate dATARGETDavid Mitchell2019-02-051-1/+2
* Eliminate SvPADMY tests from overload codeDavid Mitchell2019-02-051-3/+19
* Eliminate opASSIGN macro usage from coreDavid Mitchell2019-02-051-3/+7
* Fatalize use of $* and $#James E Keenan2018-10-171-11/+6
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-11/+2
* PATCH: [perl #133121] Fix crash in gv_fetchmeth_svSergey Aleynikov2018-04-191-1/+3
* Add ${^SAFE_LOCALES}Karl Williamson2018-02-181-0/+4
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-3/+2
* merge branch zefram/dumb_matchZefram2017-12-171-2/+3
|\
| * add "whereis"Zefram2017-12-061-1/+2
| * change "when" keyword to "whereso"Zefram2017-12-051-1/+1
| * remove useless "default" mechanismZefram2017-11-281-1/+1
* | stop using &PL_sv_yes as no-op methodZefram2017-12-051-3/+4
|/
* Blead breaks DBD::SQLiteKarl Williamson2017-11-071-3/+2
* Use memBEGINs() in coreKarl Williamson2017-11-061-1/+1
* Change some strBEGINs() to memBEGINs()Karl Williamson2017-11-061-2/+3
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-9/+9
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-061-7/+7
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-1/+6
* Use SvLEN_set/SvCUR_set in a few extra locationsNicolas R2017-10-191-1/+1
* get rid of "implicit fallthrough" warnings with gcc 7Lukas Mai2017-10-131-2/+1
* [perl #129916] Allow sub-in-stash outside of mainFather Chrysostomos2017-10-081-5/+18
* Unbreak gv_fetchmeth_svFather Chrysostomos2017-10-081-1/+2
* Add CvGvNAME_HEK helperNicolas R2017-09-211-2/+1
* 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