LOGONLY mark 313b38 as NODOC (compiler warning fix for new code only)
[p5sagit/p5-mst-13.2.git] / scope.h
2010-05-05 Nicholas Clark When saving ints, if the value is small enough save...
2010-05-05 Nicholas Clark When saving I32s, if the value is small enough save...
2010-05-01 Nicholas Clark On the save stack, store the save type as the bottom...
2010-04-21 David Mitchell remove bool* cast from SAVEBOOL
2009-11-18 Nicholas Clark Skip the scope name checks if PL_scopestack_name is...
2009-11-15 Rafael Garcia-Suarez Performance optimisation in assert, suggested by Tim...
2009-11-12 Gerard Goossen Add ENTER_with_name and LEAVE_with_name to automaticly...
2009-07-25 Vincent Pit Introduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent Pit Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at...
2009-07-25 Vincent Pit Introduce save_aelem_flags()
2009-07-04 Jan Dubois The 2nd arg to save_alloc() must be cast to I32 to...
2008-12-28 Vincent Pit Add save_adelete()/SAVEADELETE() to save on the stack...
2008-12-01 Nicholas Clark Move the implmentation of SAVEHINTS() into a new Perl_s...
2008-12-01 Nicholas Clark For SAVEHINTS(), re-order the savestack to be (?:PTR...
2008-12-01 Nicholas Clark Expose save_pushi32ptr() and implement SAVECOPARYBASE...
2008-12-01 Nicholas Clark Expose save_pushptrptr() and implement SAVESWITCHSTACK...
2008-11-30 Nicholas Clark Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNI...
2008-11-30 Nicholas Clark Convert all the scope save functions of the form
2008-11-13 Chip Salzenberg Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-10-28 Nicholas Clark Add MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-27 Nicholas Clark Add a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas Clark Update copyright years.
2008-04-06 Nicholas Clark A macro used only once isn't a typing saving, and 3...
2008-01-26 Nicholas Clark Investigation reveals that the work of restoring the...
2008-01-01 Marcus Holland-Moritz Add editor blocks to some header files.
2007-01-05 Rafael Garcia-Suarez Update copyright years in .h files. Also, in .pl
2007-01-03 Dave Mitchell handle cloning of parsers on the save stack
2006-12-18 Jarkko Hietaniemi Re: [PATCH] do not meddle in the affairs of PERL_TRACK_...
2006-10-18 Dave Bailey [perl #40557] regexec.c saves context stack position...
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-14 Nicholas Clark Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-13 Nicholas Clark Remove SAVEt_FREESHAREDPV, as nothing is using it,...
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-11 Nicholas Clark First stab at using the pad to store the serialised...
2006-04-05 Nicholas Clark Save the regexp engine state as 1 block on the save...
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-02-11 Nicholas Clark Remove SOFT_CAST() as it no longer does anything useful.
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-02 Dave Mitchell move the SETJMP exception-handing definitions from...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2004-07-25 Dave Mitchell make -Dl log runops loop entry and exit, and jump level...
2004-07-02 Dave Mitchell [perl #30258] utf8 POPSTACK crash on split execution
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-01-17 Dave Mitchell back out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2003-08-09 Dave Mitchell add "$lexical not available" warning in C<for my $lex ()>
2003-07-02 James Jurach line numbers are given % 64k
2003-06-28 Dave Mitchell Two debugging patches.
2003-05-05 Adrian M. Enache [patch] Re: [perl #21728] regexp SEGV
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-12-17 Richard Hitt [Fwd: Patch for perl utf8-related bug]
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-24 Jarkko Hietaniemi Sprinkle some copyrights (use the oldest timestamp to
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-01-24 Charles Bailey SYN SYN
2001-01-11 Nick Ing-Simmons Catch die in %SIG handler and unblock the signal before...
2001-01-10 Nick Ing-Simmons Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAV...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-21 Jarkko Hietaniemi Integrate scope.h@7790 from perlio, works better with...
2000-11-20 Nick Ing-Simmons If we use (aTHX_ ...) then put Perl_ on the front....
2000-11-20 Ilya Zakharevich The first step in removing recursion from the REx engine
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
2000-02-09 Charles Bailey Resync with mainline
2000-02-04 Gurusamy Sarathy fix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-01 Gurusamy Sarathy avoid PTR->IV cast warnings
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-10-14 Gurusamy Sarathy avoid inefficiency in change#3386 (every longjmp()...
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-05-28 Vishal Bhatia fixing eval in the compiler
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1998-10-25 Gurusamy Sarathy properly restore PL_rsfp_filters after require
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
next