| Commit message (Expand) | Author | Age | Files | Lines |
* | Use separate macros for byte vs uv Unicode | Karl Williamson | 2013-09-10 | 1 | -1/+1 |
* | [perl #117265] correctly handle overloaded strings | Tony Cook | 2013-09-09 | 1 | -6/+5 |
* | handy.h: Allow bootstrapping to non-ASCII platform | Karl Williamson | 2013-08-29 | 1 | -0/+47 |
* | Remove unnecessary temp variable in converting to UTF-8 | Karl Williamson | 2013-08-29 | 1 | -6/+4 |
* | Extract common code to an inline function | Karl Williamson | 2013-08-29 | 1 | -2/+20 |
* | inline.h: Avoid redundant ckWARN call | Father Chrysostomos | 2013-08-28 | 1 | -3/+1 |
* | [perl #117265] safesyscalls: check embedded nul in syscall args | Tony Cook | 2013-08-26 | 1 | -0/+50 |
* | Stop pos() from being confused by changing utf8ness | Father Chrysostomos | 2013-08-25 | 1 | -1/+22 |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -1/+1 |
* | Revert "[perl #117855] Store CopFILEGV in a pad under ithreads" | Father Chrysostomos | 2013-08-09 | 1 | -15/+0 |
* | [perl #117855] Store CopFILEGV in a pad under ithreads | Father Chrysostomos | 2013-08-05 | 1 | -0/+15 |
* | Revert "Remove the non-inline function S_croak_memory_wrap from inline.h." | Tony Cook | 2013-07-24 | 1 | -0/+16 |
* | S_strip_spaces doesn't need to be seen out of core | Peter Martini | 2013-07-02 | 1 | -0/+2 |
* | Remove spaces from a (copy of) a proto when used. The logic that uses prototy... | Peter Martini | 2013-06-25 | 1 | -0/+28 |
* | Branch prediction hint for SvREFCNT_dec | Steffen Mueller | 2013-06-11 | 1 | -2/+2 |
* | Remove the non-inline function S_croak_memory_wrap from inline.h. | Andy Dougherty | 2013-03-28 | 1 | -16/+0 |
* | (UN)LIKELY branch prediction hints in a few strategic places | Steffen Mueller | 2013-03-06 | 1 | -3/+3 |
* | Inline av_top_index() | Karl Williamson | 2013-02-08 | 1 | -0/+11 |
* | Create deprecated fncs to replace to-be-removed macros | Karl Williamson | 2013-01-12 | 1 | -0/+21 |
* | silence some non-clang warnings | David Mitchell | 2012-12-04 | 1 | -0/+4 |
* | silence some clang warnings | David Mitchell | 2012-12-04 | 1 | -0/+3 |
* | add SvREFCNT_dec_NN() | David Mitchell | 2012-12-04 | 1 | -0/+10 |
* | make SvREFCNT_dec() more efficient | David Mitchell | 2012-12-04 | 1 | -6/+5 |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -0/+9 |
* | optimize memory wrap croaks, often used in MEM_WRAP_CHECK | Daniel Dragan | 2012-10-25 | 1 | -0/+9 |
* | Oops; fix threaded build | Father Chrysostomos | 2012-10-01 | 1 | -1/+1 |
* | Stop substr lvalues from being confused by changing UTF8ness | Father Chrysostomos | 2012-10-01 | 1 | -0/+12 |
* | Unify CvDEPTH for formats and subs | Father Chrysostomos | 2012-09-11 | 1 | -3/+1 |
* | Move S_CvDEPTHp from cv.h to inline.h; shrink macros | Father Chrysostomos | 2012-08-21 | 1 | -0/+11 |
* | Static inline functions for SvPADTMP and SvPADSTALE | Father Chrysostomos | 2012-08-21 | 1 | -0/+38 |
* | Use fast SvREFCNT_dec for non-GCC | Father Chrysostomos | 2012-08-21 | 1 | -0/+12 |
* | Use static inline functions for SvREFCNT_inc | Father Chrysostomos | 2012-08-21 | 1 | -0/+22 |
* | [perl #113718] Add inline.h | Father Chrysostomos | 2012-08-21 | 1 | -0/+13 |