| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+2 |
* | Add test to make sure everything that outputs an exception or warning has a m... | James Mastros | 2009-06-27 | 1 | -2/+2 |
* | Fix casting warning | Rafael Garcia-Suarez | 2009-05-31 | 1 | -2/+2 |
* | Fix [RT#6266] -- sv_pos_u2b expects to be called with a valid character index | Alex Vandiver | 2009-05-30 | 1 | -2/+3 |
* | Explicitely point to $. when it causes an uninitialized warning for ranges in... | Vincent Pit | 2009-05-26 | 1 | -0/+8 |
* | Use only one block of memory for both PL_psig_name and PL_psig_ptr. | Nicholas Clark | 2009-05-21 | 1 | -6/+4 |
* | fix glob-assign for FORMAT | H.Merijn Brand | 2009-05-20 | 1 | -0/+1 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -1/+1 |
* | In perl_clone_using(), use sv_dup_inc_multiple() to clone the temps stack. | Nicholas Clark | 2009-05-19 | 1 | -6/+3 |
* | Add S_sv_dup_inc_multiple(), used in place of loops that call sv_dup_inc(). | Nicholas Clark | 2009-05-18 | 1 | -11/+24 |
* | In perl_clone_using(), don't use Newxz() for arrays we immediately assign to. | Nicholas Clark | 2009-05-18 | 1 | -2/+2 |
* | In Perl_ptr_table_new(), fight back against the cult of Newxz(). | Nicholas Clark | 2009-05-18 | 1 | -1/+1 |
* | Tidy the implementation of Perl_mg_dup(). | Nicholas Clark | 2009-05-18 | 1 | -25/+26 |
* | In Perl_mg_dup(), remove a branch by tracking the address to write to instead of | Nicholas Clark | 2009-05-18 | 1 | -6/+4 |
* | In Perl_mg_dup(), the while loop does the NULL check for us already. | Nicholas Clark | 2009-05-18 | 1 | -4/+1 |
* | In Perl_mg_dup(), don't call ptr_table_fetch, as we never call ptr_table_store. | Nicholas Clark | 2009-05-18 | 1 | -4/+0 |
* | Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.) | Nicholas Clark | 2009-05-12 | 1 | -23/+17 |
* | In Perl_gp_dup(), no need to explicitly zero ret->gp_refcnt after the Newxz(). | Nicholas Clark | 2009-05-04 | 1 | -1/+2 |
* | Make Perl_hek_dup() cope with a NULL "source" parameter (by returning NULL). | Nicholas Clark | 2009-05-04 | 1 | -4/+3 |
* | Fix SEGVs when cloning a typeglob that has been undefined. (RT #64954) | Nicholas Clark | 2009-05-04 | 1 | -1/+1 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -6/+0 |
* | In the context of PERL_OLD_COPY_ON_WRITE, remove comments about global mutexes. | Nicholas Clark | 2009-04-19 | 1 | -12/+0 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -17/+1 |
* | Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return. | Nicholas Clark | 2009-03-29 | 1 | -0/+3 |
* | Don't COW PVFMs, as the IVX is now used for FmLINES. (since change 34134) | Nicholas Clark | 2009-03-28 | 1 | -1/+1 |
* | fix a couple of comments that annoyingly look like merge conflict markers | David Mitchell | 2009-03-06 | 1 | -2/+2 |
* | The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8, so use it in sv.c api... | Vincent Pit | 2009-02-07 | 1 | -3/+3 |
* | Optimize away calls to empty DESTROY methods | Rafael Garcia-Suarez | 2009-01-20 | 1 | -1/+5 |
* | Combine sv_utf8_upgrade with a following grow | Karl | 2009-01-19 | 1 | -1/+2 |
* | Bump coopyright year in embed.pl and various files that were just touched | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+2 |
* | Faster sv_utf8_upgrade() | karl williamson | 2009-01-02 | 1 | -29/+224 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | sv_dup(): avoid cloning empty arrays | kevin brintnall | 2008-12-26 | 1 | -1/+4 |
* | Update comments and documentation dealing with utf | Karl | 2008-12-26 | 1 | -0/+4 |
* | It looks like the previous patch is working fine on UNIXish boxes, | Steve Peters | 2008-12-19 | 1 | -4/+0 |
* | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -7/+16 |
* | standardize save/restore of errno & vaxc$errno | Chip Salzenberg | 2008-12-05 | 1 | -2/+2 |
* | In Perl_ss_dup(), case SAVEt_FREEPV can be rolled into case | Nicholas Clark | 2008-12-01 | 1 | -4/+2 |
* | Re-order Perl_save_delete() to PTR, INT, PTR. | Nicholas Clark | 2008-12-01 | 1 | -1/+3 |
* | For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR. | Nicholas Clark | 2008-12-01 | 1 | -2/+2 |
* | sv_add_arena() is now only called from sv.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+2 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -1/+1 |
* | Allow lvalue usage of SvRV() and add MUTABLE_SV() check. | Marcus Holland-Moritz | 2008-11-10 | 1 | -2/+2 |
* | Fix warning code in Perl_sv_vcatpvfn() to make the TODO | Marcus Holland-Moritz | 2008-11-09 | 1 | -9/+18 |
* | "Perl_newSVpvf("%lld")" is broken | Hugo van der Sanden | 2008-11-09 | 1 | -5/+20 |
* | Revert SvPVX() to allow lvalue usage, but also add a | Marcus Holland-Moritz | 2008-11-07 | 1 | -3/+3 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+10 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -11/+11 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -34/+37 |