This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
none of this is important
[perl5.git] / gv.c
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...
2011-10-06 Father Chrysostomosgv.c: Use name_end to avoid compiler warning
2011-10-06 Brian Frasergv.c: Make more warnings utf8-clean
2011-10-06 Brian FraserMake gv.c and pp_ctl.c warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: method_common is UTF-8 aware.
2011-10-06 Brian Frasergv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
2011-10-06 Brian Frasergv.c: S_gv_get_super_pkg UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_init_pvn now uses newCONSTSUB_flags.
2011-10-06 Brian Frasergv.c: gv_autoload4 is now UTF-8 clean.
2011-10-06 Brian Frasergv.c: gp_free UTF8 cleanup
2011-10-06 Father ChrysostomosMerge multi and flags params to gv_init_*
2011-10-06 Brian Frasergv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8...
2011-10-06 Brian Frasergv.c: gv_name_set and gv_init_(etc) now initialize...
2011-10-06 Brian Frasergv.c: newGVgen_flags and a flags parameter for gv_get_s...
2011-10-06 Father ChrysostomosRemove method param from gv_autoload_*
2011-10-06 Father ChrysostomosRemove 4 from new gv_autoload4_(sv|pvn?) functions
2011-10-06 Brian Frasergv.c: Added gv_autoload4_(sv|pv|pvn)
2011-10-06 Brian Frasergv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flags
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth_autoload to perlapi.pod
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth to perlapi
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Father ChrysostomosDocument gv_init*
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-10-01 Father ChrysostomosRestore the package name to overload errors; fix crash
2011-09-25 Father ChrysostomosAvoid a double free with CORE->lc
2011-09-23 Father ChrysostomosMake CORE->method work
2011-09-16 Father Chrysostomos[perl #99142] Make GV_ADDMG and magic vars account...
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-09-02 Father ChrysostomosSilence two compiler warnings in gv.c
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-30 Father ChrysostomosAvoid an extra SV when creating $] and $^V
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-30 Father Chrysostomos&CORE::write()
2011-08-30 Father Chrysostomos&CORE::unpack()
2011-08-30 Father Chrysostomos&CORE::umask()
2011-08-29 Father Chrysostomos&CORE::foo() for tie functions
2011-08-29 Father Chrysostomos&CORE::tell()
next