This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2023-12-06 David MitchellIO::getline(): use CALLRUNOPS
2023-12-06 David Mitchellmake RC-stack-aware: unwrap pp_index()
2023-12-05 Karl Williamsonperldebug.pod: Fix broken link
2023-12-05 Karl Williamsonx-yuri is now a Perl author
2023-12-05 x-yuriperldebug: clarify the readline support
2023-12-04 Tony Cookperldelta for fea90cfbe1f
2023-12-04 Tony Cookgrow the tmps (mortal) stack exponentially rather than...
2023-12-04 David Mitchell[MERGE] unwrap, optimise pp_aassign() and friends
2023-12-04 David Mitchellfix Perl_rpp_is_lone() for immortals.
2023-12-04 David Mitchellpp_aassign: move UID/GID code into separate fn
2023-12-04 David Mitchellpp_aassign: optimise: just zero hash stack elems
2023-12-04 David Mitchellpp_aassign: optimise: just zero array stack elems
2023-12-04 David Mitchellpp_aassign: optimise: lelem++ at end of loop
2023-12-04 David Mitchellpp_aassign: optimise: store NULLs in L elem slots
2023-12-04 David Mitchellpp_aassign: skip copying scalars back to stack
2023-12-04 David Mitchellpp_aassign: add is_list local variable
2023-12-04 David Mitchelluse rpp_foo_NN() variants in pp_aassign, pp_rv2av
2023-12-04 David MitchellAdd some _NN variants of rpp_() functions.
2023-12-04 David Mitchelluse rpp_replace_at_norc in refassign, aassign
2023-12-04 David Mitchelladd rpp_replace_at_norc() to API
2023-12-04 David Mitchellpp_aassign: fix "RC==1" optimisation checks
2023-12-04 David Mitchellpp_aassign: remove panic check under PERL_RC_STACK
2023-12-04 David Mitchellpp_aassign: optimise SV branch under PERL_RC_STACK
2023-12-04 David Mitchellpp_aassign: optimise HV branch under PERL_RC_STACK
2023-12-04 David Mitchellpp_aassign: optimise AV branch under PERL_RC_STACK
2023-12-04 David Mitchellmake RC-stack-aware: unwrap pp_aassign()
2023-12-04 David Mitchellmake RC-stack-aware: unwrap pp_undef()
2023-12-04 David Mitchellmake RC-stack-aware: unwrap pp_refassign()
2023-12-04 David Mitchellop/array.t: skip \$#{[]} test under PERL_RC_STACK
2023-12-04 David Mitchellmake RC-stack-aware: unwrap pp_emptyavhv()
2023-12-04 David MitchellHash-Util-FieldHash: fixup test on PERL_RC_STACK
2023-12-04 David Mitchelladd lvalue scalar alias tests to lvref.t
2023-12-04 David Mitchelladd list context tests to t/op/lvref.t
2023-12-04 David Mitchelldocument ref assignment in list context
2023-12-01 Chad Granumcpan/Test-Simple - Update to version 1.302198
2023-11-30 Paul "LeoNerd... Capture perl5343delta, perl5363delta, perl5382delta
2023-11-30 Paul "LeoNerd... Add Perl versions 5.34.3, 5.36.3, 5.38.2 to perlhist.pod
2023-11-30 Lukas Maibisect: explicitly set diff path prefixes
2023-11-29 Chris 'BinGOs... Module::CoreList updated for v5.34.3, v5.36.3 and v5...
2023-11-29 Chad Granumcpan/Test-Simple - Update to version 1.302197
2023-11-29 Chris 'BinGOs... Elephants never forget
2023-11-28 Tony Cookperlport: -l is now meaningful on Win32
2023-11-28 Tony Cookperlport: windows strange behaviour with . at the end...
2023-11-28 Tony Cookperlport: -S on Win32 has been meaningful since 01052a1d7
2023-11-28 Dagfinn Ilmari... perldeprecation: fix typo and formatting in dot in...
2023-11-28 Paul "LeoNerd... Remember to add recently-captured perldelta files to...
2023-11-28 sisyphusGNUmakefile: copy libmcfgthread-1.dll to 't' directory
2023-11-28 Paul "LeoNerd... Capture perl5342delta, perl5362delta, perl5381delta
2023-11-28 TAKAI Kousukelocale.c: Change type of a variable to silence compiler...
2023-11-28 sisyphusdefine HAS_TRUNC and $Config{d_trunc)for MSVC builds
2023-11-27 Lukas Maire: fix wording in documentation
2023-11-27 Elvin Aslanov`valgrindpp.pl`: Fix `new` indirect syntax
2023-11-27 TAKAI Kousukepp.c: Add dummy goto to silence -Wunused-label warning...
2023-11-27 Lukas Maidon't optimize (or warn about) control flow ops in...
2023-11-26 Paul "LeoNerd... More Module::CoreList hackery; as it should claim that...
2023-11-26 Paul "LeoNerd... Add perldelta for recent security fixes
2023-11-26 Tony Cookwin32: default the shell to cmd.exe in the Windows...
2023-11-26 Karl WilliamsonFix read/write past buffer end: perl-security#140
2023-11-26 Paul "LeoNerd... Add maint releases of 5.34.2, 5.36.2, 5.38.1 to perlhis...
2023-11-26 Paul "LeoNerd... Update Module::CoreList for upcoming releases of 5...
2023-11-25 Peter John... cpan/Math-BigInt - Update to version 2.001001
2023-11-24 Lukas Maibump IO::* version to 1.55
2023-11-24 Elvin Aslanov[doc] `Select.pm`: Scope Examples
2023-11-24 Elvin Aslanov`Deparse.t`: Fix `new` indirect syntax
2023-11-23 Paul "LeoNerd... sv_isa_sv() no longer considered experimental
2023-11-22 Lukas Maielide right operand if left operand transfers control
2023-11-22 Karl Williamsonlocale.c: Fix typo in comment
2023-11-22 Lukas Maiharness: fix operator precedence in call to exit
2023-11-22 Karl Williamsonperlapi: Note that StructCopy is a shallow copy;
2023-11-22 sisyphusIdentify default mingw runtime (mingw builds only).
2023-11-21 Steve HayRevert "Also adjust t/xsub_h.t to use $^V." part of...
2023-11-20 Lukas Maiextend "Possible precedence issue" warning, cover more...
2023-11-20 Lukas Maiembed.fnc: we require C99 variadic macros now
2023-11-20 Paul "LeoNerd... Neater lists of header/source/object files in Makefile.SH
2023-11-20 Karen Etheridgerecord Module::CoreList release in praesumptio
2023-11-20 Karen EtheridgeUpdate Module::CoreList for 5.39.6
2023-11-20 Karen EtheridgeBump the perl version in various places for 5.39.6
2023-11-20 Karen EtheridgeNew perldelta for 5.39.5
2023-11-20 Karen Etheridgefix version here too
2023-11-20 Karen Etheridgefix release year for 5.40
2023-11-20 Karen Etheridgetick off release 5.39.5
2023-11-20 Karen Etheridgefix markup for old epigraph
2023-11-20 Karen Etheridgeadd epigraph for 5.39.5 release
2023-11-20 Karen EtheridgeAdd new release to perlhist v5.39.5
2023-11-20 Karen Etheridgeupdate github link regex
2023-11-20 Karen Etheridgefinalize perldelta
2023-11-20 Karen Etheridgeupdate Module::CoreList for 5.39.5
2023-11-20 Karen Etheridgeadd missing perldelta entries for recent commits
2023-11-20 Karen Etheridgeremove old SYNCINFO entries
2023-11-20 Karl Williamsonperldelta for locale stress test addition
2023-11-20 Karl WilliamsonMingW with UCRT doesn't have the broken localeconv()
2023-11-20 Karl WilliamsonSupported MSCV no longer has a broken localeconv()
2023-11-19 James E Keenanperldelta for a23e475982
2023-11-17 Karl WilliamsonExperimentally enable glibc undocumented querylocale()
2023-11-16 Karl WilliamsonDon't use POSIX 2008 locale on Dragonfly
2023-11-16 Tony Cookperldelta for f4c88b59, 2804f7df
2023-11-16 Tony Cookglobvar.t: allow duplicate definitions of symbols
2023-11-16 Tony Cookglobvar.t: use nm -P for portability
2023-11-14 Peter John... cpan/Math-BigInt - Update to version 2.001000
2023-11-14 Johan Vromanscpan/Getopt-Long - Update to version 2.57
next