| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix CLONE/weakref bug revealed by adf8f095c5881bce. | Nicholas Clark | 2010-05-25 | 1 | -7/+36 |
* | Convert PAD_DUP to a function Perl_padlist_dup(). | Nicholas Clark | 2010-05-24 | 1 | -1/+1 |
* | When deleting CLONE_PARAMS, push any unreferenced SVs onto the temps stack. | Nicholas Clark | 2010-05-24 | 1 | -32/+29 |
* | Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack. | Nicholas Clark | 2010-05-24 | 1 | -24/+61 |
* | Cleaner implementations for Perl_clone_params_{new,del} | Nicholas Clark | 2010-05-24 | 1 | -33/+10 |
* | Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new(). | Nicholas Clark | 2010-05-24 | 1 | -0/+81 |
* | Convert Perl_sv_dup_inc() from a macro to a real function. | Nicholas Clark | 2010-05-24 | 1 | -7/+13 |
* | In perl_clone_using(), turn off AvREAL() on param->stashes. | Nicholas Clark | 2010-05-24 | 1 | -0/+7 |
* | Change the API documentation from sv_2nv to sv_2nv_flags. | Nicholas Clark | 2010-05-23 | 1 | -1/+1 |
* | Eliminate xhv_fill from struct xpvhv. | Nicholas Clark | 2010-05-21 | 1 | -1/+1 |
* | Make HvFILL() count the allocated buckets, instead of reading a stored value. | Nicholas Clark | 2010-05-21 | 1 | -7/+0 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -4/+39 |
* | Remove union _xivu from struct xpvhv - replace it with a non-union xav_keys. | Nicholas Clark | 2010-05-21 | 1 | -1/+1 |
* | Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc. | Nicholas Clark | 2010-05-21 | 1 | -1/+1 |
* | Reinstate space optimisations to SV body structures. | Nicholas Clark | 2010-05-21 | 1 | -4/+22 |
* | In the SV body, exchange the positions of the NV and stash/magic. | Nicholas Clark | 2010-05-21 | 1 | -6/+7 |
* | Remove all space optimisations from SV body structures. | Nicholas Clark | 2010-05-21 | 1 | -31/+31 |
* | In sv.c, _all_ {new,del}_X* macros can be *_body_allocated. | Nicholas Clark | 2010-05-20 | 1 | -15/+8 |
* | Return 0 (with a warning) for sprintf("%.0g") and sprintf("%.0f") | Nicholas Clark | 2010-05-13 | 1 | -9/+2 |
* | add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns | David Mitchell | 2010-05-08 | 1 | -4/+16 |
* | add flags arg to sv_2nv (as sv_2nv_flags) | David Mitchell | 2010-05-08 | 1 | -4/+5 |
* | Stop returning 0 for sprintf("%.0g") | Vincent Pit | 2010-05-06 | 1 | -1/+3 |
* | Make sv_vcatpvfn() complain when special formats "%s" and "%.0f" can't find t... | Vincent Pit | 2010-05-06 | 1 | -1/+3 |
* | When saving ints, if the value is small enough save it with the type. | Nicholas Clark | 2010-05-05 | 1 | -0/+1 |
* | When saving I32s, if the value is small enough save it with the type. | Nicholas Clark | 2010-05-05 | 1 | -0/+1 |
* | For SAVEt_I16, save the value with the type. | Nicholas Clark | 2010-05-04 | 1 | -1/+1 |
* | For SAVEt_I8, save the value with the type. | Nicholas Clark | 2010-05-04 | 1 | -1/+1 |
* | For SAVEt_BOOL, save the value with the type. | Nicholas Clark | 2010-05-03 | 1 | -6/+2 |
* | For SAVEt_ALLOC, store the number of save stack entries used with the type. | Nicholas Clark | 2010-05-03 | 1 | -5/+1 |
* | For SAVEt_REGCONTEXT, store the number of save stack entries used with the type. | Nicholas Clark | 2010-05-02 | 1 | -0/+2 |
* | Better fix for RT #2140 (list assignment with duplicated temporaries) | Nicholas Clark | 2010-05-02 | 1 | -3/+1 |
* | For SVt_CLEAR, store the pad offset with the type. | Nicholas Clark | 2010-05-02 | 1 | -2/+2 |
* | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -2/+6 |
* | Deprecate Perl_ptr_table_clear(). Nothing outside sv.c uses it. | Nicholas Clark | 2010-04-29 | 1 | -1/+13 |
* | Fix possible undefined behaviour introduced by b9e00b79e4947c49d5520633f9efd2... | Vincent Pit | 2010-04-26 | 1 | -1/+2 |
* | Globs that are in symbol table can be un-globbed | Lubomir Rintel (GoodData) | 2010-04-26 | 1 | -3/+4 |
* | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -0/+1 |
* | Don't allocate pointer table entries from arenas. | Nicholas Clark | 2010-04-25 | 1 | -54/+46 |
* | Consistently use OP_DESC instead of OP_NAME in error messages | Rafael Garcia-Suarez | 2010-04-22 | 1 | -6/+6 |
* | use cBOOL for bool casts | David Mitchell | 2010-04-15 | 1 | -3/+3 |
* | [perl #45167] Taint removal by sprintf | David Mitchell | 2010-03-21 | 1 | -0/+1 |
* | Clarify sv.c API wording. | Karl Williamson | 2010-02-28 | 1 | -1/+2 |
* | fix for [perl #72604] @DB::args and win32 fork | David Mitchell | 2010-02-28 | 1 | -3/+2 |
* | rt #72866 - add magic to arrayrefs assigned to *Foo::ISA | Tony Cook | 2010-02-18 | 1 | -4/+4 |
* | Avoid a panic from the UTF-8 length cache if the length overflows 32 bits. | Nicholas Clark | 2010-02-18 | 1 | -0/+4 |
* | Remove unused variable | H.Merijn Brand | 2010-02-16 | 1 | -2/+0 |
* | Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags(). | Nicholas Clark | 2010-02-14 | 1 | -25/+27 |
* | Removes 32-bit limit on substr arguments. The full range of IV and UV is avai... | Eric Brine | 2010-02-14 | 1 | -6/+41 |
* | Fix for non-regexps being upgraded to SVt_REGEXP | Nicholas Clark | 2010-02-09 | 1 | -1/+43 |
* | Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl... | Nicholas Clark | 2010-02-06 | 1 | -1/+1 |