summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Avoid a double SV leak in an error state branch of pp_require.Nicholas Clark2010-01-151-4/+4
* | Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now.Nicholas Clark2010-01-141-3/+3
|/
* tweak to pp_ctl.c gives smaller object codeAlex Davies2009-12-161-5/+10
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-0/+20
* Allocate the right HVRafael Garcia-Suarez2009-12-071-1/+1
* Fix [perl #71078] Smart match against @_ gives false negativesRafael Garcia-Suarez2009-12-071-1/+2
* -Dmad minitest failure bisectZefram2009-11-261-4/+4
* deprecate "goto" to jump into a constructGerard Goossen2009-11-211-0/+6
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-8/+2
* Fix compiler warnings:Jerry D. Hedden2009-11-131-2/+2
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-41/+41
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-3/+4
* Implement the 'qr' overload type.Ben Morrow2009-11-011-4/+31
* Use of SV* instead of message, msglen, utf8 to contain error messageGerard Goossen2009-11-011-11/+14
* S_run_user_filter() can use the filter GV itself for the cache buffer.Nicholas Clark2009-10-231-9/+9