summaryrefslogtreecommitdiff
path: root/inline.h
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #123202] speed up scalar //g against tainted stringsTony Cook2015-02-261-0/+24
* Account for string eval when const-izing sub(){$x}Father Chrysostomos2014-11-131-0/+35
* char * pv can never be null in S_is_safe_syscallDaniel Dragan2014-11-051-1/+1
* Remove most uses of PADMYFather Chrysostomos2014-09-241-12/+0
* Stop setting PADMY; renumber PADSTALEFather Chrysostomos2014-09-241-2/+2
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-0/+8
* Try simpler usage for file-level GCC_DIAG_RESTORE.Jarkko Hietaniemi2014-06-211-2/+2
* GCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file level.Jarkko Hietaniemi2014-06-201-0/+4
* GCC_DIAG_IGNORE needs to end with semicolon (inline.h).Jarkko Hietaniemi2014-06-181-1/+1
* __clang__ seems to be thing, but leave also __clang.Jarkko Hietaniemi2014-06-181-7/+2
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-0/+27
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+2
* Move some deprecated utf8-handling functions to mathomsKarl Williamson2014-05-311-19/+3
* Create isUTF8_CHAR() macro and use itKarl Williamson2014-05-311-16/+12
* utf8.c: Move a static function to inline.hKarl Williamson2014-05-311-0/+31
* Revert bootstrapping to non-ASCII platformsKarl Williamson2014-05-311-47/+0
* Wrap various pod uses of NUL with C<>Karl Williamson2014-05-301-1/+1
* [perl #121112] only warn if newline is the last non-NUL characterTony Cook2014-05-281-0/+32
* [perl #120670] make perl headers C++11 compatibleTony Cook2014-01-161-1/+1
* 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