Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix SvREFCNT_dec doc typo | Steven Schubiger | 2013-01-04 | 1 | -1/+1 | |
* | Remove redundant NULL checks. | Eric Brine | 2013-01-03 | 1 | -1/+1 | |
* | perlapi: Fix misstatement | Karl Williamson | 2012-12-24 | 1 | -2/+4 | |
* | perlapi: Fix typos | Karl Williamson | 2012-12-24 | 1 | -2/+2 | |
* | perlapi: Clarify return value of SvREFCNT_inc() | Karl Williamson | 2012-12-22 | 1 | -1/+1 | |
* | test the resetting of refcnt for immortals | David Mitchell | 2012-12-18 | 1 | -0/+7 | |
* | further fix to SvUPGRADE | David Mitchell | 2012-12-14 | 1 | -1/+3 | |
* | make SvUPGRADE() a statement. | David Mitchell | 2012-12-14 | 1 | -1/+2 | |
* | better POD for mg_get and SvGROW | Daniel Dragan | 2012-12-11 | 1 | -1/+2 | |
* | sv.h: Warning about cows in SvPV_set apidocs | Father Chrysostomos | 2012-12-05 | 1 | -1/+6 | |
* | add SvREFCNT_dec_NN() | David Mitchell | 2012-12-04 | 1 | -0/+6 | |
* | Allow COW with magical and blessed scalars (among others) | Father Chrysostomos | 2012-11-27 | 1 | -5/+7 | |
* | Min string length for COW | Father Chrysostomos | 2012-11-27 | 1 | -0/+6 | |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -1/+18 | |
* | Move a CAN_COW_MASK comment from sv.c to sv.h | Father Chrysostomos | 2012-11-25 | 1 | -0/+2 | |
* | SvPVXtrue single eval->multiple eval | Daniel Dragan | 2012-11-23 | 1 | -9/+11 | |
* | av_exists: dont make a mortal never to use it | bulk88 (via RT) | 2012-11-23 | 1 | -0/+1 | |
* | refactor pp_stringify and pp_and | Daniel Dragan | 2012-11-21 | 1 | -0/+1 | |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -2/+0 | |
* | SVf_IsCOW | Father Chrysostomos | 2012-11-14 | 1 | -12/+9 | |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -5/+9 | |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -5/+19 | |
* | Better documentation for internal SV types | Father Chrysostomos | 2012-10-26 | 1 | -8/+83 | |
* | Simplify the fix for bug #41530 | Father Chrysostomos | 2012-10-11 | 1 | -0/+2 | |
* | [perl #79824] Don’t cow for sv_mortalcopy call from XS | Father Chrysostomos | 2012-10-05 | 1 | -0/+2 | |
* | Oops; fix threaded build | Father Chrysostomos | 2012-10-01 | 1 | -0/+1 | |
* | Stop substr lvalues from being confused by changing UTF8ness | Father Chrysostomos | 2012-10-01 | 1 | -4/+0 | |
* | Stop pos from panicking when overloading changes UTF8ness | Father Chrysostomos | 2012-10-01 | 1 | -0/+11 | |
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -1/+4 | |
* | Unify CvDEPTH for formats and subs | Father Chrysostomos | 2012-09-11 | 1 | -18/+3 | |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -0/+12 | |
* | Use PADLIST in more places | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 | |
* | Static inline functions for SvPADTMP and SvPADSTALE | Father Chrysostomos | 2012-08-21 | 1 | -45/+4 | |
* | Use fast SvREFCNT_dec for non-GCC | Father Chrysostomos | 2012-08-21 | 1 | -16/+1 | |
* | Use static inline functions for SvREFCNT_inc | Father Chrysostomos | 2012-08-21 | 1 | -36/+4 | |
* | sv.h: Don’t repeat _XPV_HEAD | Father Chrysostomos | 2012-08-17 | 1 | -16/+8 | |
* | Restore VC++ 6 build on Windows | Steve Hay | 2012-08-18 | 1 | -0/+19 | |
* | Insert missing words into SvPV_force* documentation | Steve Hay | 2012-08-13 | 1 | -2/+2 | |
* | assert_(...) | Father Chrysostomos | 2012-08-05 | 1 | -15/+5 | |
* | Add a depth field to formats | Father Chrysostomos | 2012-08-05 | 1 | -1/+6 | |
* | Make PL_(top|body|form)target PVIVs | Father Chrysostomos | 2012-08-05 | 1 | -2/+1 | |
* | sv.h: Document SvTHINKFIRST | Father Chrysostomos | 2012-07-28 | 1 | -0/+24 | |
* | Oust sv_gmagical_2iv_please | Father Chrysostomos | 2012-07-28 | 1 | -6/+1 | |
* | Flatten vstrings modified in place | Father Chrysostomos | 2012-07-27 | 1 | -1/+1 | |
* | Make all the SvPV*force* macros always return sv with SvPOK_only, as API | Chip Salzenberg | 2012-07-26 | 1 | -11/+18 | |
* | make SvOOK_offset macro safer, with parens and underscores | Chip Salzenberg | 2012-07-20 | 1 | -14/+14 | |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -94/+75 | |
* | sv.h: Improve docs of Sv[GS]ETMAGIC | Father Chrysostomos | 2012-07-03 | 1 | -2/+5 | |
* | sv.h: Move comment just before struct it describes | Father Chrysostomos | 2012-06-15 | 1 | -2/+2 | |
* | sv.h: Comment typo | Father Chrysostomos | 2012-06-08 | 1 | -1/+1 |