This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention Hook::LexWrap in perl5220delta
[perl5.git] / inline.h
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