This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
[perl5.git] / pp.h
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...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
1999-11-16 Jarkko HietaniemiRegen Configure.
1999-10-29 Jarkko HietaniemiRemove quad logic from perl.h; regen Configure;
1999-09-29 Charles Baileyresync with mainline
1999-09-10 Gurusamy Sarathys/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS...
1999-08-29 Ilya ZakharevichSpeeding up XSUB calls up to 66%
1999-08-29 Jarkko HietaniemiImplement 64-bit vec().
1999-08-16 Jarkko HietaniemiBatch of small 64-bit/long double/large file support...
1999-08-13 Jarkko HietaniemiJumbo Configure and large file support update.
1999-08-11 Jarkko HietaniemiUnapply an experimental patch that accidentally escaped
1999-08-10 Dan SugalskiPatches needed to get _60 building with
1999-07-06 Ilya ZakharevichOptimize away OP_SASSIGN
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-04-03 Gurusamy Sarathygrow PL_tmps_stack more efficiently; make it more amena...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-12 Jan Duboisremove OVERLOAD conditionals
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-10-31 Gurusamy Sarathybump patchlevel; other minor fixes for clean build...
1998-10-31 Ilya ZakharevichRe: [PATCH 5.00552] Overloaded <> and deref again
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ 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
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1996-12-24 Perl 5 Porters[inseparable changes from patch from perl5.003_15 to...
1996-11-29 Perl 5 Porters[inseparable changes from patch from perl5.003_09 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-07-05 Perl 5 Portersperl 5.003_01: pp.h
1996-03-17 Perl 5 PortersIncorporate new single-statement macros
1995-03-13 Larry WallPerl 5.001 perl-5.001
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-05-04 Larry Wallperl 5.0 alpha 9 perl-5a9
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-11-10 Larry Wallperl 5.0 alpha 4
next