summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-3/+3
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-1/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-5/+3
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-9/+9
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-5/+5
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Fix release mode builds following change 26598Steve Hay2006-01-031-2/+10
* silence some compiler warningsDave Mitchell2006-01-031-0/+3
* latest switch/say/~~Robin Houston2005-12-191-1/+21
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-1/+1
* s/Nullav/NULL/gNicholas Clark2005-12-161-3/+3
* Const & local: Special Victims UnitAndy Lester2005-11-111-3/+3
* Re: [perl #32383] DProf breaks List::Util::shuffleRobin Houston2005-11-091-4/+7
* [perl #24254] Attempt to free unreferenced scalar Chris Heath2005-11-071-3/+8
* sort/multicall patchRobin Houston2005-11-021-0/+66
* Etta James presents: More constingAndy Lester2005-10-311-1/+1
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-1/+1
* CopSTASH_eq againAndy Lester2005-06-151-10/+3
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-251-5/+5
* Goodbye AvFLAGSNicholas Clark2005-05-201-1/+1
* Better fix for #8738 (Core dump in 'leavetry')Dave Mitchell2005-05-021-0/+2
* move the SETJMP exception-handing definitions from scope.h to cop.hDave Mitchell2005-05-021-0/+120
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* remove binary compat from #23156 (remove PL_retstack)Dave Mitchell2004-07-231-1/+0
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-5/+6
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-2/+11
* Put all pre-processor #s on the first column (some compilers are picky)Nicholas Clark2003-10-091-21/+21
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-0/+4
* Two debugging patches.Dave Mitchell2003-06-281-1/+3
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Detypo.Jarkko Hietaniemi2003-02-031-3/+3
* Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, butDave Mitchell2003-01-271-2/+12
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+5
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-2/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-7/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-5/+6
* fix coredump after 64k-deep recursionHugo van der Sanden2002-09-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