This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2018-09-12 Sawyer XBump version of Data::Dumper
2018-09-12 Sawyer XUpdate Changes file for Data::Dumper
2018-09-12 Dagfinn Ilmari... Fix preprocessor directive indentation
2018-09-12 Tony Cook(perl #133510) use quadmath versions of log10, ldexp...
2018-09-10 Karl Williamsonutf8.c: Don't assume UTF-8 sequence has enough space.
2018-09-08 James E KeenanFile::Path: sync with CPAN version 2.16
2018-09-08 Sawyer XUpdate release schedule
2018-09-04 James E KeenanInsert missing 'T' to list of PERL5OPT switches.
2018-09-03 James E KeenanCorrect typo in comment.
2018-09-03 James E KeenanThere is no getpw() function in User::grent.
2018-09-03 James E KeenanRemove superfluous variable $gr_mem.
2018-09-03 James E KeenanCorrect typo reported by Elizabeth Mattijsen
2018-09-02 Karl WilliamsonPATCH: [perl #133488] Fix grammer in perlfunc sysread()
2018-09-02 H.Merijn BrandAdd gcc-8 and gcc-9 for FORTIFY_SOURCE
2018-08-30 Andy Dougherty[perl #133468] Silence compiler warning
2018-08-30 Chris 'BinGOs... Can't sing a song that's never been sung
2018-08-30 Tony Cookperldelta for 2460a4968c37
2018-08-30 Tony Cook(perl #132683) don't try to convert PL_sv_placeholder...
2018-08-29 David Mitchellmulticoncat: mutator not seen in (lex = ...) .= ...
2018-08-27 Sawyer XBumping PathTools from 3.74 to 3.75
2018-08-27 Graham Knopfix mkpath call to be compatible with older File::Path
2018-08-27 Tony Cook(perl #133326) fix and clarify handling of recurs_sv.
2018-08-26 David Mitchell[MERGE] various regex capture fixups
2018-08-26 David MitchellImprove docs for lastparen, lastcloseparen
2018-08-26 David MitchellS_regmatch: add debugging to UNWIND_PAREN()
2018-08-26 David MitchellS_rematch(): CLOSE_CAPTURE(): set last(close)paren
2018-08-26 David MitchellS_regmatch(): use CLOSE_CAPTURE() macro more
2018-08-26 David MitchellS_regmatch(): parameterise CLOSE_CAPTURE macro
2018-08-26 David MitchellS_regmatch(): move CLOSE_CAPTURE macro definition
2018-08-26 David MitchellS_regmatch(): handle GOSUB within (.)* specially
2018-08-26 David Mitchelladd more /(?1)/ tests
2018-08-26 David MitchellS_regmatch(): combine CURLY_B_min/_known states
2018-08-26 Sawyer X5.29.2 was released
2018-08-25 Eugen Konkovperlsyn: Be more explicit about what is faster
2018-08-24 Steve Hayperldelta for b79cd7dfef
2018-08-24 Steve HayTidy up Windows makefiles' handling of CCTYPE=SDK2003SP1
2018-08-24 Steve HayFix Windows build with CCTYPE=SDK2003SP1
2018-08-23 Karl WilliamsonPATCH: [perl #133468] Silence compiler warning
2018-08-23 James E KeenanRemove duplicate of commented-out test.
2018-08-23 Karl Williamsonperldelta for Locale::Codes removal
2018-08-23 Karl Williamson__Storable__.pm: Bump version to 3.13
2018-08-23 Graham Knopfix Storable rethrowing refs when Log::Agent is installed
2018-08-23 Sawyer XFix Devel::PPPort with Visual Studio by quoting $0:
2018-08-22 James E KeenanMake porting tests pass after Locale::Codes removal
2018-08-22 Sullivan BeckRemove Locale-Codes from Perl 5 core distribution.
2018-08-22 Karl Williamsonperlobj: Recommend perlreftut over perlref
2018-08-21 Karl Williamsonregcomp.c: Silence compiler warning
2018-08-20 Chris 'BinGOs... Update epigraphs with v5.29.2
2018-08-20 Chris 'BinGOs... Update Module::CoreList for 5.29.3
2018-08-20 Chris 'BinGOs... Bump the perl version in various places for 5.29.3
2018-08-20 Chris 'BinGOs... new perldelta for 5.29.3
2018-08-20 Chris 'BinGOs... Merge branch 'release-5.29.2' into blead
2018-08-20 Dagfinn Ilmari... Fix missing space in perlguts C<< >> POD directive
2018-08-20 Chris 'BinGOs... add new release to perlhist v5.29.2
2018-08-20 Chris 'BinGOs... Update Module-CoreList for v5.29.2
2018-08-20 Chris 'BinGOs... Finalise perldelta
2018-08-20 Karl WilliamsonMake sv_setsv_flags accept an inversion list src
2018-08-20 Karl WilliamsonAllow invlist_clone to accept a destination SV
2018-08-20 Karl WilliamsonMake static function non-static
2018-08-20 Karl Williamsonregcomp.c: Add second parameter to static function
2018-08-20 Karl Williamsonregcomp.c: Extract code into separate function
2018-08-20 Karl Williamsonregcomp.c: Replace code with fcn that does the same...
2018-08-20 Karl Williamsonutf8.h: Update outmoded comment
2018-08-20 Karl Williamsonutf8.c: Rename macro and move to utf8.h, and use it...
2018-08-20 Karl Williamsoninvlist_inline.h: Two symbols no longer needed in utf8.c
2018-08-20 Karl WilliamsonAdd inline function to hide implementation details
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add tests for run-time
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Reorder a few tests
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Avoid a TEST crash if failure
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Add check no warnings generated
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Extract code into a function
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: White-space only
2018-08-20 Karl Williamsonregcomp.c: Use isFOO_A instead of isFOO
2018-08-20 Karl Williamsonregcomp.c: Change parameter name
2018-08-20 Karl Williamsoninline.h: Use 'do {} while' instead of 'while {}'
2018-08-20 Karl Williamsont/re/regexp_unicode_prop.t: Make sure returns true
2018-08-20 Karl WilliamsonHandle 3 digit exponents in \p{nv=%e}
2018-08-20 Karl Williamsonmktables: Handle platforms with 3 digit exponents
2018-08-20 Chris 'BinGOs... Update Time-Piece to CPAN version 1.33
2018-08-18 James E Keenanperldelta for 56191551147fe888e34f15ef84f08013f4fbb5aa
2018-08-18 Chad GranumSynch with CPAN Test-Simple 1.302140.
2018-08-16 Karl Williamsonperlre: Add some clarifying script run documentation
2018-08-16 Karl Williamsonperlre, perlrecharclass: Add examples
2018-08-16 Karl WilliamsonFix script run bug '1' followed by Thai digit
2018-08-16 Karl Williamsonregexec.c: Use a macro for clarity
2018-08-16 Karl Williamsonregexec.c: Fix UNLIKELY() scope
2018-08-11 Sawyer XReleaser for 5.29.2
2018-08-09 sisyphusPATCH: [perl #41202] text->float gives wrong answer
2018-08-09 sisyphusperl.h - mingw-w64 builds use __mingw_strtold instead...
2018-08-09 sisyphuslib/locale.t - no longer special case quadmath builds
2018-08-09 Karl Williamsonnumeric.c: Move some code around
2018-08-09 Karl Williamsonnumeric.c: White-space only
2018-08-09 Karl Williamsonnumeric.c: Quadmath now honors LC_numeric
2018-08-09 Tony Cook(perl #133422) handle Off_t smaller than size_t
2018-08-08 David Mitchelltime::HiRes: don't truncate nanosec utime
2018-08-08 Steve HayUpgrade HTTP::Tiny from version 0.070 to 0.076
2018-08-08 Steve HayUpgrade Filter::Util::Call from version 1.58 to 1.59
2018-08-08 H.Merijn BrandPA-RISC is obsolted
2018-08-08 H.Merijn BrandUpdate HP-UX readme
2018-08-07 David MitchellTime-HiRes/t/itimer.t: avoid race condition.
next