summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-3015-106/+355
* pad.c: Remove encoding handlingFather Chrysostomos2014-11-301-15/+0
* Mathomise pad_compname_typeFather Chrysostomos2014-11-303-17/+17
* pad.h: Don’t use pad_compname_typeFather Chrysostomos2014-11-301-1/+1
* Use PADNAME rather than SV in the sourceFather Chrysostomos2014-11-306-122/+126
* Fix qr/@array(?{block})/Father Chrysostomos2014-11-302-1/+5
* Fix newRV_noinc assertionsFather Chrysostomos2014-11-302-3/+3
* B::Concise: Dump regexp code blocksFather Chrysostomos2014-11-301-1/+6
* Attempt to bring newSViv/uv optimization to newRVSteffen Mueller2014-11-301-2/+14
* Repeat newSViv optimization for newSVuvSteffen Mueller2014-11-301-1/+22
* Branch predictor hint for exceptional branchSteffen Mueller2014-11-301-1/+3
* Wrap long verbatim pod lines in bench.plFather Chrysostomos2014-11-291-3/+6
* Expose qr_anoncv via B::REGEXPFather Chrysostomos2014-11-293-1/+9
* B.pm: Document the B::REGEXP methodsFather Chrysostomos2014-11-291-0/+10
* Deparse.pm: Update docs concerning lex subsFather Chrysostomos2014-11-291-14/+3
* Deparse: Qualify pkg CVs that conflict w. lex CVsFather Chrysostomos2014-11-292-10/+28
* Deparse lexical subsFather Chrysostomos2014-11-293-16/+144
* add Porting/bench.plDavid Mitchell2014-11-299-21/+1354
* Comment tweak.Jarkko Hietaniemi2014-11-290-0/+0
* If neither quad nor long double, %Ld etc need to fail.Jarkko Hietaniemi2014-11-291-6/+8
* Use LONG_DOUBLEKIND only if HAS_LONG_DOUBLE.Jarkko Hietaniemi2014-11-290-0/+0
* HP-UX 10.20 has pseudo-long-double which shouldn't be used.Jarkko Hietaniemi2014-11-290-0/+0
* Comment tweak.Jarkko Hietaniemi2014-11-291-1/+1
* Use LONG_DOUBLEKIND only if HAS_LONG_DOUBLE.Jarkko Hietaniemi2014-11-291-19/+23
* HP-UX 10.20 has pseudo-long-double which shouldn't be used.Jarkko Hietaniemi2014-11-291-0/+24
* Update libnet to CPAN version 3.04Chris 'BinGOs' Williams2014-11-2916-21/+25
* Update libnet to CPAN version 3.03Chris 'BinGOs' Williams2014-11-2920-80/+105
* scalar($#foo) needs to propagate lvalue contextFather Chrysostomos2014-11-293-2/+16
* define and use STATIC_ASSERT_STMT for compile-time invariantsLukas Mai2014-11-297-12/+36
* make more use of NOT_REACHEDLukas Mai2014-11-2913-90/+79
* [perl #123313] sub { f(); BEGIN{} } was void cxFather Chrysostomos2014-11-292-4/+14
* op.c: Fix linux g++ compilationFather Chrysostomos2014-11-281-1/+1
* fix off-by-one error in version checkLukas Mai2014-11-281-1/+1
* Opcode.pm: wrap long verbatim pod lineFather Chrysostomos2014-11-281-1/+2
* speedup for SUPER::method() calls.syber2014-11-2814-258/+324
* Increase $XS::APItest::VERSION to 0.69Father Chrysostomos2014-11-281-1/+1
* Fix newFOROP with PERL_OP_PARENT and no slabFather Chrysostomos2014-11-282-3/+19
* perl5220delta: Future is fixedFather Chrysostomos2014-11-281-4/+0
* ext/Fcntl/Makefile.PL: Make S_IFMT unsignedTony Cook2014-11-281-1/+1
* Speed up newSViv()Eric Herman2014-11-281-1/+16
* Speed up assigning an IV to a previously cleared SVEric Herman2014-11-281-1/+7
* Refactor bodyless-IV/NV hacks into defineEric Herman2014-11-282-6/+35
* Add Eric Herman to Perl AUTHORSSteffen Mueller2014-11-281-0/+1
* Bump Dynloader version to satisfy porting/cmp_version.tChris 'BinGOs' Williams2014-11-271-1/+1
* Update Encode to CPAN version 2.65Chris 'BinGOs' Williams2014-11-275-17/+24
* Hoist switch-local variables.Jarkko Hietaniemi2014-11-271-6/+3
* switch-local variables are a bad idea.Jarkko Hietaniemi2014-11-271-2/+4
* HP-UX dynaloading uses shl_t, not void ptr.Jarkko Hietaniemi2014-11-271-1/+1
* hv_store_ent() return value unused.Jarkko Hietaniemi2014-11-272-3/+3
* printf type-matching.Jarkko Hietaniemi2014-11-272-6/+6