This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Assume a leading zero means hex format
[perl5.git] / pp.h
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...
2005-07-28 Robin Barkertidy up DieNull and DIE_NULL
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-08 Nicholas ClarkEliminate more C<n_a>s
2005-06-08 Nicholas ClarkConvert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas ClarkPOPpx needs a const equivalent.
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-01-07 Robin Barkerto improve -DCHECK_FORMAT
2004-12-24 Ton HospelMissign STATEMENT brackets in PUSHMARK
2004-06-02 Marcus Holland-MoritzFix apidoc entries for PUSHMARK and newXSproto.
2004-05-04 Marcus Holland-MoritzFix mX?PUSH[inup] macros. (Follow-up to #22756 and...
2004-04-30 Rafael Garcia-SuarezFollow-up to previous patch: the mX?PUSH[inup] macros
2004-04-30 Steve HayDocument limitations in PUSHi et al macros and add...
2003-09-18 Rick DelaneyRe: [perl #19582] [PATCH bleedperl] bad overload copy...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-05-29 Michael G. SchwernRe: Would -Wno-unused -Wall be better?
2001-03-05 Nick Ing-SimmonsSome tests for Camel 3rd edition features.
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-08 Charles BaileySYN SYN
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-31 Nicholas ClarkRe: [PATCH] Re: [ID 20010105.023] numeric problems...
2001-01-24 Charles BaileySYN SYN
2001-01-15 Jarkko HietaniemiUse the /^Perl_/-less form of is_lvalue_sub().
2001-01-13 Jarkko HietaniemiThe LVRET macro needed an aTHX.
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-08 Michael StevensdjSP
2000-12-05 Jarkko HietaniemiAdd TOPm1s to peek at the second topmost stack item.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-10-20 Charles BaileySYN SYN
2000-09-02 Nick Ing-SimmonsIf overloaded %{} etc. return the object do not loop.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyvarious pod nits (from Larry Virden and others)
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
next