This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-11-14 David Mitchell/t/perf/benchmarks: move expr::index:: to func::
2016-11-14 H.Merijn BrandAdditional warning of Name.pl going away
2016-11-14 H.Merijn BrandUnicode::UCD documentation for reading Name.pl as encou...
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-14 David Mitchellclarify what the SVf_AMAGIC means
2016-11-14 Dagfinn Ilmari... Improve error for missing tie() pacakge/method
2016-11-14 Tony Cookmake the sysread()/syswrite/() etc :utf8 handle warning...
2016-11-13 David MitchellS_scan_subst() - remove extraneous code
2016-11-13 David Mitchellreduce cost of SvVALID()
2016-11-13 AbigailCertain variables are not longer allowed; document...
2016-11-13 Dagfinn Ilmari... Remove obsolete comment
2016-11-13 AbigailDefined on aggregates is no longer allowed.
2016-11-13 AbigailDeprecations are to be marked with a D.
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David Mitchelleliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()
2016-11-12 David MitchellOnly test SvTAIL when SvVALID
2016-11-12 David MitchellS_setup_longest(): SvTAIL() used where always 0
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchellremove DOES's usage of SvSCREAM
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-12 David Mitchellop_dump() - remove extra indentation from PMOP
2016-11-12 David Mitchellperlguts: add pTHX_ to magic method examples
2016-11-12 David Mitchelldump.c: don't display an ARRAY's ARYLEN field
2016-11-12 Aaron CraneTest2: __LINE__ and (caller)[2] may be different under...
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).
next