This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use new case changing macros
[perl5.git] / inline.h
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