Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -42/+1 |
* | Left overshift of negatives under use integer was still wrong. | Jarkko Hietaniemi | 2015-07-03 | 1 | -1/+1 |
* | Define left/right shift by negative to mean the reverse shift | Jarkko Hietaniemi | 2015-06-28 | 1 | -8/+35 |
* | assert(arg) before derefing it since it can be NULL. | Jarkko Hietaniemi | 2015-06-26 | 1 | -7/+10 |
* | assert(key) before it is derefed. | Jarkko Hietaniemi | 2015-06-26 | 1 | -1/+4 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | repeat op: avoid integer overflows | David Mitchell | 2015-03-19 | 1 | -15/+20 |
* | pp.c: remove unneeded SPAGAIN's | David Mitchell | 2015-03-05 | 1 | -2/+2 |
* | 5th arg to indicate numeric bitwise overloading | Father Chrysostomos | 2015-01-31 | 1 | -3/+3 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -18/+125 |
* | avoid C labels in column 0 | David Mitchell | 2015-01-21 | 1 | -1/+1 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -0/+11 |
* | Catch infnan repeat counts. | Jarkko Hietaniemi | 2015-01-11 | 1 | -8/+17 |
* | pp.c pp_split GvAVn can't return NULL | Daniel Dragan | 2015-01-05 | 1 | -0/+3 |
* | 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 |