2012-11-29 |
Father Chrysostomos | Fix two local *ISA bugs |
blob | commitdiff |
2012-11-29 |
Father Chrysostomos | Don’t croak for local *DetachedStash::method |
blob | commitdiff | diff to current |
2012-11-29 |
Father Chrysostomos | Reset method caches when GPs are shared |
blob | commitdiff | diff to current |
2012-11-29 |
Father Chrysostomos | scope.c:save_gp: Remove redundant code |
blob | commitdiff | diff to current |
2012-11-25 |
Karl Williamson | Remove "register" declarations |
blob | commitdiff | diff to current |
2012-11-21 |
Father Chrysostomos | scope.c: Remove XXX tmp comment from SAVEt_FREEOP |
blob | commitdiff | diff to current |
2012-11-19 |
Daniel Dragan | reduce scope of a var in save_clearsv |
blob | commitdiff | diff to current |
2012-11-18 |
Father Chrysostomos | Stop local $_[0] from leaking |
blob | commitdiff | diff to current |
2012-11-10 |
David Mitchell | reindent block in leave_scope |
blob | commitdiff | diff to current |
2012-11-10 |
David Mitchell | add SAVEt_CLEARPADRANGE |
blob | commitdiff | diff to current |
2012-11-05 |
David Mitchell | fix NO_TAINT_SUPPORT on g++ |
blob | commitdiff | diff to current |
2012-11-05 |
Steffen Mueller | Add C define to remove taint support from perl origin/smueller/no_taint3 |
blob | commitdiff | diff to current |
2012-09-17 |
Father Chrysostomos | Revert "Set PL_comppad_name on sub entry" |
blob | commitdiff | diff to current |
2012-09-16 |
Vincent Pit | Make cx_dump() display the correct gimme description |
blob | commitdiff | diff to current |
2012-09-16 |
Vincent Pit | Fix perl with -DPERL_POISON after commit 22ade07 |
blob | commitdiff | diff to current |
2012-09-16 |
Steffen Mueller | Save one NULL assignment per TMP |
blob | commitdiff | diff to current |
2012-09-16 |
Father Chrysostomos | Move my sub prototype CVs to the pad names |
blob | commitdiff | diff to current |
2012-09-16 |
Father Chrysostomos | Set PL_comppad_name on sub entry |
blob | commitdiff | diff to current |
2012-09-16 |
Father Chrysostomos | CvNAME_HEK_set |
blob | commitdiff | diff to current |
2012-09-16 |
Father Chrysostomos | Clone my subs on scope entry |
blob | commitdiff | diff to current |
2012-08-18 |
Karl Williamson | Omnibus removal of register declarations |
blob | commitdiff | diff to current |
2012-07-31 |
Father Chrysostomos | scope.c: Don’t stringify globs on scope exit |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | eliminate PL_reg_start_tmp, PL_reg_start_tmpl |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-05-21 |
Father Chrysostomos | scope.c: Simplify and clarify comment |
blob | commitdiff | diff to current |
2012-04-16 |
Father Chrysostomos | [perl #112444] Don’t leak %^H autovivified by destructor |
blob | commitdiff | diff to current |
2012-04-11 |
David Mitchell | stop %^H pointing to being-freed hash; #112326 |
blob | commitdiff | diff to current |
2012-01-16 |
Nicholas Clark | Provide as much diagnostic information as possible... |
blob | commitdiff | diff to current |
2011-12-23 |
Father Chrysostomos | Don’t double-free hint hash if copying dies |
blob | commitdiff | diff to current |
2011-12-15 |
Karl Williamson | scope.c: Allow successful saving of PL_tainted |
blob | commitdiff | diff to current |
2011-11-19 |
Father Chrysostomos | Copy magic during localisation even for GVs |
blob | commitdiff | diff to current |
2011-11-05 |
Father Chrysostomos | Hide pad vars from magic methods on scope exit |
blob | commitdiff | diff to current |
2011-11-05 |
Father Chrysostomos | Weak refs to pad hvs should go stale |
blob | commitdiff | diff to current |
2011-10-07 |
David Mitchell | make SVs_PADTMP and SVs_PADSTALE share a bit |
blob | commitdiff | diff to current |
2011-09-09 |
Zefram | remove index offsetting ($[) |
blob | commitdiff | diff to current |
2011-08-27 |
Father Chrysostomos | GVs of localised arrays and hashes should be refcounted |
blob | commitdiff | diff to current |
2011-08-02 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL |
blob | commitdiff | diff to current |
2011-01-21 |
David Mitchell | add GvCV_set() and GvGP_set() macros. |
blob | commitdiff | diff to current |
2010-12-16 |
Jan Dubois | Silence some data truncation compiler warnings |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | Revert "Globs that are in the symbol table can be unglo... |
blob | commitdiff | diff to current |
2010-10-30 |
Father Chrysostomos | Switch the core MRO code over to HvENAME |
blob | commitdiff | diff to current |
2010-10-29 |
Zefram | add SAVEFREECOPHH() |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | full API for cop hint hashes |
blob | commitdiff | diff to current |
2010-10-13 |
Nicholas Clark | In S_save_scalar_at, remove oldtainted, unneeded since... |
blob | commitdiff | diff to current |
2010-09-16 |
Zefram | add hv_copy_hints_hv and save_hints to the API |
blob | commitdiff | diff to current |
2010-09-08 |
David Mitchell | bad things happened with for $x (...) { *x = *y } |
blob | commitdiff | diff to current |
2010-09-08 |
David Mitchell | eliminate next_op from struct block_loop |
blob | commitdiff | diff to current |
2010-07-28 |
Chip Salzenberg | remove misleading comment about CXINC; it's fine |
blob | commitdiff | diff to current |
2010-07-28 |
Chip Salzenberg | Revert "Fix off-by-one: avoid allocating an extra context" |
blob | commitdiff | diff to current |
2010-07-28 |
Chip Salzenberg | Fix off-by-one: avoid allocating an extra context |
blob | commitdiff | diff to current |
2010-05-05 |
Nicholas Clark | When saving ints, if the value is small enough save... |
blob | commitdiff | diff to current |
2010-05-05 |
Nicholas Clark | When saving I32s, if the value is small enough save... |
blob | commitdiff | diff to current |
2010-05-04 |
Nicholas Clark | For SAVEt_I16, save the value with the type. |
blob | commitdiff | diff to current |
2010-05-04 |
Nicholas Clark | For SAVEt_I8, save the value with the type. |
blob | commitdiff | diff to current |
2010-05-03 |
Nicholas Clark | For SAVEt_BOOL, save the value with the type. |
blob | commitdiff | diff to current |
2010-05-03 |
Nicholas Clark | For SAVEt_ALLOC, store the number of save stack entries... |
blob | commitdiff | diff to current |
2010-05-02 |
Nicholas Clark | For SAVEt_REGCONTEXT, store the number of save stack... |
blob | commitdiff | diff to current |
2010-05-02 |
Nicholas Clark | Fix c6bf6a65 - 64 bit big endian builds were broken. |
blob | commitdiff | diff to current |
2010-05-02 |
Nicholas Clark | For SVt_CLEAR, store the pad offset with the type. |
blob | commitdiff | diff to current |
2010-05-01 |
Nicholas Clark | On the save stack, store the save type as the bottom... |
blob | commitdiff | diff to current |
2010-04-26 |
Lubomir Rintel ... | Globs that are in symbol table can be un-globbed |
blob | commitdiff | diff to current |
2010-04-15 |
Nicholas Clark | Move PERL_ASYNC_CHECK() from the runloop to control... |
blob | commitdiff | diff to current |
2010-04-15 |
David Mitchell | use cBOOL for bool casts |
blob | commitdiff | diff to current |
2010-04-13 |
David Mitchell | fix minor casting issue |
blob | commitdiff | diff to current |
2010-04-11 |
David Mitchell | RT 8857: premature free in local of tied element |
blob | commitdiff | diff to current |
2010-03-30 |
David Mitchell | improve -Dl debugging output |
blob | commitdiff | diff to current |
2009-11-13 |
Jerry D. Hedden | Fix compiler warning: |
blob | commitdiff | diff to current |
2009-11-12 |
Gerard Goossen | Add ENTER_with_name and LEAVE_with_name to automaticly... |
blob | commitdiff | diff to current |
2009-11-08 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL ... |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit | Introduce save_hdelete() and SAVEHDELETE() |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit | Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at... |
blob | commitdiff | diff to current |
2009-07-25 |
Vincent Pit | Introduce save_aelem_flags() |
blob | commitdiff | diff to current |
2008-12-28 |
Vincent Pit | Add save_adelete()/SAVEADELETE() to save on the stack... |
blob | commitdiff | diff to current |
2008-12-03 |
Nicholas Clark | Fix for tainting regression in a test of Text::Template... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | The temporary SV created in Perl_save_helem_flags(... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Change 34966 should also have removed the SSCHECK(4... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Implement Perl_save_delete() using save_pushptri32ptr(). |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Re-order Perl_save_delete() to PTR, INT, PTR. |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Add S_save_pushptri32ptr() and use it to re-implement... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Move the implmentation of SAVEHINTS() into a new Perl_s... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | For SAVEHINTS(), re-order the savestack to be (?:PTR... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Expose save_pushi32ptr() and implement SAVECOPARYBASE... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark | Expose save_pushptrptr() and implement SAVESWITCHSTACK... |
blob | commitdiff | diff to current |
2008-11-30 |
Nicholas Clark | Refactor all of the code of the form |
blob | commitdiff | diff to current |
2008-11-30 |
Nicholas Clark | Refactor all of the code of the form |
blob | commitdiff | diff to current |
2008-11-30 |
Nicholas Clark | Convert all the scope save functions of the form |
blob | commitdiff | diff to current |
2008-11-30 |
Nicholas Clark | This feels like a more robust location than that of... |
blob | commitdiff | diff to current |
2008-11-30 |
Nicholas Clark | Proposed fix for -T -d:NYTProf regression. Probably... |
blob | commitdiff | diff to current |
2008-11-13 |
Chip Salzenberg | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}... |
blob | commitdiff | diff to current |
2008-11-12 |
Chip Salzenberg | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {.... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen | PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark | Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark | Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark | Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-10-16 |
Nicholas Clark | Clarify which save types are in mathoms, which aren... |
blob | commitdiff | diff to current |
2008-02-26 |
Rafael Garcia-Suarez | Chainsaw DEBUG_S out, as suggested by Vincent Pit. |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark | assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark | Investigation reveals that the work of restoring the... |
blob | commitdiff | diff to current |
next |