summaryrefslogtreecommitdiff
path: root/inline.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* Revert "croak_memory_wrap is an inline function."Karl Williamson2020-03-111-11/+0
* Add thread safety to some environment accessesKarl Williamson2020-03-111-0/+53
* Inline the SvGETMAGIC call directly rather than via the macroPaul "LeoNerd" Evans2020-03-011-1/+2
* SvTRUE might need to take aTHXPaul "LeoNerd" Evans2020-03-011-2/+4
* Initial experiment at moving SvTRUE into a static inline macroPaul "LeoNerd" Evans2020-03-011-0/+5
* Change return type of regcurly to boolKarl Williamson2020-01-231-1/+1
* Remove dquote_inline.hKarl Williamson2020-01-231-0/+30
* Rewrite and inline my_strnlen()Karl Williamson2020-01-131-0/+30
* The VC6 Chainsaw MassacreSteve Hay2019-10-171-18/+1
* Move http:// URLs to https:// URLs in source codeMax Maischein2019-10-111-6/+6
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-0/+26
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-26/+0
* Perl_gimme_V(): assume caller always provides cxtDavid Mitchell2019-09-191-5/+2
* add Perl_gimme_V() static inline fn for GIMME_VDavid Mitchell2019-09-191-0/+20
* add PL_curstackinfo->si_cxsubix fieldDavid Mitchell2019-09-191-0/+9
* perlapi: Improve description of is_safe_syscall()Karl Williamson2019-09-151-2/+6
* embed.fnc: Add p flag for is_utf8_non_invariant_string()Karl Williamson2019-09-151-1/+1
* Add embed.fnc entry for ReANYKarl Williamson2019-09-151-0/+3
* Add Perl_ to SvAMAGIC _off,_on namesKarl Williamson2019-09-151-2/+6
* Add embed.fnc entries for Cv inline fcnsKarl Williamson2019-09-151-1/+5
* Fix up get_regex_charset_name()Karl Williamson2019-09-151-1/+7
* inline.h: Move some fcn '{' to column 1Karl Williamson2019-09-151-3/+6
* Make PadnameIN_SCOPE() name begin with S_Karl Williamson2019-09-151-1/+3
* Some SvREFCNT_foo are no longer macrosKarl Williamson2019-09-151-0/+5
* Strip leading underscore _variant_byte_number()Karl Williamson2019-09-151-2/+2
* Change name of _utf8_to_uvchr_buf()Karl Williamson2019-09-151-2/+2
* Strip leading underscore from is_utf8_char_helper()Karl Williamson2019-09-151-2/+2
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-48/+48
* embed.fnc: Change some 'x' marked fcns to 'C'Karl Williamson2019-09-151-4/+4
* inline.h: Return proper value on EBCDICKarl Williamson2019-08-211-1/+1
* Fix utf8_to_uvchr_buf to match docsKarl Williamson2019-08-191-1/+5
* utf8_to_uvchr_buf() make behavior match docsKarl Williamson2019-07-011-0/+21
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-3/+3
* Create fcn for lossless conversion of NV to IVKarl Williamson2019-05-241-0/+34
* inline.h: Improve commentKarl Williamson2019-03-151-2/+2
* inline.h: Clarify commentKarl Williamson2018-12-051-4/+4
* inline.h: Use 'do {} while' instead of 'while {}'Karl Williamson2018-08-201-2/+2
* inline.h: Init a variable to silence stupid compilersKarl Williamson2018-08-021-1/+1
* Make new EBCDIC tables global.Craig A. Berry2018-07-081-9/+9
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-051-0/+57
* Make isSTRICT_UTF8_CHAR() an inline functionKarl Williamson2018-07-051-0/+68
* Inline dfa for translating from UTF-8Karl Williamson2018-07-051-0/+63
* Fix outdated docs for isUTF8_char()Karl Williamson2018-07-051-7/+3
* Make isUTF8_char() an inline functionKarl Williamson2018-07-051-0/+104
* inline.h: Fix typo in commentKarl Williamson2018-07-051-1/+1
* Fixes found by coverityKarl Williamson2018-04-171-9/+9
* PATCH: [perl #133037] new warning in inline.hKarl Williamson2018-04-081-1/+3
* Revert "inline.h: Silence compiler warning"Karl Williamson2018-04-041-2/+1
* inline.h: Silence compiler warningKarl Williamson2018-04-021-1/+2