summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Configure: add defs summarizing doublekind/longdblkindJarkko Hietaniemi2016-10-2819-3/+614
* netbsd-vax: 2**400 does not fit vax fpJarkko Hietaniemi2016-10-281-2/+7
* netbsd-vax: more skippage due to no inf/nanJarkko Hietaniemi2016-10-283-8/+30
* Archive-Tar: customized.datJarkko Hietaniemi2016-10-281-0/+2
* Archive-Tar: Maintainers customizationJarkko Hietaniemi2016-10-281-0/+2
* Archive-Tar: customized version bumpJarkko Hietaniemi2016-10-281-1/+1
* Archive-Tar: detect if external tar failsJarkko Hietaniemi2016-10-281-33/+39
* Archive-Tar: in VMS gnutar requires filenames in native formatCraig A. Berry2016-10-281-0/+3
* Archive-Tar: RT #118476: scan for the right tar more robustlyJarkko Hietaniemi2016-10-281-5/+63
* Fix test to be EBCDIC friendlyKarl Williamson2016-10-271-3/+3
* regcomp.c: document the trie common prefix logicYves Orton2016-10-271-0/+15
* regcomp.c: avoid some unnecessary work when it wont be usedYves Orton2016-10-271-2/+5
* regcomp.c: in trie common prefix logic rename idx to first_ofsYves Orton2016-10-271-7/+8
* regcomp.c: whitespace only change, break up dense code/long lineYves Orton2016-10-271-1/+10
* regcomp.c: add a comment about the trie logicYves Orton2016-10-271-0/+3
* regcomp.c: refactor TRIE bitmap logic to a macroYves Orton2016-10-271-32/+19
* optimise gv.c a bit (we could do better)Yves Orton2016-10-271-4/+8
* must check all the EXPORT vars in two places!Yves Orton2016-10-271-1/+6
* regcomp.c: fix perl #129950 - fix firstchar bitmap under utf8 with prefix opt...Yves Orton2016-10-272-2/+23
* Carp/t/arg_string.t: fixup to previous fixupDavid Mitchell2016-10-271-2/+4
* Carp/t/arg_string.t: be liberal in f/p formatsDavid Mitchell2016-10-271-1/+7
* locale.c: Silence compiler warningKarl Williamson2016-10-261-1/+1
* lib/locale.t: Skip testing known incompatible localesKarl Williamson2016-10-261-1/+41
* lib/locale.t: Add skip(), fail() functionsKarl Williamson2016-10-261-0/+8
* t/loc_tools.pl: Make find_locales accept string inputKarl Williamson2016-10-263-29/+92
* t/loc_tools.pl: Add 'use strict'Karl Williamson2016-10-261-1/+4
* t/loc_tools.pl: Move some code earlier in the fileKarl Williamson2016-10-261-36/+36
* t/loc_tools.pl: Complement sense of optional parameterKarl Williamson2016-10-264-38/+32
* t/loc_tools.pl: Fix not catching incompatible localesKarl Williamson2016-10-261-0/+3
* utf8.c: Silence unused parameter compiler warningKarl Williamson2016-10-261-0/+4
* locale.c: Use meaningful initialization msgKarl Williamson2016-10-261-2/+3
* locale.c: Output warning if debugging and 'no warnings'Karl Williamson2016-10-261-7/+9
* PATCH: [perl #129964] Fix spelling of "referent" in five places.Andy Lester2016-10-262-5/+5
* Add branch predictors for DEBUG statementsKarl Williamson2016-10-261-28/+28
* perl.h: White-space onlyKarl Williamson2016-10-261-6/+15
* pod/perllocale: Add caution about incompatible localesKarl Williamson2016-10-261-5/+6
* PATCH: [perl #129277] perlrecharclass: Clarify q// handlingKarl Williamson2016-10-261-1/+8
* -DsR : display unTEMPed temps with "t" not "T"David Mitchell2016-10-261-5/+8
* speed up AV and HV clearing/undeffingDavid Mitchell2016-10-262-19/+71
* t/op/read.t: test with zero-length bufferDavid Mitchell2016-10-261-2/+4
* Net::Ping: avoid stderr noise in testsDavid Mitchell2016-10-264-4/+5
* Add perldelta entries forDavid Mitchell2016-10-261-2/+17
* tiearray.t - more fine-grained DESTROY countsDavid Mitchell2016-10-261-4/+8
* reindent tiearray.tDavid Mitchell2016-10-261-215/+205
* Handle list assignment in list context betterDavid Mitchell2016-10-263-42/+92
* Better optimise array and hash assignmentDavid Mitchell2016-10-266-201/+649
* bench.pl: fix --sort and --compact optionsDavid Mitchell2016-10-261-2/+2
* OpenBSD 6 still does not support returning pid, gid or uid with SA_SIGINFOAndrew Fresh2016-10-251-1/+1
* make do "a\0b" fail silently instead of throwing (RT #129928)Lukas Mai2016-10-253-6/+19
* RT#129229: move sort_manifest() into its own libraryAaron Crane2016-10-246-30/+60