This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Perl 5.12.0 delta. It needs a spellcheck, proofreading and a module list.
[perl5.git] / sv.c
2010-02-28 Karl WilliamsonClarify sv.c API wording.
2010-02-28 David Mitchellfix for [perl #72604] @DB::args and win32 fork
2010-02-18 Tony Cookrt #72866 - add magic to arrayrefs assigned to *Foo...
2010-02-18 Nicholas ClarkAvoid a panic from the UTF-8 length cache if the length...
2010-02-16 H.Merijn BrandRemove unused variable
2010-02-14 Nicholas ClarkConvert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2010-01-19 Niko TyniFix a NULL pointer dereference when looking for a DESTR...
2010-01-12 David Mitchellfix for [perl #65582] anon globs segfaulting
2010-01-11 David Mitchellfix for [perl #41138] $_ leaks under threads
2010-01-09 David MitchellPL_sv_serial only exists ifdef DEBUG_LEAKING_SCALARS
2010-01-08 David Mitchellfix for [perl #66108] Leaked scalars
2010-01-08 David Mitchellreset sv_serial for each new interpreter
2010-01-08 David Mitchellin perl_clone() move common code outside ifdef/else...
2010-01-08 David Mitchellin perl_clone() shuffle some ifdefs about a bit
2010-01-08 David Mitchellunify #ifdef indent on both sides of PERL_IMPLICIT_SYS...
2009-12-22 Father Chrysostomos[perl #70748] threads panic in del_backref
2009-12-12 Rafael Garcia-SuarezMerge commit 'khwilliamson/x' into blead
2009-12-07 Chip SalzenbergMerge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-12-07 Tony CookFix for 7baa4690 breakage of threaded builds.
2009-12-06 hv@crypt.org[perl #71000] Wrong variable name in warning
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-12-06 Chip Salzenbergavoid infinite chain of utf8 magic
2009-12-06 Chip Salzenbergwhen removing magic, fix SvMAGICAL flags (unless save_m...
2009-11-24 Jim Cromiecleanup get_arena param-names, mark as May-Change
2009-11-20 Nicholas ClarkAlways bless filehandles into IO::Handle:: - don't...
2009-11-13 Jan DuboisPL_scopestack_name needs to be copied in perl_clone()
2009-11-12 Karl WilliamsonGrow zero length scalars
2009-11-06 Gerard GoossenCheck to see if there was a body which needs freeing...
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-10-21 Jan DuboisFix off-by-one error in e92c6be8349ad1d36d6df1dcb526fd3...
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-10-08 Rafael Garcia-SuarezDocumentation typo
2009-10-06 Nicholas ClarkDon't attempt UTF-8 cache assertion for SVs with invali...
2009-09-13 Rafael Garcia-SuarezRemove obsolete interpreter variable PL_utf8_alnumc
2009-09-05 Yves Ortonconvert a bunch of duplicated mortalization logic in...
2009-09-05 Yves Ortonadd a note about the previous patches from gfx
2009-09-05 gfxnewSVpvn_flags() does mortalization in place, instead...
2009-08-25 Bo BorgersonString with NULL auto-increment bug fix
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-08 Nicholas ClarkPerl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas ClarkMove the "types are equal" early return ahead of the...
2009-08-05 David Mitchellin perl_clone_using, free the prt_table
2009-07-26 David Mitchelldup saved_curcop in PL_parser
2009-07-18 Tony Cookmro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2009-07-17 Nicholas ClarkAllocate XPV* memory using sizeof() and the offset...
2009-07-17 Nicholas ClarkEliminate struct regexp_allocated and xpvio_allocated.
2009-07-08 Vincent PitAdd a pluggable hook in op_free()
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-05-31 Rafael Garcia-SuarezFix casting warning
2009-05-30 Alex VandiverFix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-26 Vincent PitExplicitely point to $. when it causes an uninitialized...
2009-05-21 Nicholas ClarkUse only one block of memory for both PL_psig_name...
2009-05-20 H.Merijn Brandfix glob-assign for FORMAT
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas ClarkIn perl_clone_using(), use sv_dup_inc_multiple() to...
2009-05-18 Nicholas ClarkAdd S_sv_dup_inc_multiple(), used in place of loops...
2009-05-18 Nicholas ClarkIn perl_clone_using(), don't use Newxz() for arrays...
2009-05-18 Nicholas ClarkIn Perl_ptr_table_new(), fight back against the cult...
2009-05-18 Nicholas ClarkTidy the implementation of Perl_mg_dup().
2009-05-18 Nicholas ClarkIn Perl_mg_dup(), remove a branch by tracking the addre...
2009-05-18 Nicholas ClarkIn Perl_mg_dup(), the while loop does the NULL check...
2009-05-18 Nicholas ClarkIn Perl_mg_dup(), don't call ptr_table_fetch, as we...
2009-05-12 Nicholas ClarkInline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing...
2009-05-04 Nicholas ClarkIn Perl_gp_dup(), no need to explicitly zero ret->gp_re...
2009-05-04 Nicholas ClarkMake Perl_hek_dup() cope with a NULL "source" parameter...
2009-05-04 Nicholas ClarkFix SEGVs when cloning a typeglob that has been undefin...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-04-19 Nicholas ClarkIn the context of PERL_OLD_COPY_ON_WRITE, remove commen...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2009-03-29 Nicholas ClarkChange Perl_newCONSTSUB() so that a NULL sv generates...
2009-03-28 Nicholas ClarkDon't COW PVFMs, as the IVX is now used for FmLINES...
2009-03-06 David Mitchellfix a couple of comments that annoyingly look like...
2009-02-07 Vincent PitThe correct name of PERL_UTF8_magic is PERL_MAGIC_utf8...
2009-01-20 Rafael Garcia-SuarezOptimize away calls to empty DESTROY methods
2009-01-19 KarlCombine sv_utf8_upgrade with a following grow
2009-01-02 Rafael Garcia-SuarezBump coopyright year in embed.pl and various files...
2009-01-02 karl williamsonFaster sv_utf8_upgrade()
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-12-26 kevin brintnallsv_dup(): avoid cloning empty arrays
2008-12-26 KarlUpdate comments and documentation dealing with utf
2008-12-20 Steve PetersIt looks like the previous patch is working fine on...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-12-01 Nicholas ClarkIn Perl_ss_dup(), case SAVEt_FREEPV can be rolled into...
2008-12-01 Nicholas ClarkRe-order Perl_save_delete() to PTR, INT, PTR.
2008-12-01 Nicholas ClarkFor SAVEHINTS(), re-order the savestack to be (?:PTR...
2008-11-26 Nicholas Clarksv_add_arena() is now only called from sv.c, so it...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-10 Marcus Holland-MoritzAllow lvalue usage of SvRV() and add MUTABLE_SV() check.
2008-11-09 Marcus Holland-MoritzFix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Hugo van der Sanden"Perl_newSVpvf("%lld")" is broken
2008-11-07 Marcus Holland-MoritzRevert SvPVX() to allow lvalue usage, but also add a
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
next