| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Convert tied READLINE to using Perl_tied_method() | Nicholas Clark | 2011-01-05 | 1 | -12/+6 |
* | Convert tied PRINT to using Perl_tied_method() | Nicholas Clark | 2011-01-05 | 1 | -16/+5 |
* | Reindent pp_rv2av | Vincent Pit | 2011-01-03 | 1 | -31/+31 |
* | GvIO(gv) returns NULL for a NULL gv, so refactor to take advantage of this. | Nicholas Clark | 2011-01-02 | 1 | -3/+3 |
* | make <expr> always overload if expr is overloaded | David Mitchell | 2011-01-02 | 1 | -1/+1 |
* | standardise amagic method naming | David Mitchell | 2010-12-31 | 1 | -1/+1 |
* | As report_evil_fh() checks WARN_{CLOSED,UNOPENED}, don't duplicate this. | Nicholas Clark | 2010-12-28 | 1 | -3/+2 |
* | As report_wrongway_fh() checks ckWARN(WARN_IO) internally, don't duplicate this. | Nicholas Clark | 2010-12-28 | 1 | -7/+5 |
* | Argument op to report_evil_fh() is always PL_op->op_type, so need not be passed | Nicholas Clark | 2010-12-28 | 1 | -3/+3 |
* | The io argument to report_evil_fh() is always GvIO(gv), so need not be passed. | Nicholas Clark | 2010-12-28 | 1 | -3/+3 |
* | Extract the OP_phoney_* code from report_evil_fh() into report_wrongway_fh() | Nicholas Clark | 2010-12-28 | 1 | -2/+2 |
* | only call amagic_deref_call() if we have to | David Mitchell | 2010-12-16 | 1 | -5/+8 |
* | don't upgrade overload IV return values to NV | David Mitchell | 2010-12-15 | 1 | -1/+1 |
* | Another oops. | Father Chrysostomos | 2010-11-29 | 1 | -3/+1 |
* | Oops. | Father Chrysostomos | 2010-11-29 | 1 | -1/+0 |
* | [perl #68560] calling closure prototype SEGVs | Father Chrysostomos | 2010-11-29 | 1 | -1/+6 |
* | fix for #23790. | Marty Pauley | 2010-11-04 | 1 | -0/+23 |
* | Inline tryAMAGICunDEREF_var() into its callers and eliminate it. | Nicholas Clark | 2010-11-03 | 1 | -3/+4 |
* | s///r leaks like a sieve | Father Chrysostomos | 2010-11-02 | 1 | -1/+1 |
* | RT #63790: &{PL_sv_yes} corrupted mark stack | David Mitchell | 2010-10-30 | 1 | -0/+2 |
* | [perl #78674] Fix stack pointer corruption in pp_concat() with 'use encoding' | Niko Tyni | 2010-10-29 | 1 | -0/+3 |
* | Revert "Fix for RT#1804: Anonymous glob breaks when assigned through" | Father Chrysostomos | 2010-10-25 | 1 | -8/+0 |
* | refactor and regularise label/statement grammar | Zefram | 2010-10-25 | 1 | -3/+4 |
* | stop map,grep leaking temps [perl #48004] | David Mitchell | 2010-10-04 | 1 | -0/+1 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -4/+8 |
* | call defout/stderr destructors last | David Mitchell | 2010-09-20 | 1 | -1/+1 |
* | list cxt hash assign with dups gives garbage | David Mitchell | 2010-09-11 | 1 | -8/+27 |
* | pp_match: fix confusing layout in an if() | David Mitchell | 2010-09-01 | 1 | -3/+3 |
* | Copy RE capture buf on overload as well as TEMP | David Mitchell | 2010-09-01 | 1 | -1/+1 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -1/+1 |
* | Pure Perl lvalue subs can't return temps, even if they are magical. This hold... | Eric Brine | 2010-08-13 | 1 | -3/+3 |
* | RT #75468: readline ignores <> overloading when arg is tied | Father Chrysostomos | 2010-08-11 | 1 | -0/+1 |
* | [perl #75656] lvalue subs don't copy on write | Father Chrysostomos | 2010-07-26 | 1 | -1/+4 |
* | Fix for RT#1804: Anonymous glob breaks when assigned through | Father Chrysostomos | 2010-07-26 | 1 | -0/+8 |
* | In pp_qr, use gv_stashsv() directly on the SV. | Nicholas Clark | 2010-07-17 | 1 | -1/+1 |
* | Add x-ref from call site in do_readline() of sv_grow() to it's matching test ... | Josh ben Jore | 2010-07-14 | 1 | -2/+6 |
* | add some comments to pp_concat | David Mitchell | 2010-07-03 | 1 | -4/+4 |
* | remove double stringify-overload from $ovld .= foo | David Mitchell | 2010-07-03 | 1 | -3/+2 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -3/+3 |
* | fix for RT #8438: $tied->() doesn't call FETCH | David Mitchell | 2010-06-04 | 1 | -26/+12 |
* | rename DM_ARRAY flag to DM_ARRAY_ISA | David Mitchell | 2010-06-04 | 1 | -1/+1 |
* | Revert "Re: [perl #51636] segmentation fault with array ties" | David Mitchell | 2010-06-04 | 1 | -19/+3 |
* | add OPpDEREFed flag to avoid double mg_get() | David Mitchell | 2010-05-25 | 1 | -1/+2 |
* | Deref ops ignore get-magic when SvROK(sv) | Father Chrysostomos (via RT) | 2010-05-25 | 1 | -6/+1 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -5/+25 |
* | followup to magic/overload fix | David Mitchell | 2010-05-21 | 1 | -1/+1 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -23/+26 |
* | [perl #41530] s/non-utf8/is-utf8/ fails. | Karl Williamson | 2010-05-17 | 1 | -0/+17 |
* | Permit array assignment to steal temps and copy shared hash key scalars. | Nicholas Clark | 2010-05-02 | 1 | -1/+2 |