This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-10-19 Yves Ortonpp.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonop.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonnumeric.c: use new SvPVCLEAR and constant string friend...
2016-10-19 Yves Ortonmro_core.c: use new SvPVCLEAR and constant string frien...
2016-10-19 Yves Ortonmg.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortonlocale.c: use new SvPVCLEAR and constant string friendl...
2016-10-19 Yves Ortonhv.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortondump.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortondoop.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortondoio.c: use new SvPVCLEAR and constant string friendly...
2016-10-19 Yves Ortongv.c: rework special var matching logic to be simpler
2016-10-19 Yves Ortongv.c: rework string separator parsing to use new string...
2016-10-19 Yves Ortongv.c: switch to using string constant friendly macros
2016-10-19 Yves Ortongv.c: add a require_tie_mod_s() wrapper for constant...
2016-10-19 Yves Ortonperl.[ch]: switch to using SvPVCLEAR() and string const...
2016-10-19 Yves Ortonvms: use hv_fetchs() with constant string key
2016-10-19 Yves Ortonpod: mention SvPVCLEAR()
2016-10-19 Yves Ortonamigaos4: use constant string friendly macros
2016-10-19 Yves Ortondist/Data-Dumper: switch to using SvPVCLEAR()
2016-10-19 Yves OrtonStorable: switch to using SvPVCLEAR()
2016-10-19 Yves Ortonos2: switch to using string constant friendly macros
2016-10-19 Yves Ortonext/XS-APItest: switch to using strEQs()
2016-10-19 Yves Ortonext/mro: use memEQs() for constant string checks
2016-10-19 Yves Ortonext/PerlIO-encoding: use SvPVCLEAR()
2016-10-19 Yves Ortonext/POSIX: use _memEQs() and not memEQ() for constant...
2016-10-19 Yves Ortonext/B: use strEQs() and strEQ() in expressions
2016-10-19 Yves Ortonext/VMS-Stdio: switch to using macros designed for...
2016-10-19 Yves Ortonext/attributes: use _memEQs() when comparing to string...
2016-10-19 Yves OrtonDevel-Peek: use hv_fetchs() when the key is a constant...
2016-10-19 Yves Ortonsv.c: add sv_setpv_bufsize() and SvPVCLEAR()
2016-10-19 Yves Ortonhandy.h, hv.h: fixup hash s suffix macro definitions...
2016-10-19 Yves Ortonhandy.h: add _memEQs() and _memNEs() for use with const...
2016-10-19 Yves Ortonhandy.h: add strEQs() and strNEs() for comparing to...
2016-10-19 Yves Ortongv.c: document where @- and @+ (and %- and %+ are initi...
2016-10-19 Yves Ortonuniprops.t: split into 10 seperate test files t/re...
2016-10-19 Andy LesterPATCH: [perl #129766] Internal cleanup in numeric.c
2016-10-18 Chris 'BinGOs... Update Net-Ping to CPAN version 2.51
2016-10-18 Chris 'BinGOs... Update Archive-Tar to CPAN version 2.12
2016-10-18 Karl Williamsonutf8.c: Reflow 2 lines, so it is clear they are 2.
2016-10-18 Karl Williamsonop.c: Fix EBCDIC-only bug
2016-10-18 Karl Williamsontoke.c: Fix EBCDIC issue
2016-10-18 Karl Williamsonperlapi: Grammar, typos
2016-10-18 Karl Williamsontoke.c: Fix grammar in comment
2016-10-17 Jarkko Hietaniemimake regen for the IBM/CRAY fp
2016-10-17 Jarkko HietaniemiAdd scan for IBM and Cray mainframe fp formats.
2016-10-17 Tony Cook(perl #128996) prevent PL_op pointing to freed ops
2016-10-16 Jarkko HietaniemiAdd script for looking at test time outliers.
2016-10-16 Jarkko Hietanieminetbsd/vax perldelta tweakery.
2016-10-16 Jarkko HietaniemimacOS Sierra (10.12) does have clockid_t.
2016-10-16 Karl WilliamsonPATCH: [perl #129891] t/op/utf8decode.t failing
2016-10-16 Karl Williamsonutf8.c: Silence a compiler warning
2016-10-16 Aaron Craneperldelta: draft for commits up to 877b982928
2016-10-16 Aaron CraneMove perldelta entry to correct section
2016-10-16 Sergey Aleynikov[RT #129789] Time::HiRes: fix compilation on darwin
2016-10-15 Jarkko HietaniemiIf a unit test doesn't finish in 5 minutes, it's not...
2016-10-14 Lukas Maiperlsec: convert C snippet from K&R C to C89
2016-10-13 Karl Williamsonperlapi: Fix clause that should have been removed earlier
2016-10-13 Karl Williamsonutf8.h: Simplify macro
2016-10-13 Karl WilliamsonAdd utf8n_to_uvchr_error
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Make a parameter const
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Indent a bunch of code
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Fix improper tests
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Add missing test
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Rename test for clarity
2016-10-13 Karl Williamsonutf8.c: Extract some code into 2 functions
2016-10-13 Karl Williamsonutf8.c: Rename a couple of macros for clarity
2016-10-13 Karl Williamsonutf8.h: Change some flag definition constants
2016-10-13 Karl WilliamsonAPItest/t/utf8.t: Extract code to common function
2016-10-13 Karl Williamsonutf8.c: Add some UNLIKELY()s
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-13 Karl Williamsonutf8.c: Consolidate duplicate error msg text
2016-10-13 Steve HayUpgrade Scalar-List-Utils from version 1.45 to 1.46
2016-10-13 Steve HayUpgrade Test::Simple from version 1.302056 to 1.302059
2016-10-13 Steve HayUpgrade parent from version 0.234 to 0.236
2016-10-13 Steve HayUpgrade HTTP::Tiny from version 0.068 to 0.070
2016-10-13 Thomas Sibleycorelist: Fix typo in variable name
2016-10-13 Karl Williamsonautodoc.pl: Allow =item lists in perlapi
2016-10-13 Karl Williamsonperlapi: Fix docs for 2 scope related macros
2016-10-12 Steve HayAdd epigraphs for 5.22.3-RC4 and 5.24.1-RC4
2016-10-12 Steve Hay5.22.3-RC4 and 5.24.1-RC4 today
2016-10-12 Lukas Maiop.c: fix what looks like typos in comments
2016-10-11 James E KeenanRevert "Reduce SelectSaver memory footprint"
2016-10-11 Dan Collins[rt #129336] #!perl -i u erroneously interpreted as -u
2016-10-09 François PerradProvide a template for call to File::Temp::tempfile().
2016-10-07 Nicolas RReduce SelectSaver memory footprint
2016-10-05 Karl WilliamsonXS-APItest/t/utf8.t: Fix failing EBCDIC test
2016-10-05 Karl Williamsonutf8.c: Add missing cast
2016-10-04 Hugo van der... [perl #129350] anchored/floating substrings must be...
2016-10-04 David Mitchell[MERGE] eliminate OP_PUSHRE and optimise split()
2016-10-04 David MitchellPerl_newASSIGNOP: fix on g++ builds
2016-10-04 David MitchellConcise.pm: extract padname code and fixup split
2016-10-04 David Mitchellfix common assign issue on @a = (split(), 1)
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellre-indent block in Perl_newASSIGNOP
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-10-01 Jarkko HietaniemiTime-HiRes: explicit clockid_t cast for C++11
2016-10-01 Jarkko HietaniemiPL_inf/PL_nan need different export with C++
2016-09-30 Jarkko Hietaniemivax-netbsd: do not export inf/nan which we do not have
2016-09-30 Jarkko Hietaniemivax-netbsd: POSIX: skip t/math.t tests needing inf/nan
next