summaryrefslogtreecommitdiff
path: root/cop.h
Commit message (Expand)AuthorAgeFilesLines
* Silence a couple of Borland compiler warningsSteve Hay2006-08-011-1/+1
* Refactoring in av.cAndy Lester2006-05-241-1/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-1/+0
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-5/+5
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-5/+5
* [perl #32332] Perl segfaults; test case availableDave Mitchell2006-05-201-2/+4
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-5/+20
* Some more SvREFCNT_inc updatesAndy Lester2006-05-021-2/+2
* more -ansi -pedantic cleanlinessJarkko Hietaniemi2006-04-291-2/+2
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-1/+2
* Abstract all reads/writes of the hints in COPs with 2 new macros,Nicholas Clark2006-04-021-0/+7
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-0/+5
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+13
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-0/+2
* 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