This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for d1bc97feec1a
[perl5.git] / gv.c
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 *::
2017-01-16 AbigailUse of $* and $# will be fatal in 5.30.
2017-01-16 AbigailRevert "Remove deprecation warnings related to $* and...
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailRemove deprecation warnings related to $* and $#.
2016-12-23 Karl WilliamsonConvert core (except toke.c) to use isFOO_utf8_safe()
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-13 Dagfinn Ilmari Man... Remove obsolete comment
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-10-27 Yves Ortonoptimise gv.c a bit (we could do better)
2016-10-27 Yves Ortonmust check all the EXPORT vars in two places!
2016-10-19 Yves Ortongv.c: rework special var matching logic to be simpler
2016-10-19 Yves Ortongv.c: rework string separator parsing to use new string...
2016-10-19 Yves Ortongv.c: switch to using string constant friendly macros
2016-10-19 Yves Ortongv.c: add a require_tie_mod_s() wrapper for constant...
2016-10-19 Yves Ortongv.c: document where @- and @+ (and %- and %+ are initi...
2016-09-13 Yves Ortonfix #129267: rework gv_fetchmethod_pvn_flags separator...
2016-09-13 Yves Ortonclean up gv_fetchmethod_pvn_flags: rename nsplit to...
2016-09-13 Yves Ortonclean up gv_fetchmethod_pvn_flags: move origname init...
2016-09-13 Yves Ortonclean up gv_fetchmethod_pvn_flags: introduce name_end
2016-09-13 Yves OrtonRevert "fix: [perl #129267] Possible string overrun...
2016-09-13 Yves OrtonRevert "rename "nend" name_cursor in Perl_gv_fetchmetho...
2016-09-13 Yves Ortonrename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flags
2016-09-13 Yves Ortonfix: [perl #129267] Possible string overrun with invali...
2016-08-12 Father Chrysostomosgv.c:require_tie_mod: Make var name a char param
2016-08-05 Father Chrysostomosgv.c:require_tie_mod: Create namesv only when needed
2016-08-05 Father ChrysostomosRationalise gv.c:gv_magicalize
2016-08-04 James E KeenanRevert "gv.c:require_tie_mod: Create namesv only when...
2016-08-04 Father Chrysostomosgv.c:require_tie_mod: Create namesv only when needed
2016-08-04 Father Chrysostomosgv.c: comment typeo
2016-08-04 Father Chrysostomosgv.c:require_tie_mod: Accept pvn params
2016-08-04 Father ChrysostomosRework mod loading for %- and %!; fix mem leak
2016-07-31 Father ChrysostomosExempt @DB::args from ‘used once’ warnings
2016-07-15 Ævar Arnfjörð Bjar... gv.c: Add a comment about what powers Foo->import|unimport
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-06-24 Father Chrysostomos[perl #128238] Crash with non-stash in stash
2016-06-21 David Mitchellonly treat stash entries with .*:: as sub-stashes
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with array functions
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-02-07 Jarkko HietaniemiAdd missing break in switch.
2016-02-03 David Mitchellmake gimme consistently U8
2015-10-19 Daniel Draganreimplement $^WIN32_SLOPPY_STAT as a magic var
2015-09-04 Karl Williamsonperlapi use 'UTF-8' instead of variants of that
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-12 Daniel Dragandont create *{"_<$filename"} globs for perl lang debugg...
2015-07-24 Father Chrysostomos[perl #125541] Fix crash with %::=(); J->${\"::"}
2015-07-22 Jarkko Hietaniemioverload.c -> overload.inc
2015-07-22 Daniel Dragancombine PERLDB_LINE and PERLDB_SAVESRC flag tests
2015-03-25 Tony Cookgv_const_sv() handle subrefs directly in the stash
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-02 Father Chrysostomos[perl #123960] sv.c: Fix gp_free -Do output
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-01 Father Chrysostomos5th arg to indicate numeric bitwise overloading
2015-02-01 Father Chrysostomosgv.c: Make &.= overloading work
next