summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2004-03-221-1/+1
* Integrate:Nicholas Clark2004-02-261-2/+11
* Integrate:Alexey Tourbin2003-10-181-21/+21
* Integrate:Jarkko Hietaniemi2003-09-211-0/+4
* Integrate:Jarkko Hietaniemi2003-06-301-1/+3
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Nicholas Clark2003-03-101-3/+3
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* More lexical patches merged by Dave Mitchell.Jarkko Hietaniemi2003-02-281-2/+7
* The Great Pad Run of '02Jarkko Hietaniemi2003-02-281-5/+6
* Integrate:Jarkko Hietaniemi2003-02-011-2/+12
* The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-2/+2
* Win32 crash in fork.t (perl@16694)Kevin Chase2002-05-211-2/+6
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-2/+2
* NetWare tweaks from C Aditya <caditya@novell.com>Jarkko Hietaniemi2002-03-181-4/+25
* CopFILE / MacPerl_MPWFileNameChris Nandor2002-02-081-0/+7
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-2/+7
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-1/+3
* Silence another ITHREAD 64bit INT/32bit PTR warning.Artur Bergman2001-09-101-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* Integrate change #10448 from maintperl; lexicalsJarkko Hietaniemi2001-06-061-0/+2
* Re: sync sync sync: have I missed any patches?Tim Jenness2001-02-281-1/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-0/+1
* Inside require() $^S was always left undefined.Ilya Zakharevich2000-10-031-0/+1
* Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps Gurusamy Sarathy2000-08-301-2/+2
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-081-1/+1
* dounwind() may cause POPSUB() to diddle the wrong PL_curpadGurusamy Sarathy2000-06-301-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