summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Make get_db_sub non-static, and call it from pp_goto, which allows theNicholas Clark2006-12-011-15/+1
* Looks like I didn't actually test the COW conditional code inNicholas Clark2006-11-121-1/+1
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-2/+2
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-031-0/+6
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-021-2/+0
* Silence some warningsRafael Garcia-Suarez2006-10-201-4/+3
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+14
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+7
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-2/+2
* Store a pointer to the op in struct block_loop, rather than the Nicholas Clark2006-09-171-4/+4
* Revert changes 28772, 28773, 28774 as they won't gain us anything - INicholas Clark2006-09-161-8/+8
* cxtype is a U16, not a U32 (Stops VC++ complaining)Steve Hay2006-09-061-1/+1
* Access to cx->blk_sub.lval via macros (as it's about to move).Nicholas Clark2006-09-011-2/+2
* Access cx->blk_sub.hasargs via a pair of macros (as it's about toNicholas Clark2006-09-011-6/+6
* g++ large patchJarkko Hietaniemi2006-08-071-62/+70
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-7/+1
* The smart match table was duplicated in source code and in perlsyn,Rafael Garcia-Suarez2006-06-041-36/+2
* make require report too many open files errorDave Mitchell2006-05-291-0/+3
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-9/+0
* eval { s/$foo/die/e } leaked a scalarDave Mitchell2006-05-201-1/+0
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-8/+8
* [perl #32332] Perl segfaults; test case availableDave Mitchell2006-05-201-2/+1
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-17/+4
* no 5.9.4; should fail in version 5.9.4.Nicholas Clark2006-05-101-1/+1
* Some more SvREFCNT_inc updatesAndy Lester2006-05-021-3/+3
* Reverting context removal from change #27992. This shouldSteve Peters2006-05-011-1/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-7/+7
* Removing another context parmAndy Lester2006-04-281-7/+8
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-1/+23
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-9/+13
* Coverity has started to notice another inconsistency in our NULLNicholas Clark2006-04-251-1/+1
* use NOOP macroAndy Lester2006-04-251-1/+1
* pp_ctl.c cachingAndy Lester2006-04-171-6/+6
* stop PL_op and PL_curpad referring to different pads at start of doevalDave Mitchell2006-04-161-0/+1
* A scalar reference returned from a coderef in @INC is treated as theNicholas Clark2006-04-161-13/+40
* I believe that it makes little sense for the simple user filtersNicholas Clark2006-04-151-2/+2
* Fix a bug - the introduction of the caching code means that we shouldNicholas Clark2006-04-151-5/+7
* Augment the user filter caching code so that if the user filter returnsNicholas Clark2006-04-151-37/+68
* If the downstream caller wants block mode, and we're in line mode,Nicholas Clark2006-04-151-9/+53
* Eliminate the filter_child_proc hack from pp_require.Nicholas Clark2006-04-151-23/+5
* Add more tests for the builtin source filter implementation, and fixNicholas Clark2006-04-151-3/+15
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-2/+2
* Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.Nicholas Clark2006-04-141-1/+2
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-1/+1
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-12/+9
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-17/+3
* Change 27677 missed two direct accesses to op_private in COPs.Nicholas Clark2006-04-021-2/+2
* Abstract all reads/writes of the hints in COPs with 2 new macros,Nicholas Clark2006-04-021-3/+2
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-0/+23