This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2019-12-21 Karl WilliamsonPOSIX.pod: Fix typo
2019-12-21 Karl WilliamsonPOSIX.pod: Update setlocale() docs
2019-12-21 Karl Williamsonperllocale: Clarify text
2019-12-21 Nicolas Rnew perldelta for 5.31.8
2019-12-21 Nicolas RTick off 5.31.7 on 2019-12-20
2019-12-21 Nicolas RUpdate epigraph for v5.31.7
2019-12-20 Nicolas RFinalise perldelta and update perlhist v5.31.7
2019-12-20 Nicolas RAdjust release_managers_guide for GH tracker
2019-12-20 Nicolas RUpdate Module::CoreList for 5.31.7
2019-12-20 Nicolas RMention CI smokers in release_managers_guide
2019-12-20 Nicolas RAdd a basic linux smoke GitHub Action
2019-12-20 Nicolas RBump Maintainers to point to CPAN 2.27
2019-12-20 Nicolas RUpdate Net::Ping to upstream version 2.72
2019-12-19 Bryan Stensonfixing usally and patern
2019-12-19 Karl Williamsont/charset_tools.pl: Avoid some work on ASCII platforms
2019-12-19 Karl Williamsont/re/regexp.t: Speed up many regex tests on ASCII platform
2019-12-19 Karl Williamsonregen/mk_invlists.pl: Move inversion list adjacent...
2019-12-19 Dan Bookperlfunc: link to "Plain Old Comments" section of perls...
2019-12-18 Dan BookMention that you cannot return from do BLOCK
2019-12-18 Karl WilliamsonPATCH: GH #17371
2019-12-18 Karl WilliamsonAdd memCHRs() macro and use it
2019-12-18 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.42
2019-12-18 Karl WilliamsonPATCH: GH #17363 Reserve two sequences
2019-12-17 Karl WilliamsonPATCH GH #17276 New compilation diagnostic
2019-12-17 Karl WilliamsonActually fix GH #17370
2019-12-17 Tony Cookdon't use -Werror=declaration-after-statement with C++
2019-12-17 Karl WilliamsonPATCH: GH #17370, read beyond buffer in grok_inf_nan
2019-12-17 Karl WilliamsonNote that certain flags are documented
2019-12-17 Karl WilliamsonPATCH: GH #17367 read 1 beyond end of buffer
2019-12-17 James E KeenanLocal variable 'o' hides a parameter of the same name.
2019-12-17 Karl Williamsonsv.h: Fix typo in pod
2019-12-16 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.40
2019-12-16 Matthew HorsfallTick off 5.31.6, released 2019-11-20
2019-12-16 Tony Cookharden IO's cachepropagate-tcp
2019-12-15 Tony Cooktreat TAINT_get and TAINTING_get as unlikely
2019-12-15 Tony CookRevert "Move PL_check to the interp vars to fix threadi...
2019-12-15 Sawyer XUpdate release schedule
2019-12-14 Karl Williamsont/re/pat.t: White-space only
2019-12-14 Karl Williamsont/re/pat.t: Fix skip count for limited mem platforms
2019-12-14 Karl Williamsont/re/pat.t: Skip tests that don't work on EBCDIC
2019-12-14 Karl Williamsonperlreref: Fix typos
2019-12-13 David Mitchellavoid identical stack traces
2019-12-13 Max MaischeinEnable Cygwin smoking on all kinds of branches
2019-12-13 Max MaischeinRemove bad "git switch" command
2019-12-12 Ricardo SignesIO: update the ChangeLog after a (trial) release of...
2019-12-12 Chris 'BinGOs... perldelta for a559786348e0
2019-12-12 Tony Cookperldelta for e6c7056ba6f1
2019-12-12 Tony Cookun-TODO pl_check.t and remove io/handle.t
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-12-12 Tony Cookprovide a test for the PL_check mis-behaviour
2019-12-11 Karl WilliamsonNote that G_RETHROW is documented
2019-12-11 Chris 'BinGOs... Fix where we look for the Sun/Solaris/Developer Studio...
2019-12-11 Ask Bjørn Hansenperlpacktut: fix broken url
2019-12-11 Karl Williamsonregexec.c: Clarify comment
2019-12-11 Karl WilliamsonRmv leading underscore from macro name
2019-12-11 Karl WilliamsonOnly allow punct delimiter for regex subpattern
2019-12-11 Paul "LeoNerd... Clarify in documentation that sv_isa_sv does not invoke...
2019-12-10 PaliAPItest.xs: Increase version
2019-12-10 PaliAPItest.xs: Fix compile warning: format ‘%d’ expects...
2019-12-10 Max MaischeinEnable smoke-testing on all branches
2019-12-10 Felipe GasperFix superfluous article and comma splice
2019-12-09 Paul "LeoNerd... Add the `isa` operator
2019-12-09 Karl Williamsonregcomp.c: Make some refcnt changes NN
2019-12-09 Karl Williamsonre/regexp_unicode_prop.t: Add comment
2019-12-09 Karl Williamsonregcomp.c: White-space only
2019-12-09 Karl WilliamsonPATCH GH #17025 \p{user-defined} overrides official...
2019-12-09 Karl Williamsonregcomp.c: Replace a loop with strcspn()
2019-12-09 James E KeenanCorrect typo: the warning has 'statement' in singular
2019-12-08 Tony Cookfix Github URL in message posted to #p5p-qa
2019-12-08 Tony Cookre-work travis cases to test more variety
2019-12-07 Karl Williamsonregcomp.c: Replace a loop with memchr
2019-12-07 Karl Williamsonregcomp.c: After AvARRAY(), don't use av_store
2019-12-07 Karl Williamsonregcomp.c: White space only
2019-12-07 Karl Williamsonregcomp.c: Use inRANGE macro
2019-12-07 Karl Williamsont/op/die.t: 'use utf8'
2019-12-07 Karl Williamsonhandy.h: Fix typo in little-used macro
2019-12-07 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix for EBCDIC
2019-12-07 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Don't recalculate...
2019-12-07 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix comment typos
2019-12-07 Karl Williamsonregen/ebcdic.pl: Fix bug in decoding some high code...
2019-12-07 Karl Williamsonregen/ebcdic.pl: Comments only: typo, add column headings
2019-12-07 Karl WilliamsonFix UTF8_IS_START on EBCDIC
2019-12-07 Chris 'BinGOs... Update IO-Compress to CPAN version 2.093
2019-12-07 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.093
2019-12-07 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.093
2019-12-06 Chris 'BinGOs... Update IO-Compress to CPAN version 2.092
2019-12-06 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.092
2019-12-06 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.092
2019-12-05 James E KeenanLocal variable 'last' hides a parameter of the same...
2019-12-05 brian d foyUpdate link to Birrell's threads paper
2019-12-05 James E KeenanLocal variable 'imode' hides a parameter of the same...
2019-12-05 James E Keenanperldelta for 5e91ca38cafa2b006f7671e941287e05d31c2d97
2019-12-05 Tony Cookperldelta for 41fb88e3240, b34c1a7ee25
2019-12-04 Tony Cookupdates to $^H{feature_validname} now update cop_features
2019-12-04 Tony Cooktests for the faster features problem sprout pointed out
2019-12-04 James E KeenanCorrect inconsistent version numbers in English.pm
2019-12-04 James E Keenanperldelta for 62fc08893a06fdb5633e7656e3c783d705682fd1
2019-12-04 Chad GranumUpdate Test-Simple to CPAN version 1.302170
2019-12-04 Tony Cookskip code that requires dynamic loading and minitest...
2019-12-04 Tony Cookfix skip for loop over locales
next