| Commit message (Expand) | Author | Age | Files | Lines |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -1/+4 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -12/+14 |
* | Do not try to load a feature bundle when doing "no VERSION" | Rafael Garcia-Suarez | 2010-05-20 | 1 | -1/+2 |
* | Merge branch 'vincent/rvalue_stmt_given' into blead | Vincent Pit | 2010-05-19 | 1 | -9/+36 |
|\ |
|
| * | Make given() statements return the last evaluated expression | Vincent Pit | 2010-01-03 | 1 | -9/+36 |
* | | further fix for RT #23810 | David Mitchell | 2010-05-18 | 1 | -4/+6 |
* | | Merge remote branch 'zefram/zefram/reliable_exception' into blead | Rafael Garcia-Suarez | 2010-05-04 | 1 | -40/+16 |
|\ \ |
|
| * | | bring G_KEEPERR back to the realm of sanity | Zefram | 2010-04-23 | 1 | -23/+2 |
| * | | SV-based interfaces for dieing and warning | Zefram | 2010-04-23 | 1 | -5/+6 |
| * | | make die reliably hand error to post-eval code | Zefram | 2010-04-21 | 1 | -38/+34 |
* | | | Save the popped cx->blk_eval.old_namesv before calling LEAVE | Vincent Pit | 2010-04-26 | 1 | -12/+30 |
* | | | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -11/+3 |
|/ / |
|
* | | Fix RT #74290 - regression for labels immediately before string evals. | Nicholas Clark | 2010-04-17 | 1 | -1/+12 |
* | | Move PERL_ASYNC_CHECK() from the runloop to control flow OPs. | Nicholas Clark | 2010-04-15 | 1 | -0/+7 |
* | | fix RT 23810: eval and tied methods | David Mitchell | 2010-04-08 | 1 | -12/+60 |
* | | improve -Dl debugging output | David Mitchell | 2010-03-30 | 1 | -10/+9 |
* | | RT #67962: $1 treated as tainted in untainted match | David Mitchell | 2010-03-25 | 1 | -1/+3 |
* | | In Perl_sv_compile_2op(), remove a suggestion to merge code with pp_entersub. | Nicholas Clark | 2010-03-13 | 1 | -1/+8 |
* | | Add perlintern.pod documentation docatch + prescan_version | Reini Urban | 2010-03-08 | 1 | -0/+14 |
* | | fix qr// and get-magic problems | Father Chrysostomos | 2010-01-19 | 1 | -12/+13 |
* | | Avoid a double SV leak in an error state branch of pp_require. | Nicholas Clark | 2010-01-15 | 1 | -4/+4 |
* | | Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now. | Nicholas Clark | 2010-01-14 | 1 | -3/+3 |
|/ |
|
* | tweak to pp_ctl.c gives smaller object code | Alex Davies | 2009-12-16 | 1 | -5/+10 |
* | [perl #70764] $' fails to initialized for pre-compiled regular expression mat... | Father Chrysostomos | 2009-12-14 | 1 | -0/+20 |
* | Allocate the right HV | Rafael Garcia-Suarez | 2009-12-07 | 1 | -1/+1 |
* | Fix [perl #71078] Smart match against @_ gives false negatives | Rafael Garcia-Suarez | 2009-12-07 | 1 | -1/+2 |
* | -Dmad minitest failure bisect | Zefram | 2009-11-26 | 1 | -4/+4 |
* | deprecate "goto" to jump into a construct | Gerard Goossen | 2009-11-21 | 1 | -0/+6 |
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ... | Gerard Goossen | 2009-11-21 | 1 | -8/+2 |
* | Fix compiler warnings: | Jerry D. Hedden | 2009-11-13 | 1 | -2/+2 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -41/+41 |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -3/+4 |
* | Implement the 'qr' overload type. | Ben Morrow | 2009-11-01 | 1 | -4/+31 |
* | Use of SV* instead of message, msglen, utf8 to contain error message | Gerard Goossen | 2009-11-01 | 1 | -11/+14 |
* | S_run_user_filter() can use the filter GV itself for the cache buffer. | Nicholas Clark | 2009-10-23 | 1 | -9/+9 |
* | RT#69616: regexp SVs lose regexpness in assignment | Ben Morrow | 2009-10-22 | 1 | -1/+1 |
* | Remove the venerable fatal error "Runaway format" | Rafael Garcia-Suarez | 2009-10-22 | 1 | -5/+0 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -13/+9 |
* | add more positive gofs GPOS tests and fix some bugs too | Yves Orton | 2009-09-10 | 1 | -5/+8 |
* | Corrupt filename when setting %INC entry in a @INC hook | Salvador Ortiz Garcia | 2009-09-06 | 1 | -1/+1 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -4/+1 |
* | add -DM flag to track smartmatch resolution | David Mitchell | 2009-08-20 | 1 | -4/+52 |
* | In pp_caller, remove a GvMULTI_on() by adding GV_ADDMULTI to gv_fetchpvs(). | Nicholas Clark | 2009-08-08 | 1 | -3/+2 |
* | Teach goto how to cross given/when blocks | Vincent Pit | 2009-07-22 | 1 | -0/+2 |
* | Simplify the code that sets $_ in given() | Rafael Garcia-Suarez | 2009-07-21 | 1 | -7/+1 |
* | Fast enabling of strictures when version 5.11.0 is required | Rafael Garcia-Suarez | 2009-07-07 | 1 | -4/+1 |
* | use strict by default if "use 5.011" is in effect! | Steffen Mueller | 2009-07-07 | 1 | -0/+8 |
* | Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0) | Rafael Garcia-Suarez | 2009-07-01 | 1 | -0/+4 |
* | Trim all trailing / from "." in @INC when filling %INC | Rafael Garcia-Suarez | 2009-06-25 | 1 | -2/+4 |
* | Fix [RT#63110] -- two small memory leaks were introduced in 5b9c067 | Alex Vandiver | 2009-05-30 | 1 | -1/+4 |