This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't Deparse "${$}abc" as "$$abc"
[perl5.git] / inline.h
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
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-09 Tony Cook(perl #129000) create a safer utf8_hop()
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-26 Karl WilliamsonMove #define to different header
2016-09-26 Karl Williamsonperlapi: Clarifications, nits in Unicode support docs
2016-09-18 Karl Williamsonperlapi: Clarify docs for some is_utf8_foo functions
2016-09-18 Karl Williamsoninline.h: Add 'const's; avoid hiding outer variable
2016-09-18 Karl WilliamsonAdd is_utf8_valid_partial_char_flags()
2016-09-18 Karl Williamsonperlapi: Reword description of is_utf8_valid_partial_char
2016-09-18 Karl WilliamsonFix off-by-one error in is_utf8_valid_partial_char()
2016-09-18 Karl WilliamsonEnhance and rename is_utf8_char_slow()
2016-09-17 Karl Williamsonappend_utf8_from_native_byte: Add parens for clarity
2016-09-05 Karl Williamsoninline.h: Declare functions to be inline
2016-09-01 Karl WilliamsonFix is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonAdd is_utf8_valid_partial_char()
2016-09-01 Karl Williamsonis_utf8_string() is now a pure function
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonInline is_utf8_string() and is_utf8_stringloclen()
2016-09-01 Karl WilliamsonInline utf8_distance(), utf8_hop()
2016-09-01 Karl WilliamsonInline is_utf8_invariant_string()
2016-09-01 Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
2016-08-08 Father ChrysostomosUnify mark macros
2016-07-01 David Mitchellcx_popeval(): don't mortalise blk_eval.old_namesv
2016-05-15 Father Chrysostomosinline.h: Suppress g++ warning under threads
2016-03-28 Daniel Dragansilence warnings in inline.h on Win64 VC build
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-11 Karl Williamsoninline.h: Fix comment
2016-02-03 David Mitchelladd blk_old_tmpsfloor shortcut
2016-02-03 David Mitchellconvert CX_{PUSH|POP}{WHEN|GIVEN} to inline fns
2016-02-03 David Mitchellconvert CX_PUSHLOOP*/POPLOOP to inline fns
2016-02-03 David Mitchellconvert CX_PUSHEVAL/POPEVAL to inline fns
2016-02-03 David Mitchellconvert CX_PUSHFORMAT/POPFORMAT to inline fns
2016-02-03 David Mitchellconvert CX_PUSHSUB/POPSUB to inline fns
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-26 Tony Cook[perl #123202] speed up scalar //g against tainted...
2014-11-13 Father ChrysostomosAccount for string eval when const-izing sub(){$x}
2014-11-05 Daniel Draganchar * pv can never be null in S_is_safe_syscall
2014-09-25 Father ChrysostomosRemove most uses of PADMY
2014-09-25 Father ChrysostomosStop setting PADMY; renumber PADSTALE
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-06-22 Jarkko HietaniemiTry simpler usage for file-level GCC_DIAG_RESTORE.
2014-06-20 Jarkko HietaniemiGCC_DIAG_IGNORE/RESTORE whine in non-gcc if at file...
2014-06-18 Jarkko HietaniemiGCC_DIAG_IGNORE needs to end with semicolon (inline.h).
2014-06-18 Jarkko Hietaniemi__clang__ seems to be thing, but leave also __clang.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-05-31 Karl WilliamsonMove some deprecated utf8-handling functions to mathoms
2014-05-31 Karl WilliamsonCreate isUTF8_CHAR() macro and use it
2014-05-31 Karl Williamsonutf8.c: Move a static function to inline.h
2014-05-31 Karl WilliamsonRevert bootstrapping to non-ASCII platforms
2014-05-30 Karl WilliamsonWrap various pod uses of NUL with C<>
2014-05-28 Tony Cook[perl #121112] only warn if newline is the last non...
2014-01-15 Tony Cook[perl #120670] make perl headers C++11 compatible
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-08-29 Karl Williamsonhandy.h: Allow bootstrapping to non-ASCII platform
2013-08-29 Karl WilliamsonRemove unnecessary temp variable in converting to UTF-8
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-29 Father Chrysostomosinline.h: Avoid redundant ckWARN call
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-24 Tony CookRevert "Remove the non-inline function S_croak_memory_w...
2013-07-02 Peter MartiniS_strip_spaces doesn't need to be seen out of core
2013-06-25 Peter MartiniRemove spaces from a (copy of) a proto when used. The...
2013-06-11 Steffen MuellerBranch prediction hint for SvREFCNT_dec
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-06 Steffen Mueller(UN)LIKELY branch prediction hints in a few strategic...
2013-02-08 Karl WilliamsonInline av_top_index()
2013-01-13 Karl WilliamsonCreate deprecated fncs to replace to-be-removed macros
2012-12-04 David Mitchellsilence some non-clang warnings
2012-12-04 David Mitchellsilence some clang warnings
2012-12-04 David Mitchelladd SvREFCNT_dec_NN()
2012-12-04 David Mitchellmake SvREFCNT_dec() more efficient
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 Daniel Draganoptimize memory wrap croaks, often used in MEM_WRAP_CHECK
2012-10-01 Father ChrysostomosOops; fix threaded build
2012-10-01 Father ChrysostomosStop substr lvalues from being confused by changing...
2012-09-12 Father ChrysostomosUnify CvDEPTH for formats and subs
2012-08-21 Father ChrysostomosMove S_CvDEPTHp from cv.h to inline.h; shrink macros
2012-08-21 Father ChrysostomosStatic inline functions for SvPADTMP and SvPADSTALE
2012-08-21 Father ChrysostomosUse fast SvREFCNT_dec for non-GCC
2012-08-21 Father ChrysostomosUse static inline functions for SvREFCNT_inc
2012-08-21 Father Chrysostomos[perl #113718] Add inline.h