This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bring Pod::Simple up to 3.09 as on CPAN.
[perl5.git] / sv.c
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.
2008-10-30 Nicholas ClarkChange 34627 didn't realise that if S_find_uninit_var...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from sv.c and [tu]*.c, except...
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 ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-29 Nicholas ClarkAs Perl_cv_const_sv() now takes a const CV *, use that...
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-28 Nicholas ClarkConsting in S_find_uninit_var() and the routines that...
2008-10-28 Nicholas ClarkSome consting in Perl_ss_dup(), and a few (HV*) casts...
2008-10-28 Nicholas ClarkA gaggle of casts in Perl_sv_magicext() that are (const...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #3: make implicit cast
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-14 Nicholas ClarkYet another [ACGHS]V pointer in the interpreter structu...
2008-09-15 Nicholas ClarkSEGV in readline with $/ set to a reference, discovered...
2008-08-24 Dave MitchellDon't add freed SVF_BREAK scalars to the freed list.
2008-08-22 Nicholas ClarkIn S_mro_get_linear_isa_dfs(), save copying by making...
2008-08-21 Nicholas ClarkChange 33807 to fix bug #52740 wasn't quite right,...
2008-08-21 Dave Mitchellbetter document how the weakref backrefs array is refco...
2008-08-20 Dave MitchellAssert that backreferences array is not freed rather...
2008-08-20 Dave Mitchell[perl #56908] DBI memory leak in 5.10.0 due to change...
2008-07-15 Nicholas ClarkFix use of a variable before it is initialised, introdu...
2008-07-13 Nicholas ClarkThe assert()ions in sv_chop() that the passed in pointe...
2008-07-13 Nicholas Clarkassert() that the pointer passed to Perl_sv_chop()...
2008-07-11 Nicholas ClarkIn Perl_sv_utf8_upgrade_flags(), don't assume that...
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-06-24 Dave Mitchellmore incorrect variable reported in uninitialized value...
2008-06-22 Dave MitchellIncorrect variable reported in uninitialized value...
2008-05-18 Dave MitchellDEBUG_LEAKING_SCALARS wasn't reporting the correct...
2008-05-10 BramCall SvMAGICAL_off in mg_free
next