LOGONLY mark e6226b DOCed
[p5sagit/p5-mst-13.2.git] / sv.c
2010-06-04 David Mitchell add PL_signalhook to hook into signal dispatch
2010-05-25 Nicholas Clark Fix CLONE/weakref bug revealed by adf8f095c5881bce.
2010-05-24 Nicholas Clark Convert PAD_DUP to a function Perl_padlist_dup().
2010-05-24 Nicholas Clark When deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas Clark Better ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas Clark Cleaner implementations for Perl_clone_params_{new...
2010-05-24 Nicholas Clark Abstract *correct* initialisation of CLONE_PARAMS into...
2010-05-24 Nicholas Clark Convert Perl_sv_dup_inc() from a macro to a real function.
2010-05-24 Nicholas Clark In perl_clone_using(), turn off AvREAL() on param-...
2010-05-23 Nicholas Clark Change the API documentation from sv_2nv to sv_2nv_flags.
2010-05-21 Nicholas Clark Eliminate xhv_fill from struct xpvhv.
2010-05-21 Nicholas Clark Make HvFILL() count the allocated buckets, instead...
2010-05-21 David Mitchell make overload respect get magic
2010-05-21 Nicholas Clark Remove union _xivu from struct xpvhv - replace it with...
2010-05-21 Nicholas Clark Remove union _xivu from struct xpvav - replace it with...
2010-05-21 Nicholas Clark Reinstate space optimisations to SV body structures.
2010-05-21 Nicholas Clark In the SV body, exchange the positions of the NV and...
2010-05-21 Nicholas Clark Remove all space optimisations from SV body structures.
2010-05-20 Nicholas Clark In sv.c, _all_ {new,del}_X* macros can be *_body_allocated.
2010-05-13 Nicholas Clark Return 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-08 David Mitchell add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns
2010-05-08 David Mitchell add flags arg to sv_2nv (as sv_2nv_flags)
2010-05-06 Vincent Pit Stop returning 0 for sprintf("%.0g")
2010-05-06 Vincent Pit Make sv_vcatpvfn() complain when special formats "...
2010-05-05 Nicholas Clark When saving ints, if the value is small enough save...
2010-05-05 Nicholas Clark When saving I32s, if the value is small enough save...
2010-05-04 Nicholas Clark For SAVEt_I16, save the value with the type.
2010-05-04 Nicholas Clark For SAVEt_I8, save the value with the type.
2010-05-03 Nicholas Clark For SAVEt_BOOL, save the value with the type.
2010-05-03 Nicholas Clark For SAVEt_ALLOC, store the number of save stack entries...
2010-05-02 Nicholas Clark For SAVEt_REGCONTEXT, store the number of save stack...
2010-05-02 Nicholas Clark Better fix for RT #2140 (list assignment with duplicate...
2010-05-02 Nicholas Clark For SVt_CLEAR, store the pad offset with the type.
2010-05-01 Nicholas Clark On the save stack, store the save type as the bottom...
2010-04-29 Nicholas Clark Deprecate Perl_ptr_table_clear(). Nothing outside sv...
2010-04-26 Vincent Pit Fix possible undefined behaviour introduced by b9e00b79...
2010-04-26 Lubomir Rintel ... Globs that are in symbol table can be un-globbed
2010-04-25 Zefram unwinding target nominated by separate global
2010-04-25 Nicholas Clark Don't allocate pointer table entries from arenas.
2010-04-22 Rafael Garcia-Suarez Consistently use OP_DESC instead of OP_NAME in error...
2010-04-15 David Mitchell use cBOOL for bool casts
2010-03-21 David Mitchell [perl #45167] Taint removal by sprintf
2010-02-28 Karl Williamson Clarify sv.c API wording.
2010-02-28 David Mitchell fix for [perl #72604] @DB::args and win32 fork
2010-02-18 Tony Cook rt #72866 - add magic to arrayrefs assigned to *Foo...
2010-02-18 Nicholas Clark Avoid a panic from the UTF-8 length cache if the length...
2010-02-16 H.Merijn Brand Remove unused variable
2010-02-14 Nicholas Clark Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Eric Brine Removes 32-bit limit on substr arguments. The full...
2010-02-09 Nicholas Clark Fix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Nicholas Clark Improvements to 31c9a3 - CPAN code did depend on the...
2010-01-19 Niko Tyni Fix a NULL pointer dereference when looking for a DESTR...
2010-01-12 David Mitchell fix for [perl #65582] anon globs segfaulting
2010-01-11 David Mitchell fix for [perl #41138] $_ leaks under threads
2010-01-09 David Mitchell PL_sv_serial only exists ifdef DEBUG_LEAKING_SCALARS
2010-01-08 David Mitchell fix for [perl #66108] Leaked scalars
2010-01-08 David Mitchell reset sv_serial for each new interpreter
2010-01-08 David Mitchell in perl_clone() move common code outside ifdef/else...
2010-01-08 David Mitchell in perl_clone() shuffle some ifdefs about a bit
2010-01-08 David Mitchell unify #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-Suarez Merge commit 'khwilliamson/x' into blead
2009-12-07 Chip Salzenberg Merge branch 'blead' of ssh://perl5.git.perl.org/perl...
2009-12-07 Tony Cook Fix for 7baa4690 breakage of threaded builds.
2009-12-06 hv@crypt.org [perl #71000] Wrong variable name in warning
2009-12-06 Karl Williamson qr/\X/ expansion
2009-12-06 Chip Salzenberg avoid infinite chain of utf8 magic
2009-12-06 Chip Salzenberg when removing magic, fix SvMAGICAL flags (unless save_m...
2009-11-24 Jim Cromie cleanup get_arena param-names, mark as May-Change
2009-11-20 Nicholas Clark Always bless filehandles into IO::Handle:: - don't...
2009-11-13 Jan Dubois PL_scopestack_name needs to be copied in perl_clone()
2009-11-12 Karl Williamson Grow zero length scalars
2009-11-06 Gerard Goossen Check to see if there was a body which needs freeing...
2009-10-22 Ben Morrow RT#69616: regexp SVs lose regexpness in assignment
2009-10-21 Jan Dubois Fix off-by-one error in e92c6be8349ad1d36d6df1dcb526fd3...
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-10-12 Nicholas Clark Add Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-08 Rafael Garcia-Suarez Documentation typo
2009-10-06 Nicholas Clark Don't attempt UTF-8 cache assertion for SVs with invali...
2009-09-13 Rafael Garcia-Suarez Remove obsolete interpreter variable PL_utf8_alnumc
2009-09-05 Yves Orton convert a bunch of duplicated mortalization logic in...
2009-09-05 Yves Orton add a note about the previous patches from gfx
2009-09-05 gfx newSVpvn_flags() does mortalization in place, instead...
2009-08-25 Bo Borgerson String with NULL auto-increment bug fix
2009-08-21 Zefram Add clear magic to %^H so that the HE chain is reset...
2009-08-08 Nicholas Clark Perl_newIO() can become a mathom by making newIO()...
2009-08-08 Nicholas Clark Move the "types are equal" early return ahead of the...
2009-08-05 David Mitchell in perl_clone_using, free the prt_table
2009-07-26 David Mitchell dup saved_curcop in PL_parser
2009-07-18 Tony Cook mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)
2009-07-17 Nicholas Clark Allocate XPV* memory using sizeof() and the offset...
2009-07-17 Nicholas Clark Eliminate struct regexp_allocated and xpvio_allocated.
2009-07-08 Vincent Pit Add a pluggable hook in op_free()
2009-06-27 James Mastros Add test to make sure everything that outputs an except...
2009-05-31 Rafael Garcia-Suarez Fix casting warning
2009-05-30 Alex Vandiver Fix [RT#6266] -- sv_pos_u2b expects to be called with...
2009-05-26 Vincent Pit Explicitely point to $. when it causes an uninitialized...
2009-05-21 Nicholas Clark Use only one block of memory for both PL_psig_name...
2009-05-20 H.Merijn Brand fix glob-assign for FORMAT
2009-05-20 Nicholas Clark Remove binary compatibility scaffolding for the change...
next