summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-1/+1
* Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char*...Ævar Arnfjörð Bjarmason2007-04-231-5/+5
* Fix problems caused by downsizing in change 31017. (Which don't showNicholas Clark2007-04-221-1/+1
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-1/+1
* PL_madskills is a bool, so save it as one (else Solaris rightlyNicholas Clark2007-04-121-1/+1
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-1/+1
* S_op_destroy() was not static. Also tidy all other STATIC/staticNicholas Clark2007-04-051-8/+4
* Re: pmdynflags and thread safetyYves Orton2007-04-041-24/+17
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-6/+6
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-2/+2
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-2/+2
* As SvUPGRADE() is a macro wrapping a call to sv_upgrade() insideNicholas Clark2007-03-051-2/+1
* Make use VERSION also load feature.pmRafael Garcia-Suarez2007-03-031-1/+12
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-4/+2
* Re: Change 29193 is a regressionRick Delaney2007-02-081-0/+1
* Purge all references to 5005 threads variables in the code.Nicholas Clark2007-02-031-1/+0
* A few more places where we know the length for sv_setpv() or sv_catpv()Nicholas Clark2007-02-021-1/+1
* Remove duplicate assignment to PL_eval_root in Perl_create_eval_scopeNicholas Clark2007-01-221-1/+0
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-1/+1
* Turn taint warnings (-t) into severe warnings, so they'reRafael Garcia-Suarez2007-01-081-4/+0
* Fix the interaction of -w and -t when provided on the command-lineRafael Garcia-Suarez2007-01-051-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-6/+6
* Rationalise the logic in lex_start for creating a new temporary if theNicholas Clark2006-12-311-1/+1
* Re: [perl #41071] require stringifies code references in tied @INCRick Delaney2006-12-181-0/+2
* 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