This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2020-01-04 Craig A. BerryFix skip count in cachepropagate-tcp.t
2020-01-04 Karl Williamsonutf8.c: Comment white-space only
2020-01-04 Karl Williamsonutf8.c: Use casts to silence some warnings
2020-01-04 Karl Williamsonutf8.c: Change internal variable's type
2020-01-04 Karl Williamsonutf8.c: Change parameter types of internal fcns
2020-01-04 Karl WilliamsonChange parameter type of static fcn
2020-01-04 Karl WilliamsonChange some structures/fcns to use I32 and U32
2020-01-03 Nicolas RBump copyright to 2020 in perl.c and README.
2020-01-02 Dan Bookrecommend numeric comparisons for $]
2020-01-02 Dan Bookperlipc: strict safety, consistency, cleanup
2020-01-02 Karl WilliamsonRevert "Add some defensive coding to av_store()"
2020-01-02 David MitchellOP_MULTIDEREF: avoid trailing null aux byte
2019-12-31 Nicolas REncode: stop importing t/whatwg-aliases.t test
2019-12-31 Nicolas RAdjust smoke-information workflow
2019-12-30 Felipe Gasperadd POD for PL_phase, including example
2019-12-30 Slaven RezicUpdate documentation for hash_seed()
2019-12-30 Karl WilliamsonPATCH: GH #17391 tr/// regression
2019-12-30 Karl Williamsonop.c: Fix typo in comment
2019-12-29 Andy DoughertyInclude <stdio.h> in getpgrp/setpgrp probes for printf...
2019-12-29 Andy DoughertyFix strtoll, strtoul, and strtouq probes to compile...
2019-12-29 Andy DoughertyFix strtoull() probe to run under clang++.
2019-12-29 Andy DoughertyUse a compile and run test for lchown() to satisfy...
2019-12-29 Andy DoughertyAdd <stdlib.h> for futimes compilation test.
2019-12-29 Karl WilliamsonPOSIX.xs: Fix typo displayed when fcn doesn't exist
2019-12-29 Karl Williamsonop.c: Use %NVgf instead of %g format in debug stmt
2019-12-29 James E KeenanIntroduce EXAMPLES section of documentation
2019-12-28 Bernhard M... Document that epoch is always 1970
2019-12-27 Karl Williamsonregcomp.c: Use marker for non-user properties
2019-12-27 Karl WilliamsonPATCH: GH #17384 out of bounds read in qr//
2019-12-27 Karl Williamsonregcomp.c: Change names of 2 macros
2019-12-26 Karl Williamsont/test.pl: Fix to display properly on EBCDIC
2019-12-26 Karl Williamsonwin32/vdir.h: Rmv extraneous line
2019-12-26 Karl WilliamsonPATCH: GH #17381 netbsd static assert failure
2019-12-26 Karl Williamsonutf8.c: Use inRANGE
2019-12-26 Karl Williamsondoio.c: Use inRANGE macro
2019-12-26 Karl Williamsonutil.c: Use inRANGE macro
2019-12-26 Karl Williamsonpp_pack.c: Use inRANGE macro
2019-12-26 Karl Williamsonwin32/vdir.h: Use inRANGE macro
2019-12-26 Karl Williamsonwin32/win32.c: Use inRANGE macro
2019-12-26 Karl Williamsonwin32/win32io.c: Use inRANGE macro
2019-12-26 Karl Williamsoncaretx.c: Use inRANGE()
2019-12-26 Chris 'BinGOs... Update podlators to CPAN version 4.13
2019-12-26 James E Keenanperldelta for commit b3cc7c67ca565983de186f65a50776a093...
2019-12-26 Dan KogaiSync with CPAN version 3.02
2019-12-25 David MitchellAPItest.xs: fix subsignature test
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify strtod() text
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify setlocale() text
2019-12-23 Karl WilliamsonPOSIX.pod: Clarify localeconv() text
2019-12-23 Karl WilliamsonPOSIX.pod: Fix typo
2019-12-23 Karl Williamsonperllocale: Tweak cautionary text
2019-12-22 Dan BookUpdate documentation, readmes, comments, and utilities...
2019-12-21 Dan Bookperlipc: modernize open and handle usage
2019-12-21 Karl WilliamsonClarify SvPVbyteFOO docs
2019-12-21 Chris 'BinGOs... A yuletide log
2019-12-21 Nicolas RAdjust Porting/release_managers_guide.pod for perlivp
2019-12-21 Nicolas RAdd an extra smoker run flavor on GitHub Actions
2019-12-21 Nicolas RUpdate Module::CoreList for 5.31.8
2019-12-21 Nicolas RBump the perl version in various places for 5.31.8
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
next