| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Delete two instance of SvSCREAM_off | Father Chrysostomos | 2012-05-29 | 1 | -1/+0 |
* | Away with REXEC_SCREAM! | Father Chrysostomos | 2012-05-29 | 1 | -7/+1 |
* | Remove most code conditional on SvSCREAM | Father Chrysostomos | 2012-05-29 | 1 | -4/+0 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Don’t let method-BLOCK read beyond the stack | Father Chrysostomos | 2012-05-21 | 1 | -1/+5 |
* | pp_hot.c:pp_entersub: Rmv comment about setting PL_compcv | Father Chrysostomos | 2012-05-21 | 1 | -5/+0 |
* | [perl #111656] Make ‘glob failed’ suppressible | Father Chrysostomos | 2012-03-26 | 1 | -1/+1 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -21/+27 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -3/+6 |
* | [perl #35865, #43011] FETCH after autovivifying | Father Chrysostomos | 2012-01-10 | 1 | -0/+1 |
* | Better fix for perl #107440 | Father Chrysostomos | 2012-01-09 | 1 | -2/+8 |
* | [perl #107440] Save av/hv on mortals stack when clearing | Father Chrysostomos | 2012-01-06 | 1 | -2/+2 |
* | [perl #95548] Returned magical temps are not copied | Father Chrysostomos | 2012-01-04 | 1 | -3/+6 |
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+1 |
* | pp_hot.c: diag_listed_as for method error | Father Chrysostomos | 2011-12-27 | 1 | -0/+1 |
* | Fix two (er, four) sub:lvalue { &$x } bugs | Father Chrysostomos | 2011-12-26 | 1 | -0/+3 |
* | Don’t crash when writing to null hash elem | Father Chrysostomos | 2011-12-24 | 1 | -2/+2 |
* | pp_hot.c: First letter of latin-1 classnames wasn't being checked correctly. | Brian Fraser | 2011-12-15 | 1 | -1/+1 |
* | Call FETCH once for rcatline | Father Chrysostomos | 2011-11-24 | 1 | -3/+3 |
* | amagic_deref_call does not necessitate SPAGAIN | Father Chrysostomos | 2011-11-22 | 1 | -1/+0 |
* | 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 |