summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH 5.10] Improve diagnostic for reloads of bad modulesRick Delaney2007-09-251-1/+2
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-6/+6
* Re: INC handlers and shutdown-time warningsRafael Garcia-Suarez2007-09-011-1/+1
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2007-08-281-0/+2
* [patch@31735] Module-load/require fixes for VMSJohn E. Malmberg2007-08-221-6/+33
* Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"Steve Hay2007-07-111-2/+2
* Fix assertion failure on failed magic eval - eg FETCH {eval'('}Dave Mitchell2007-07-101-12/+20
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-5/+4
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-5/+3
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-4/+3
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-1/+1
* 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