2005-09-23 |
Steve Peters |
Fix to PERL_DEBUG_COW |
blob | commitdiff |
2005-09-22 |
Nicholas Clark |
As SvPVX_mutable and SvPVX_const are new, they don... |
blob | commitdiff | diff to current |
2005-09-21 |
Nicholas Clark |
Remove the last STRLEN n_a;s that my compiler can reach. |
blob | commitdiff | diff to current |
2005-08-30 |
Jim Cromie |
sv-head refactor |
blob | commitdiff | diff to current |
2005-08-17 |
Nicholas Clark |
Given that we now have a union, there's no need for... |
blob | commitdiff | diff to current |
2005-07-31 |
Dominic Dunlop |
Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686... |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Indent some of the #ifdef/#define/#endif to make the... |
blob | commitdiff | diff to current |
2005-06-15 |
Nicholas Clark |
assert that you aren't assigning to the NVX of an AV... |
blob | commitdiff | diff to current |
2005-06-13 |
Rafael Garcia-Suarez |
Make SvUPGRADE always have the value '1' |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
This isn't an LVALUE, so make the compiler enforce... |
blob | commitdiff | diff to current |
2005-06-11 |
Nicholas Clark |
Shrink shared hash scalars from PVIV to PV |
blob | commitdiff | diff to current |
2005-06-10 |
Nicholas Clark |
Add SvGROW_mutable |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Add SvPV_mutable for use by the old COW code. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Allow a null length pointer to sv_pvn_force_flags. |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Don't test the core XS code yet with PERL_DEBUG_COW > 1 |
blob | commitdiff | diff to current |
2005-06-08 |
Nicholas Clark |
Add SvPVx_nolen and SvPVbytex_nolen |
blob | commitdiff | diff to current |
2005-06-07 |
Rafael Garcia-Suarez |
The definition of SvPVx_nolen_const is missing for... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Add SvPV_nolen_const and SvPV_nomg_const |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Simplify the implementation of SvPV*nolen functions |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Ensure string table counts are balanced. (Was not true... |
blob | commitdiff | diff to current |
2005-06-07 |
Nicholas Clark |
Need const versions of SvPV(), so that its callers... |
blob | commitdiff | diff to current |
2005-06-07 |
Andy Lester |
Unvoid SvUPGRADE |
blob | commitdiff | diff to current |
2005-06-06 |
Nicholas Clark |
Abstract all access to the shared hash value through... |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark |
Store the xhv_aux structure after the main array. |
blob | commitdiff | diff to current |
2005-05-29 |
Nicholas Clark |
Change the IV to a union. |
blob | commitdiff | diff to current |
2005-05-27 |
Steve Peters |
Documentation nits and fixes for Sv*_set() macros |
blob | commitdiff | diff to current |
2005-05-26 |
Nicholas Clark |
Rename the members of the SV head union to avoid pre... |
blob | commitdiff | diff to current |
2005-05-24 |
Nicholas Clark |
Reorder the union to cause Win32 compilers to use void... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
Don't allocate an IV slot where the type doesn't use... |
blob | commitdiff | diff to current |
2005-05-23 |
Nicholas Clark |
create an "allocated" structure for PVs, PVAVs and... |
blob | commitdiff | diff to current |
2005-05-22 |
Nicholas Clark |
Re-order IVX slot in SV bodies |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Add a union in place of xnv_nv, which allows AVs and... |
blob | commitdiff | diff to current |
2005-05-21 |
Nicholas Clark |
Move the xpv_pv/xrv_rv member into the SV head, in... |
blob | commitdiff | diff to current |
2005-05-20 |
Nicholas Clark |
Goodbye AvFLAGS |
blob | commitdiff | diff to current |
2005-05-16 |
Andy Lester |
consting-eleventy.patch: More consts, plus actual bug fix |
blob | commitdiff | diff to current |
2005-05-09 |
Steve Peters |
Sv_*set() doc's and extra const's for the SvPVX_const... |
blob | commitdiff | diff to current |
2005-04-28 |
Nicholas Clark |
Add a new macro SvPV_free() which undoes OOK and free... |
blob | commitdiff | diff to current |
2005-04-22 |
Steve Peters |
bytecode.pl, bytecode.h, and sv.h fixes |
blob | commitdiff | diff to current |
2005-04-19 |
Nicholas Clark |
Restore SvEND_set |
blob | commitdiff | diff to current |
2005-04-19 |
Nicholas Clark |
Force RVALUE macros when in PERL_DEBUG_COW |
blob | commitdiff | diff to current |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
blob | commitdiff | diff to current |
2005-04-19 |
Dave Mitchell |
Add CLONE_SKIP() class method to allow individual class... |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark |
PERL_DEBUG_COW for SvUVX and SvPVX |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark |
SvPV_renew also calls SvLEN_set |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark |
Replace Renew(SvPVX(...)...) with SvPV_renew, which... |
blob | commitdiff | diff to current |
2005-04-12 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #3 |
blob | commitdiff | diff to current |
2005-04-08 |
Nicholas Clark |
Add SvIVX() to PERL_DEBUG_COW, and change pad.c to... |
blob | commitdiff | diff to current |
2005-04-08 |
Nicholas Clark |
Add a macro PERL_DEBUG_COW, for aggressive compile... |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-03-28 |
Dave Mitchell |
expand -DDEBUG_LEAKING_SCALARS to instrument the creati... |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark |
Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2004-10-15 |
Nicholas Clark |
Implement sv_svset _nosteal variants by passing a flag... |
blob | commitdiff | diff to current |
2004-09-08 |
Marcus Holland-Moritz |
SvO?OK_off()'s return value |
blob | commitdiff | diff to current |
2004-08-13 |
Stas Bekman |
api doc fix for SvSetMagicSV_nosteal |
blob | commitdiff | diff to current |
2004-08-04 |
Marcus Holland-Moritz |
Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg. |
blob | commitdiff | diff to current |
2004-06-15 |
Nicholas Clark |
It seems that our assert() macro wasn't good enough. |
blob | commitdiff | diff to current |
2004-06-15 |
Nicholas Clark |
Assert SvTYPE is at least PGMV whenever accessing SvSTASH |
blob | commitdiff | diff to current |
2004-06-14 |
Nicholas Clark |
Assert that SV type has magic member when reading/writing. |
blob | commitdiff | diff to current |
2004-05-28 |
Stas Bekman |
Re: undef loses it magicness when assigned to a variable? |
blob | commitdiff | diff to current |
2004-03-21 |
SADAHIRO Tomoyuki |
Nobody has used SvPVbyte_force? |
blob | commitdiff | diff to current |
2004-03-16 |
Rafael Garcia-Suarez |
Update copyright notices |
blob | commitdiff | diff to current |
2004-03-03 |
Artur Bergman |
simplify sv.h |
blob | commitdiff | diff to current |
2004-02-17 |
Tassilo von Parseval |
Re: [PATCH] GLOB to LVALUE assignment fix |
blob | commitdiff | diff to current |
2004-02-08 |
Steve Hay |
Correct some prototypes in perlapi.pod |
blob | commitdiff | diff to current |
2004-01-16 |
Yitzchak Scott-Tho... |
Re: [perl #24816] Magic vars seem unsure if they are... |
blob | commitdiff | diff to current |
2003-12-22 |
Adrian M. Enache |
sanitize some macros - based on Chip Salzenberg suggest... |
blob | commitdiff | diff to current |
2003-10-16 |
Nicholas Clark |
Plan C for foiling the algorithmic complexity attack |
blob | commitdiff | diff to current |
2003-10-16 |
Alexey Tourbin |
Re: assert.h breaks perl.h |
blob | commitdiff | diff to current |
2003-09-12 |
Jarkko Hietaniemi |
It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, |
blob | commitdiff | diff to current |
2003-08-30 |
Jarkko Hietaniemi |
Fewer naked char constants. |
blob | commitdiff | diff to current |
2003-08-30 |
Stas Bekman |
[patch sv.h api doc] SvTAINTED_on does its craft only... |
blob | commitdiff | diff to current |
2003-08-10 |
Jarkko Hietaniemi |
gcc -ansi -pedantic cleanup; and a seemingly forgotten |
blob | commitdiff | diff to current |
2003-04-19 |
Dave Mitchell |
allow recursive FETCHes |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi |
Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-04-08 |
Rafael Garcia-Suarez |
Typos fixes by Stas Bekman. |
blob | commitdiff | diff to current |
2003-03-29 |
Nicholas Clark |
[DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanc... |
blob | commitdiff | diff to current |
2003-03-11 |
Jarkko Hietaniemi |
The 0, in the assert_not_ROK() makes IRIX cc to worry |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden |
Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2003-02-24 |
Jarkko Hietaniemi |
Patching magic from Inaba-san's keyboard: fix for ... |
blob | commitdiff | diff to current |
2003-02-16 |
Nicholas Clark |
COW regexps: |
blob | commitdiff | diff to current |
2003-02-16 |
Nicholas Clark |
inline SvREFCNT_dec: |
blob | commitdiff | diff to current |
2003-02-11 |
H.Merijn Brand |
More code cleanup. |
blob | commitdiff | diff to current |
2003-01-27 |
Nicholas Clark |
make Copy On Write work once again |
blob | commitdiff | diff to current |
2003-01-22 |
Nicholas Clark |
assert PV isn't RV |
blob | commitdiff | diff to current |
2003-01-16 |
Jarkko Hietaniemi |
Fix 'use encoding' I/O for code points 0x80..0xFF; |
blob | commitdiff | diff to current |
2003-01-03 |
Artur Bergman |
Fixes bug #15273, the return of the object caused |
blob | commitdiff | diff to current |
2003-01-03 |
Dave Mitchell |
new flag SvPADSTALE |
blob | commitdiff | diff to current |
2003-01-03 |
Dave Mitchell |
remove flag SvPADBUSY |
blob | commitdiff | diff to current |
2002-12-02 |
Dave Mitchell |
allow evals to see the full lexical scope |
blob | commitdiff | diff to current |
2002-11-16 |
Yitzchak Scott-Tho... |
Document PRIVSHIFT. |
blob | commitdiff | diff to current |
2002-10-19 |
H.Merijn Brand |
Happy chainsaw stories; The removal of the 5005 threads |
blob | commitdiff | diff to current |
2002-09-26 |
Jarkko Hietaniemi |
enable -ansi -pedantic |
blob | commitdiff | diff to current |
2002-09-08 |
Yitzchak Scott-Tho... |
sv_2pv_flags and ROK and UTF8 flags |
blob | commitdiff | diff to current |
2002-08-20 |
John Peacock |
Version object patch #1 |
blob | commitdiff | diff to current |
2002-08-20 |
John Peacock |
[REVISED PATCH] Magic v-strings |
blob | commitdiff | diff to current |
2002-08-20 |
Nicholas Clark |
Clean up copy-on-write macros and debug facilities... |
blob | commitdiff | diff to current |
2002-08-17 |
Nicholas Clark |
Copy On Write |
blob | commitdiff | diff to current |
2002-06-09 |
Doug MacEachern |
Re: unique attribute? |
blob | commitdiff | diff to current |
2002-04-21 |
Gurusamy Sarathy |
squelch some more type mismatch warnings |
blob | commitdiff | diff to current |
next |