This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update an old email address of mine
[perl5.git] / gv.c
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
2015-01-20 Matthew HorsfallRevert "refactor gv_add_by_type"
2015-01-06 Daniel Draganrefactor gv_add_by_type
2014-12-09 syberFix gv_fetchmeth_sv: it might stringify SV more than...
2014-12-07 Father ChrysostomosFix method assertion failures
2014-12-07 sybergv_fetchmeth_sv now supports SV shared hashes
2014-11-28 Eric HermanRefactor bodyless-IV/NV hacks into define
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-04 Father Chrysostomos[perl #123103] Just set SVf_READONLY on magic vars
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-09-20 Father Chrysostomos[perl #122799] Always turn off CvNAMED in cvgv-set
2014-09-19 Father Chrysostomosgv.c: For ‘Global symbol’ msg, don’t check utf8ness...
2014-09-19 Father Chrysostomos[perl #121638] Make ‘Global symbol’ message more newbie...
2014-09-16 Father ChrysostomosAvoid reifing GVs in gv.c:gv_try_downgrade
2014-09-15 Father ChrysostomosAvoid reifying GVs when lex subs are used for overload
2014-09-15 Father ChrysostomosAvoid reifying GV when lex stub is used as method
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-09-15 Father ChrysostomosTurn on CVf_LEXICAL for lexical subs
2014-09-01 syberintroduce gv_stashsvpvn_cached()
2014-09-01 Yves OrtonRename S_stashpvn to S_gv_stashpvn_internal and add...
2014-08-28 Father ChrysostomosFix crash in leave_scope when my sub has CvGV
2014-08-28 Father ChrysostomosFix crash when lex subs are used for overload
2014-08-28 Father ChrysostomosFix crash when lex subs are used for AUTOLOAD
2014-08-20 syberMake S_method_common use gv_stashpvn instead of copypas...
2014-08-20 syberMake gv_stashpvn() use PL_stashcache
2014-07-23 Jarkko HietaniemiUse grok_atou instead of strtoul (no explicit strtol...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-12 Brian FraserAdding missing HEKfARG() invocations
2014-06-05 Karl Williamsonperlapi: Include general information
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-03-07 David Mitchellmake core safe against HvAUX() realloc
2014-03-04 David Mitchell[perl #121362] overload optimisation added a SEGV
2014-02-28 David Mitchellspeed up (non)overloaded derefs
2014-02-28 David MitchellDocument what the gv_check() function does
2014-02-28 David Mitchellgv_check(): use aux flag rather than IsCOW
2014-02-25 Steve HaySilence some VC++ compiler warnings
2013-12-23 Daniel Dragan[perl #115736] fix undocumented param from newATTRSUB_flags
2013-12-05 Father Chrysostomos[perl #120694] Fix ->SUPER::foo and AUTOLOAD
2013-11-23 Nicholas ClarkPerl_load_module() no longer moves the current stack...
2013-11-23 Nicholas ClarkRemove redundant SPAGAIN & PUTBACK after PUSHSTACKi().
next