summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-101-1/+1
* stop map,grep leaking temps [perl #48004]David Mitchell2010-10-041-2/+39
* G_KEEPERR sometimes set $@David Mitchell2010-10-031-2/+8
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-1/+9
* [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combinationFather Chrysostomos2010-09-221-1/+4
* [perl #19078] wrong match order inside replacementFather Chrysostomos2010-09-201-0/+1
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-1/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-5/+2
* move some comments back to the lines they refer toDavid Mitchell2010-09-081-6/+5
* swap round a confusing #ifndef ... #else ...David Mitchell2010-09-081-3/+3
* create itervar_u union in struct block_loopDavid Mitchell2010-09-081-13/+8
* eliminate next_op from struct block_loopDavid Mitchell2010-09-081-2/+2
* API functions for accessing the runtime hinthash.Ben Morrow2010-09-071-17/+51
* function interface to parse Perl statementZefram2010-09-061-3/+3
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-021-3/+2
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-5/+2
* Fix for RT#2353: catch yyparse() exceptions in (?{...})George Greer2010-07-121-0/+4
* Macroify the block_hooks structure.Ben Morrow2010-07-121-0/+2
* Don't set strict for 'no 6;'David Golden2010-07-061-15/+14
* In pp_regcomp and pp_entereval, use newSVpvn_flags() to simplify code.Nicholas Clark2010-07-051-12/+5
* PL_amagic_generation doesn't show overload loadedDavid Mitchell2010-07-031-9/+7
* fix bad indentation in pp_regcompDavid Mitchell2010-07-031-2/+2
* avoid extra FETCHes on overloaded qr stringifyDavid Mitchell2010-07-031-2/+14
* eval: handle taint of overloaded/tied argDavid Mitchell2010-07-031-0/+9
* In pp_require, improve the code generating the exception when no file is found.Nicholas Clark2010-06-291-19/+17
* Reinstate require error messages for .h and .phNicholas Clark2010-06-291-3/+3
* In pp_require, avoid changing PL_compiling if we're not about to compile.Nicholas Clark2010-06-291-2/+4
* In pp_require and code refs in @INC, avoid using memory after free().Nicholas Clark2010-06-291-5/+6
* Return DIE(...) to *return*ing Perl_die(...).Nicholas Clark2010-06-271-2/+2
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+4
* make overload respect get magicDavid Mitchell2010-05-211-12/+14
* Do not try to load a feature bundle when doing "no VERSION"Rafael Garcia-Suarez2010-05-201-1/+2
* Merge branch 'vincent/rvalue_stmt_given' into bleadVincent Pit2010-05-191-9/+36
|\
| * Make given() statements return the last evaluated expressionVincent Pit2010-01-031-9/+36
* | further fix for RT #23810David Mitchell2010-05-181-4/+6
* | Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-40/+16
|\ \
| * | bring G_KEEPERR back to the realm of sanityZefram2010-04-231-23/+2
| * | SV-based interfaces for dieing and warningZefram2010-04-231-5/+6
| * | make die reliably hand error to post-eval codeZefram2010-04-211-38/+34
* | | Save the popped cx->blk_eval.old_namesv before calling LEAVEVincent Pit2010-04-261-12/+30
* | | unwinding target nominated by separate globalZefram2010-04-251-11/+3
|/ /
* | Fix RT #74290 - regression for labels immediately before string evals.Nicholas Clark2010-04-171-1/+12
* | Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.Nicholas Clark2010-04-151-0/+7
* | fix RT 23810: eval and tied methodsDavid Mitchell2010-04-081-12/+60
* | improve -Dl debugging outputDavid Mitchell2010-03-301-10/+9
* | RT #67962: $1 treated as tainted in untainted matchDavid Mitchell2010-03-251-1/+3
* | In Perl_sv_compile_2op(), remove a suggestion to merge code with pp_entersub.Nicholas Clark2010-03-131-1/+8
* | Add perlintern.pod documentation docatch + prescan_versionReini Urban2010-03-081-0/+14
* | fix qr// and get-magic problemsFather Chrysostomos2010-01-191-12/+13