This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2022-11-07 Tony Cookmake store_hook() handle regular expression objects
2022-11-07 Tony Cookimprove error reporting by store_hook() on an unknown...
2022-11-06 Yves Ortonallow porting/corelist.t to be run from root
2022-11-06 James E KeenanTest case where different functions are declared
2022-11-06 James E KeenanAdd TODO-ed test for duplicate warning
2022-11-06 E. ChorobaAdd test file contributed in GH 19661
2022-11-05 Karl Williamsonbuildtoc: Add error check
2022-11-05 Elvin AslanovUpdate Data::Dumper synopsis
2022-11-05 Yves Ortonregen/regcomp.pl - add more detail on what the script...
2022-11-05 Branislav ZahradníkGenerate opcode.h, opnames.h
2022-11-05 Branislav ZahradníkRefactor opcode.pl - with c99 array init index comments...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - use c99 array initialization ...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - use INIT() macro instead of #ifdef...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - let INIT() macro to accept express...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - B/Op_private.pm - move generator...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - pp_proto.h - move generator code...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - unglobalize output...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - move epilogue into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - move opcode predicates...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - move enum generator...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - unglobalize output...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move PL_opargs into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move PL_check into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move PL_ppaddr into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move opnames into function
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move defines into function
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move prologue into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - required little bit newer perl
2022-11-05 Branislav ZahradníkRefactor opcode.pl - untabify
2022-11-04 AnFunctionArrayMoved unused variable into debug scope
2022-11-04 Yves Ortonregcomp.c - remove always true condition
2022-11-04 Graham KnopGitHub Actions: switch from ::set-output to $GITHUB_OUTPUT
2022-11-04 Yves Ortonscope.* - revert and rework SAVECOPWARNINGS change
2022-11-03 Alexander NikolovReplaced recppush/regcppop with memcpy
2022-11-02 Tony Cookperldelta for 1a2b24d857d
2022-11-02 Tony Cookchange the return value of SSNEW to SSize_t
2022-11-02 TAKAI Kousukeop.c: Add a cast to silence -Wsign-compare warning
2022-11-02 Yves Ortonre/fold_grind.pl - rework so we don't double compile...
2022-11-02 Yves Ortoncop.h - get rid of the STRLEN* stuff from cop_warnings
2022-11-02 Yves Ortonwarnings.h - length guard cop_warnings bitvector checks
2022-11-02 Yves Ortonscope.* - more flexible ways to save warning bits
2022-11-01 Tony Cookperldelta for 01052a1d77a5, a47628b617d1
2022-11-01 Tony Cookmake win32_readlink() return PrintName instead of Subst...
2022-11-01 Tony CookWin32 stat() didn't handle AF_UNIX socket files
2022-11-01 Tony Cookduplicate -F switches would overwrite PL_splitstr witho...
2022-11-01 Tony CookWe freed PL_splitstr in each thread, allocate it in...
2022-11-01 Yves Ortont/comp/require.t - add tests for module_true being off
2022-11-01 Yves Ortont/comp/require.t - add a way to disable the sleep 20
2022-11-01 Yves Ortont/comp/require.t - test module_true with requiring...
2022-11-01 Yves Ortonpp_ctl.c - teach module_true how to deal with blocked...
2022-11-01 Yves Ortonlocale.c - add comments about PERL_DESTRUCT_LEVEL avoid...
2022-11-01 Paul "LeoNerd... Also add a STRLEN member to ANY
2022-11-01 Paul "LeoNerd... Add Size_t and SSize_t members to ANY
2022-11-01 Paul "LeoNerd... Convert tabs to whitespaces in union any {} definition
2022-11-01 Yves Ortonop.c - use refcounted pv pointers for cop_warnings
2022-11-01 Yves Ortonregen/scope_types.pl - add tool to manage the scope...
2022-11-01 Yves Ortonscope_types.h - new header file for scope type data
2022-11-01 Yves Ortoncop.h - add support for refcounted filenames in cops...
2022-11-01 Yves Ortonmg.c/perl.c/scope.c - fixup mangled indentation and...
2022-11-01 Leon TimmermansAdd tests for value magic
2022-11-01 Leon TimmermansTest localization of ext magic
2022-11-01 Leon TimmermansSimplify magic test
2022-11-01 Leon TimmermansAdd PERL_MAGIC_extvalue
2022-11-01 Yves Ortonpeep.c - add a comment/question to a comment
2022-11-01 Yves Ortonop.c - remove superfluous whitespace
2022-11-01 Yves Ortondump.c - in op_dump show the hints and feature bits
2022-11-01 Yves Ortonperlfunc.pod - document module_true in the require...
2022-11-01 chromaticEnable `use feature 'module_true'`
2022-10-31 Karl Williamsonlocale.c: Handle locale names with '@'
2022-10-31 Yves Ortonperly.y - add a diag_listed_as for Unimplemented
2022-10-31 Yves Ortonperly.* - update perly files with more recent bison
2022-10-31 Karl Williamsonlocale.c Avoid redundant querylocale
2022-10-30 Karl WilliamsonTime::HiRes: Fix compiler warning
2022-10-30 Aristotle PagaltzisMemoize: exclude CPAN-only toolchain from core
2022-10-30 Yves Ortondump.c - add missing cast
2022-10-29 Paul "LeoNerd... Use new xV_FROM_REF macros
2022-10-29 Paul "LeoNerd... Define some xV_FROM_REF() macros
2022-10-29 Tom StellardFix fegetround on s390x with clang
2022-10-28 Yves Ortondump.c - document sv_dump_depth()
2022-10-28 Max MaischeinUpdate experimental to 0.029
2022-10-26 Yves Ortontoke.c - rework "Perl_no_op" warnings so we call Perl_w...
2022-10-26 Yves Ortont/op/lex.t - allow it to be run from the root of the...
2022-10-26 Yves Ortonporting/diag.t - allow it to be run from the root directory
2022-10-26 Yves Ortonfeature.h - simplify expression CURRENT_HINTS expression
2022-10-26 Tony Cookop.c - copy cop_features to the COP inserted into the...
2022-10-25 Karl Williamsont/op/require_errors.t: Fix Windows miniperl warning
2022-10-25 Karl WilliamsonClarify perlfunc sleep entry
2022-10-25 Karl Williamsonlocale.c: Silence '-Wchar-subscripts' C++ warning
2022-10-25 Paul "LeoNerd... Add sv_derived_from_hv() helper function
2022-10-25 Karl Williamsont/test.pl: Fix threads signalling watchdog cancellation
2022-10-25 Paul "LeoNerd... Better handling of builtin CV attributes
2022-10-25 Karl Williamsonthreads.xs: Use plain SvREFCNT_dec if SvREFCNT_dec_NN...
2022-10-25 Tony Cookdist/threads: Only veto switching locale on new perls
2022-10-25 Joe McMahon19207: Document ellipsis statement error
2022-10-24 Richard Leachversion bump to squash
2022-10-24 Richard LeachOP_EMPTYAVHV - optimized empty ANONLIST/ANONHASH
2022-10-24 Max MaischeinAlso bump the Module::CoreList version number in Portin...
2022-10-24 Max MaischeinUpdate Memoize to 1.15
2022-10-24 Graham Knopbump ExtUtils::ParseXS version to 3.47
2022-10-24 Graham Knopfix ExtUtils::ParseXS compatibility with perl < 5.8.8
next