summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* perlapi: More fully document gv_stashpvnKarl Williamson2020-12-271-6/+7
* Document gv_fetchfile(_flags)?Karl Williamson2020-12-271-0/+21
* gv.c: Note GV is documented hereKarl Williamson2020-10-081-0/+2
* Document gv_fetch[ps]v and kinKarl Williamson2020-09-221-2/+69
* perlapi: Add some links, wrap C<...>Karl Williamson2020-09-051-3/+3
* Change formal parameter name of gv_fetchpv*Karl Williamson2020-09-051-2/+2
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* gv.c: Clarify commentKarl Williamson2020-09-011-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-3/+0
* 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