This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Perl_av_top_index
[perl5.git] / inline.h
2020-09-29 Karl WilliamsonDocument CvGV
2020-09-05 Karl WilliamsonClarify branch prediction in SvTRUE
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-08-27 David MitchellS_lossless_NV_to_IV(): skip Perl_isnan
2020-08-25 David Mitchellsort { return foo() } ...
2020-08-19 Karl WilliamsonAdd av_count()
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-11 Karl WilliamsonRevert "croak_memory_wrap is an inline function."
2020-03-11 Karl WilliamsonAdd thread safety to some environment accesses
2020-03-01 Paul "LeoNerd" EvansInline the SvGETMAGIC call directly rather than via...
2020-03-01 Paul "LeoNerd" EvansSvTRUE might need to take aTHX
2020-03-01 Paul "LeoNerd" EvansInitial experiment at moving SvTRUE into a static inlin...
2020-01-23 Karl WilliamsonChange return type of regcurly to bool
2020-01-23 Karl WilliamsonRemove dquote_inline.h
2020-01-14 Karl WilliamsonRewrite and inline my_strnlen()
2019-10-17 Steve HayThe VC6 Chainsaw Massacre
2019-10-11 Max MaischeinMove http:// URLs to https:// URLs in source code
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David MitchellPerl_gimme_V(): assume caller always provides cxt
2019-09-19 David Mitchelladd Perl_gimme_V() static inline fn for GIMME_V
2019-09-19 David Mitchelladd PL_curstackinfo->si_cxsubix field
2019-09-15 Karl Williamsonperlapi: Improve description of is_safe_syscall()
2019-09-15 Karl Williamsonembed.fnc: Add p flag for is_utf8_non_invariant_string()
2019-09-15 Karl WilliamsonAdd embed.fnc entry for ReANY
2019-09-15 Karl WilliamsonAdd Perl_ to SvAMAGIC _off,_on names
2019-09-15 Karl WilliamsonAdd embed.fnc entries for Cv inline fcns
2019-09-15 Karl WilliamsonFix up get_regex_charset_name()
2019-09-15 Karl Williamsoninline.h: Move some fcn '{' to column 1
2019-09-15 Karl WilliamsonMake PadnameIN_SCOPE() name begin with S_
2019-09-15 Karl WilliamsonSome SvREFCNT_foo are no longer macros
2019-09-15 Karl WilliamsonStrip leading underscore _variant_byte_number()
2019-09-15 Karl WilliamsonChange name of _utf8_to_uvchr_buf()
2019-09-15 Karl WilliamsonStrip leading underscore from is_utf8_char_helper()
2019-09-15 Karl Williamsoninline.h: Change fcn name prefix from S_ to Perl_
2019-09-15 Karl Williamsonembed.fnc: Change some 'x' marked fcns to 'C'
2019-08-21 Karl Williamsoninline.h: Return proper value on EBCDIC
2019-08-20 Karl WilliamsonFix utf8_to_uvchr_buf to match docs
2019-07-02 Karl Williamsonutf8_to_uvchr_buf() make behavior match docs
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2019-05-24 Karl WilliamsonCreate fcn for lossless conversion of NV to IV
2019-03-15 Karl Williamsoninline.h: Improve comment
2018-12-06 Karl Williamsoninline.h: Clarify comment
2018-08-20 Karl Williamsoninline.h: Use 'do {} while' instead of 'while {}'
2018-08-03 Karl Williamsoninline.h: Init a variable to silence stupid compilers
2018-07-08 Craig A. BerryMake new EBCDIC tables global.
2018-07-05 Karl WilliamsonMake isC9_STRICT_UTF8_CHAR() an inline dfa
2018-07-05 Karl WilliamsonMake isSTRICT_UTF8_CHAR() an inline function
2018-07-05 Karl WilliamsonInline dfa for translating from UTF-8
2018-07-05 Karl WilliamsonFix outdated docs for isUTF8_char()
2018-07-05 Karl WilliamsonMake isUTF8_char() an inline function
2018-07-05 Karl Williamsoninline.h: Fix typo in comment
2018-04-17 Karl WilliamsonFixes found by coverity
2018-04-08 Karl WilliamsonPATCH: [perl #133037] new warning in inline.h
2018-04-04 Karl WilliamsonRevert "inline.h: Silence compiler warning"
2018-04-03 Karl Williamsoninline.h: Silence compiler warning
2018-03-06 Karl Williamsoninline.h: #define some constants for EBCDIC
2018-03-05 Karl WilliamsonEBCDIC conditional compilation fixes
2018-03-05 Karl Williamsoninline.h: White-space only
2018-01-30 Karl WilliamsonCompile variant_byte_number() for EBCDIC
2018-01-30 Karl WilliamsonUse different scheme to handle MSVC6
2018-01-29 Karl WilliamsonDon't use variant_byte_number on MSVC6
2018-01-29 Karl Williamsoninline.h: Clarify comment
2018-01-29 Karl WilliamsonDon't use C99 ULL constant suffix
2018-01-17 Karl Williamsonperlapi: Clarification
2018-01-15 Karl WilliamsonAvoid some branches
2018-01-15 Karl Williamsoninline.h: Add comment.
2017-12-30 Karl WilliamsonUse new regnodes for /[[:ascii:]]/
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframsemicolon-friendly diagnostic control
2017-12-13 Karl Williamsoninline.h: Fix wrong order of shift and mask
2017-12-12 Karl Williamsoninline.h: Change extensive comment to a link
2017-12-12 Karl WilliamsonAdd variant_under_utf8_count() core function
2017-12-12 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-09 Karl Williamsoninline.h: Use new C99 emulation
2017-12-09 Karl Williamsoninline.h: White space only
2017-12-09 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-05 Zeframinternally change "when" to "whereso"
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Zeframrevise block_givwhen for sole use by "when"
2017-11-29 Zeframuse blk_loop format for CXt_GIVEN
2017-11-29 Zeframuse LOOP struct for entergiven op
2017-11-28 Jarkko HietaniemiUse UINT64_C() for 64-bit constant.
2017-11-27 Karl Williamsoninline.h: White-space only
2017-11-27 Karl WilliamsonUse is_utf8_invariant_string() more
2017-11-26 Karl WilliamsonAdd is_utf8_non_invariant_string()
2017-11-26 Karl WilliamsonChange 3 functions to be #defines of others
2017-11-26 Karl Williamsoninline.h: Avoid some extra strlen()
2017-11-23 Karl WilliamsonSearch for UTF-8 invariants by word
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-07-13 Karl Williamsonutf8.h: Add synonyms for flag names
2017-06-08 Karl WilliamsonAdd XS-callable function is_utf8_invariant_string_loc()
2017-02-23 Karl WilliamsonForgotten static declarations
2017-02-20 Karl WilliamsonInline foldEQ, foldEQ_latin1, foldEQ_locale
2016-11-30 Petr PísařSilent const correctnes warnings in utf8_hop functions
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
next