| Commit message (Expand) | Author | Age | Files | Lines |
* | Sv_*set() doc's and extra const's for the SvPVX_const() tasks | Steve Peters | 2005-05-09 | 1 | -1/+27 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 1 | -0/+12 |
* | bytecode.pl, bytecode.h, and sv.h fixes | Steve Peters | 2005-04-22 | 1 | -5/+13 |
* | Restore SvEND_set | Nicholas Clark | 2005-04-19 | 1 | -0/+3 |
* | Force RVALUE macros when in PERL_DEBUG_COW | Nicholas Clark | 2005-04-19 | 1 | -20/+31 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -9/+22 |
* | Add CLONE_SKIP() class method to allow individual classes to skip | Dave Mitchell | 2005-04-19 | 1 | -0/+1 |
* | PERL_DEBUG_COW for SvUVX and SvPVX | Nicholas Clark | 2005-04-18 | 1 | -3/+4 |
* | SvPV_renew also calls SvLEN_set | Nicholas Clark | 2005-04-18 | 1 | -2/+10 |
* | Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE | Nicholas Clark | 2005-04-18 | 1 | -0/+4 |
* | Refactoring to Sv*_set() macros - patch #3 | Steve Peters | 2005-04-12 | 1 | -0/+3 |
* | Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset() | Nicholas Clark | 2005-04-08 | 1 | -5/+7 |
* | Add a macro PERL_DEBUG_COW, for aggressive compile time tests of | Nicholas Clark | 2005-04-08 | 1 | -6/+11 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV | Dave Mitchell | 2005-03-28 | 1 | -0/+7 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -0/+3 |
* | Implement sv_svset _nosteal variants by passing a flag into | Nicholas Clark | 2004-10-15 | 1 | -4/+2 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -5/+5 |
* | api doc fix for SvSetMagicSV_nosteal | Stas Bekman | 2004-08-13 | 1 | -1/+1 |
* | Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg. | Marcus Holland-Moritz | 2004-08-04 | 1 | -0/+9 |
* | It seems that our assert() macro wasn't good enough. | Nicholas Clark | 2004-06-15 | 1 | -2/+2 |
* | Assert SvTYPE is at least PGMV whenever accessing SvSTASH | Nicholas Clark | 2004-06-15 | 1 | -1/+1 |
* | Assert that SV type has magic member when reading/writing. | Nicholas Clark | 2004-06-14 | 1 | -0/+6 |
* | Re: undef loses it magicness when assigned to a variable? | Stas Bekman | 2004-05-28 | 1 | -1/+2 |
* | Nobody has used SvPVbyte_force? | SADAHIRO Tomoyuki | 2004-03-21 | 1 | -1/+1 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | simplify sv.h | Artur Bergman | 2004-03-03 | 1 | -6/+6 |
* | Re: [PATCH] GLOB to LVALUE assignment fix | Tassilo von Parseval | 2004-02-17 | 1 | -5/+12 |
* | Correct some prototypes in perlapi.pod | Steve Hay | 2004-02-08 | 1 | -3/+3 |
* | Re: [perl #24816] Magic vars seem unsure if they are purely numeric | Yitzchak Scott-Thoennes | 2004-01-16 | 1 | -0/+14 |
* | sanitize some macros - based on Chip Salzenberg suggestions and | Adrian M. Enache | 2003-12-22 | 1 | -17/+17 |
* | Plan C for foiling the algorithmic complexity attack | Nicholas Clark | 2003-10-16 | 1 | -0/+1 |
* | Re: assert.h breaks perl.h | Alexey Tourbin | 2003-10-16 | 1 | -1/+1 |
* | It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, | Jarkko Hietaniemi | 2003-09-12 | 1 | -4/+4 |
* | Fewer naked char constants. | Jarkko Hietaniemi | 2003-08-30 | 1 | -8/+10 |
* | [patch sv.h api doc] SvTAINTED_on does its craft only under -T | Stas Bekman | 2003-08-30 | 1 | -2/+2 |
* | gcc -ansi -pedantic cleanup; and a seemingly forgotten | Jarkko Hietaniemi | 2003-08-10 | 1 | -3/+3 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -1/+2 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Typos fixes by Stas Bekman. | Rafael Garcia-Suarez | 2003-04-08 | 1 | -1/+1 |
* | [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount | Nicholas Clark | 2003-03-29 | 1 | -0/+8 |
* | The 0, in the assert_not_ROK() makes IRIX cc to worry | Jarkko Hietaniemi | 2003-03-11 | 1 | -8/+8 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Patching magic from Inaba-san's keyboard: fix for [perl #8769]: | Jarkko Hietaniemi | 2003-02-24 | 1 | -0/+12 |
* | COW regexps: | Nicholas Clark | 2003-02-16 | 1 | -0/+6 |
* | inline SvREFCNT_dec: | Nicholas Clark | 2003-02-16 | 1 | -0/+15 |
* | More code cleanup. | H.Merijn Brand | 2003-02-11 | 1 | -5/+2 |
* | make Copy On Write work once again | Nicholas Clark | 2003-01-27 | 1 | -1/+1 |
* | assert PV isn't RV | Nicholas Clark | 2003-01-22 | 1 | -6/+18 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -0/+1 |