This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-01-21 Petr PísařAdapt Configure to GCC version 10
2020-01-21 Karl Williamsonhints/solaris_2.sh: g++ needs same treatment as gcc
2020-01-21 H.Merijn BrandRegen after backport syncing
2020-01-21 Karl Williamsonperl.h: Add EXTERN_C for flock()
2020-01-21 Chris 'BinGOs... CBuilder is synced
2020-01-21 Alberto SimoesUpdate ExtUtils-CBuilder to 0.280234
2020-01-20 Chris 'BinGOs... Mind the gap
2020-01-20 Matthew HorsfallUpdate Module::CoreList for 5.31.9
2020-01-20 Matthew HorsfallBump the perl version in various places for 5.31.9
2020-01-20 Matthew Horsfallnew perldelta for 5.31.9
2020-01-20 Matthew HorsfallTick off 5.31.8 in the release schedule
2020-01-20 Matthew HorsfallUpdate epigraphs.pod for 5.31.8 release email
2020-01-20 Hugo van der... study_chunk: panic on unknown REGNODE_VARIES node
2020-01-20 Matthew HorsfallMerge branch 'release-5.31.8' into blead
2020-01-20 Hugo van der... perldelta: missing angle
2020-01-20 Matthew HorsfallAdd new release to perlhist v5.31.8
2020-01-20 Matthew Horsfallperldelta: Fill in New/Updated modules and finalize...
2020-01-20 Matthew HorsfallUpdate perldelta - add acknowledgements for v5.31.8
2020-01-20 Matthew HorsfallFix error in perldelta, forgot to close a C<> sequence
2020-01-20 Matthew HorsfallUpdate Module::CoreList for v5.31.8 release
2020-01-20 Matthew HorsfallFix up and cleanup perldelta for v5.31.8
2020-01-20 Matthew HorsfallUpdate perldelta for all changes from v5.31.7 to v5...
2020-01-20 Chris 'BinGOs... Update autodie to CPAN version 2.32
2020-01-20 Chris 'BinGOs... Maintainers.pl should be in sync with CPAN versions now
2020-01-20 Todd RinaldoUpdate dist/IO after release to CPAN
2020-01-20 Todd RinaldoUpdate Changelog for Locale::Maketext after 1.29 releas...
2020-01-20 Karl Williamsonperl.h: Fix false comment about grok_FOO flags
2020-01-19 Nicholas ClarkSkip the new open pragma tests for no ":utf8" under...
2020-01-19 Ricardo SignesIO: update ChangeLog for new trial release
2020-01-19 Nicholas ClarkLoading IO is now threadsafe, avoiding the core bug...
2020-01-19 Nicholas ClarkAdd tests for IO::Handle getline() and getlines().
2020-01-19 Karl Williamsonnumeric.c: White-space only
2020-01-19 Karl Williamsongrok_bin_oct_hex: Add two output flags
2020-01-19 Karl Williamsonre/pat.t: Fix failure on some systems
2020-01-19 Karl Williamsonembed.fnc: grok_bin_oct_hex() isn't documented
2020-01-19 Karl Williamsont/test.pl: Add comments about runperl vs fresh_perl
2020-01-19 Karl Williamsont/test.pl: fresh_perl has only 2 args
2020-01-19 Karl Williamsonperlapi sv_setpvn: Note UTF-8 flag not affected
2020-01-19 Karl Williamsongrok_bin_oct_hex: Unroll loop one more iteration
2020-01-19 Karl Williamsonutf8.c: Use already-computed variable
2020-01-18 Karl WilliamsonRefactor grok_number_flags to speed it up
2020-01-18 James E Keenanperldelta for commit 9c952fa3
2020-01-18 Russ AllberySync with CPAN version 5.01 of Term::ANSIColor
2020-01-18 Dan BookCreate crosslinks betwen perlrun sections
2020-01-18 Tomasz Konojackimove and clean-up macros wrapping __attribute__()
2020-01-17 James E Keenanperldelta for commit 1f6c2254f60d95f2a0aa0489519920e488...
2020-01-17 Chad GranumSync Test-Simple with CPAN version 1.302171
2020-01-17 Nicolas RDefine env correctly for GitHub workflow jobs
2020-01-17 Nicolas RSkip t/porting/authors.t when failing guessing common...
2020-01-17 Nicolas RDisable dist/IO/t/io_sock.t on windows
2020-01-17 Craig A. BerryFix DEBUGGING check in Devel-PPPort/t/utf8.t
2020-01-16 Chase WhitenerUpdate documentation for IO::Socket.
2020-01-16 Hugo van der... study_chunk: generate ANYOFM here rather than in join_e...
2020-01-14 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 7.44
2020-01-14 Karl Williamsonutf8.c: Change variable types so compiles on Solaris
2020-01-14 Karl Williamsonregen/reentr.pl: Use Configure'd types
2020-01-14 Karl WilliamsonMerge branch 'grok_bin_oct_hex' into blead
2020-01-14 Karl WilliamsonImprove performance of grok_bin_oct_hex()
2020-01-14 Karl Williamsonnumeric.c: Slight restructure grok_bin_oct_hex
2020-01-14 Karl Williamsonnumeric.c: White-space only
2020-01-14 Karl Williamsongrok_bin_oct_hex: better ovrflw accuracy; rmv loop...
2020-01-14 Karl Williamsonperlapi: Move documentation
2020-01-14 Karl Williamsonperlapi: Update grok_bin, _oct, _hex
2020-01-14 Karl Williamsonnumeric.c: Move function in the file
2020-01-14 Karl Williamsonnumeric.c: Fix typos in comments
2020-01-14 Karl Williamsongrok_bin_oct_hex(): Add branch prediction
2020-01-14 Karl WilliamsonCollapse grok_bin, _oct, _hex into one function
2020-01-14 Karl Williamsonl1_char_class_tab.h: Add bits for binary, octal digits
2020-01-14 Karl Williamsonhandy.h: Convert XDIGIT_VALUE to branchless
2020-01-14 Karl WilliamsonRewrite and inline my_strnlen()
2020-01-13 Hugo van der... study_chunk: tweaks to separate bytelen, charlen for...
2020-01-13 SmylersFIx apostrofly
2020-01-13 David MitchellTie::File: use unique tmp filenames in test files
2020-01-13 Karl Williamsonperldiag: Clarify statement
2020-01-13 Karl Williamsonperldiag: Rmv obsolete statement
2020-01-13 Karl Williamsonutil.c: Rmv now always-true assertion
2020-01-12 Tony Cookdon't suggest using the perl malloc() implementation...
2020-01-12 Hugo van der... study_chunk: separate bytelen, charlen for EXACTish...
2020-01-10 Nicolas RAdd update action to Porting/checkAUTHORS.pl
2020-01-10 Hugo van der... study_chunk: remove JOIN_EXACT macro
2020-01-10 Hugo van der... study_chunk: simplify PAREN_TEST and related macros
2020-01-10 Hugo van der... study_chunk: declare final_minlen earlier
2020-01-10 Nicholas ClarkFix a small grammar error in perl5240delta.pod
2020-01-10 Nicholas ClarkFix a typo in perl5260delta.pod.
2020-01-09 Yves OrtonFix Issue #17372 - Deal with NOTHING regops in trie...
2020-01-09 Todd RinaldoRemove autodie t/no-all.t tests from Porting/Maintainers.pl
2020-01-09 Chris 'BinGOs... Update autodie to CPAN version 2.31
2020-01-08 Dan BookDocument suggestion to use libffi for simple library...
2020-01-08 Karl Williamsonperlapi: Perl_isinfnan: fix typo
2020-01-08 Karl Williamsonembed.fnc: Fix typo in comment
2020-01-07 Karl Williamsonregcomp.c: White-space only
2020-01-07 Karl Williamsonembed.fnc: Remove wrong 'const'
2020-01-07 Karl WilliamsonChange len param in savepvn to Size_t from I32
2020-01-07 Santtu OjanperäMade string multiplication more clear in perlintro
2020-01-07 Chris 'BinGOs... Update podlators to CPAN version 4.14
2020-01-07 Chris 'BinGOs... Update DB_File to CPAN version 1.853
2020-01-06 Tony Cookproperly quote the definition of warns
2020-01-06 James E Keenanperldelta for 76bea4b78962203033480d2a8f4d66f42d7bf3e6
2020-01-06 Russ AllberySync with CPAN version 5.00 of Term::ANSIColor
2020-01-06 Tony Cookerror check the calls to sigaddset in POSIX::SigSet...
next