| Commit message (Expand) | Author | Age | Files | Lines |
* | Account for string eval when const-izing sub(){$x} | Father Chrysostomos | 2014-11-13 | 1 | -0/+35 |
* | char * pv can never be null in S_is_safe_syscall | Daniel Dragan | 2014-11-05 | 1 | -1/+1 |
* | Remove most uses of PADMY | Father Chrysostomos | 2014-09-24 | 1 | -12/+0 |
* | Stop setting PADMY; renumber PADSTALE | Father Chrysostomos | 2014-09-24 | 1 | -2/+2 |
* | For lexical subs, reify CvGV from CvSTASH and CvNAME_HEK | Father Chrysostomos | 2014-09-15 | 1 | -0/+8 |
* | Try simpler usage for file-level GCC_DIAG_RESTORE. | Jarkko Hietaniemi | 2014-06-21 | 1 | -2/+2 |
* | GCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file level. | Jarkko Hietaniemi | 2014-06-20 | 1 | -0/+4 |
* | GCC_DIAG_IGNORE needs to end with semicolon (inline.h). | Jarkko Hietaniemi | 2014-06-18 | 1 | -1/+1 |
* | __clang__ seems to be thing, but leave also __clang. | Jarkko Hietaniemi | 2014-06-18 | 1 | -7/+2 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-15 | 1 | -0/+27 |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -0/+2 |
* | Move some deprecated utf8-handling functions to mathoms | Karl Williamson | 2014-05-31 | 1 | -19/+3 |
* | Create isUTF8_CHAR() macro and use it | Karl Williamson | 2014-05-31 | 1 | -16/+12 |
* | utf8.c: Move a static function to inline.h | Karl Williamson | 2014-05-31 | 1 | -0/+31 |
* | Revert bootstrapping to non-ASCII platforms | Karl Williamson | 2014-05-31 | 1 | -47/+0 |
* | Wrap various pod uses of NUL with C<> | Karl Williamson | 2014-05-30 | 1 | -1/+1 |
* | [perl #121112] only warn if newline is the last non-NUL character | Tony Cook | 2014-05-28 | 1 | -0/+32 |
* | [perl #120670] make perl headers C++11 compatible | Tony Cook | 2014-01-16 | 1 | -1/+1 |
* | 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 |