doc f7abe7
[p5sagit/p5-mst-13.2.git] / pp.h
2010-05-21 David Mitchell make overload respect get magic
2010-04-26 Robin Barker avoid use of operator name in macro
2010-04-21 Rafael Garcia-Suarez Fix [perl #74542] 5.12.0 crash on diverse platforms
2009-11-06 Gerard Goossen move JMPENV_JUMP to die_where and mark it as "noreturn"
2009-03-25 Ben Morrow Stacked overloaded -X.
2009-03-25 Ben Morrow Fall back to "" overload for -X.
2009-03-25 Ben Morrow Finish the rest of the -X ops.
2009-03-25 Ben Morrow Move magic logic into tryAMAGICftest macro.
2008-12-28 Vincent Pit Introduce SvCANEXISTDELETE in pp.h, which simplify...
2008-10-25 Nicholas Clark Update copyright years.
2008-06-15 Rick Delaney [perl #55786] [PATCH blead] Re: Overload Segfaulting
2008-01-04 Nicholas Clark Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn...
2008-01-04 Marcus Holland-Moritz There's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2007-11-07 Nicholas Clark Fix up copyright years for files modified in 2007.
2007-04-10 Jan Dubois Cast markstack values to I32
2007-01-21 Nicholas Clark Remove register keyword from dSP; (at least for now)
2007-01-15 Nicholas Clark pp_rv2av and pp_rv2hv have a lot of common code, so...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .h files. Also, in .pl
2006-02-07 Nicholas Clark Merging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Nicholas Clark Create new macros AMG_CALLun_var, AMG_CALLun_var and...
2005-12-28 Nicholas Clark PL_amagic_generation is always non-zero, so remove...
2005-12-27 Andy Lester pre-likely cleanup
2005-11-05 Nicholas Clark Allow passing of the full enum name into the tryAMAGICb...
2005-07-28 Robin Barker tidy up DieNull and DIE_NULL
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-08 Nicholas Clark Eliminate more C<n_a>s
2005-06-08 Nicholas Clark Convert POPpx POPpconstx and POPpbytex to use nolen...
2005-06-07 Nicholas Clark POPpx needs a const equivalent.
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-01-07 Robin Barker to improve -DCHECK_FORMAT
2004-12-24 Ton Hospel Missign STATEMENT brackets in PUSHMARK
2004-06-02 Marcus Holland-Moritz Fix apidoc entries for PUSHMARK and newXSproto.
2004-05-04 Marcus Holland-Moritz Fix mX?PUSH[inup] macros. (Follow-up to #22756 and...
2004-04-30 Rafael Garcia-Suarez Follow-up to previous patch: the mX?PUSH[inup] macros
2004-04-30 Steve Hay Document limitations in PUSHi et al macros and add...
2003-09-18 Rick Delaney Re: [perl #19582] [PATCH bleedperl] bad overload copy...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-05-29 Michael G. Schwern Re: Would -Wno-unused -Wall be better?
2001-03-05 Nick Ing-Simmons Some tests for Camel 3rd edition features.
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-02-08 Charles Bailey SYN SYN
2001-02-01 Jarkko Hietaniemi Integrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-31 Nicholas Clark Re: [PATCH] Re: [ID 20010105.023] numeric problems...
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Jarkko Hietaniemi Use the /^Perl_/-less form of is_lvalue_sub().
2001-01-13 Jarkko Hietaniemi The LVRET macro needed an aTHX.
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-08 Michael Stevens djSP
2000-12-05 Jarkko Hietaniemi Add TOPm1s to peek at the second topmost stack item.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-10-20 Charles Bailey SYN SYN
2000-09-02 Nick Ing-Simmons If overloaded %{} etc. return the object do not loop.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy various pod nits (from Larry Virden and others)
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
1999-11-16 Jarkko Hietaniemi Regen Configure.
1999-10-29 Jarkko Hietaniemi Remove quad logic from perl.h; regen Configure;
1999-09-29 Charles Bailey resync with mainline
1999-09-10 Gurusamy Sarathy s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS...
1999-08-29 Ilya Zakharevich Speeding up XSUB calls up to 66%
1999-08-29 Jarkko Hietaniemi Implement 64-bit vec().
1999-08-16 Jarkko Hietaniemi Batch of small 64-bit/long double/large file support...
1999-08-13 Jarkko Hietaniemi Jumbo Configure and large file support update.
1999-08-11 Jarkko Hietaniemi Unapply an experimental patch that accidentally escaped
1999-08-10 Dan Sugalski Patches needed to get _60 building with
1999-07-06 Ilya Zakharevich Optimize away OP_SASSIGN
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-04-03 Gurusamy Sarathy grow PL_tmps_stack more efficiently; make it more amena...
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-10-31 Gurusamy Sarathy bump patchlevel; other minor fixes for clean build...
1998-10-31 Ilya Zakharevich Re: [PATCH 5.00552] Overloaded <> and deref again
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-03-01 Gurusamy Sarathy [asperl] integrate mainline changes
1998-02-25 Gisle Aas #ifdef CAN_PROTOTYPE cleanup
next