This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-11-12 Lukas Mait/op/caller.t: add a TODO test for RT #129239
2016-11-12 Lukas Mait/op/sub.t: add a TODO test for RT #129916
2016-11-12 Aaron CraneReduce verbosity of "make install.man"
2016-11-12 Tony Cook(perl #128295) don't treat -Dprefix=/usr as special
2016-11-12 Dagfinn Ilmari... Use CLOCK_REALTIME in clock_nanosleep check
2016-11-12 Dagfinn Ilmari... Fix up includes in Time-HiRes Makefile.PL checks
2016-11-12 Dagfinn Ilmari... Use clockid_t throughout in Time::HiRes
2016-11-12 H.Merijn Brandskip Net::Ping UDP on HP-UX
2016-11-12 Aaron CraneData::Dumper: the XS implementation now supports Deparse
2016-11-12 Aaron CraneData::Dumper: delete spurious /e flag on substitution
2016-11-12 Aaron Craneop.c: clarify documentation for Perl_load_module()
2016-11-12 Dagfinn Ilmari... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-11-12 H.Merijn Brandgenen. sorry
2016-11-12 H.Merijn BrandNo default breaks win32 and VMS
2016-11-12 James E KeenanRT 130010: add regression test.
2016-11-12 Karl WilliamsonPATCH: [perl #130010] a5540cf breaks texinfo
2016-11-12 Karl Williamsonutf8.c: Add comment
2016-11-11 H.Merijn BrandAllow "." to be excluded from @INC
2016-11-11 Dagfinn Ilmari... Use \w instead of obscure character range
2016-11-11 Aaron Cranet/porting/regen.t: try to be more helpful when tests...
2016-11-11 Karl WilliamsonMove Unicode-Normalize to dist/
2016-11-11 Aaron CraneRegen from the "special" regen scripts
2016-11-11 Dagfinn Ilmari... Test for correct state of . in @INC
2016-11-11 Aaron CraneFix list parenthesisation
2016-11-11 H.Merijn BrandPush current state to work on failing tests
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-11 H.Merijn BrandRemove "." from default @INC when default_inc_excludes_...
2016-11-11 H.Merijn BrandDe-dup the output of git ls-files
2016-11-11 Karl Williamsonlocale.c: Add missing STATIC
2016-11-11 Lukas MaiErrno: mention that using %! autoloads Errno (RT #119359)
2016-11-11 Aaron CraneRegen uconfig.h
2016-11-11 H.Merijn BrandRe-gen after backport with serious fixes
2016-11-11 Aaron CraneRMG: suggest a simpler way of reviewing perlhist changes
2016-11-11 Aaron CraneRMG: break a list over multiple lines
2016-11-11 Lukas Maimake 'do' errors refer to 'do' (not 'require') (RT...
2016-11-11 Aaron CraneDrop support for Linux a.out
2016-11-09 Steve HayUpgrade Unicode-Collate from version 1.17 to 1.18
2016-11-09 Steve HayUpgrade Math::BigInt from vesion 1.999726(_01) to 1...
2016-11-09 David MitchellPerl_do_vop(): enhance "avoid sv_catpvn"
2016-11-09 David Mitchellhandle SvIMMORTALs in LHS of list assign
2016-11-09 Tony CookStefan Seifert is now a perl author
2016-11-09 Stefan Seifertclarify the contents of argv[]
2016-11-09 Tony Cookskip some tests that aren't UTF-EBCIDIC compatible...
2016-11-09 Tony Cook(perl #129000) use the new utf8_hop_back()
2016-11-09 Tony Cook(perl #129000) create a safer utf8_hop()
2016-11-08 Steve HayUpgrade podlators from version 4.08 to 4.09
2016-11-07 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.18
2016-11-07 Aristotle Pagaltzisperlvar: clarify @ISA recommendations
2016-11-07 Hauke Dperlvar: document @ISA
2016-11-07 Aristotle Pagaltzisperlobj: do not discourage manual @ISA
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
next