summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+7
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-3/+4
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-4/+0
* gv.c: SVf needs to be surrounded by spacesKarl Williamson2019-11-051-2/+2
* S_gv_fetchmeth_internal fix STRLEN warningNicolas R2019-11-041-3/+3
* Factor out common code from sv_derived_from_* subs familySergey Aleynikov2019-11-041-2/+2
* And silence some silly examples.Max Maischein2019-11-031-4/+26
* Faster feature checksTony Cook2019-10-301-0/+4
* gv.c: Note that some GV_foo constants are documentedKarl Williamson2019-09-021-0/+4
* (perl #134193) make the varname match the %[+-] namesTony Cook2019-06-191-2/+2
* (perl #134193) allow %{^CAPTURE} to work when @{^CAPTURE} comes firstTony Cook2019-06-191-4/+2
* Remove remaining assignments to SvCUR and SvLEN in coreDagfinn Ilmari Mannsåker2019-05-281-2/+2
* 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