summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [perl #130001] h2xs: avoid infinite loop for enumsHugo van der Sanden2016-11-021-1/+1
* clarify behavior single quote regexpsYves Orton2016-11-022-9/+8
* Upgrade Net::Ping from version 2.51 to 2.55Steve Hay2016-11-027-264/+327
* Treat VSI C the same as DEC/Compaq/HP C.Craig A. Berry2016-11-011-3/+6
* Upgrade Unicode::Collate from version 1.14 to 1.17Steve Hay2016-11-01120-33442/+35593
* Upgrade Test::Simple from version 1.302059 to 1.302062Steve Hay2016-11-0151-54/+195
* Upgrade Term::ANSIColor from version 4.05 to 4.06Steve Hay2016-11-015-42/+111
* rework perl #129903 - inf recursion from use of empty pattern in regex codeblockYves Orton2016-11-017-26/+82
* new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})Yves Orton2016-11-016-45/+136
* Skip the subnormals tests in tru64.Jarkko Hietaniemi2016-11-011-1/+5
* (perl #129085) avoid memcmp() past the end of a stringTony Cook2016-10-312-3/+11
* (perl #128997) avoid reading beyond the end of the line bufferTony Cook2016-10-312-6/+19
* (perl #129961) code cleanup for clang -Weverything supportAndy Lester2016-10-311-11/+16
* Added some discussion of tabs & spaces in the source codeAndy Lester2016-10-311-2/+7
* fix #129802: sv_grow: remove the overallocation for COW exemption for powers ...Yves Orton2016-10-301-6/+2
* fix perl #129802 - overallocate in concat to ensure we can COWYves Orton2016-10-301-2/+2
* XS-APItest/t/utf8.t: Test with longest possible overlongKarl Williamson2016-10-291-6/+6
* XS-APItest/t/utf8.t: White-space onlyKarl Williamson2016-10-291-9/+9
* XS-APItest/t/utf8.t: Fix EBCDIC bugKarl Williamson2016-10-291-1/+2
* XS-APItest/t/utf8.t: Move a common expression to $varKarl Williamson2016-10-291-22/+25
* XS-APItest/t/utf8.t: Fix wrong test on EBCDICKarl Williamson2016-10-291-1/+1
* The new symbols broke a limit in VMS.Craig A. Berry2016-10-281-1/+1
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-2811-62/+48
* 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