| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant check in pp_hot.c:pp_entersub | Father Chrysostomos | 2011-11-18 | 1 | -2/+0 |
* | Fix spelling in comment | Karl Williamson | 2011-10-29 | 1 | -1/+1 |
* | Cast to signed before negating, to avoid compiler warnings | Brian Fraser | 2011-10-06 | 1 | -1/+1 |
* | pp_hot.c: Make warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -5/+5 |
* | pp_hot.c: method_common is UTF-8 aware. | Brian Fraser | 2011-10-06 | 1 | -7/+7 |
* | pp_hot.c: pp_entersub UTF8 cleanup. | Brian Fraser | 2011-10-06 | 1 | -2/+2 |
* | Merge preinc and postinc | Father Chrysostomos | 2011-09-16 | 1 | -3/+6 |
* | Make ++ and -- work on glob copies | Father Chrysostomos | 2011-09-16 | 1 | -1/+1 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -2/+0 |
* | Enter gv_fetchsv_nomg | Father Chrysostomos | 2011-09-08 | 1 | -8/+2 |
* | Call get-magic once for CV-to-GV assignment | Father Chrysostomos | 2011-09-03 | 1 | -2/+8 |
* | For s///r, don't call SvPV_force() on the original value. Resolves #97954. | Nicholas Clark | 2011-08-29 | 1 | -0/+8 |
* | &CORE::foo() for close, getc and readline | Father Chrysostomos | 2011-08-25 | 1 | -3/+7 |
* | &CORE::foo() for @ and $@ prototypes, except unlink | Father Chrysostomos | 2011-08-25 | 1 | -0/+1 |
* | Make $class->method work when $class is tied | Father Chrysostomos | 2011-08-24 | 1 | -3/+11 |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 1 | -12/+19 |
* | Move pp_enter() and pp_leave() with their friends in pp_ctl.c | Vincent Pit | 2011-06-26 | 1 | -76/+0 |
* | add do_ncmp fn and make pp_ncmp, pp_eq etc use it | David Mitchell | 2011-06-25 | 1 | -61/+10 |
* | remove unreachable code from various compare ops | David Mitchell | 2011-06-25 | 1 | -7/+0 |
* | For s///r, avoid copying the source early only to edit it in place. | Nicholas Clark | 2011-06-23 | 1 | -40/+41 |
* | Move pp_leavesublv from pp_hot.c to pp_ctl.c | Father Chrysostomos | 2011-06-22 | 1 | -177/+0 |
* | Remove the CvLVALUE check from pp_leavesub | Father Chrysostomos | 2011-06-22 | 1 | -11/+1 |
* | In pp_subst, use a mortal scalar for dstr, instead of SAVEFREESV(). | Nicholas Clark | 2011-06-17 | 1 | -2/+1 |
* | [perl #81944] Non-lvalue subs do not copy return values | Father Chrysostomos | 2011-06-16 | 1 | -3/+3 |
* | Stop lvalue subs from copying read-only scalars | Father Chrysostomos | 2011-06-16 | 1 | -3/+1 |
* | In pp_match, refactor the call to CALLREGEXEC() to avoid a goto. | Nicholas Clark | 2011-06-16 | 1 | -12/+8 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 1 | -1/+1 |
* | [perl #92290, #92406] Returning a pad var from lv sub | Father Chrysostomos | 2011-06-07 | 1 | -2/+10 |
* | Allow lvalue subs to return COWs in reference context | Father Chrysostomos | 2011-06-04 | 1 | -1/+3 |
* | Fix several array-returning bugs in lvalue subs | Father Chrysostomos | 2011-06-04 | 1 | -24/+8 |
* | [perl #7946] Lvalue subs do not autovivify | Father Chrysostomos | 2011-06-03 | 1 | -1/+26 |
* | [perl #62498] Scalar context breaks lvalue subs | Father Chrysostomos | 2011-06-01 | 1 | -23/+6 |
* | Warn when list-assigning to TEMP | Father Chrysostomos | 2011-06-01 | 1 | -0/+8 |
* | Make empty lvalue subs work correctly | Father Chrysostomos | 2011-05-31 | 1 | -3/+11 |
* | Allow lvalue subs to return TEMPs | Father Chrysostomos | 2011-05-31 | 1 | -4/+2 |
* | Revert "Allow returning of temps and ro’s from lv subs" | Father Chrysostomos | 2011-05-31 | 1 | -2/+19 |
* | Allow lvalue subs to return COWs in list context | Father Chrysostomos | 2011-05-30 | 1 | -1/+5 |
* | Allow returning of temps and ro’s from lv subs | Father Chrysostomos | 2011-05-30 | 1 | -19/+2 |
* | [perl #31946] Warn when assigning to a TEMP | Father Chrysostomos | 2011-05-30 | 1 | -0/+7 |
* | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() | Michael Witten | 2011-05-18 | 1 | -1/+1 |
* | Remove unnecessary code from pp_add | Father Chrysostomos | 2011-04-08 | 1 | -13/+0 |
* | Remove unnecessary code from pp_eq | Father Chrysostomos | 2011-04-08 | 1 | -12/+0 |
* | [perl #87708] $tied == $tied | Father Chrysostomos | 2011-04-07 | 1 | -0/+12 |
* | Correct stupidities in 4c3ac4b | Father Chrysostomos | 2011-04-06 | 1 | -2/+5 |
* | [perl #87708] $tied + $tied | Father Chrysostomos | 2011-04-06 | 1 | -0/+10 |
* | [perl #82111] de-pessimise some my @array = ... | David Mitchell | 2011-03-12 | 1 | -1/+12 |
* | Stop aelemfast from crashing on GVs with null AVs | Father Chrysostomos | 2011-02-26 | 1 | -1/+1 |
* | pp_subst: eliminate 'matched' local var | David Mitchell | 2011-02-18 | 1 | -5/+3 |
* | taint REGEX SVs as well as refs to them | David Mitchell | 2011-02-18 | 1 | -1/+3 |
* | pp_subst: exit earlier after failed match | David Mitchell | 2011-02-18 | 1 | -9/+10 |