Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix more -IV_MIN negations | David Mitchell | 2014-12-31 | 1 | -5/+9 |
* | fix -IV_MIN negations | David Mitchell | 2014-12-31 | 1 | -6/+10 |
* | Don't raise 'poorly supported' locale warning unnecessarily | Karl Williamson | 2014-12-29 | 1 | -8/+15 |
* | Call FETCH once for values in {...} | Father Chrysostomos | 2014-12-29 | 1 | -1/+1 |
* | pp.c:pp_quotemeta: No need for PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | Remove PUTBACK/SPAGAIN from hash iter ops | Father Chrysostomos | 2014-12-28 | 1 | -7/+1 |
* | pp.c:pp_[ul]c(first): No need for PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -3/+3 |
* | pp.c:pp_chr: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -5/+5 |
* | pp.c:pp_ord: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -3/+3 |
* | pp.c:pp_substr: Redundant PUTBACK/SPAGAIN | Father Chrysostomos | 2014-12-28 | 1 | -3/+0 |
* | pp.c:pp_oct: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -4/+4 |
* | pp.c:pp_abs: No need for PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | pp.c:pp_negate: No PUTBACK necessary | Father Chrysostomos | 2014-12-28 | 1 | -6/+6 |
* | pp.c:pp_int: No need for PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | pp.c:pp_sin: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -3/+3 |
* | pp.c:pp_i_negate: No PUTBACK necessary | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | pp.c:pp_complement: No PUTBACK necessary | Father Chrysostomos | 2014-12-28 | 1 | -2/+2 |
* | pp.c:pp_undef: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -3/+7 |
* | pp.c: pp_schop does not need PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | pp.c:pp_trans: Remove targ variable | Father Chrysostomos | 2014-12-28 | 1 | -4/+3 |
* | Fix bad write in pp_trans | Father Chrysostomos | 2014-12-28 | 1 | -3/+5 |
* | pp.c:pp_study: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -3/+5 |
* | pp.c:pp_gelem: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -2/+2 |
* | Don’t write beyond the stack with scalar \() | Father Chrysostomos | 2014-12-28 | 1 | -0/+3 |
* | pp.c:pp_srefgen: Remove PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | pp.c:pp_rv2cv: Remove PUTBACK | Father Chrysostomos | 2014-12-28 | 1 | -1/+1 |
* | pp.c:pp_pos: Less stack fiddling | Father Chrysostomos | 2014-12-28 | 1 | -6/+6 |
* | pp.c:pp_rv2sv: Use >= instead of switch | Father Chrysostomos | 2014-12-28 | 1 | -8/+1 |
* | pp.c:pp_rand: Only EXTEND when not popping | Father Chrysostomos | 2014-12-28 | 1 | -1/+3 |
* | Use GIMME_V in preference to GIMME | Father Chrysostomos | 2014-12-19 | 1 | -14/+14 |
* | Don’t call FETCH multiple times on int $inf | Father Chrysostomos | 2014-12-13 | 1 | -2/+2 |
* | Don’t call string overloading in chr | Father Chrysostomos | 2014-12-10 | 1 | -0/+2 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -5/+2 |
* | Tweak sv_pos_b2u_flags check in pp_index | James Raspass | 2014-12-06 | 1 | -1/+1 |
* | [perl #114498] lslice returning empty vs undef | Father Chrysostomos | 2014-12-03 | 1 | -6/+1 |
* | pp.c: dont work around glibc 2.2.5 _moddi3 bugs past 2.7 | Jim Cromie | 2014-12-01 | 1 | -3/+5 |
* | [perl #123223] Make PADNAME a separate type | Father Chrysostomos | 2014-11-30 | 1 | -11/+10 |
* | define and use STATIC_ASSERT_STMT for compile-time invariants | Lukas Mai | 2014-11-29 | 1 | -1/+1 |
* | make more use of NOT_REACHED | Lukas Mai | 2014-11-29 | 1 | -1/+1 |
* | switch-local variables are a bad idea. | Jarkko Hietaniemi | 2014-11-27 | 1 | -2/+4 |
* | hv_store_ent() return value unused. | Jarkko Hietaniemi | 2014-11-27 | 1 | -1/+1 |
* | Make a function to get PL_encoding's value | Karl Williamson | 2014-11-20 | 1 | -5/+5 |
* | Make testing for PL_encoding into a macro | Karl Williamson | 2014-11-20 | 1 | -6/+6 |
* | Stop crypt($tied,...) from calling FETCH twice | Father Chrysostomos | 2014-11-13 | 1 | -2/+1 |
* | Turn off UTF8 flag on crypt ret val | Father Chrysostomos | 2014-11-13 | 1 | -0/+1 |
* | Call STORE on lexical $tied = vec/chr | Father Chrysostomos | 2014-11-10 | 1 | -2/+4 |
* | pp.c:do_chomp: Remove redundant assignment | Father Chrysostomos | 2014-11-10 | 1 | -1/+1 |
* | pp.c:do_chomp: Remove redundant sv_force_normal | Father Chrysostomos | 2014-11-09 | 1 | -4/+1 |
* | Fix $lex = chomp $lex regression from 5.12 | Father Chrysostomos | 2014-11-09 | 1 | -15/+18 |
* | Don’t allow OPpTARGET_MY on postdec/inc | Father Chrysostomos | 2014-11-09 | 1 | -1/+1 |