This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-11-07 Aristotle Pagaltzisperlobj: remove now-inaccurate claim
2016-11-07 Tony Cook(perl #129995) avoid sv_catpvn() in do_vop() when unneeded
2016-11-06 Dave RolskyAdded note about perlobj change to perldelta
2016-11-06 Lukas MaiAdd docs on calling methods using a fully qualified...
2016-11-06 Dave RolskySmall formatting fix in perlobj
2016-11-06 Dave RolskyAdd a few more mentions of Moo to perlootut
2016-11-06 Karl Williamsonutf8.c: No need to look at trailing NUL in comparing...
2016-11-05 Jarkko Hietaniemicustomized.dat regen
2016-11-05 Jarkko HietaniemiVersion bump
2016-11-05 Jarkko HietaniemiCapture also the stderr, the message from tar might...
2016-11-05 Jarkko Hietanieminetbsd-vax: no infinity
2016-11-04 David Mitchellcall AV set magic in list assign
2016-11-04 Jarkko Hietanieminetbsd-vax: customized.dat update for S-L-U
2016-11-04 Jarkko Hietanieminetbsd-vax: also the 1E1000 is toxic (in compiletime).
2016-11-04 Craig A. Berryconfigure.com: missing ELSE in usethreads logic
2016-11-03 Dagfinn Ilmari... Fix typos in test comment
2016-11-03 Craig A. BerryCompiler choice clean-up in configure.com.
2016-11-03 David Mitchellskip SEGVing test in t/uni/overload.t
2016-11-03 David MitchellNet::Ping 500_ping_icmp.t: remove sudo code
2016-11-03 Andy LesterMake toke.c:S_lop's x arg a U8 to match PL_expect
2016-11-03 David Mitchellfix hv.h build breakage
2016-11-03 Yves Ortonadd a comment about the properties of struct hek
2016-11-03 Tony CookRevert "hv.h: rework HEK_FLAGS to a proper member in...
2016-11-02 Karl WilliamsonFix wrong UTF-8 overflow error on 32-bit platforms
2016-11-02 Karl WilliamsonAPItest/t/utf8.t: Correct to uppercase in print
2016-11-02 Jarkko HietaniemimacOS (10.12) deprecated syscall(2).
2016-11-02 David Mitchellfix taint handling in list assignment
2016-11-02 Hugo van der... [perl #130001] h2xs: avoid infinite loop for enums
2016-11-02 Yves Ortonclarify behavior single quote regexps
2016-11-02 Steve HayUpgrade Net::Ping from version 2.51 to 2.55
2016-11-02 Craig A. BerryTreat VSI C the same as DEC/Compaq/HP C.
2016-11-01 Steve HayUpgrade Unicode::Collate from version 1.14 to 1.17
2016-11-01 Steve HayUpgrade Test::Simple from version 1.302059 to 1.302062
2016-11-01 Steve HayUpgrade Term::ANSIColor from version 4.05 to 4.06
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-11-01 Jarkko HietaniemiSkip the subnormals tests in tru64.
2016-10-31 Tony Cook(perl #129085) avoid memcmp() past the end of a string
2016-10-31 Tony Cook(perl #128997) avoid reading beyond the end of the...
2016-10-31 Andy Lester(perl #129961) code cleanup for clang -Weverything...
2016-10-30 Andy LesterAdded some discussion of tabs & spaces in the source...
2016-10-30 Yves Ortonfix #129802: sv_grow: remove the overallocation for...
2016-10-30 Yves Ortonfix perl #129802 - overallocate in concat to ensure...
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Test with longest possible overlong
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: White-space only
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Fix EBCDIC bug
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Move a common expression to $var
2016-10-29 Karl WilliamsonXS-APItest/t/utf8.t: Fix wrong test on EBCDIC
2016-10-29 Craig A. BerryThe new symbols broke a limit in VMS.
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-29 Jarkko HietaniemiConfigure: add defs summarizing doublekind/longdblkind
2016-10-29 Jarkko Hietanieminetbsd-vax: 2**400 does not fit vax fp
2016-10-29 Jarkko Hietanieminetbsd-vax: more skippage due to no inf/nan
2016-10-29 Jarkko HietaniemiArchive-Tar: customized.dat
2016-10-29 Jarkko HietaniemiArchive-Tar: Maintainers customization
2016-10-29 Jarkko HietaniemiArchive-Tar: customized version bump
2016-10-29 Jarkko HietaniemiArchive-Tar: detect if external tar fails
2016-10-29 Craig A. BerryArchive-Tar: in VMS gnutar requires filenames in native...
2016-10-29 Jarkko HietaniemiArchive-Tar: RT #118476: scan for the right tar more...
2016-10-28 Karl WilliamsonFix test to be EBCDIC friendly
2016-10-27 Yves Ortonregcomp.c: document the trie common prefix logic
2016-10-27 Yves Ortonregcomp.c: avoid some unnecessary work when it wont...
2016-10-27 Yves Ortonregcomp.c: in trie common prefix logic rename idx to...
2016-10-27 Yves Ortonregcomp.c: whitespace only change, break up dense code...
2016-10-27 Yves Ortonregcomp.c: add a comment about the trie logic
2016-10-27 Yves Ortonregcomp.c: refactor TRIE bitmap logic to a macro
2016-10-27 Yves Ortonoptimise gv.c a bit (we could do better)
2016-10-27 Yves Ortonmust check all the EXPORT vars in two places!
2016-10-27 Yves Ortonregcomp.c: fix perl #129950 - fix firstchar bitmap...
2016-10-27 David MitchellCarp/t/arg_string.t: fixup to previous fixup
2016-10-27 David MitchellCarp/t/arg_string.t: be liberal in f/p formats
2016-10-26 Karl Williamsonlocale.c: Silence compiler warning
2016-10-26 Karl Williamsonlib/locale.t: Skip testing known incompatible locales
2016-10-26 Karl Williamsonlib/locale.t: Add skip(), fail() functions
2016-10-26 Karl Williamsont/loc_tools.pl: Make find_locales accept string input
2016-10-26 Karl Williamsont/loc_tools.pl: Add 'use strict'
2016-10-26 Karl Williamsont/loc_tools.pl: Move some code earlier in the file
2016-10-26 Karl Williamsont/loc_tools.pl: Complement sense of optional parameter
2016-10-26 Karl Williamsont/loc_tools.pl: Fix not catching incompatible locales
2016-10-26 Karl Williamsonutf8.c: Silence unused parameter compiler warning
2016-10-26 Karl Williamsonlocale.c: Use meaningful initialization msg
2016-10-26 Karl Williamsonlocale.c: Output warning if debugging and 'no warnings'
2016-10-26 Andy LesterPATCH: [perl #129964] Fix spelling of "referent" in...
2016-10-26 Karl WilliamsonAdd branch predictors for DEBUG statements
2016-10-26 Karl Williamsonperl.h: White-space only
2016-10-26 Karl Williamsonpod/perllocale: Add caution about incompatible locales
2016-10-26 Karl WilliamsonPATCH: [perl #129277] perlrecharclass: Clarify q//...
2016-10-26 David Mitchell-DsR : display unTEMPed temps with "t" not "T"
2016-10-26 David Mitchellspeed up AV and HV clearing/undeffing
2016-10-26 David Mitchellt/op/read.t: test with zero-length buffer
2016-10-26 David MitchellNet::Ping: avoid stderr noise in tests
2016-10-26 David MitchellAdd perldelta entries for
2016-10-26 David Mitchelltiearray.t - more fine-grained DESTROY counts
2016-10-26 David Mitchellreindent tiearray.t
2016-10-26 David MitchellHandle list assignment in list context better
2016-10-26 David MitchellBetter optimise array and hash assignment
2016-10-26 David Mitchellbench.pl: fix --sort and --compact options
2016-10-25 Andrew FreshOpenBSD 6 still does not support returning pid, gid...
2016-10-25 Lukas Maimake do "a\0b" fail silently instead of throwing (RT...
2016-10-24 Aaron CraneRT#129229: move sort_manifest() into its own library
next