summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-1/+1
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-0/+1
* integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,Gurusamy Sarathy2000-12-171-2/+2
* integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,Gurusamy Sarathy2000-11-271-1/+1
* integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,Barrie Slaymaker2000-11-201-1/+2
* be more optimal about clearing @_Gurusamy Sarathy2000-06-081-3/+8
* @_ can't have junk in it even in the non-USE_ITHREADS case becauseGurusamy Sarathy2000-06-081-7/+3
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-8/+9
* call_method(...,G_EVAL) can longjmp() out if the method probingGurusamy Sarathy2000-05-281-0/+1
* under useithreads, PUSHLOOP must save PL_curpad for looking upGurusamy Sarathy2000-03-211-1/+3
* change#3511 was not defensive enough about try blocks, causingGurusamy Sarathy2000-03-111-0/+3
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
* more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-4/+9
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+30
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-13/+57
* cloning the stack (part 1)Gurusamy Sarathy1999-11-151-4/+5
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-0/+6
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-5/+7
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-6/+33
* macros for COP.cop_filegv accessGurusamy Sarathy1999-11-011-0/+8
* 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