summaryrefslogtreecommitdiff
path: root/inline.h
Commit message (Expand)AuthorAgeFilesLines
* Forgotten static declarationsKarl Williamson2017-02-231-2/+2
* Inline foldEQ, foldEQ_latin1, foldEQ_localeKarl Williamson2017-02-191-0/+86
* Silent const correctnes warnings in utf8_hop functionsPetr Písař2016-12-011-1/+10
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-2/+2
* remove eval's usage of SvSCREAMDavid Mitchell2016-11-121-3/+4
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-091-0/+111
* Add is_utf8_fixed_width_buf_flags() and use itKarl Williamson2016-09-251-0/+89
* Add API Unicode handling functionsKarl Williamson2016-09-251-6/+400
* Move #define to different headerKarl Williamson2016-09-251-1/+7
* perlapi: Clarifications, nits in Unicode support docsKarl Williamson2016-09-251-9/+11
* perlapi: Clarify docs for some is_utf8_foo functionsKarl Williamson2016-09-171-13/+15
* inline.h: Add 'const's; avoid hiding outer variableKarl Williamson2016-09-171-9/+9
* Add is_utf8_valid_partial_char_flags()Karl Williamson2016-09-171-3/+28
* perlapi: Reword description of is_utf8_valid_partial_charKarl Williamson2016-09-171-19/+18
* Fix off-by-one error in is_utf8_valid_partial_char()Karl Williamson2016-09-171-1/+1
* Enhance and rename is_utf8_char_slow()Karl Williamson2016-09-171-1/+1
* append_utf8_from_native_byte: Add parens for clarityKarl Williamson2016-09-171-3/+3
* inline.h: Declare functions to be inlineKarl Williamson2016-09-041-3/+3
* Fix is_utf8_valid_partial_char()Karl Williamson2016-09-011-11/+15
* Add is_utf8_valid_partial_char()Karl Williamson2016-08-311-0/+35
* is_utf8_string() is now a pure functionKarl Williamson2016-08-311-0/+3
* Move isUTF8_CHAR helper function, and reimplement itKarl Williamson2016-08-311-30/+0
* Inline is_utf8_string() and is_utf8_stringloclen()Karl Williamson2016-08-311-0/+85
* Inline utf8_distance(), utf8_hop()Karl Williamson2016-08-311-0/+56
* Inline is_utf8_invariant_string()Karl Williamson2016-08-311-0/+37
* Document valid_utf8_to_uvchr() and inline itKarl Williamson2016-08-311-3/+48
* 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