This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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)
2017-11-12 Daniel Draganfix do dir returning no $!
2017-11-11 Zeframavoid reading errno twice in a row
2017-11-11 Zeframsuppress clang warning in inode number handling
2017-11-11 Lukas Maiteach makedef.pl about PL_keyword_plugin_mutex
2017-11-11 Father Chrysostomosperldelta for reënabling of CV optimization
2017-11-11 Father ChrysostomosRevert "Temporarily revert CV-in-stash optimisation"
2017-11-11 Lukas MaiRevert "Simplify _MEM_WRAP_NEEDS_RUNTIME_CHECK()"
2017-11-11 Lukas Maifix MEM_SIZE_MAX definition
2017-11-11 Zeframperldelta entry for perlguts revision
2017-11-11 Zeframbetter documentation of reference counts
2017-11-11 Lukas MaiMerge wrap_keyword_plugin() into blead
2017-11-11 Lukas Maiperldelta entry for wrap_keyword_plugin origin/smoke-me/mauke/keyword-plugin-mutex
2017-11-11 Lukas Maitest wrap_keyword_plugin (RT #132413)
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-11-11 Zeframavoid runtime module loading in File::Spec
2017-11-11 Zeframreturn inode numbers as strings where necessary
2017-11-11 Todd Rinaldo[MERGE] Remove unnecessary use of 'use vars'
2017-11-11 Todd RinaldoDocument the removal of use vars from sources
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in regen.
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in utils
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in lib
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in dist
2017-11-11 Karl Williamsonlocale.c: Simplify code in Perl_langinfo()
2017-11-11 Zeframstore AV iterator as mg_len in more cases
2017-11-10 Todd RinaldoAdd support for --help and --version in perlbug
2017-11-10 Nicolas RPACKAGING: add patchlevel.h doc entry
2017-11-10 Nicolas R.gitignore: git should also ignore *.bak files
2017-11-10 Slaven RezicHandle Linux containers' use of 0 for PPID with orphane...
2017-11-10 Nicolas RAdjust travis.yaml configuration for blead merges.
2017-11-10 David Cantrellexperimental::lexical_topic is no longer a warning...
2017-11-10 Craig A. BerryMake VMS::Stdio declare PERL_EXT.
2017-11-10 Chris 'BinGOs... Update Unicode-Collate to CPAN version 1.21
2017-11-10 Zeframparse yada-yada only as a statement
2017-11-10 Karl Williamsonsv.c: Fix typo in comment
2017-11-10 Karl Williamsonmalloc.c: Fix typo in comment
2017-11-10 Karl Williamsonlib/locale.t: Clarify test name
2017-11-10 Karl Williamsonhandy.h: Clarify comment
next