Fix up Larry's copyright statements to my best knowledge.
[p5sagit/p5-mst-13.2.git] / cop.h
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-03 Jarkko Hietaniemi Detypo.
2003-01-27 Dave Mitchell Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB...
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-09-04 Hugo van der Sanden fix coredump after 64k-deep recursion
2002-05-21 Kevin Chase Win32 crash in fork.t (perl@16694)
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-03-18 Jarkko Hietaniemi NetWare tweaks from C Aditya <caditya@novell.com>
2002-02-08 Chris Nandor CopFILE / MacPerl_MPWFileName
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-09-10 Artur Bergman Silence another ITHREAD 64bit INT/32bit PTR warning.
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-06-06 Jarkko Hietaniemi Integrate change #10448 from maintperl; lexicals
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-11-18 Nick Ing-Simmons Lexical use open ... support:
2000-10-20 Charles Bailey SYN SYN
2000-10-03 Ilya Zakharevich Inside require() $^S was always left undefined.
2000-08-30 Gurusamy Sarathy Re: [ID 20000829.020] perl -e 'package; print __PACKAGE...
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-06-30 Gurusamy Sarathy dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathy be more optimal about clearing @_
2000-06-08 Gurusamy Sarathy @_ can't have junk in it even in the non-USE_ITHREADS...
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy Sarathy call_method(...,G_EVAL) can longjmp() out if the method...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-21 Gurusamy Sarathy under useithreads, PUSHLOOP must save PL_curpad for...
2000-03-11 Gurusamy Sarathy change#3511 was not defensive enough about try blocks...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-13 Gurusamy Sarathy more purification (pp_require() could access free memor...
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...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathy cloning the stack (part 1)
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
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-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-14 Gurusamy Sarathy fix POPSTACK panics that ensued from bad interaction...
1999-10-09 Gurusamy Sarathy POPSUB() gave up the refcount to the CV before LEAVE...
1999-10-08 Gurusamy Sarathy revert POP{SUB,LOOP}{1,2} logic to the simpler pre...
1999-10-07 Gurusamy Sarathy change#3728 was flawed (loop contexts saw the wrong...
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-09-29 Charles Bailey resync with mainline
1999-09-19 Gurusamy Sarathy avoid clearing @_ at all for faster subroutine calls...
1999-09-08 Gurusamy Sarathy fix memory leak in C<sub f { @_ = 1 } f() while 1>
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-14 Nick Ing-Simmons New lightweight Carp has a require. If Carp is used...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-05-24 Hugo van der Sanden name PL_in_eval bits
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1998-11-28 Ilya Zakharevich Fix \G in REx without //g
1998-11-05 Gurusamy Sarathy another POPSTACK victim
1998-11-05 Gurusamy Sarathy fix a location affected by change#2191, add note about...
1998-11-04 Gurusamy Sarathy refetch local stack pointer in POPSTACK
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy integrate change#2053 from maint-5.005
1998-10-13 Gurusamy Sarathy change#1614 merely disabled earlier fix (doh!); undo...
1998-09-18 Gurusamy Sarathy delay freeing itervar so C<for $i (@a) { return($i...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-28 Gisle Aas Optimize foreach (1..1000000)
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
1998-04-04 Gurusamy Sarathy [win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks...
1998-04-04 Gurusamy Sarathy [win32] fixes for various noises under PERL_DESTRUCT_LEVEL
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1997-07-17 Malcolm Beattie Fix multiple problems with lexical @_.
1997-05-15 Perl 5 Porters [inseparable changes from match from perl-5.003_99a...
1997-04-04 Perl 5 Porters [inseparable changes from match from perl-5.003_97a...
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-03-01 Perl 5 Porters [inseparable changes from match from perl-5.003_91...
1997-02-10 Perl 5 Porters [inseparable changes from patch from perl5.003_25 to...
1997-02-04 Perl 5 Porters [inseparable changes from patch from perl5.003_24 to...
1997-01-25 Perl 5 Porters [inseparable changes from patch from perl5.003_22 to...
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1997-01-15 Ilya Zakharevich Patch for Object subroutines
1996-12-31 Perl 5 Porters [inseparable changes from patch from perl5.003_17 to...
1996-12-24 Perl 5 Porters [inseparable changes from patch from perl5.003_15 to...
1996-12-23 Perl 5 Porters [inseparable changes from patch from perl5.003_13 to...
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-07-05 Perl 5 Porters perl 5.003_01: cop.h
1996-02-03 Perl 5 Porters perl5.002beta3
next