Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make PADNAMELIST a separate type | Father Chrysostomos | 2014-11-30 | 15 | -106/+355 |
* | pad.c: Remove encoding handling | Father Chrysostomos | 2014-11-30 | 1 | -15/+0 |
* | Mathomise pad_compname_type | Father Chrysostomos | 2014-11-30 | 3 | -17/+17 |
* | pad.h: Don’t use pad_compname_type | Father Chrysostomos | 2014-11-30 | 1 | -1/+1 |
* | Use PADNAME rather than SV in the source | Father Chrysostomos | 2014-11-30 | 6 | -122/+126 |
* | Fix qr/@array(?{block})/ | Father Chrysostomos | 2014-11-30 | 2 | -1/+5 |
* | Fix newRV_noinc assertions | Father Chrysostomos | 2014-11-30 | 2 | -3/+3 |
* | B::Concise: Dump regexp code blocks | Father Chrysostomos | 2014-11-30 | 1 | -1/+6 |
* | Attempt to bring newSViv/uv optimization to newRV | Steffen Mueller | 2014-11-30 | 1 | -2/+14 |
* | Repeat newSViv optimization for newSVuv | Steffen Mueller | 2014-11-30 | 1 | -1/+22 |
* | Branch predictor hint for exceptional branch | Steffen Mueller | 2014-11-30 | 1 | -1/+3 |
* | Wrap long verbatim pod lines in bench.pl | Father Chrysostomos | 2014-11-29 | 1 | -3/+6 |
* | Expose qr_anoncv via B::REGEXP | Father Chrysostomos | 2014-11-29 | 3 | -1/+9 |
* | B.pm: Document the B::REGEXP methods | Father Chrysostomos | 2014-11-29 | 1 | -0/+10 |
* | Deparse.pm: Update docs concerning lex subs | Father Chrysostomos | 2014-11-29 | 1 | -14/+3 |
* | Deparse: Qualify pkg CVs that conflict w. lex CVs | Father Chrysostomos | 2014-11-29 | 2 | -10/+28 |
* | Deparse lexical subs | Father Chrysostomos | 2014-11-29 | 3 | -16/+144 |
* | add Porting/bench.pl | David Mitchell | 2014-11-29 | 9 | -21/+1354 |
* | Comment tweak. | Jarkko Hietaniemi | 2014-11-29 | 0 | -0/+0 |
* | If neither quad nor long double, %Ld etc need to fail. | Jarkko Hietaniemi | 2014-11-29 | 1 | -6/+8 |
* | Use LONG_DOUBLEKIND only if HAS_LONG_DOUBLE. | Jarkko Hietaniemi | 2014-11-29 | 0 | -0/+0 |
* | HP-UX 10.20 has pseudo-long-double which shouldn't be used. | Jarkko Hietaniemi | 2014-11-29 | 0 | -0/+0 |
* | Comment tweak. | Jarkko Hietaniemi | 2014-11-29 | 1 | -1/+1 |
* | Use LONG_DOUBLEKIND only if HAS_LONG_DOUBLE. | Jarkko Hietaniemi | 2014-11-29 | 1 | -19/+23 |
* | HP-UX 10.20 has pseudo-long-double which shouldn't be used. | Jarkko Hietaniemi | 2014-11-29 | 1 | -0/+24 |
* | Update libnet to CPAN version 3.04 | Chris 'BinGOs' Williams | 2014-11-29 | 16 | -21/+25 |
* | Update libnet to CPAN version 3.03 | Chris 'BinGOs' Williams | 2014-11-29 | 20 | -80/+105 |
* | scalar($#foo) needs to propagate lvalue context | Father Chrysostomos | 2014-11-29 | 3 | -2/+16 |
* | define and use STATIC_ASSERT_STMT for compile-time invariants | Lukas Mai | 2014-11-29 | 7 | -12/+36 |
* | make more use of NOT_REACHED | Lukas Mai | 2014-11-29 | 13 | -90/+79 |
* | [perl #123313] sub { f(); BEGIN{} } was void cx | Father Chrysostomos | 2014-11-29 | 2 | -4/+14 |
* | op.c: Fix linux g++ compilation | Father Chrysostomos | 2014-11-28 | 1 | -1/+1 |
* | fix off-by-one error in version check | Lukas Mai | 2014-11-28 | 1 | -1/+1 |
* | Opcode.pm: wrap long verbatim pod line | Father Chrysostomos | 2014-11-28 | 1 | -1/+2 |
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 14 | -258/+324 |
* | Increase $XS::APItest::VERSION to 0.69 | Father Chrysostomos | 2014-11-28 | 1 | -1/+1 |
* | Fix newFOROP with PERL_OP_PARENT and no slab | Father Chrysostomos | 2014-11-28 | 2 | -3/+19 |
* | perl5220delta: Future is fixed | Father Chrysostomos | 2014-11-28 | 1 | -4/+0 |
* | ext/Fcntl/Makefile.PL: Make S_IFMT unsigned | Tony Cook | 2014-11-28 | 1 | -1/+1 |
* | Speed up newSViv() | Eric Herman | 2014-11-28 | 1 | -1/+16 |
* | Speed up assigning an IV to a previously cleared SV | Eric Herman | 2014-11-28 | 1 | -1/+7 |
* | Refactor bodyless-IV/NV hacks into define | Eric Herman | 2014-11-28 | 2 | -6/+35 |
* | Add Eric Herman to Perl AUTHORS | Steffen Mueller | 2014-11-28 | 1 | -0/+1 |
* | Bump Dynloader version to satisfy porting/cmp_version.t | Chris 'BinGOs' Williams | 2014-11-27 | 1 | -1/+1 |
* | Update Encode to CPAN version 2.65 | Chris 'BinGOs' Williams | 2014-11-27 | 5 | -17/+24 |
* | Hoist switch-local variables. | Jarkko Hietaniemi | 2014-11-27 | 1 | -6/+3 |
* | switch-local variables are a bad idea. | Jarkko Hietaniemi | 2014-11-27 | 1 | -2/+4 |
* | HP-UX dynaloading uses shl_t, not void ptr. | Jarkko Hietaniemi | 2014-11-27 | 1 | -1/+1 |
* | hv_store_ent() return value unused. | Jarkko Hietaniemi | 2014-11-27 | 2 | -3/+3 |
* | printf type-matching. | Jarkko Hietaniemi | 2014-11-27 | 2 | -6/+6 |