Fix regexec.c so $^N and $+ are correctly updated so that they work properly inside...
[p5sagit/p5-mst-13.2.git] / sv.c
2008-01-05 Nicholas Clark BER is all very well, but it turns out that it's better...
2008-01-04 Nicholas Clark Re-implement the SvOOK() hack to store the offset as...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas Clark Extend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-03 Nicholas Clark Possible future bugs found by the creation of newSVpvn_...
2008-01-03 Nicholas Clark Typo spotted by Jarkko.
2008-01-02 Nicholas Clark Add a new function newSVpvn_flags(), which takes a...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-31 Nicholas Clark assert() that we're not trying to free scalars a second...
2007-12-29 Nicholas Clark In sv_chop(), write sentinals over the part of the...
2007-12-29 Nicholas Clark Move all code that relies on reading the to-be-thrown...
2007-12-29 Nicholas Clark Perl_sv_chop() can return early if it's being asked...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Test that we can clone regexps into new threads, and...
2007-12-27 Nicholas Clark You can't coerce a typeglob to a string. (Restore the...
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Tweak Perl_sv_upgrade() so that references can upgrade...
2007-12-26 Nicholas Clark Take code that occurs in three places to take a scalar...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-23 Nicholas Clark Add an assert() to verify my assumption that no-one...
2007-12-22 Nicholas Clark Remove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-12-22 Nicholas Clark By moving the "can't upgrade downwards" croak() in...
2007-12-22 Nicholas Clark Correct the minor mistake of changes 32675 and 32676...
2007-12-20 Nicholas Clark Similiarly Perl_newHV() can become a mathom by making...
2007-12-20 Nicholas Clark Perl_newAV() can become a mathom by making newAV()...
2007-11-28 Nicholas Clark Fix bless/readonly failure spotted by Jerry Hedden.
2007-11-19 Jim Cromie rc1 patch - delta, comment nits
2007-11-09 Dave Mitchell Must 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. Hedden Bug 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 Barker VDf no longer in PERL_CORE
2007-10-20 Rafael Garcia-Suarez Revert code change from #32148
2007-10-20 Jerry D. Hedden Re: [PATCH] Fix overloading for 64-bit ints (revised)
2007-10-19 Jerry D. Hedden Fix overloading for 64-bit ints (revised)
2007-10-18 Nicholas Clark Where possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-17 Ben Morrow Another ex-PVBM assert
2007-10-16 Nicholas Clark Replace my_strlcpy() with a pair of byte writes.
2007-10-06 Nicholas Clark Propagate the perlapi.pod part of change 32026 back...
2007-10-05 Nicholas Clark PL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-09-28 Jim Cromie [patch] s/thinngy/thingy/
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-14 Jim Cromie a spelling nit
2007-09-12 Nicholas Clark Don't call frexp() on +Inf or -Inf either. (It's not...
2007-09-12 Rafael Garcia-Suarez Amend change 31854 for when NAN_COMPARE_BROKEN
2007-09-12 Zefram [perl #45383] sprintf %f panics with NaN
2007-09-09 Dave Mitchell ununit pos value warning identified the wrong variable...
2007-08-31 Brandon Black Re: optimize push @ISA, (was Re: parent.pm at corion...
2007-08-30 Jarkko Hietaniemi misc blead stuff
2007-08-15 Vincent Pit Document SvSHARED_HASH.
2007-06-29 Rafael Garcia-Suarez Revert change #31489.
2007-06-28 Brandon Black Re: [perl #43357] *DESTROY = sub {} at runtime
2007-06-26 Dave Mitchell make sure PL_Parser is NULL during early stage of threa...
2007-06-24 Nicholas Clark Also get copy on write working with ithreads. It hadn...
2007-06-17 Rafael Garcia-Suarez Patches to compile perl on Cray XT4 Catamount/Qk, by...
2007-06-15 Jarkko Hietaniemi miscellanea
2007-06-13 Dave Mitchell change #31134 broke DEBUG_LEAKING_SCALARS builds
2007-06-07 Jim Cromie [patch] fix small errors in sv.c commentary
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-28 Nicholas Clark Avoid calling SvEND() when SvPOKp() is not true.
2007-05-25 Dave Mitchell delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-25 Dave Mitchell fix coredump in S_varname (tickled by Devel::Profile)
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchell move PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchell move PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-19 Craig A. Berry Various mro updates from Brandon Black. References:
2007-05-12 Dave Mitchell move PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-08 Andy Lester more consting
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-05-05 Dave Mitchell migrate more variables to PL_parser struct:
2007-05-04 Dave Mitchell move some more variables into the PL_parser struct:
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-05-03 Nicholas Clark Initialise PL_delayedisa on thread clone.
2007-04-30 Brandon Black Re: mro status, etc
2007-04-26 Brandon Black Fix a bug in method caching. Better version (broader...
2007-04-24 Nicholas Clark Make PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchell move PL_linestr from the interpreter struct to the...
2007-04-21 Nicholas Clark Where possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-16 Jarkko Hietaniemi sv.c: %d ne size_t
2007-04-15 Dave Mitchell follow PL_watchaddr when cloning a thread
2007-04-15 Dave Mitchell with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2007-04-14 Dave Mitchell Move PL_comppad nulling from do_clean_all to sv_clear
2007-04-12 Nicholas Clark Fix two errors in the OP debugging code. Now all test...
2007-04-07 Nicholas Clark Ensure PL_last_in_gv doesn't end up pointing to garbage...
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-04-01 Dave Mitchell Eliminate the use of PL_bufend outside of toke.c:
2007-03-26 Nicholas Clark In struct regexp replace the two arrays of I32s accesse...
2007-03-26 Rafael Garcia-Suarez say() should parse exactly like print()
2007-03-21 Nicholas Clark Don't try to set the NV on a typeglob-in-action. Should...
2007-03-21 Nicholas Clark AVs and HVs never had the NV slot. (Not that this error...
2007-03-07 Juerd Waalboer Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-03-05 Nicholas Clark As SvUPGRADE() is a macro wrapping a call to sv_upgrade...
next