summaryrefslogtreecommitdiff
path: root/inline.h
Commit message (Expand)AuthorAgeFilesLines
* Unify mark macrosFather Chrysostomos2016-08-071-0/+23
* cx_popeval(): don't mortalise blk_eval.old_namesvDavid Mitchell2016-07-011-2/+4
* inline.h: Suppress g++ warning under threadsFather Chrysostomos2016-05-151-0/+1
* silence warnings in inline.h on Win64 VC buildDaniel Dragan2016-03-281-2/+2
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-12/+2
* inline.h: Fix commentKarl Williamson2016-03-111-1/+1
* add blk_old_tmpsfloor shortcutDavid Mitchell2016-02-031-2/+2
* convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fnsDavid Mitchell2016-02-031-0/+48
* convert CX_PUSHLOOP*/POPLOOP to inline fnsDavid Mitchell2016-02-031-0/+69
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-0/+38
* convert CX_PUSHFORMAT/POPFORMAT to inline fnsDavid Mitchell2016-02-031-0/+42
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-0/+86
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-0/+72
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-2/+2
* 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