Fix up Larry's copyright statements to my best knowledge.
[p5sagit/p5-mst-13.2.git] / scope.h
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
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-06-30 Gurusamy Sarathy tweaks to overloaded constants (change#1259)
1998-06-29 Gurusamy Sarathy add missing SSCHECK() to rectify faulty SSPUSH*() logic...
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-03-16 Gurusamy Sarathy [asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-02 Gurusamy Sarathy [win32] fix misapplied hunks in change#614
1998-03-02 Stephen McCamant [win32] this one with adjusted test numbers
1998-02-14 Gurusamy Sarathy [asperl] bring ASPerl uptodate with mainline changes
1998-02-12 Malcolm Beattie Missing WITH_THR from new deb() in ENTER/LEAVE caused...
1998-02-12 Gurusamy Sarathy [win32] fix extra LEAVE when require fails
1998-02-01 Douglas Lankshear [asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy [asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy [asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy [win32] foo() -> PerlGroup_foo() patch from ActiveState
1997-11-06 Malcolm Beattie Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-07-01 Malcolm Beattie Support for op in global register (still buggy)
1997-04-01 Jim Avera Fix MM doc's use of "SUPER::"
1997-04-01 Chip Salzenberg Don't use setjmp() and longjmp() in complex exprs
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-03-25 Gurusamy Sarathy Re: embedded perl and top_env problem
1997-02-10 Perl 5 Porters [inseparable changes from patch from perl5.003_25 to...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-06-18 Perl 5 Porters Correct cast in SAVEDESTRUCTOR macro
1994-10-17 Larry Wall perl 5.000
1994-05-04 Larry Wall perl 5.0 alpha 9
1994-03-18 Larry Wall perl 5.0 alpha 6
1993-10-07 Larry Wall perl 5.0 alpha 2