summaryrefslogtreecommitdiff
path: root/inline.h
Commit message (Expand)AuthorAgeFilesLines
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-1/+1
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-6/+5
* handy.h: Allow bootstrapping to non-ASCII platformKarl Williamson2013-08-291-0/+47
* Remove unnecessary temp variable in converting to UTF-8Karl Williamson2013-08-291-6/+4
* Extract common code to an inline functionKarl Williamson2013-08-291-2/+20
* inline.h: Avoid redundant ckWARN callFather Chrysostomos2013-08-281-3/+1
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+50
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-1/+22
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-15/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+15
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-0/+16
* S_strip_spaces doesn't need to be seen out of corePeter Martini2013-07-021-0/+2
* Remove spaces from a (copy of) a proto when used. The logic that uses prototy...Peter Martini2013-06-251-0/+28
* Branch prediction hint for SvREFCNT_decSteffen Mueller2013-06-111-2/+2
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-16/+0
* (UN)LIKELY branch prediction hints in a few strategic placesSteffen Mueller2013-03-061-3/+3
* Inline av_top_index()Karl Williamson2013-02-081-0/+11
* Create deprecated fncs to replace to-be-removed macrosKarl Williamson2013-01-121-0/+21
* silence some non-clang warningsDavid Mitchell2012-12-041-0/+4
* silence some clang warningsDavid Mitchell2012-12-041-0/+3
* add SvREFCNT_dec_NN()David Mitchell2012-12-041-0/+10
* make SvREFCNT_dec() more efficientDavid Mitchell2012-12-041-6/+5
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-0/+9
* optimize memory wrap croaks, often used in MEM_WRAP_CHECKDaniel Dragan2012-10-251-0/+9
* Oops; fix threaded buildFather Chrysostomos2012-10-011-1/+1
* Stop substr lvalues from being confused by changing UTF8nessFather Chrysostomos2012-10-011-0/+12
* Unify CvDEPTH for formats and subsFather Chrysostomos2012-09-111-3/+1
* Move S_CvDEPTHp from cv.h to inline.h; shrink macrosFather Chrysostomos2012-08-211-0/+11
* Static inline functions for SvPADTMP and SvPADSTALEFather Chrysostomos2012-08-211-0/+38
* Use fast SvREFCNT_dec for non-GCCFather Chrysostomos2012-08-211-0/+12
* Use static inline functions for SvREFCNT_incFather Chrysostomos2012-08-211-0/+22
* [perl #113718] Add inline.hFather Chrysostomos2012-08-211-0/+13