This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Time-HiRes: use NV_1E6 and NV_1E9 consistently
[perl5.git] / gv.c
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().
2013-11-16 Father Chrysostomosgv.c: Remove redundant mro_method_changed_in()
2013-11-14 Father ChrysostomosFix bad read in gp_free introduced by 4571f4a72
2013-11-12 Father ChrysostomosUndeffing a gv in DESTROY triggered by undeffing the...
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-06 Father Chrysostomosgv.c:gv_try_downgrade: Use hv_fetchhek
2013-11-06 Father ChrysostomosPut common override code into gv_override
2013-11-05 Father ChrysostomosStop gv_try_downgrade from anonymising referenced CVs
2013-11-05 Father Chrysostomosgv.c: Removed redundant len==1 check
2013-11-05 Father Chrysostomos[perl #120462] Exempt $a and $b from ‘used once’ warnings
2013-11-04 Father Chrysostomosgv.c: Tweak API docs
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_last_in_gv alone
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_stderrgv alone
2013-10-28 Father ChrysostomosWhen deleting via hek, pass the computed hash value
2013-10-26 Father ChrysostomosDon’t let gv.c:gv_try_downgrade touch PL_statgv
2013-10-26 Father Chrysostomosgv:gv_add_by_type: Don’t check @ISA when not vivifying
2013-09-21 Father ChrysostomosRemove bad assertion in gv.c:newGP
2013-09-11 Brian Frasergv.c: Split part of find_default_stash into gv_is_in_main.
2013-09-11 Brian Frasergv.c: Rename magicalize_gv into gv_magicalize, make...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Split another chunk of magic...
2013-09-11 Brian Frasergv.c, gv_fetchpvn_flags: Comments for when the glob...
2013-09-11 Brian Frasergv.c: Explain the purpose of the <none>:: stash a bit.
2013-09-11 Brian Frasergv_fetchpvn_flags: Simplify some warnings code
2013-09-11 Brian Frasergv.c: Move the code that magicalizes new globs into...
2013-09-11 Brian Frasergv.c: Begin splitting gv_fetchpvn_flags into smaller...
2013-09-02 Nicholas ClarkStore all other match vars in mg_len instead of mg_ptr...
2013-09-02 Nicholas ClarkStore the match vars in mg_len instead of calling atoi...
2013-08-29 Karl Williamsongv.c: Add comment
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-21 Father ChrysostomosMove super cache into mro meta
2013-08-11 Father Chrysostomosgv.c:newGP: assert that PL_curcop is not NULL
2013-08-11 Father Chrysostomosgv.c:newGP: merge some threaded and non-threaded code
2013-08-11 Father ChrysostomosRestore NULL check to gv.c:newGP, removed by 19bad673
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father ChrysostomosStop ‘used once’ warnings from crashing on circularities
2013-08-05 Father ChrysostomosDon’t use CopFILESV for ‘once’ warnings
next