This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a22f28a4268aa03c - array, not array reference. (gnat would be proud)
[perl5.git] / gv.c
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...
2007-10-16 Nicholas ClarkPL_AMG_names is only used by gv.c (as far as Google...
2007-10-08 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-07-11 Rafael Garcia-SuarezTurn the "$# / $* is no longer supported" warnings...
2007-06-26 Brandon BlackFirst patch from:
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-19 Rafael Garcia-SuarezPut the "Can't locate package..." warnings in the ...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-16 Nicholas ClarkRemove the "performance hack" that suppressed used...
2007-04-11 Nicholas ClarkWork round what appears to be a bug in Sun C++ 5.8...
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-14 Dave Mitchelluse a fresh stack when loading Errno.pm etc.
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-07 Rafael Garcia-SuarezUse another method to avoid the "possible interpolation...
2007-03-07 Rafael Garcia-SuarezAvoid to load the *+ and *- globs too early.
2007-03-06 Rafael Garcia-SuarezFix error messages returned by S_require_tie_mod. Fix...
2007-03-06 Rafael Garcia-SuarezFix a small leak on loading *+ and *- globs
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-03-02 Nicholas ClarkDon't crash if the symbol table entry for ISA isn't...
2007-02-23 Rick DelaneyRe: [perl #41546] perl 5.8.x bug: overloaded 'eq' does...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-09 Nicholas ClarkFix Pod errors.
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-26 Nicholas ClarkAs we're not passing over (or copying in) a NUL, don...
2007-01-25 Nicholas ClarkConvert the last remaining 256 byte "small"bufs to...
2007-01-25 Nicholas ClarkNeither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Nicholas ClarkChange 28058 hadn't been tested with -DPERL_CREATE_GVSV
2007-01-18 Marcus Holland-MoritzAdd missing SVfARG()s in require_tie_mod().
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-10 Nicholas ClarkAn implementation of change 29735 for blead (PL_curcop...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-22 Rafael Garcia-SuarezUnshare the shared string gp_file_hek only if it exists...
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
2006-11-04 Nicholas ClarkChange 27506 wasn't quite correct - the copy of the...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-06 Nicholas ClarkDon't bother generating the "Operation \"%s\": no metho...
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Jarkko Hietaniemig++ large patch
next