This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #78194] Make x copy PADTMPs in lv cx
[perl5.git] / gv.c
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-23 Father Chrysostomosgv.c:gv_fetchmethod_pvn_flags: Avoid unnecessary extra SV
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-18 Father ChrysostomosUTF8f
2013-06-02 Father ChrysostomosStop constant inlining from countermanding ‘use subs’
2013-05-03 Nicholas ClarkRevert "Change the warning for $* to add ", and will...
2013-05-03 Nicholas ClarkRevert "Add a deprecation warning for all uses of ...
2013-04-26 Tony Cook[perl #117607] don't use a CV after it's been freed
2013-03-21 Nicholas ClarkAdd a deprecation warning for all uses of @*, %*, ...
2013-03-21 Nicholas ClarkChange the warning for $* to add ", and will become...
2013-03-21 Nicholas ClarkGenerate the deprecation warnings for all uses $* or $#.
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2013-02-26 Ricardo SignesRevert "Lookup overloaded assignment operators when...
2012-12-25 David Mitchellfix utf8ness in ${"string"}
2012-12-10 Father ChrysostomosFix problems with -Dr during global destruction
2012-12-10 Father ChrysostomosUse SvREFCNT_dec_NN in gv.c
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-18 Tony Cookfix -DPERL_GLOBAL_STRUCT builds broken with the hash...
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-09 Daniel Draganrefactor gv.c:Perl_newGP
2012-11-05 Father ChrysostomosStop %! after syntax error from leaking the module...
2012-11-05 Father Chrysostomosgv.c:S_require_tie_mod: remove SPAGAIN
2012-10-10 Father Chrysostomos[perl #115206] Don’t crash when vivifying $|
2012-09-26 Nicholas Clark-Do now also reports updates and use of PL_stashcache.
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-09-19 Florian RagwitzRemove an unused variable
2012-09-18 Father Chrysostomos${^LAST_FH}
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-15 Father ChrysostomosMake SUPER::method respect method changes in moved pkg
2012-09-15 Father ChrysostomosMake SUPER::method calls work in moved stashes
2012-09-15 Father ChrysostomosMake SUPER:: in main less sensitive
2012-09-08 David MitchellPL_sawampersand: use 3 bit flags rather than bool
2012-08-25 Yves Ortonminor doc patches to api stuff
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-13 Father ChrysostomosFix @{*ISA} autovivification
2012-06-29 Jesse Luehrsfix 386a548 for fallback => undef
2012-06-29 Jesse Luehrs"use overload fallback => 0" should enable overloading...
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-15 Father Chrysostomosgv.c: Don’t repeat GvSVn
2012-06-15 Father Chrysostomosgv.c: Remove mro_method_changed_in() from gv_init
2012-06-15 Father Chrysostomosgv.c: Don’t ENTER/LEAVE unnecessarily
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father Chrysostomos&CORE::undef should be an lvalue sub
2012-05-29 Father ChrysostomosAdd &CORE::undef
2012-05-29 Father ChrysostomosAdd &CORE::study
2012-05-29 Father ChrysostomosAdd &CORE::split
2012-05-29 Father ChrysostomosAdd &CORE::scalar
2012-05-29 Father ChrysostomosAdd &CORE::prototype
2012-05-29 Father ChrysostomosAdd &CORE::pos
2012-05-29 Father ChrysostomosAdd &CORE::glob
2012-05-29 Father ChrysostomosAdd &CORE::exists
2012-05-29 Father ChrysostomosAdd &CORE::delete
2012-05-29 Father ChrysostomosAdd &CORE::defined
2012-05-29 Father Chrysostomosgv.c: List all keywords with no coresubs
2012-05-23 Rafael Garcia-SuarezMerge branch 'rgs/overload' into blead
2012-05-23 Father Chrysostomos[perl #113050] Put fallback back under "()"
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-05-22 Rafael Garcia-SuarezLookup overloaded assignment operators when trying...
2012-05-22 Father ChrysostomosDon’t magicalise %OVERLOAD
2012-05-22 Father ChrysostomosMake overloaded classes inherit fallback
2012-05-22 Father Chrysostomosgv.c: Check overload tables when overloading is used
2012-05-22 Father ChrysostomosMove SvAMAGIC flag from object to stash
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2012-02-09 Robin BarkerSilence compiler warnings
2012-01-24 Father ChrysostomosMove amagic hint checking to new function
2012-01-24 Father Chrysostomos[rt.cpan.org #74289] Don’t make *CORE::foo read-only
2012-01-14 Father Chrysostomosdefined *{"+"} should not stop %+ from working
2012-01-14 Father Chrysostomosdefined *{"!"} should not stop %! from working
2012-01-10 Father Chrysostomos[perl #24237] @& should not stop $& from working
2012-01-01 Father ChrysostomosDon’t double-free GVs in gv:S_maybe_add_coresub
2012-01-01 Father ChrysostomosSimplify gv:S_maybe_add_coresub
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-27 Father ChrysostomosMove diag_listed_as entry in gv.c
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-16 Father ChrysostomosDisable $[ under 5.16
2011-12-09 David GoldenFix segfault on overloaded arithmetic assignment
2011-12-01 Father Chrysostomos[perl #105024] UNIVERSAL::AUTOLOAD and %+
2011-11-29 Father Chrysostomospanic after cow-to-stash assignment
2011-11-24 Father Chrysostomosgv.c: Remove SV_GMAGIC from sv_catpvn_flags call.
2011-11-20 Father ChrysostomosMake constant promotion null-clean
2011-11-20 Father ChrysostomosAdd len flag to newCONSTSUB_flags
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-12 Father Chrysostomos[perl #6828] Set $AUTOLOAD once more for XS autoloading
2011-10-11 Father ChrysostomosAvoid creating extra SVs in gv_fullname4
2011-10-10 Father Chrysostomosgv.c:gv_autoload_pvn: Avoid warning due to temp flag
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-07 Father ChrysostomosDon’t put malformed UTF8 in $AUTOLOAD
2011-10-07 Father ChrysostomosUse HEKf
2011-10-07 Father ChrysostomosSuppress some uninit warnings in gv.c:S_maybe_add_coresub
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
next