This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / gv.c
2022-08-27 Yves Ortongv.c - use SVf_QUOTEDPREFIX in error message
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-05 Richard LeachReplace sv_2mortal(newSVhek( with newSVhek_mortal
2022-07-26 Paul "LeoNerd" EvansRename CVf_METHOD to CVf_NOWARN_AMBIGUOUS
2022-07-02 Paul "LeoNerd" EvansUse HvHasAUX() rather than SvOOK() when operating on HVs
2022-07-02 Karl Williamsongv.c: Comments/white-space only
2022-06-18 Karl WilliamsonFollow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
2022-06-14 Karl WilliamsonConvert '!!' to cBOOL()
2022-06-02 Karl Williamsonperlapi: Consolidate gv_fetchmeth forms, improve doc
2022-05-31 Karl Williamsonperldiag: Fix typo, collapse some msgs
2022-05-28 Karl Williamsonperlapi: Document gv_autoload*
2022-05-28 Karl Williamsonperlapi: Document gv_name_set
2022-05-19 Karl WilliamsonFix typos for generating perlapi
2022-05-19 Karl Williamsonperlapi: Document amagic(_deref)?_call
2022-05-19 Karl Williamsonperlapi: Document Gv_AMupdate
2022-05-18 Karl Williamsonperlapi: Document newGVgen(_flags)?
2022-05-18 Karl WilliamsonDocument gv_e?fullname[34]
2022-05-18 Karl Williamsonperlapi: Document gv_add_by_type
2022-05-12 Karl Williamsonperlapi: Document and mark internal gv_handler
2022-05-11 Karl Williamsongv.c: Fix indentation; add braces for clarity
2022-05-09 Karl Williamsonperlapi: Rename GV section
2022-03-07 Richard LeachPerl_newSV_type_mortal - new inline function introduced...
2022-03-07 Richard LeachInlined newSV_type(SVt_NULL) leaner than non-inlined...
2022-02-23 Nicholas ClarkPerl_gv_init_pvn() must handle a stash holding the...
2022-01-20 Paul "LeoNerd" EvansDefine 'finally' keyword
2021-11-15 Tony CookAdd CopFILEAVn() and use it when cleaning up COP pointers
2021-09-22 Nicholas ClarkIn Perl_gp_free() use PL_tmps_stack to avoid freeing...
2021-09-16 James E KeenanKeep lines under 80 characters 19132/head
2021-09-16 James E Keenang++10 -Wparentheses build-time warnings
2021-09-10 Paul "LeoNerd" EvansAdd SvIsBOOL() macro to test for SVs being boolean...
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-07-26 Nicholas ClarkIn Perl_gv_check() set and clear HvAUXf_SCAN_STASH...
2021-06-01 Paul "LeoNerd" EvansRename G_ARRAY to G_LIST; provide back-compat when...
2021-04-14 Marc ReisnerAdd documentation for new GV_NOUNIVERSAL flag
2021-04-14 Marc ReisnerAdd GV_NOUNIVERSAL flag to skip UNIVERSAL lookup
2021-04-14 Karl WilliamsonDocument gv_stashsvpvn_cached
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-12-27 Karl Williamsonperlapi: More fully document gv_stashpvn
2020-12-27 Karl WilliamsonDocument gv_fetchfile(_flags)?
2020-10-08 Karl Williamsongv.c: Note GV is documented here
2020-09-22 Karl WilliamsonDocument gv_fetch[ps]v and kin
2020-09-05 Karl Williamsonperlapi: Add some links, wrap C<...>
2020-09-05 Karl WilliamsonChange formal parameter name of gv_fetchpv*
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-02 Karl Williamsongv.c: Clarify comment
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2019-12-17 Karl WilliamsonNote that certain flags are documented
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-12-04 Tony Cookupdates to $^H{feature_validname} now update cop_features
2019-11-05 Karl Williamsongv.c: SVf needs to be surrounded by spaces
2019-11-04 Nicolas RS_gv_fetchmeth_internal fix STRLEN warning
2019-11-03 Sergey AleynikovFactor out common code from sv_derived_from_* subs...
2019-11-03 Max MaischeinAnd silence some silly examples.
2019-10-30 Tony CookFaster feature checks
2019-09-03 Karl Williamsongv.c: Note that some GV_foo constants are documented
2019-06-19 Tony Cook(perl #134193) make the varname match the %[+-] names
2019-06-19 Tony Cook(perl #134193) allow %{^CAPTURE} to work when @{^CAPTUR...
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-04-03 David MitchellFix recent double free in S_parse_gv_stash_name()
2019-03-26 David Mitchellfix leak in package name lookup
2019-02-05 David MitchellPerl_try_amagic_un/bin re-indent
2019-02-05 David MitchellEliminate AMGf_set flag
2019-02-05 David MitchellPerl_try_amagic_bin(): eliminate dATARGET
2019-02-05 David MitchellEliminate SvPADMY tests from overload code
2019-02-05 David MitchellEliminate opASSIGN macro usage from core
2018-10-17 James E KeenanFatalize use of $* and $#
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-04-19 Sergey AleynikovPATCH: [perl #133121] Fix crash in gv_fetchmeth_sv
2018-02-18 Karl WilliamsonAdd ${^SAFE_LOCALES}
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-11-28 Zeframremove useless "default" mechanism
2017-11-07 Karl WilliamsonBlead breaks DBD::SQLite
2017-11-06 Karl WilliamsonUse memBEGINs() in core
2017-11-06 Karl WilliamsonChange some strBEGINs() to memBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-19 Nicolas RUse SvLEN_set/SvCUR_set in a few extra locations
2017-10-13 Lukas Maiget rid of "implicit fallthrough" warnings with gcc 7
2017-10-08 Father Chrysostomos[perl #129916] Allow sub-in-stash outside of main
2017-10-08 Father ChrysostomosUnbreak gv_fetchmeth_sv
2017-09-21 Nicolas RAdd CvGvNAME_HEK helper
2017-09-04 Nicolas Radd a small buffer to gv_stash_name
2017-09-04 Nicolas RReduce malloc&free for S_parse_gv_stash_name
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-07-27 David Mitchellmake callers of SvTRUE() more efficient
2017-07-27 David Mitchelluse the new PL_sv_zero in obvious places
2017-06-12 David Mitchellgv.c, mg.c: fix 32-bit compiler warnings
2017-06-06 AbigailFatalize inheriting AUTOLOAD for non-methods.
2017-06-05 David MitchellS_require_tie_mod(): use a new stack
2017-06-01 Andy LesterAdd NOT_REACHED to quiet clang -Weverything warnings
2017-06-01 Father Chrysostomos[perl #131085] Crash with sub-in-stash
2017-02-27 David MitchellS_gv_stashsvpvn_cached(): add asserts
2017-01-27 Steffen MuellerReuse previously-computed flag
2017-01-22 Zeframfix special-case recreation of *::
next