This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-04-17 Hugo van der... Update bignum to CPAN version 0.65 19624/head
2022-04-17 Hugo van der... Update Math-BigRat to CPAN version 0.2621
2022-04-17 Hugo van der... Update Math-BigInt to CPAN version 1.999830
2022-04-17 Karl WilliamsonExtUtils-Constant: Fix to work on EBCDIC
2022-04-16 Eugen Konkovperlsyn: Clarify loop localization
2022-04-16 James E KeenanCorrect spelling error in inline comment
2022-04-16 David Mitchell[MERGE] annual Deparse fixups
2022-04-16 David Mitchellupdate Porting/deparse-skips.txt
2022-04-16 David Mitchellthreads: stack.t: make Deparse-friendly
2022-04-16 David MitchellDeparse: keep integer-valued nums as nums
2022-04-16 David Mitchellfor my ($x) ...: fix handling of degenerate 1-var
2022-04-16 David MitchellDeparse: skip builtin state subs
2022-04-16 David MitchellDeparse: preserve booleanness of bool const values
2022-04-16 David MitchellDeparse: honour custom warnings categories
2022-04-16 David MitchellPorting/deparse-skips.txt: update Math-Big*
2022-04-14 Todd RinaldoFix whitespace noise in Locale::MakeText
2022-04-13 Neil BowersText-ParseWords 3.31 release from CPAN
2022-04-13 brian d foyNote that catch now returns the right value for multipl...
2022-04-13 Dagfinn Ilmari... Make argument to S_is_invlist pointer to const
2022-04-13 Yves OrtonMakefile.SH - reduce technical debt, use `runtests...
2022-04-13 Yves OrtonMakefile.SH - use globs in the test_reonly target
2022-04-13 Yves Ortont/harness - use glob on arguments even on *nix
2022-04-13 Yves Ortonre.pm - add notes that the debug output is NOT a "suppo...
2022-04-13 Tony CookMake arguments to S_invlist_is_iterating and S_invlist_...
2022-04-13 Yves Ortontestsuite.yml - fix git breakage from fix for CVE-2022...
2022-04-13 Yves OrtonUpdate IO-Compress to 2.106
2022-04-13 Yves OrtonAdd a way to skip utils/ files that need 64 bit ints
2022-04-12 Graham Knopfix SVf_POK getting set on NVs when copying
2022-04-12 Karl WilliamsonUse proper titlecase technique in pods
2022-04-12 Hugo van der... fix printf format warning in regexp debug output
2022-04-12 Karl WilliamsonBump \p{nv=} precision from 2 to 3
2022-04-10 BramMakefile.SH - touch miniperl to ensure its dependencies...
2022-04-10 James E KeenanIO-Compress: synch with CPAN version 2.105
2022-04-10 Sergey Poznyakoffgdbm: make sure basic error codes are always defined
2022-04-10 Yves Ortonhv_macro.h: only use direct memory loads on little...
2022-04-08 Karl WilliamsonAccept \p{nv=-0}
2022-04-08 Karl Williamsonthreads/t/stack*: Add comment
2022-04-08 Karl Williamsonthreads/t/stack* Generalize larger min stack sizes
2022-04-08 Karl Williamson/threads/t/stack*.t: Use mnemonics
2022-04-08 Karl Williamsonthreads/t/stack*.t: Add is() fcn
2022-04-08 Yves Ortonregcomp.c: fix substring optimizer for ACCEPT inside...
2022-04-08 Yves Ortonregcomp.c: With ACCEPT set stopmin even if no data...
2022-04-08 Yves Ortonreg_mesg.t: check that ACCEPT in capturing variable...
2022-04-08 Yves Ortonre_tests: ACCEPT in UNLESSM variable negative lookbehind
2022-04-08 Yves Ortonre_tests: ACCEPT in IFMATCH: variable positive lookbehind
2022-04-08 Yves Ortonre_tests: ACCEPT inside of named capture accessed via...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by UNLESSM fixed width negati...
2022-04-08 Yves Ortonregcomp.c: deal with stopmin and min properly
2022-04-08 Yves Ortonregcomp.c: minor blank line removal/insertion for clarity
2022-04-08 Yves Ortonregcomp.c: reorder and comment S_study_chunk() internal...
2022-04-08 Yves Ortonregcomp.c: enhance S_debug_studydata to show min/stopmi...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by IFMATCH fixed width pos...
2022-04-08 Yves Ortonre_tests: ACCEPT followed by SUSPEND
2022-04-08 Yves Ortonre_tests: ACCEPT with CURLYM optimization
2022-04-08 Yves Ortonregexec.c: make ACCEPT close logic handle SUCCEED/LOOKB...
2022-04-08 Yves Ortonregexec.c: ACCEPT inside of a (...)+ should stop loopin...
2022-04-08 Yves Ortonregexec.c: Fix up for ACCEPT inside of a (...)+ set...
2022-04-08 Yves Ortonregcomp.c: ACCEPT inside of a (...)+ should disable...
2022-04-08 sisyphusext/Devel-Peek/t/Peek.t - cater for doubledouble where...
2022-04-07 Yves Ortonpod/.gitignore - remove redundant perlmacos.pod entry
2022-04-07 Yves OrtonUpdate Encode to 3.17
2022-04-07 Paul MarquessSync Compress-Raw-Zlib-2.103 + 2 others into blead
2022-04-06 Dagfinn Ilmari... Delete long-obsolete README.macos
2022-04-05 Niyas Saitbuild: add configurations to compile perl for windows...
2022-04-05 Yves Ortonmakedepend_file.SH - add -DPERL_CORE so we pick up...
2022-04-04 Paul "LeoNerd... Add the new flow-control keywords to perlfunc.pod
2022-04-04 Yves Ortonrunenv_hashseed.t - rework to deal with probabilistic...
2022-04-04 Richard LeachPerl_reg_named_buff_fetch: simplify newSVsv(&PL_sv_undef)
2022-04-01 Karl Williamsontoke.c: Reorder branches for clarity
2022-04-01 Karl Williamsontoke.c: scan_str(): Rmv special handling for NUL delim
2022-04-01 Karl Williamsontoke.c: C_ARRAY_END() doesn't work on a string
2022-04-01 Karl Williamsontoke.c: Don't assume is UTF-8 when it might not be
2022-04-01 Karl Williamsontoke.c: Move variable set to after possible exit
2022-04-01 Karl Williamsontoke.c Add NUL terminator in both branches
2022-04-01 Karl Williamsontoke.c: Move setting of a variable to later
2022-04-01 Karl Williamsontoke.c: Rmv redundant storage
2022-04-01 Karl Williamsontoke.c: Rmv redundant variable
2022-04-01 Karl Williamsontoke.c: Rmv redundant conditional
2022-04-01 Karl Williamsontoke.c: Change constant to sync with comment
2022-04-01 Paul "LeoNerd... Some initial documentation about the new created_as_...
2022-04-01 Paul "LeoNerd... Initial implementation and unit-tests of created_as_...
2022-03-30 James E KeenanTest::More::note() needs version 0.82 19570/head
2022-03-30 Karl Williamsonpodcheck.t: Dont check verbatim length on a few pods
2022-03-30 Karl Williamsonpodcheck: Add links to known modules
2022-03-30 Karl Williamsonpodcheck.t: Add spaces to an output message
2022-03-30 Karl Williamsonpodcheck.t: Devel::ppport::ppphdoc isn't pod
2022-03-30 Karl Williamsonpodcheck.t: Update pod about verbatim lines
2022-03-30 Karl Williamsonperlhacktips: white-space only
2022-03-30 Karl WilliamsonClarify \p{Decomposition_Type=NonCanonical}
2022-03-30 Karl WilliamsonExtUtils::ParseXS/t/002-more.t: Fix skip count
2022-03-28 Karl Williamsontoke.c: White-space, comments
2022-03-28 Karl Williamsont/loc_tools.pl: Skip locale tests on z/OS threaded
2022-03-28 Karl Williamsonperllocale: Add note about z/OS special behavior
2022-03-28 Karl Williamsonperllocale: Formatting, grammar
2022-03-28 Ricardo Signesrelease schedule: add the next two people
2022-03-27 James E KeenanBump $VERSION in perl5db.pl
2022-03-27 Karl WilliamsonAPItest/t/sv_streq.t: Generalize for EBCDIC
2022-03-27 Karl WilliamsonPerl5DB: Rmv ASCII dependency
2022-03-26 Karl WilliamsonDevel::Peek::Peek.t: Simplify EBCDIC handling
2022-03-26 Karl WilliamsonDevel::Peek::Peek.t: Add missing '\' for EBCDIC
next