This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2017-11-19 =?UTF-8?q?Ask... Removed bzip option from makerel
2017-11-19 Karen Etheridgefix spelling
2017-11-19 Karen Etheridgebump threads version to account for previous changes...
2017-11-19 Zeframfix tainting of s/// with overloaded replacement
2017-11-19 Karen Etheridgefix other pod versions that had become out of date...
2017-11-19 Karen Etheridgefix Attribute::Handlers pod to match new $VERSION
2017-11-19 Karl Williamsonperldelta for perluniprops change
2017-11-19 Karl Williamsonlocale.c: Use computed length for U+10FFFF
2017-11-19 Karl Williamsonregen/unicode_constants.pl: Add U+10FFFF entry
2017-11-18 James E KeenanSync cpan/Test-Simple with CPAN version 1.302111.
2017-11-18 James E KeenanUpstream has released Test-Simple with new t/Legacy...
2017-11-18 Aaron CraneRestore ability to build on platforms without snprintf()
2017-11-18 Aaron CranePorting/checkcfgvar.pl: add missing config-symbol file
2017-11-18 Aaron CraneRegenerate Porting/Glossary
2017-11-18 Aaron CraneRegenerate sample config files
2017-11-18 Aaron CraneRebuild Configure from current metaconfig
2017-11-18 Karl WilliamsonPATCH: [perl #132463] perluniprops for \p{Word}
2017-11-17 Zeframfix perldelta formatting
2017-11-17 Zeframclarify perlop description of binary "x"
2017-11-17 Zeframrestore deparsing style for \&foo
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-17 Karl Williamsonembed.fnc: Add X flag to newly private UTF16 fcns
2017-11-17 Father ChrysostomosSuppress warning in XS-APItest’s sniscow.t
2017-11-17 Zeframcorrectly error on -k "nonexistent" on Windows
2017-11-16 Craig A. BerryPortability fix for Test::Simple 'do' test.
2017-11-16 Karl WilliamsonRemove UTF16 functions from public access
2017-11-16 Yves Ortonprecise control over order tests are run in TEST
2017-11-16 Yves Ortonhandy.h: add a comment about perl_assert_ptr()
2017-11-16 Dagfinn Ilmari... Use strict and warnings in stat.t
2017-11-16 Dagfinn Ilmari... Fix $$ variable usage in stat.t
2017-11-16 Craig A. BerryUse safer symlink name in stat.t.
2017-11-16 Zeframfix lvalue context for 4-arg substr
2017-11-16 Karl WilliamsonI18N::Langinfo: Add note to pod
2017-11-16 Zeframdeparse trailing-colon barewords carefully
2017-11-16 David Mitchellclarify the pod for Perl_utf8_length()
2017-11-16 David Mitchellexpand code comment in perly.y
2017-11-16 Zeframdeparse ::CORE::foo barewords carefully
2017-11-16 Zeframrip out CPAN-release cruft from B::Deparse
2017-11-16 Zeframadditional tests for registered warning categories
2017-11-15 Nicolas RIO::Handle - fix precedence issue
2017-11-15 Karen Etheridgespelling
2017-11-15 Karen Etheridgetabs to spaces in RMG
2017-11-15 Zeframfix handling of registered warning categories
2017-11-15 Steve HayProvide option to build with -D__USE_MINGW_ANSI_STDIO
2017-11-15 Nicolas RDynaLoader simplify parsing option rule
2017-11-15 Todd RinaldoRemove use vars from B::Deparse
2017-11-15 Steve Hayperldelta for commit 43b354f1e1
2017-11-15 David Mitchelllib/perl5db.pl: don't dump argless args
2017-11-15 David Mitchelllib/perl5db.t: remove debugging code
2017-11-15 Steve HayImprove cl version detection
2017-11-15 Zeframperldelta for stat(CLOSED) fix
2017-11-15 Zeframset $! when statting a closed filehandle
2017-11-15 Karl WilliamsonPOSIX.pod: Add cautions about locale use
2017-11-15 Karl Williamsonlocale.c: Use mnemonic
2017-11-15 Father Chrysostomosperldelta for the prev. commit
2017-11-15 Father Chrysostomos[perl #132442] Fix stack with do {my sub l; 1}
2017-11-14 Sawyer XUpdate experimental.pm from 0.016 to 0.017
2017-11-14 James E Keenanperldelta for 6b93e4bc22a7c06508c3d2ed4590fe8bc2cb4989
2017-11-14 Paul MarquessCompress-Raw-Zlib: sync with CPAN version 2.075
2017-11-14 David MitchellOP_MULTICONCAT: fix AIX
2017-11-14 Steve HayUpgrade libnet from version 3.10 to 3.11
2017-11-14 Steve HayFix Windows build failure introduced by 7d00a3405c
2017-11-14 Craig A. BerryHandle empty list in Perl_vms_do_aexec.
2017-11-14 Zeframmv "Truth and Falsehood" from perlsyn to perldata
2017-11-14 Zeframfix newPVOP() doc re freeing of pv
2017-11-14 Aaron Craneperldelta: typo
2017-11-14 Aaron Craneperldelta: C89 requirement
2017-11-14 Zeframfix naming of some test temp files
2017-11-14 David Mitchellfix ext/B/t/optree_specials.t
2017-11-14 Zeframstop unused-var warnings in ExtUtils-ParseXS tests
2017-11-14 Zeframavoid unused-var warnings in compiled XS
2017-11-14 Zeframrip out Perl version portability from B
2017-11-14 Zeframin B::Concise, show RV target better
2017-11-14 Nicolas RIntroduce macros to simplify @INC setting
2017-11-14 Nicolas RStorable: remove Config dependency
2017-11-14 Nicolas RTime::HiRes disable a flapping test for CI
2017-11-14 Craig A. BerryMake perlbug.t forgiving about newlines.
2017-11-13 Nicolas Rtravis.yaml: fixes for osx
2017-11-13 Nicolas RAdjust porting/authors.t for travisci
2017-11-13 Nicolas RRemove win32 logic from t/porting/authors.t
2017-11-13 Nicolas RSwitch some core modules to XSLoader
2017-11-13 Todd RinaldoTrack Unicode-Normalize Changes file so it can be updat...
2017-11-13 Nicolas RTweak travis.yml: ccache & notifications
2017-11-13 Nicolas RMakefile.SH: factorize install.html target
2017-11-13 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.23
2017-11-13 Matthew HorsfallFix sentence in perlobj.pod (missing a word)
2017-11-13 Zeframlocalise $@ around source filters
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-11-13 David Mitchellconfigpm: fix duplicate 'our' declaration
2017-11-13 H.Merijn BrandDo not (attempt to) install man pages when explicitly...
2017-11-13 Zeframavoid redundant initialisation around Newxz()
2017-11-13 Zeframremove unused struct member "is_top_frame"
2017-11-13 Zeframduplicate full index for SAVEt_AELEM
2017-11-13 Zeframfix sysconf panic
2017-11-12 James E KeenanMerge branch 'smoke-me/jkeenan/afresh/132401-file-copy...
2017-11-12 Dagfinn Ilmari... Fix sprintf multiconcat on 32bit big-endian systems...
2017-11-12 Zeframbetter document macros taking literal strings
2017-11-12 Zeframdocument IO::Select error detection
2017-11-12 Lukas Maiprevent invalid memory access in S_check_uni (RT #132433)
next