This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Silence compiler warning
[perl5.git] / pp.h
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-08-08 Father ChrysostomosUnify mark macros
2016-02-03 David Mitchellmake gimme consistently U8
2015-11-28 David Mitchellreformat the FOOMARK macros slightly
2015-11-28 David MitchellFOOMARK debugging macros: fix %d cast; only -Dsv
2015-11-24 Tony Cook[perl #126635] don't shortcut when SVf_IVisUV is set
2015-11-19 David Mitchellsilence compiler warnings using INCMARK/POPMARK
2015-11-10 David Mitchellmake SETi/u/n, (X)PUSHi/u/n more efficient
2015-11-10 Reini UrbanMARK -Ds debugging
2015-10-02 David Mitchellmake EXTEND() and stack_grow() safe(r)
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-09-02 Tony Cook[perl #120903] perlcall cleanup
2015-03-25 Hugo van der Sandenfix signed/unsigned mismatch in (M)EXTEND
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-02-01 Father Chrysostomos5th arg to indicate numeric bitwise overloading
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2014-12-20 Father Chrysostomos01234567890123456789012345678901234567890123456789
2014-10-12 Father ChrysostomosUse full name for Perl_tmps_grow_p in EXTEND_MORTAL
2014-10-10 Daniel Draganoptimize & rmv from public API Perl_tmps_grow and relat...
2014-09-21 Father Chrysostomospp.h: Remove SETsv and SETsvUN
2014-09-19 David Mitchellpp.h: remove spurious comment about OPpTARGET_MY
2014-09-10 David MitchellAutomate processing of op_private flags
2014-06-09 Daniel Draganremove 1 read of interp var from PUSHMARK
2014-05-28 Jarkko HietaniemiFixup for [perl #121860]: g++ and VC are pickier about...
2014-05-28 Steffen MuellerFix EXTEND changes under STRESS_REALLOC
2014-05-28 Jarkko HietaniemiAvoid "unused sp" if EXTEND is the last mentioning sp.
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-11-23 Father ChrysostomosExtend STRESS_REALLOC to move the stack with every...
2013-09-17 Nicholas ClarkEliminate POPq, POPuq, TOPq, TOPuq, dPOPqv, dTOPqv...
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t when extending the stack
2013-03-06 Steffen Mueller(UN)LIKELY branch prediction hints in a few strategic...
2012-12-10 Father ChrysostomosRemove the second param to tryAMAGICunTARGETlist
2012-12-10 Father Chrysostomospp.h: Remove tryAMAGICunTARGET
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-07-27 Father Chrysostomospp.h: Make [TP]OPp and [TP]OPpx identical
2012-07-02 Father ChrysostomosUse find_runcv_where for pp_coreargs and pp_runcv
2012-06-29 Father ChrysostomosMake formats close over the right closure
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-06-23 Father Chrysostomos[perl #112966] Crash on delete local; other local bugs
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-21 Father ChrysostomosFix non-GCC compilation
2012-05-21 Father Chrysostomospp.h: Missing macro parentheses
2012-01-09 Father Chrysostomos[perl #44895] += warning on uninit magic var
2012-01-09 Father ChrysostomosRemove magical dPOPXnnrl_ul dPOPXiirl_ul macros
2011-09-11 Father ChrysostomosMake filetest ops handle get-magic correctly for glob...
2011-09-10 Father ChrysostomosDon’t call get-magic on a referenced array in chdir...
2011-09-10 Father ChrysostomosAdd MAYBE_DEREF_GV macro
2011-09-01 Gerard GoossenFix overloaded <> when the peephole optimiser is disabled.
2011-04-08 Father ChrysostomosRevert parts of c31c291..96b6b87
2011-04-08 Father Chrysostomos[perl #87708] Fix ‘$tied binop $tied’
2011-04-06 Father Chrysostomos[perl #87708] $tied % $tied and $tied * $tied under...
2011-04-06 Father Chrysostomos[perl #87708] $tied + $tied and $tied - $tied under...
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <=> $tied
2011-04-06 Father Chrysostomos[perl #87708] atan2 $tied, $tied
2011-01-05 Nicholas ClarkConvert tied PRINT to using Perl_tied_method()
2011-01-05 Nicholas ClarkRename tied_handle_method() to tied_method(), and make...
2011-01-03 David Mitchellreindent tryAMAGICunTARGET after previous change
2011-01-03 David Mitchellsimplify tryAMAGICunTARGET
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchelloverloaded <> sometimes left an extra stack arg
2010-12-31 David Mitchellstandardise amagic method naming
2010-11-09 Nicholas ClarkFix error in tryAMAGICunDEREF() introduced in 25a9ffce1...
2010-11-03 Nicholas ClarkInline tryAMAGICunDEREF_var() into its callers and...
2010-11-03 Nicholas ClarkAdd Perl_amagic_deref_call() to implement the bulk...
2010-11-02 Nicholas ClarkInline RvDEEPCP() into its only caller, Perl_amagic_call().
2010-11-02 Nicholas ClarkImplement the loop in tryAMAGICunDEREF_var() using...
2010-11-02 Nicholas ClarkExpand AMG_CALLun_var() into all its users, and elimina...
2010-11-02 Nicholas ClarkInline tryAMAGICunW_var() into macros tryAMAGICun{DEREF...
2010-11-02 Nicholas ClarkEliminate tryAMAGICunW() by refactoring tryAMAGICun...
2010-11-02 Nicholas ClarkRemove unused AMAGIC macros from pp.h. Neither core...
2010-06-27 Nicholas ClarkReturn DIE(...) to *return*ing Perl_die(...).
2010-05-21 David Mitchellmake overload respect get magic
2010-04-26 Robin Barkeravoid use of operator name in macro
2010-04-21 Rafael Garcia-SuarezFix [perl #74542] 5.12.0 crash on diverse platforms
2009-11-06 Gerard Goossenmove JMPENV_JUMP to die_where and mark it as "noreturn"
2009-03-25 Ben MorrowStacked overloaded -X.
2009-03-25 Ben MorrowFall back to "" overload for -X.
2009-03-25 Ben MorrowFinish the rest of the -X ops.
2009-03-25 Ben MorrowMove magic logic into tryAMAGICftest macro.
2008-12-28 Vincent PitIntroduce SvCANEXISTDELETE in pp.h, which simplify...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-15 Rick Delaney[perl #55786] [PATCH blead] Re: Overload Segfaulting
2008-01-04 Nicholas ClarkRe-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn...
2008-01-04 Marcus Holland-MoritzThere's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-04-10 Jan DuboisCast markstack values to I32
2007-01-21 Nicholas ClarkRemove register keyword from dSP; (at least for now)
2007-01-15 Nicholas Clarkpp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2006-02-07 Nicholas ClarkMerging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Nicholas ClarkCreate new macros AMG_CALLun_var, AMG_CALLun_var and...
2005-12-28 Nicholas ClarkPL_amagic_generation is always non-zero, so remove...
2005-12-27 Andy Lesterpre-likely cleanup
2005-11-05 Nicholas ClarkAllow passing of the full enum name into the tryAMAGICb...
next