| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change 34627 didn't realise that if S_find_uninit_var() takes a | Nicholas Clark | 2008-10-30 | 1 | -1/+1 |
* | Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast in | Nicholas Clark | 2008-10-30 | 1 | -52/+57 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -5/+5 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -5/+5 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -26/+28 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -9/+9 |
* | As Perl_cv_const_sv() now takes a const CV *, use that as the cast for | Nicholas Clark | 2008-10-29 | 1 | -2/+4 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -14/+14 |
* | Consting in S_find_uninit_var() and the routines that it calls. | Nicholas Clark | 2008-10-28 | 1 | -10/+10 |
* | Some consting in Perl_ss_dup(), and a few (HV*) casts that can be | Nicholas Clark | 2008-10-28 | 1 | -16/+16 |
* | A gaggle of casts in Perl_sv_magicext() that are (const ?V *). | Nicholas Clark | 2008-10-28 | 1 | -3/+3 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Make C++ compilers happy #3: make implicit cast | Marcus Holland-Moritz | 2008-10-24 | 1 | -3/+5 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -3/+26 |
* | Yet another [ACGHS]V pointer in the interpreter structure that needs to | Nicholas Clark | 2008-10-14 | 1 | -0/+3 |
* | SEGV in readline with $/ set to a reference, discovered by theorbtwo. | Nicholas Clark | 2008-09-15 | 1 | -1/+1 |
* | Don't add freed SVF_BREAK scalars to the freed list. | Dave Mitchell | 2008-08-24 | 1 | -2/+12 |
* | In S_mro_get_linear_isa_dfs(), save copying by making a shared hash | Nicholas Clark | 2008-08-22 | 1 | -0/+2 |
* | Change 33807 to fix bug #52740 wasn't quite right, as it ended up with | Nicholas Clark | 2008-08-21 | 1 | -5/+3 |
* | better document how the weakref backrefs array is refcounted | Dave Mitchell | 2008-08-21 | 1 | -4/+20 |
* | Assert that backreferences array is not freed rather than handling it | Dave Mitchell | 2008-08-20 | 1 | -9/+5 |
* | [perl #56908] DBI memory leak in 5.10.0 due to change 26530 | Dave Mitchell | 2008-08-20 | 1 | -1/+2 |
* | Fix use of a variable before it is initialised, introduced by change | Nicholas Clark | 2008-07-15 | 1 | -1/+1 |