This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-12-18 AbigailTick release schedule
2018-12-18 AbigailUpdate Module::CoreList for 5.29.7
2018-12-18 AbigailBump the perl version in various places for 5.29.7
2018-12-18 AbigailNew perldelta for 5.29.7
2018-12-18 AbigailEpigraph for 5.29.6
2018-12-18 AbigailPerlhist: Date of the 5.29.6 release. v5.29.6
2018-12-18 AbigailPerlhist: Fix the release dates for 5.29.[345].
2018-12-18 AbigailPerldelta: Don't put a reference to an RT ticket in...
2018-12-18 AbigailPerldelta: Linkefy references to Perl RT tickets in...
2018-12-18 AbigailErrata in perldelta.
2018-12-18 AbigailPerldelta: New/Updated Modules for 5.29.6
2018-12-17 AbigailPerldelta: Acknowledgements for 5.29.6.
2018-12-17 AbigailUpdate Module::CoreList for 5.29.6
2018-12-16 Tony Cookperldelta notes for Storable, EU::PXS, and sort the...
2018-12-16 Tony Cookperldelta for f75dfdbdb9d5
2018-12-16 Tony Cook(perl #133673) disable the File::Find nlink optimizatio...
2018-12-16 Karl Williamsonregcomp.c: Tighten embedded patterns in regex sets
2018-12-16 Karl Williamsonperlrecharclass: Clarify embedding in regex sets
2018-12-16 Karl Williamsonperlre: Italicize variable text
2018-12-16 AbigailPerldelta: Clarify when CVE-2018-18312 was fixed.
2018-12-16 Karl WilliamsonCorrect previous perldelta entry, and add a test
2018-12-16 Leon TimmermansAdd perldelta entry for pipe open fixes
2018-12-16 Leon TimmermansAlways mark pipe in list pipe-open as inherit-on-exec
2018-12-15 AbigailGet pod/perldelta in shape.
2018-12-15 AbigailPerldelta entries for 5.29.6.
2018-12-15 Leon TimmermansAlways mark pipe in pipe-open as inherit-on-exec
2018-12-15 James E KeenanAvoid "Use of uninitialized value $res in numeric eq...
2018-12-15 James E KeenanCorrect spelling error in 'skip' message
2018-12-15 Abigailt/io/eintr.t: Skip some tests on pre-16 Darwin.
2018-12-15 H.Merijn BrandUpdate Config::Perl::V to version 0.31
2018-12-14 David Mitchellext/GDBM_File/t/fatal.t: handle non-fatality
2018-12-12 Tomasz KonojackiS_uiv_2buf: faster integer stringification algorithm
2018-12-12 Tony Cook(perl #133667) documentation improvements for the POSIX...
2018-12-12 Tony Cookwe don't need ext/POSIX/t/math.t +x
2018-12-12 Tony Cook(perl #133582) make C99 functions available for Win32...
2018-12-11 sisyphusmath.t - support C99 math for mingw
2018-12-11 sisyphusconfig_sh.PL - support C99 math for mingw
2018-12-11 sisyphusconfig_H.gc - support C99 math for mingw
2018-12-11 sisyphusconfig.gc - support C99 math for mingw
2018-12-11 sisyphusPOSIX.xs - support C99 math for mingw
2018-12-11 sisyphusperl.h - support C99 math for mingw
2018-12-10 E. ChorobaCall a hash %hash in the documentation
2018-12-10 Tony Cook(perl #133708) remove build-time probing for stack...
2018-12-09 Karl Williamsonhandy.h: Fix definition of isPOWER_OF_2()
2018-12-09 Karl Williamsonregcomp.h: Fix typo in comment
2018-12-08 Karl Williamsonregexec.c: Use mnemonics instead of "256"
2018-12-08 Karl Williamsonregcomp.c: Allow more EXACTFish nodes to be trieable
2018-12-08 Karl Williamsonregcomp.c: Make sure /di nodes begining in 's' are...
2018-12-08 Karl Williamsonregcomp.c: Make sure /di nodes ending in 's' are EXACTF
2018-12-08 Karl Williamsonregcomp.c: Simplify a bit of code
2018-12-08 Karl Williamsonregcomp.c: Can join certain EXACTish node types
2018-12-08 Karl Williamsonregcomp.c: Move clause of while() conditional into...
2018-12-08 Karl Williamsonregcomp.c: Add assertion
2018-12-08 Karl WilliamsonRemove one use of static function
2018-12-07 H.Merijn BrandNo need to convert int to long to int
2018-12-07 James E KeenanNo need to include 'values.h'.
2018-12-07 James E KeenanEliminate 4 build-time warnings in timecheck.c.
2018-12-07 James E KeenanUse more plausible argument for 'cd' in example.
2018-12-07 Karl Williamsonregen/mk_invlists.pl: Add new table
2018-12-07 Karl Williamsonregen/mk_invlists.pl: Rmv no longer used array
2018-12-07 Karl Williamsont/harness: Catch incorrect serial directory specification
2018-12-07 Karl Williamsont/harness: Actually run IO::Zlib tests sequentially
2018-12-07 Petr PísařMake ext/B/t/strict.t test alike to other ones.
2018-12-07 James E KeenanCorrect error message in t/taint.t.
2018-12-07 Karl Williamsonregcomp.c: Use simpler variable name as long as possible
2018-12-07 Karl Williamsonregcomp.c: Prefer one of similarly named vars
2018-12-07 Karl Williamsont/re/anyof.t: Remove duplicate test case
2018-12-07 Karl WilliamsonUse consistent spelling in qr// dumping
2018-12-07 Karl Williamsonregcomp.c: Clarify comment
2018-12-06 Niko TyniFix t/porting/manifest.t failures when run in a foreign...
2018-12-06 Karl Williamsonregcomp.sym: Clarify descriptions of EXACTish regnodes
2018-12-06 Karl Williamsoninline.h: Clarify comment
2018-12-05 Tony Cookbump $ExtUtils::ExtUtils::VERSION to 3.40
2018-12-05 Tony Cook(perl #133654) don't include OUTLIST parameters in...
2018-12-05 Tony Cook(perl #133706) remove exploit code from Storable
2018-12-05 James E KeenanAdd header-guards to 2 additional files
2018-12-05 James E KeenanProvide header guards to prevent re-inclusion
2018-12-02 Karl WilliamsonRevert "regcomp.c: Use a weird value in a place where...
2018-12-01 James E KeenanSync Test::Simple with CPAN version 1.302141
2018-12-01 James E KeenanAdd instruction to configure to SYNOPSIS
2018-11-30 James E KeenanCorrect typo
2018-11-30 James E KeenanDrop sentence which is no longer valid as of 5.28
2018-11-29 Steve HayTick off 5.26.3 and 5.28.1
2018-11-29 Steve Hayperlhist for 5.26.3 and 5.28.1
2018-11-29 Steve HayImport perl5263delta.pod and perl5281delta.pod
2018-11-29 Steve HayUpdate Module-CoreList with data for 5.26.3 and 5.28.1
2018-11-29 Steve HayEpigraphs for 5.26.3 and 5.28.1
2018-11-29 Karl WilliamsonPATCH: [perl #133423]
2018-11-29 Karl Williamsonlocale.c: Failure to build if not allowing LC_COLLATE
2018-11-29 Karl Williamsonlocale.c: Don't use numeric unless LC_NUMERIC
2018-11-29 Karl Williamsonlocale.c: Fix wrong scope of #if's
2018-11-29 Eugen KonkovMore removals of $a,$b in perldata for [#perl #133700]
2018-11-29 Eugen KonkovPATCH: [perl #133700] avoid use of $a and $b in perldata
2018-11-29 Tony Cookmake boot_Win32CORE extern "C" for C++ builds origin/tonyc/cygwin-fixes
2018-11-29 Tony Cookstdio.h on Cygwin doesn't expose cuserid() with _GNU_SOURCE
2018-11-29 Tony CookPass a UV to a format expecting a UV
2018-11-28 jdheddenUpgrade to threads::shared 1.59
2018-11-27 Karl WilliamsonAdd USE_THREAD_SAFE_LOCALE to non-bin-compat options...
2018-11-27 Karl Williamsonregcomp.c: White-space only
2018-11-27 Karl WilliamsonAdd regnode EXACTFU_ONLY8
next