summaryrefslogtreecommitdiff
path: root/inline.h
Commit message (Expand)AuthorAgeFilesLines
* try isn't treated as a sub call like eval isTony Cook2021-02-141-5/+24
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-68/+68
* Fix broken PERL_MEM_LOG under threadsKarl Williamson2020-12-191-15/+159
* Add GETENV_LOCKKarl Williamson2020-12-191-2/+3
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-061-1/+50
* Slience compiler warnings for NV, [IU]V compareKarl Williamson2020-11-221-1/+1
* Move regcurly to regcomp.c (from inline.h)Karl Williamson2020-11-181-30/+0
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-7/+7
* Document CvGVKarl Williamson2020-09-281-0/+7
* Clarify branch prediction in SvTRUEKarl Williamson2020-09-051-1/+1
* Reorganize perlapiKarl Williamson2020-09-041-2/+5
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* S_lossless_NV_to_IV(): skip Perl_isnanDavid Mitchell2020-08-271-4/+6
* sort { return foo() } ...David Mitchell2020-08-251-1/+1
* Add av_count()Karl Williamson2020-08-191-4/+12
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-1/+0
* 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