summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* fix POPSTACK panics that ensued from bad interaction betweenGurusamy Sarathy1999-10-141-1/+0
* POPSUB() gave up the refcount to the CV before LEAVE had a chance toGurusamy Sarathy1999-10-091-5/+12
* revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24Gurusamy Sarathy1999-10-081-38/+21
* change#3728 was flawed (loop contexts saw the wrong statementGurusamy Sarathy1999-10-071-2/+2
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-3/+3
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-5/+10
* fix memory leak in C<sub f { @_ = 1 } f() while 1>Gurusamy Sarathy1999-09-081-0/+1
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-1/+4
* New lightweight Carp has a require. If Carp is used in a __DIE__ handlerNick Ing-Simmons1999-08-141-0/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-2/+2
* name PL_in_eval bitsHugo van der Sanden1999-05-241-0/+6
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-181-5/+5
* Fix \G in REx without //gIlya Zakharevich1998-11-281-3/+3
* another POPSTACK victimGurusamy Sarathy1998-11-051-2/+2
* fix a location affected by change#2191, add note about POPSTACKGurusamy Sarathy1998-11-051-0/+2
* refetch local stack pointer in POPSTACKGurusamy Sarathy1998-11-041-0/+1
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-2/+2
* integrate change#2053 from maint-5.005Gurusamy Sarathy1998-10-251-1/+2
* change#1614 merely disabled earlier fix (doh!); undo it and properlyGurusamy Sarathy1998-10-131-2/+10
* delay freeing itervar so C<for $i (@a) { return($i) }> worksGurusamy Sarathy1998-09-181-1/+1
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-0/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-1/+1
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-43/+43
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-12/+12
* PUSHSTACK renovationJoshua Pritikin1998-06-281-3/+7
* Optimize foreach (1..1000000)Gisle Aas1998-06-281-1/+2
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-0/+1
* [win32] set up PUSHSTACK for __DIE__ and __WARN__ hooks alsoGurusamy Sarathy1998-04-041-2/+0
* [win32] fixes for various noises under PERL_DESTRUCT_LEVELGurusamy Sarathy1998-04-041-1/+3
* [win32] implement stack-of-stacks so that magic invocations don'tGurusamy Sarathy1998-04-031-0/+75
* Fix multiple problems with lexical @_.Malcolm Beattie1997-07-171-3/+13
* [inseparable changes from match from perl-5.003_99a to perl5.004]Perl 5 Porters1997-05-161-5/+7
* [inseparable changes from match from perl-5.003_97a to perl-5.003_97b]Perl 5 Porters1997-04-041-0/+1
* [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-1/+2
* [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-1/+1
* [inseparable changes from patch from perl5.003_25 to perl5.003_26]perl-5.003_26Perl 5 Porters1997-02-111-2/+2
* [inseparable changes from patch from perl5.003_24 to perl5.003_25]perl-5.003_25Perl 5 Porters1997-02-041-19/+30
* [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23Perl 5 Porters1997-01-251-1/+5
* [inseparable changes from patch from perl5.003_20 to perl5.003_21]Perl 5 Porters1997-01-161-4/+13
* [inseparable changes from patch from perl5.003_17 to perl5.003_18]Perl 5 Porters1997-01-011-5/+2
* [inseparable changes from patch from perl5.003_15 to perl5.003_16]Perl 5 Porters1996-12-251-4/+7
* [inseparable changes from patch from perl5.003_13 to perl5.003_14]Perl 5 Porters1996-12-231-3/+6
* [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-1/+4
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-2/+2
* perl 5.003_01: cop.hPerl 5 Porters1996-07-051-0/+3
* perl5.002beta3Perl 5 Porters1996-02-021-0/+3
* 5.002 beta 1Larry Wall1995-11-211-5/+9
* Perl 5.001perl-5.001Larry Wall1995-03-121-1/+3
* perl 5.000perl-5.000Larry Wall1994-10-171-56/+18