This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #80220] order of hash keys wrong in perlfunc.pod
[perl5.git] / gv.c
2010-12-03 Michael Breen[perl #71286] fallback/nomethod failures
2010-11-30 Florian RagwitzEliminate strlen and strEQ usage in gv_fetchmethod
2010-11-29 David GoldenFilehandle method calls load IO::File on demand
2010-11-26 Father ChrysostomosFix compiler warning
2010-11-26 Father Chrysostomos[perl #78634] Conflict in defining constant INIT
2010-11-23 Father ChrysostomosOnly call mro_package_moved on new substashes
2010-11-22 Father ChrysostomosNewly-created stashes may need effective names added
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-11 Father Chrysostomos[perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait...
2010-11-03 Nicholas ClarkAdd Perl_amagic_deref_call() to implement the bulk...
2010-11-02 Nicholas ClarkInline RvDEEPCP() into its only caller, Perl_amagic_call().
2010-11-02 Nicholas ClarkExpand AMG_CALLun_var() into all its users, and elimina...
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Nicholas ClarkIn Perl_gv_autoload4(), remove weakref before reassigni...
2010-10-09 Nicholas ClarkRemove now-unused parameters from S_gv_magicalize_isa().
2010-10-09 Nicholas ClarkMove the automatic instantiation of @AnyDBM_File::ISA...
2010-10-08 Nicholas ClarkRemove dead code from Perl_gv_stashpvn().
2010-10-08 Nicholas ClarkFix bugs in e771aaa95f65a9c4 (reducing copying in gv_fe...
2010-10-08 Nicholas ClarkPerl_gv_fetchpvn_flags() can avoid copying when the...
2010-10-03 Father ChrysostomosAvoid downgrading GVs during global destruction
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-23 Father Chrysostomos[perl #71806] perldb does not setup %dbline with the...
2010-09-08 Florian RagwitzFix build for threaded perls
2010-09-08 Florian RagwitzMove magicalize_{isa,overload} out into functions
2010-09-06 Father Chrysostomos[perl #76138] perl inadvertently destroys signal handle...
2010-07-24 David Mitchellsmall code tweak in Perl_gv_init
2010-07-24 David Mitchell[perl #76540] "print CONSTANT," gives double-free
2010-07-18 David Mitchelladd CvGV_set() macro and make CvGV() rvalue only
2010-07-18 David Mitchellchange when to make CvGV refcounted
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-07-14 David Mitchellprotect CvSTASH weakref with backrefs
2010-07-14 David Mitchelltidy some code in gv_init()
2010-05-21 David Mitchellmake overload respect get magic
2010-04-13 Father Chrysostomos[perl #73712] ‘Variable is not imported’ cannot be...
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2010-03-10 Zefram[perl #72740]: Blead breaks LEMBARK/LinkedList-Single...
2010-01-20 Ævar Arnfjörð Bjar... Make perl's magic variables in gv.c grep-able
2009-12-14 Michael Breenfix bug 67156: overload: nomethod(..., '!') return...
2009-11-08 ZeframBareword sub lookups
2009-11-01 Ben MorrowImplement the 'qr' overload type.
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-13 Nicholas ClarkRemove category 'syntax' from 5 warnings that should...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-09-10 Vincent PitDon't modify namelen in the first half of gv_stashpvn()
2009-08-08 Nicholas ClarkMerge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas ClarkPerl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-06 Rafael Garcia-SuarezMake gv_IOadd accept a NULL argument
2009-07-08 Rafael Garcia-SuarezModify the return value of Gv_AMupdate to indicate...
2009-07-08 Rafael Garcia-SuarezAdd a parameter "destructing" to Gv_AMupdate()
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-23 Nicholas ClarkMove the code to add magic to $0 into Perl_gv_fetchpvn_...
2009-05-21 Nicholas ClarkUse only one block of memory for both PL_psig_name...
2009-05-19 Nicholas ClarkIn Perl_gv_fetchpvn_flags(), don't re-zero memory from...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-03-25 Ben MorrowFall back to "" overload for -X.
2009-01-02 Vincent PitIn amagic_call(), offset should be strictly lesser...
2009-01-02 Vincent PitFix overload index mismatch in overloading logic.
2009-01-02 Rafael Garcia-SuarezBump copyright year after previous change d15cd8313063e574
2009-01-02 Rafael Garcia-SuarezMove variable declaration without initialisation at...
2009-01-02 Yuval Kogman'overloading' pragma
2008-11-26 Nicholas ClarkMerge S_is_gv_magical() into Perl_is_gv_magical_sv().
2008-11-26 Nicholas Clarkis_gv_magical() is only called from within gv.c.
2008-11-20 Tim BunceHard-coded Perl_pp_entersub and Perl_pp_entereval shoul...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-03 Marcus Holland-MoritzFix DBM module handling broken by #34653.
2008-11-03 Tim BunceRe: @{"_<$filename"} is unreasonably tied to use of...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-05-10 Nicholas ClarkRun Porting/checkARGS_ASSERT.pl and fix what it picks...
2008-04-17 Nicholas ClarkRemove a dead case from the error reporting in
2008-04-17 Nicholas ClarkPerl_gv_fetchmethod{,_autoload,_flags} are actually...
2008-04-17 Rafael Garcia-Suarez%.*s mandates an "int", says the C standard
2008-04-17 Rafael Garcia-SuarezFix warning with int size in printf format
2008-04-17 Nicholas Clark/* This code tries to figure out just what went wrong...
2008-04-16 Nicholas ClarkAvoid forwards and then backwards on the :: splitting...
2008-04-16 Nicholas ClarkUsing memEQ() rather than strnEQ() when the length...
2008-04-11 Gerard Goossenis_gv_magical correctly check "ISA"
2008-02-14 Robin Barkeruse svtype
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2007-11-24 Nicholas ClarkEliminating the duplicate logic in S_method_common...
2007-10-22 Nicholas ClarkSQL::Translator triggered a subtle piece of wrongness...
2007-10-18 Nicholas ClarkChange 32136 introduced an error - passing a const...
2007-10-18 Nicholas ClarkEliminate some uses of sv_setpv() where we already...
2007-10-18 Nicholas ClarkIn Perl_amagic_call(), construct the SV with newSVpvn...
2007-10-18 Nicholas ClarkNo need to call strlen() on the result of CopSTASHPV...
2007-10-18 Nicholas ClarkDon't call strlen() on CopFILE() for the unthreaded...
2007-10-18 Nicholas ClarkWhere possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-17 Nicholas ClarkStoring the length of all the overloading names saves...
next