2011-06-11 |
Nicholas Clark | Emulate the value of BmFLAGS() using SvTAIL(). |
blob | commitdiff |
2011-06-11 |
Nicholas Clark | Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000 |
blob | commitdiff | diff to current |
2011-05-24 |
Nicholas Clark | Improve comments in sv.h describing SVrepl_EVAL and... |
blob | commitdiff | diff to current |
2011-05-19 |
Nicholas Clark | Remove empty #ifdef/#else/#endif block. |
blob | commitdiff | diff to current |
2011-05-18 |
Nicholas Clark | Store the compiled format in mg_ptr instead of after... |
blob | commitdiff | diff to current |
2010-11-11 |
Nicholas Clark | Inline sv_cmp() and sv_cmp_locale() as macros wrapping... |
blob | commitdiff | diff to current |
2010-10-25 |
Tony Cook | rt #72398 - get magic before downgrading in SvPVbyte() |
blob | commitdiff | diff to current |
2010-09-29 |
Father Chrysostomos | Revert "[perl #77928] Glob slot assignment and set... |
blob | commitdiff | diff to current |
2010-09-28 |
Zefram | systematically provide pv/pvn/pvs/sv quartets |
blob | commitdiff | diff to current |
2010-09-28 |
Father Chrysostomos | [perl #77928] Glob slot assignment and set-magic |
blob | commitdiff | diff to current |
2010-09-25 |
Father Chrysostomos | define SvTRUE_nomg for compilers other than gcc |
blob | commitdiff | diff to current |
2010-09-25 |
Father Chrysostomos | [perl #76814] FETCH called twice - ! |
blob | commitdiff | diff to current |
2010-09-25 |
Father Chrysostomos | [perl #76814] FETCH called twice - string comparison ops |
blob | commitdiff | diff to current |
2010-09-01 |
David Mitchell | fix some 64-bit casts under DEBUG_LEAKING_SCALARS |
blob | commitdiff | diff to current |
2010-08-21 |
Ben Morrow | Remove CALL_FPTR and CPERLscope. |
blob | commitdiff | diff to current |
2010-08-01 |
David Mitchell | DEBUG_LEAKING_SCALARS: add sv_debug_parent |
blob | commitdiff | diff to current |
2010-06-30 |
Nicholas Clark | Store xio_ifp in sv_u in the SV head, reducing XPVIO... |
blob | commitdiff | diff to current |
2010-06-30 |
Nicholas Clark | Only allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is... |
blob | commitdiff | diff to current |
2010-06-28 |
Nicholas Clark | Eliminate macro _XPVIO_TAIL by inlining it within struc... |
blob | commitdiff | diff to current |
2010-05-24 |
Nicholas Clark | Better ithreads cloning - add all SVs with a 0 refcnt... |
blob | commitdiff | diff to current |
2010-05-24 |
Nicholas Clark | Cleaner implementations for Perl_clone_params_{new... |
blob | commitdiff | diff to current |
2010-05-21 |
David Mitchell | make overload respect get magic |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | Remove union _xivu from _XPVCV_COMMON, and hence struct... |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | Remove union _xivu from struct regexp - replace it... |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | Remove union _xivu from struct xpvav - replace it with... |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | In the SV body, exchange the positions of the NV and... |
blob | commitdiff | diff to current |
2010-05-20 |
Nicholas Clark | SvIVX() isn't valid on SVt_REGEXP |
blob | commitdiff | diff to current |
2010-05-08 |
David Mitchell | add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns |
blob | commitdiff | diff to current |
2010-05-08 |
David Mitchell | add flags arg to sv_2nv (as sv_2nv_flags) |
blob | commitdiff | diff to current |
2010-04-25 |
Nicholas Clark | Don't allocate pointer table entries from arenas. |
blob | commitdiff | diff to current |
2009-12-06 |
Reini Urban | Innocently looking union member swap |
blob | commitdiff | diff to current |
2009-11-19 |
Nicholas Clark | Abolish xio_lines from struct PVIO - store IoLINES... |
blob | commitdiff | diff to current |
2009-11-19 |
Nicholas Clark | PVIOs don't use the SvIVX slot. |
blob | commitdiff | diff to current |
2009-09-30 |
Rafael Garcia-Suarez | Doc typo fix |
blob | commitdiff | diff to current |
2009-08-22 |
Nicholas Clark | Eliminate *_ALLOCATED_HEAD and *_HEAD macros which... |
blob | commitdiff | diff to current |
2009-08-22 |
Nicholas Clark | Eliminate the remaining definitions for *_allocated... |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark | Perl_newIO() can become a mathom by making newIO()... |
blob | commitdiff | diff to current |
2009-07-17 |
Nicholas Clark | Eliminate struct regexp_allocated and xpvio_allocated. |
blob | commitdiff | diff to current |
2009-07-08 |
Rafael Garcia-Suarez | Add a parameter "destructing" to Gv_AMupdate() |
blob | commitdiff | diff to current |
2009-06-19 |
Steffen Mueller | Fix API docs:SvGAMAGIC returns a U32, not a char* |
blob | commitdiff | diff to current |
2009-06-13 |
Steffen Mueller | Make SvOK and SvTRUE API docs slightly less utterly... |
blob | commitdiff | diff to current |
2009-01-02 |
Rafael Garcia-Suarez | Bump coopyright year in embed.pl and various files... |
blob | commitdiff | diff to current |
2009-01-02 |
karl williamson | Faster sv_utf8_upgrade() |
blob | commitdiff | diff to current |
2008-12-26 |
Karl | Update comments and documentation dealing with utf |
blob | commitdiff | diff to current |
2008-12-20 |
Steve Peters | It looks like the previous patch is working fine on... |
blob | commitdiff | diff to current |
2008-11-10 |
Marcus Holland-Moritz | Allow lvalue usage of SvRV() and add MUTABLE_SV() check. |
blob | commitdiff | diff to current |
2008-11-07 |
Marcus Holland-Moritz | Revert SvPVX() to allow lvalue usage, but also add a |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Correct SvVALID() and SvTAIL() - they are actually... |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz | Add SV allocation tracing to -Dm and PERL_MEM_LOG |
blob | commitdiff | diff to current |
2008-07-12 |
Nicholas Clark | Abolish xfm_lines from struct xpvfm. structs xpvfm... |
blob | commitdiff | diff to current |
2008-07-12 |
Nicholas Clark | PVFMs don't need to access the IVX any more. (as of... |
blob | commitdiff | diff to current |
2008-06-09 |
Reini Urban | Re: [PATCH] More COW lvalues |
blob | commitdiff | diff to current |
2008-06-08 |
Reini Urban | Re: [PATCH] readable assertion names, now sv.h |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark | Define sv_insert() as a wrapper to sv_insert_flags... |
blob | commitdiff | diff to current |
2008-02-12 |
Jan Dubois | Fix bit-fields for VC [was RE: [perl #50386] GIMME_V... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark | Standardise the conditional compilation protection... |
blob | commitdiff | diff to current |
2008-01-25 |
Nicholas Clark | PVIOs don't need space for SvNVX allocated. |
blob | commitdiff | diff to current |
2008-01-12 |
Nicholas Clark | For 5.12: saner behaviour for `length` |
blob | commitdiff | diff to current |
2008-01-08 |
Nicholas Clark | With regexps stored as real RVs, we can eliminate SvREP... |
blob | commitdiff | diff to current |
2008-01-07 |
Nicholas Clark | Clarify the use of SVf_BREAK on PL_reg_curpm. |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark | Make REGEXP a type distinct from SV. (Much like AV... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark | In struct regexp move the member paren_names to the... |
blob | commitdiff | diff to current |
2008-01-05 |
Nicholas Clark | BER is all very well, but it turns out that it's better... |
blob | commitdiff | diff to current |
2008-01-04 |
Nicholas Clark | Re-implement the SvOOK() hack to store the offset as... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark | Missed three sv_2mortal(newSVpvn(...))s in the headers. |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark | Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
blob | commitdiff | diff to current |
2007-12-30 |
Marcus Holland-Moritz | factor out duplicate code in struct xpv* |
blob | commitdiff | diff to current |
2007-12-30 |
Marcus Holland-Moritz | Include SVf_UTF8 in the bitmask when checking the SvFLA... |
blob | commitdiff | diff to current |
2007-12-28 |
Nicholas Clark | First class regexps. |
blob | commitdiff | diff to current |
2007-12-28 |
Steve Peters | SvPVX_const() triggers an assertion that when the sv... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark | Take code that occurs in three places to take a scalar... |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark | Eliminate SVt_RV, and use SVt_IV to store plain references. |
blob | commitdiff | diff to current |
2007-12-26 |
Nicholas Clark | Swap SVt_RV and SVt_NV in the SV ordering. |
blob | commitdiff | diff to current |
2007-12-23 |
Nicholas Clark | In SvPV_free(), assert() that no-one is trying to free... |
blob | commitdiff | diff to current |
2007-11-08 |
Jerry D. Hedden | Bug fix for storing shared objects in shared structures |
blob | commitdiff | diff to current |
2007-10-01 |
Nicholas Clark | Nothing is using IoSUBPROCESS() so eliminate xio_subpro... |
blob | commitdiff | diff to current |
2007-09-23 |
Nicholas Clark | Under -DDEBUGGING (on gcc), assert that SvRV(sv) is... |
blob | commitdiff | diff to current |
2007-07-01 |
Nicholas Clark | Add some information to the comments describing SV... |
blob | commitdiff | diff to current |
2007-06-24 |
Nicholas Clark | Also get copy on write working with ithreads. It hadn... |
blob | commitdiff | diff to current |
2007-04-21 |
Nicholas Clark | Where possible, use SvIV instead of SvIVX, SvNV instead... |
blob | commitdiff | diff to current |
2007-02-07 |
Rafael Garcia-Suarez | Wrap the SvTYPE macro definition in parens. |
blob | commitdiff | diff to current |
2007-01-22 |
Nicholas Clark | Fix a typo and some doubled spaces in comments. |
blob | commitdiff | diff to current |
2007-01-17 |
Nicholas Clark | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv... |
blob | commitdiff | diff to current |
2007-01-08 |
Rafael Garcia-Suarez | Change the API doc for some of the SvXXX testing macros. |
blob | commitdiff | diff to current |
2007-01-03 |
Nicholas Clark | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR... |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark | Update copyright years to include 2007. (Plus a couple... |
blob | commitdiff | diff to current |
2007-01-02 |
Nicholas Clark | Remove the vestigal "#if 0"s from header files that... |
blob | commitdiff | diff to current |
2006-12-31 |
Nicholas Clark | Move SVt_BIND to be the lowest type after SVt_NULL... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Eliminate BmPREVIOUS_set - with the complexity gone... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Move all the FBM data fields from the table into a... |
blob | commitdiff | diff to current |
2006-12-28 |
Nicholas Clark | Move the low/high cop sequences from NVX/IVX to a two... |
blob | commitdiff | diff to current |
2006-12-22 |
Steve Peters | Silence an unused variable warning in sv.c. |
blob | commitdiff | diff to current |
2006-12-16 |
Nicholas Clark | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym... |
blob | commitdiff | diff to current |
2006-12-16 |
Nicholas Clark | Split out the use of SVp_SCREAM for GVs with GPs into... |
blob | commitdiff | diff to current |
2006-12-15 |
Nicholas Clark | Better documentation for SVf_UTF8. Including SvPV(... |
blob | commitdiff | diff to current |
2006-12-14 |
Nicholas Clark | Turn a tab into 2 spaces to make more room for comments... |
blob | commitdiff | diff to current |
2006-12-13 |
Nicholas Clark | Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_T... |
blob | commitdiff | diff to current |
next |