summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade Test::Simple from version 1.302049 to 1.302052Steve Hay2016-08-1747-48/+65
* Upgrade HTTP::Tiny from version 0.058_001 to 0.064Steve Hay2016-08-1727-51/+139
* Upgrade File::Fetch from version 0.50 to 0.52Steve Hay2016-08-173-6/+9
* Remove dead code in pp.c:pp_indexFather Chrysostomos2016-08-171-10/+3
* perldelta for #126482 / c82de78e3baFather Chrysostomos2016-08-171-0/+6
* Test that the lexer does not upgrade constantsFather Chrysostomos2016-08-171-1/+14
* Move a recently-added testFather Chrysostomos2016-08-172-6/+5
* av_fetch(): use less branches.David Mitchell2016-08-171-7/+14
* av_fetch(): sprinkle UNLIKELY()David Mitchell2016-08-171-3/+3
* av_fetch(): optimise the negative index branch.David Mitchell2016-08-171-2/+4
* av_fetch(): use AvFILLp rather than AvFILLDavid Mitchell2016-08-171-1/+1
* Coverity CID #152143: annotate switch fallthru.Jarkko Hietaniemi2016-08-171-0/+1
* av_fetch(): remove redundant conditionDavid Mitchell2016-08-171-3/+2
* add any_op field to the ANY savestack unionDavid Mitchell2016-08-172-1/+2
* The 48c0e89d broke minitest by unconditional use Hash::Util.Jarkko Hietaniemi2016-08-164-42/+68
* perldelta for dd1dbff0Jarkko Hietaniemi2016-08-161-0/+6
* Coverity CID #15149: Missing varargs init or cleanupJarkko Hietaniemi2016-08-161-1/+2
* Revert "Check against negative uid/gid for fchown()."Jarkko Hietaniemi2016-08-161-11/+1
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2016-08-162-3/+10
* buffer overflow in "string terminator" err msgDavid Mitchell2016-08-162-2/+11
* perldelta for e94ea821c9Father Chrysostomos2016-08-151-0/+5
* perldelta for #128740 / d35c1b5e4Father Chrysostomos2016-08-151-0/+6
* perldelta for 10030f4b9Father Chrysostomos2016-08-151-0/+8
* perldelta for 7bb33634741Father Chrysostomos2016-08-151-0/+6
* perldelta for b199a3980Father Chrysostomos2016-08-151-0/+5
* perldelta for #128701 / cb65013574Father Chrysostomos2016-08-151-0/+5
* XS::APItest: Note why we do not want efficiencyFather Chrysostomos2016-08-151-0/+3
* "" . open(my $fh,...) gave wrong warningDavid Mitchell2016-08-152-0/+7
* perldelta: @a = sort @a fixDavid Mitchell2016-08-151-1/+7
* Hash-Util/Util.xs: silence compiler warningsDavid Mitchell2016-08-151-3/+3
* silence warning in Opcode.xsDavid Mitchell2016-08-152-4/+5
* Revert "#define PERL_NO_GET_CONTEXT in XS::APItest"Father Chrysostomos2016-08-141-16/+13
* Re-order intrp structFather Chrysostomos2016-08-141-3/+1
* Remove PL_maxoFather Chrysostomos2016-08-144-4/+2
* #define PERL_NO_GET_CONTEXT in XS::APItestFather Chrysostomos2016-08-141-13/+16
* Test call_argvFather Chrysostomos2016-08-142-1/+35
* automatically detect GCC vs VC and set VC ver number on Win32Daniel Dragan2016-08-142-7/+45
* locale.c: Add missing '{'Karl Williamson2016-08-141-1/+1
* silence MSVC warnings for NATIVE_UTF8_TO_I8/I8_TO_NATIVE_UTF8Daniel Dragan2016-08-141-2/+2
* Follow-up on a149d118.Jarkko Hietaniemi2016-08-141-2/+5
* first step to documenting the Internals namespaceYves Orton2016-08-145-3/+91
* Move hash introspection routines into Hash::Util/Util.xs and out of universal.cYves Orton2016-08-146-68/+8
* s/XS_hash_util_/XS_Hash_Util_/gYves Orton2016-08-141-9/+9
* move a declaration so that the Internals:: functions are grouped togetherYves Orton2016-08-141-1/+1
* move Internals::hv_clear_placeholders() to Hash::Util::_clear_placeholders()Yves Orton2016-08-145-23/+33
* [perl #128919] limited exponent range in hex fp literal with long doubleJarkko Hietaniemi2016-08-132-2/+12
* perldiag: Rewrap an entry for better splain outputFather Chrysostomos2016-08-131-3/+3
* Remove claim that state @a will be supportedSmylers2016-08-131-5/+4
* More AUTHORS sortingFather Chrysostomos2016-08-131-1/+1
* Avoid test noise on non-longdouble.Jarkko Hietaniemi2016-08-121-1/+1