This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Variants of several regression tests that run the actul tests inside
[perl5.git] / sv.c
2008-01-09 Nicholas ClarkAdd DEBUG_LEAKING_SCALARS_ABORT, to call abort() if...
2008-01-08 Nicholas ClarkPL_regex_padav can simply be dup()ed. This is surprisin...
2008-01-08 Nicholas ClarkIn PL_regexp_padav, store regexps via real references...
2008-01-08 Nicholas ClarkCorrect a long-standing ithreads reference counting...
2008-01-07 Nicholas ClarkDon't set the public IV or NV flags if the string conve...
2008-01-06 Yves OrtonRemove FIXME that is already fixed.
2008-01-06 Yves OrtonMake new regex type be 'REGEXP' and make all core qr...
2008-01-06 Nicholas ClarkAllow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Nicholas ClarkDon't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas ClarkPossible future bugs found by the creation of newSVpvn_...
2008-01-03 Nicholas ClarkTypo spotted by Jarkko.
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-31 Nicholas Clarkassert() that we're not trying to free scalars a second...
2007-12-29 Nicholas ClarkIn sv_chop(), write sentinals over the part of the...
2007-12-29 Nicholas ClarkMove all code that relies on reading the to-be-thrown...
2007-12-29 Nicholas ClarkPerl_sv_chop() can return early if it's being asked...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkTest that we can clone regexps into new threads, and...
2007-12-27 Nicholas ClarkYou can't coerce a typeglob to a string. (Restore the...
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-12-26 Nicholas ClarkTweak Perl_sv_upgrade() so that references can upgrade...
2007-12-26 Nicholas ClarkTake code that occurs in three places to take a scalar...
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-12-23 Nicholas ClarkAdd an assert() to verify my assumption that no-one...
2007-12-22 Nicholas ClarkRemove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-22 Nicholas ClarkBy moving the "can't upgrade downwards" croak() in...
2007-12-22 Nicholas ClarkCorrect the minor mistake of changes 32675 and 32676...
2007-12-20 Nicholas ClarkSimiliarly Perl_newHV() can become a mathom by making...
2007-12-20 Nicholas ClarkPerl_newAV() can become a mathom by making newAV()...
2007-11-28 Nicholas ClarkFix bless/readonly failure spotted by Jerry Hedden.
2007-11-19 Jim Cromierc1 patch - delta, comment nits
2007-11-09 Dave MitchellMust remember to proof-read my comments before committi...
2007-11-09 Dave Mitchell[perl #47233] Core dump caused by goto
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
2007-11-02 Dave Mitchell[perl #47045] CLONE_SKIP doesn't result in undef copies
2007-10-20 Robin BarkerVDf no longer in PERL_CORE
2007-10-20 Rafael Garcia-SuarezRevert code change from #32148
2007-10-20 Jerry D. HeddenRe: [PATCH] Fix overloading for 64-bit ints (revised)
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-18 Nicholas ClarkWhere possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-17 Ben MorrowAnother ex-PVBM assert
2007-10-16 Nicholas ClarkReplace my_strlcpy() with a pair of byte writes.
2007-10-06 Nicholas ClarkPropagate the perlapi.pod part of change 32026 back...
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-09-28 Jim Cromie[patch] s/thinngy/thingy/
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-14 Jim Cromiea spelling nit
2007-09-12 Nicholas ClarkDon't call frexp() on +Inf or -Inf either. (It's not...
2007-09-12 Rafael Garcia-SuarezAmend change 31854 for when NAN_COMPARE_BROKEN
2007-09-12 Zefram[perl #45383] sprintf %f panics with NaN
2007-09-09 Dave Mitchellununit pos value warning identified the wrong variable...
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-08-30 Jarkko Hietaniemimisc blead stuff
2007-08-15 Vincent PitDocument SvSHARED_HASH.
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Dave Mitchellmake sure PL_Parser is NULL during early stage of threa...
2007-06-24 Nicholas ClarkAlso get copy on write working with ithreads. It hadn...
2007-06-17 Rafael Garcia-SuarezPatches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-15 Jarkko Hietaniemimiscellanea
2007-06-13 Dave Mitchellchange #31134 broke DEBUG_LEAKING_SCALARS builds
2007-06-07 Jim Cromie[patch] fix small errors in sv.c commentary
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-28 Nicholas ClarkAvoid calling SvEND() when SvPOKp() is not true.
2007-05-25 Dave Mitchelldelete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-25 Dave Mitchellfix coredump in S_varname (tickled by Devel::Profile)
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-08 Andy Lestermore consting
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-05 Dave Mitchellmigrate more variables to PL_parser struct:
2007-05-04 Dave Mitchellmove some more variables into the PL_parser struct:
2007-05-04 Dave Mitchellmove PL_expect and PL_copline into the PL_parser structure
2007-05-03 Nicholas ClarkInitialise PL_delayedisa on thread clone.
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-16 Jarkko Hietaniemisv.c: %d ne size_t
2007-04-15 Dave Mitchellfollow PL_watchaddr when cloning a thread
2007-04-15 Dave Mitchellwith DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2007-04-14 Dave MitchellMove PL_comppad nulling from do_clean_all to sv_clear
2007-04-12 Nicholas ClarkFix two errors in the OP debugging code. Now all test...
next