[Perl/perl5] 19a540: regexec.c: Remove no-value-added function

2024-10-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 19a540392dc1dea55a673834a3c690d1dd5dee6a https://github.com/Perl/perl5/commit/19a540392dc1dea55a673834a3c690d1dd5dee6a Author: Karl Williamson Date: 2024-10-15 (Tue, 15 Oct 2024) Changed paths: M

[Perl/perl5] d0895a: perlapi: Rmv extraneous minus sign

2024-10-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d0895a39821eba1730490b27c1bd1e8125cc3700 https://github.com/Perl/perl5/commit/d0895a39821eba1730490b27c1bd1e8125cc3700 Author: Karl Williamson Date: 2024-10-15 (Tue, 15 Oct 2024) Changed paths: M utf8

[Perl/perl5] 00eb7c: fix authors after previous commit

2024-10-15 Thread David Mitchell via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 00eb7c7651d3535e4fcd32cef06a1d49022445c3 https://github.com/Perl/perl5/commit/00eb7c7651d3535e4fcd32cef06a1d49022445c3 Author: David Mitchell Date: 2024-10-15 (Tue, 15 Oct 2024) Changed paths: M

[Perl/perl5] 8c6bc2: clarify the comparison between 'our' and 'use vars'

2024-10-14 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8c6bc2cf61f33cf709e25f0fef913e2a9ebad73e https://github.com/Perl/perl5/commit/8c6bc2cf61f33cf709e25f0fef913e2a9ebad73e Author: Philippe Bruhat (BooK) Date: 2024-10-14 (Mon, 14 Oct 2024) Changed paths

[Perl/perl5] 77b788: perlfunc - update each documentation with foreach ...

2024-10-11 Thread Dan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 77b78882c76e7461ccc4dcf2eb3afb9644836a72 https://github.com/Perl/perl5/commit/77b78882c76e7461ccc4dcf2eb3afb9644836a72 Author: Dan Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M .mailmap M

[Perl/perl5] c66964: Silence clang compilation warning

2024-10-11 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c6696424838223c8c83f83a4aa3160f457155f63 https://github.com/Perl/perl5/commit/c6696424838223c8c83f83a4aa3160f457155f63 Author: Karl Williamson Date: 2024-10-11 (Fri, 11 Oct 2024) Changed paths: M utf8

[Perl/perl5] 8684cb: perlop: fix and normalize indentation and alignment

2024-10-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: 8684cb8a0f5c413baa566638d519f3dae2353a4f https://github.com/Perl/perl5/commit/8684cb8a0f5c413baa566638d519f3dae2353a4f Author: Graham Knop Date: 2024-10-11 (Fri, 11 Oct

[Perl/perl5] 997089: perlop: fix and normalize indentation and alignment

2024-10-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: 997089d6af3e52e7b193a3756e98be16a8d32cb0 https://github.com/Perl/perl5/commit/997089d6af3e52e7b193a3756e98be16a8d32cb0 Author: Graham Knop Date: 2024-10-11 (Fri, 11 Oct

[Perl/perl5] bcea45: perlop: fix and normalize indentation and alignment

2024-10-10 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/perlop-fix-improve-indent-alignment Home: https://github.com/Perl/perl5 Commit: bcea45970b82a6241811258d21d990238cb6b6ff https://github.com/Perl/perl5/commit/bcea45970b82a6241811258d21d990238cb6b6ff Author: Graham Knop Date: 2024-10-10 (Thu, 10 Oct

[Perl/perl5] 9acaa9: bytes_to_utf8: Don't redo work

2024-10-10 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9acaa9844a1adc113059335846a097b435800a22 https://github.com/Perl/perl5/commit/9acaa9844a1adc113059335846a097b435800a22 Author: Karl Williamson Date: 2024-10-10 (Thu, 10 Oct 2024) Changed paths: M utf8

[Perl/perl5] a5fd0a: Fix compilation warnings about UTF8_\w+_PERL_EXTENDED

2024-10-10 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a5fd0a0ca16cfca63dfc5b394fd76af6ad1b7d43 https://github.com/Perl/perl5/commit/a5fd0a0ca16cfca63dfc5b394fd76af6ad1b7d43 Author: Karl Williamson Date: 2024-10-10 (Thu, 10 Oct 2024) Changed paths: M

[Perl/perl5] d52927: ParseXS: 5.8.9 backcompat fixes

2024-10-08 Thread David Mitchell via perl5-changes
Branch: refs/heads/davem/xs_refactor5 Home: https://github.com/Perl/perl5 Commit: d52927ad6d754998f71cf36f8d07fa051233eed7 https://github.com/Perl/perl5/commit/d52927ad6d754998f71cf36f8d07fa051233eed7 Author: David Mitchell Date: 2024-10-09 (Wed, 09 Oct 2024) Changed paths

[Perl/perl5] a52ebe: ParseXS: bump version 3.54 => 3.55

2024-10-08 Thread David Mitchell via perl5-changes
Branch: refs/heads/davem/xs_refactor5 Home: https://github.com/Perl/perl5 Commit: a52ebeb954254dbf700ec26f2b02f14d02b559ba https://github.com/Perl/perl5/commit/a52ebeb954254dbf700ec26f2b02f14d02b559ba Author: David Mitchell Date: 2024-10-08 (Tue, 08 Oct 2024) Changed paths

[Perl/perl5] 82c493: perlvars.h: remove extraneous semicolon

2024-10-06 Thread Craig A. Berry
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 82c49390396382408fdafe8b813efdc28eb1ccdc https://github.com/Perl/perl5/commit/82c49390396382408fdafe8b813efdc28eb1ccdc Author: Craig A. Berry Date: 2024-10-06 (Sun, 06 Oct 2024) Changed paths: M

[Perl/perl5] d153d6: cpan/Digest-MD5 - Update to version 2.59 (fixing p...

2024-10-06 Thread Karen Etheridge via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d153d618b60e79df98882f8c32308ec20a9558cb https://github.com/Perl/perl5/commit/d153d618b60e79df98882f8c32308ec20a9558cb Author: Karen Etheridge Date: 2024-10-06 (Sun, 06 Oct 2024) Changed paths: M

[Perl/perl5] 35560d: Add new proposal to 5.40 voting file

2024-10-06 Thread Steve Hay via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 35560dfa973759360d421f941fd8b583681fc393 https://github.com/Perl/perl5/commit/35560dfa973759360d421f941fd8b583681fc393 Author: Steve Hay Date: 2024-10-06 (Sun, 06 Oct 2024) Changed paths: M

[Perl/perl5] 9b5031: cv_undef_flags: there's nothing to clean up for ou...

2024-10-06 Thread Tony Cook via perl5-changes
Branch: refs/heads/maint-5.38 Home: https://github.com/Perl/perl5 Commit: 9b5031be4156ab642f7c208158336596bf58ab53 https://github.com/Perl/perl5/commit/9b5031be4156ab642f7c208158336596bf58ab53 Author: Tony Cook Date: 2024-10-06 (Sun, 06 Oct 2024) Changed paths: M pad.c

[Perl/perl5] 96c09d: Fix commit IDs

2024-10-06 Thread Steve Hay via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 96c09dce2d31fd90624ba46042571cf4e02d6372 https://github.com/Perl/perl5/commit/96c09dce2d31fd90624ba46042571cf4e02d6372 Author: Steve Hay Date: 2024-10-06 (Sun, 06 Oct 2024) Changed paths: M

[Perl/perl5] 47842a: Request patch for malformed UTF-8 detection

2024-10-06 Thread Karl Williamson via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 47842a66715335d3684260a82f1632cceb521e4d https://github.com/Perl/perl5/commit/47842a66715335d3684260a82f1632cceb521e4d Author: Karl Williamson Date: 2024-10-06 (Sun, 06 Oct 2024) Changed paths

[Perl/perl5] 97cb61: locale.c: Fix typo in comment

2024-10-05 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 97cb6125422ffea91b42a2ae264d1031b12752c2 https://github.com/Perl/perl5/commit/97cb6125422ffea91b42a2ae264d1031b12752c2 Author: Karl Williamson Date: 2024-10-05 (Sat, 05 Oct 2024) Changed paths: M

[Perl/perl5] 0fa334: perl.h: Clarify comments, fix typo

2024-10-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0fa334ad069406cde41c1eef6ff9b1393bfc6180 https://github.com/Perl/perl5/commit/0fa334ad069406cde41c1eef6ff9b1393bfc6180 Author: Karl Williamson Date: 2024-10-02 (Wed, 02 Oct 2024) Changed paths: M

[Perl/perl5] d29571: op.c: Silence compiler warning

2024-10-01 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d29571779421178e2d6c9c193ce7068290640693 https://github.com/Perl/perl5/commit/d29571779421178e2d6c9c193ce7068290640693 Author: Karl Williamson Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M op.c

[Perl/perl5] e2de21: Add new email for Karl Williamson

2024-10-01 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e2de21dad4a580cdeeaea5c80166087492b7fa9e https://github.com/Perl/perl5/commit/e2de21dad4a580cdeeaea5c80166087492b7fa9e Author: Karl Williamson Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M

[Perl/perl5] 228adb: inline.h: Remove relict comments

2024-10-01 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 228adb84ec0f14d7a9b46367fa3563b7e3e6 https://github.com/Perl/perl5/commit/228adb84ec0f14d7a9b46367fa3563b7e3e6 Author: Karl Williamson Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M

[Perl/perl5] 24a0fd: pp_pack.c: Replace rolled-own with hop()

2024-10-01 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 24a0fdde2cd278bc9186febf915d0270c2fc1c44 https://github.com/Perl/perl5/commit/24a0fdde2cd278bc9186febf915d0270c2fc1c44 Author: Karl Williamson Date: 2024-10-01 (Tue, 01 Oct 2024) Changed paths: M

[Perl/perl5] 045b0d: [Win32] Remove obsolete code from perl.h.

2024-09-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 045b0df33c23dcafec502dc689b7a6ccb25c02bf https://github.com/Perl/perl5/commit/045b0df33c23dcafec502dc689b7a6ccb25c02bf Author: sisyphus Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M perl.h

[Perl/perl5] 23d1ca: Add PL_shutdownhook

2024-09-30 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 23d1caeec8ed86865643d98e4eef871b2dd557e8 https://github.com/Perl/perl5/commit/23d1caeec8ed86865643d98e4eef871b2dd557e8 Author: Leon Timmermans Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M

[Perl/perl5] 5613dc: utf8_hop_forward: Don't go over edge of buffer

2024-09-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5613dc601d4eef5cf98fe5261d06dc30fb5b900d https://github.com/Perl/perl5/commit/5613dc601d4eef5cf98fe5261d06dc30fb5b900d Author: Karl Williamson Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M

[Perl/perl5] cfe442: sv.c: Remove redundant PERL_ABS in S_hextract.

2024-09-29 Thread TAKAI Kousuke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: cfe44272cf83e88a97e50d82c2735f8b3fa397e3 https://github.com/Perl/perl5/commit/cfe44272cf83e88a97e50d82c2735f8b3fa397e3 Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com> Date: 2024-09-29 (S

[Perl/perl5] ff973b: Request patch for malformed UTF-8 detection

2024-09-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/my_maint_votes Home: https://github.com/Perl/perl5 Commit: ff973bb0fa1e05ecdf8286ee855e9f9636c90bf2 https://github.com/Perl/perl5/commit/ff973bb0fa1e05ecdf8286ee855e9f9636c90bf2 Author: Karl Williamson Date: 2024-09-29 (Sun, 29 Sep 2024) Changed paths

[Perl/perl5] c47e04: Request patch for malformed UTF-8 detection

2024-09-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/my_maint_votes Home: https://github.com/Perl/perl5 Commit: c47e040a0c34b726d9d84e164a364e2b4ebc6e0f https://github.com/Perl/perl5/commit/c47e040a0c34b726d9d84e164a364e2b4ebc6e0f Author: Karl Williamson Date: 2024-09-29 (Sun, 29 Sep 2024) Changed paths

[Perl/perl5] d31f50: Add PL_shutdownhook

2024-09-29 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/leont/shutdownhook Home: https://github.com/Perl/perl5 Commit: d31f5013e7bff6b117aecc15bb0b6f95e86d3774 https://github.com/Perl/perl5/commit/d31f5013e7bff6b117aecc15bb0b6f95e86d3774 Author: Leon Timmermans Date: 2024-09-29 (Sun, 29 Sep 2024) Changed

[Perl/perl5] c9cfa5: perlapi: Fix typo: 1 should have been -1

2024-09-28 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c9cfa58c3dbecb570115bcbdba8360891a45366c https://github.com/Perl/perl5/commit/c9cfa58c3dbecb570115bcbdba8360891a45366c Author: Karl Williamson Date: 2024-09-28 (Sat, 28 Sep 2024) Changed paths: M utf8

[Perl/perl5] 1c0b41: Document that empty PATH components are also insec...

2024-09-27 Thread Gianni Ceccarelli via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1c0b416e85e27c8e2a2ac2fb36c88212f3c09c2f https://github.com/Perl/perl5/commit/1c0b416e85e27c8e2a2ac2fb36c88212f3c09c2f Author: dakkar Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M pod

[Perl/perl5] 78005a: IPC::Open3: fix dup example in synopsis

2024-09-25 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 78005a324b36e6d063d59b1bf8962e8927462103 https://github.com/Perl/perl5/commit/78005a324b36e6d063d59b1bf8962e8927462103 Author: Lukas Mai Date: 2024-09-26 (Thu, 26 Sep 2024) Changed paths: M ext/IPC

[Perl/perl5] 7eba71: op.c: More debugging assert()s in Perl_newMYSUB()

2024-09-25 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7eba7154cdf16c4218dc4736d806703f5b4a5a62 https://github.com/Perl/perl5/commit/7eba7154cdf16c4218dc4736d806703f5b4a5a62 Author: Paul "LeoNerd" Evans Date: 2024-09-26 (Thu, 26 Sep 2024) Changed pa

[Perl/perl5] 8784b2: op/pack.t: handle sizeof (IV) > sizeof (void *)

2024-09-24 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8784b2b769532fbc1d66bf9a67f7b4f3673d29de https://github.com/Perl/perl5/commit/8784b2b769532fbc1d66bf9a67f7b4f3673d29de Author: Lukas Mai Date: 2024-09-24 (Tue, 24 Sep 2024) Changed paths: M t/op

[Perl/perl5] 33de3d: 5.40: cast some votes

2024-09-23 Thread mauke via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 33de3dd24345d228344b466a787f36a782bbee3a https://github.com/Perl/perl5/commit/33de3dd24345d228344b466a787f36a782bbee3a Author: Lukas Mai Date: 2024-09-23 (Mon, 23 Sep 2024) Changed paths: M

[Perl/perl5] 596945: Fix incorrect commit number for GH 21566

2024-09-23 Thread James E Keenan via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 59694564b78ec51f7e6779cf7d98fb19329ec26b https://github.com/Perl/perl5/commit/59694564b78ec51f7e6779cf7d98fb19329ec26b Author: James E Keenan Date: 2024-09-23 (Mon, 23 Sep 2024) Changed paths: M

[Perl/perl5] a0d543: release_schedule.pod: check 5.41.4

2024-09-23 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a0d54396c9541ecc56de844108174ec4e2d1049d https://github.com/Perl/perl5/commit/a0d54396c9541ecc56de844108174ec4e2d1049d Author: Thibault DUPONCHELLE Date: 2024-09-23 (Mon, 23 Sep 2024) Changed paths: M

[Perl/perl5] 643d07: cast some votes

2024-09-22 Thread Tony Cook via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 643d079721fc4932a3e024e825dec9121705e00f https://github.com/Perl/perl5/commit/643d079721fc4932a3e024e825dec9121705e00f Author: Tony Cook Date: 2024-09-23 (Mon, 23 Sep 2024) Changed paths: M

[Perl/perl5] 13c4fe: Propose two commits for backporting to perl-5.40.1

2024-09-22 Thread James E Keenan via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 13c4fe5ee29834014885f86ad9721c96fc70884f https://github.com/Perl/perl5/commit/13c4fe5ee29834014885f86ad9721c96fc70884f Author: James E Keenan Date: 2024-09-22 (Sun, 22 Sep 2024) Changed paths: M

[Perl/perl5] bbf201: Cast votes for two commits

2024-09-22 Thread James E Keenan via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: bbf2019a4c26cf019899704b9f70814f2f11573c https://github.com/Perl/perl5/commit/bbf2019a4c26cf019899704b9f70814f2f11573c Author: James E Keenan Date: 2024-09-22 (Sun, 22 Sep 2024) Changed paths: M

[Perl/perl5] bb53d9: Update the PR template

2024-09-22 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bb53d9d2645e0340d4356684294bba9512efcb48 https://github.com/Perl/perl5/commit/bb53d9d2645e0340d4356684294bba9512efcb48 Author: Philippe Bruhat (BooK) Date: 2024-09-22 (Sun, 22 Sep 2024) Changed paths

[Perl/perl5] 4e2a0f: Cast votes; note case where $VERSION bump is needed

2024-09-22 Thread James E Keenan via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 4e2a0f6a3d30252899c8dc560476ebbc0dccce52 https://github.com/Perl/perl5/commit/4e2a0f6a3d30252899c8dc560476ebbc0dccce52 Author: James E Keenan Date: 2024-09-22 (Sun, 22 Sep 2024) Changed paths: M

[Perl/perl5]

2024-09-22 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/maint-5.20-123029 Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] a6465a: Add more candidates from Sam James

2024-09-22 Thread Steve Hay via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: a6465a61f1975baa3859d167cff9643dac634e6a https://github.com/Perl/perl5/commit/a6465a61f1975baa3859d167cff9643dac634e6a Author: Steve Hay Date: 2024-09-22 (Sun, 22 Sep 2024) Changed paths: M

[Perl/perl5]

2024-09-22 Thread James E Keenan via perl5-changes
Branch: refs/heads/jkeenan/maint-5.14-modified Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 564c1c: Cast votes, and add more backport candidates + votes

2024-09-22 Thread Steve Hay via perl5-changes
Branch: refs/heads/maint-votes Home: https://github.com/Perl/perl5 Commit: 564c1c42194b400ba0bcee77e3f70fd740ee6c9b https://github.com/Perl/perl5/commit/564c1c42194b400ba0bcee77e3f70fd740ee6c9b Author: Steve Hay Date: 2024-09-22 (Sun, 22 Sep 2024) Changed paths: M

[Perl/perl5] adaa1f: More CoreList updates + regen

2024-09-20 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: adaa1f0afb1f2045c7945893028415f2db0ce498 https://github.com/Perl/perl5/commit/adaa1f0afb1f2045c7945893028415f2db0ce498 Author: Thibault DUPONCHELLE Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M

[Perl/perl5] d6f993: Prepare CoreList for 5.41.5

2024-09-20 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d6f993752f20065279620627adb6bb3edf442508 https://github.com/Perl/perl5/commit/d6f993752f20065279620627adb6bb3edf442508 Author: Thibault DUPONCHELLE Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M

[Perl/perl5] 0f4efa: Bump the perl version in various places for 5.41.5

2024-09-20 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0f4efa6f1c7cddb31d9c8c24d1af539cd12776e7 https://github.com/Perl/perl5/commit/0f4efa6f1c7cddb31d9c8c24d1af539cd12776e7 Author: Thibault DUPONCHELLE Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M

[Perl/perl5] 643f4b: New perldelta for 5.41.4

2024-09-20 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 643f4b7acca4b4632a89421bb3fec21fbf75509a https://github.com/Perl/perl5/commit/643f4b7acca4b4632a89421bb3fec21fbf75509a Author: Thibault DUPONCHELLE Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M

[Perl/perl5] 0a1f47: Add epigraph for perl 5.41.4

2024-09-20 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0a1f47c70a549dc669a87476b329c9c2029930da https://github.com/Perl/perl5/commit/0a1f47c70a549dc669a87476b329c9c2029930da Author: Thibault DUPONCHELLE Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M

[Perl/perl5]

2024-09-20 Thread Thibault Duponchelle via perl5-changes
Branch: refs/tags/v5.41.4 Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 032858: cpan/Scalar-List-Utils - Update to version 1.66

2024-09-19 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 032858b5bf37aa7630aa319a0ce719b1d7797ff7 https://github.com/Perl/perl5/commit/032858b5bf37aa7630aa319a0ce719b1d7797ff7 Author: Thibault DUPONCHELLE Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M

[Perl/perl5] 6ecaa3: Restore smartmatch overload hook

2024-09-19 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6ecaa337575c1b3afdb69a5b1a07535a186dfb1b https://github.com/Perl/perl5/commit/6ecaa337575c1b3afdb69a5b1a07535a186dfb1b Author: Leon Timmermans Date: 2024-09-20 (Fri, 20 Sep 2024) Changed paths: M lib

[Perl/perl5] 079900: utf8n_to_uvchr: check the state of DFA after the f...

2024-09-19 Thread Masahiro Honma via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 079900bbc162f26bba6696fb13c82dcdf4bb5b61 https://github.com/Perl/perl5/commit/079900bbc162f26bba6696fb13c82dcdf4bb5b61 Author: Masahiro Honma Date: 2024-09-19 (Thu, 19 Sep 2024) Changed paths: M

[Perl/perl5] 46c09e: Restore smartmatch overload hook

2024-09-19 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/restore-smartmatch-overload Home: https://github.com/Perl/perl5 Commit: 46c09e73fa5ddeb9776754eaaa1238efdc3c726c https://github.com/Perl/perl5/commit/46c09e73fa5ddeb9776754eaaa1238efdc3c726c Author: Leon Timmermans Date: 2024-09-19 (Thu, 19 Sep 2024

[Perl/perl5] 675fb8: Add New/Updated Modules in perldelta

2024-09-19 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 675fb8f47e2be372a8b4e9e8c56c3f76519daefc https://github.com/Perl/perl5/commit/675fb8f47e2be372a8b4e9e8c56c3f76519daefc Author: Thibault DUPONCHELLE Date: 2024-09-19 (Thu, 19 Sep 2024) Changed paths: M

[Perl/perl5] 736844: Update CoreList

2024-09-19 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 736844a027844aebc889805e3c1d96e7efd0143d https://github.com/Perl/perl5/commit/736844a027844aebc889805e3c1d96e7efd0143d Author: Thibault DUPONCHELLE Date: 2024-09-19 (Thu, 19 Sep 2024) Changed paths: M

[Perl/perl5] 55a059: perldelta for 570fa433 (`!$x == $y` warning)

2024-09-18 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 55a059e991160a536905db9f04d215831a4646c9 https://github.com/Perl/perl5/commit/55a059e991160a536905db9f04d215831a4646c9 Author: Lukas Mai Date: 2024-09-19 (Thu, 19 Sep 2024) Changed paths: M pod

[Perl/perl5] 9a0366: Storable: remove more pre-5.6 compatbility code

2024-09-17 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9a036659c691047471ebdc984eb8a8699dd4d793 https://github.com/Perl/perl5/commit/9a036659c691047471ebdc984eb8a8699dd4d793 Author: Lukas Mai Date: 2024-09-18 (Wed, 18 Sep 2024) Changed paths: M dist

[Perl/perl5]

2024-09-17 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-no-bwfh Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 5311f0: Storable: stop using bareword file handles

2024-09-17 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5311f0ced8f73fb0f9e3e3664aff99662af28504 https://github.com/Perl/perl5/commit/5311f0ced8f73fb0f9e3e3664aff99662af28504 Author: Graham Knop Date: 2024-09-17 (Tue, 17 Sep 2024) Changed paths: M dist

[Perl/perl5] e7aa57: cpan/Test-Simple - Update to version 1.302204

2024-09-16 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e7aa57ace05e1373454c07b616b020de761a675f https://github.com/Perl/perl5/commit/e7aa57ace05e1373454c07b616b020de761a675f Author: Thibault DUPONCHELLE Date: 2024-09-16 (Mon, 16 Sep 2024) Changed paths: M

[Perl/perl5] 030b2d: Storable: stop using bareword file handles

2024-09-15 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-no-bwfh Home: https://github.com/Perl/perl5 Commit: 030b2d26f0b8011c2be70f7a8eb88aec85194cad https://github.com/Perl/perl5/commit/030b2d26f0b8011c2be70f7a8eb88aec85194cad Author: Graham Knop Date: 2024-09-16 (Mon, 16 Sep 2024) Changed

[Perl/perl5] 2d04b1: Storable: stop using bareword file handles

2024-09-15 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-no-bwfh Home: https://github.com/Perl/perl5 Commit: 2d04b1af49f6d89d1e3130b5665b9ce5d7932cab https://github.com/Perl/perl5/commit/2d04b1af49f6d89d1e3130b5665b9ce5d7932cab Author: Graham Knop Date: 2024-09-16 (Mon, 16 Sep 2024) Changed

[Perl/perl5] dfad42: perlapi: Combine the UTF8SKIP entries into a singl...

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: dfad42ddbc611eeda82cf592785bead4369aa76d https://github.com/Perl/perl5/commit/dfad42ddbc611eeda82cf592785bead4369aa76d Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M utf8

[Perl/perl5] 3f1812: perlapi: Combine foldEQ and foldEQ_locale entries

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3f18121e99fd9536b365866727dd660db780fdc7 https://github.com/Perl/perl5/commit/3f18121e99fd9536b365866727dd660db780fdc7 Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M

[Perl/perl5] 28f0e7: perlapi: Fold hv_delete_ent entry with similar ones

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 28f0e7727993c7a8b947d5ae1529f412724bf730 https://github.com/Perl/perl5/commit/28f0e7727993c7a8b947d5ae1529f412724bf730 Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M hv.c

[Perl/perl5] 220b54: handy.h: Use apidoc_defn lines

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 220b54abb52c925edc5038578893435d3c2b44e8 https://github.com/Perl/perl5/commit/220b54abb52c925edc5038578893435d3c2b44e8 Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M

[Perl/perl5] 110200: perlapi: Combine vmess with mess/mess_nocontext entry

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1102001679545202761831c7dd2b240fe5d54549 https://github.com/Perl/perl5/commit/1102001679545202761831c7dd2b240fe5d54549 Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M

[Perl/perl5] f1cd4b: perlapi: Combine vform with form/form_nocontext entry

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f1cd4b4fff00f0b49950c7d557a5a9f2c9bdccad https://github.com/Perl/perl5/commit/f1cd4b4fff00f0b49950c7d557a5a9f2c9bdccad Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M

[Perl/perl5] 698a4c: perlapi: Combine vdeb entry with the deb/no_contex...

2024-09-15 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 698a4c0ba0e389910a4b72e3f56956a721e3a9a4 https://github.com/Perl/perl5/commit/698a4c0ba0e389910a4b72e3f56956a721e3a9a4 Author: Karl Williamson Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M

[Perl/perl5] 7b0e03: cpan/version: Update DISTRIBUTION and SYNCINFO in ...

2024-09-15 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7b0e03c75e9a9cc96a7c676cd5255a5da5a9268a https://github.com/Perl/perl5/commit/7b0e03c75e9a9cc96a7c676cd5255a5da5a9268a Author: Thibault DUPONCHELLE Date: 2024-09-15 (Sun, 15 Sep 2024) Changed paths: M

[Perl/perl5] 23bd7e: perlapi: TAINT has no args; TAINT_ENV does

2024-09-14 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 23bd7e32e5e8b12cd471e262d67eaf8a9ae24782 https://github.com/Perl/perl5/commit/23bd7e32e5e8b12cd471e262d67eaf8a9ae24782 Author: Karl Williamson Date: 2024-09-14 (Sat, 14 Sep 2024) Changed paths: M

[Perl/perl5] 0bdc41: Make switch-I-and-M.t handle ../lib/ARCHLIB

2024-09-14 Thread Craig A. Berry
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0bdc4186907d7d3daf3f83d19e8af342e4b52a7a https://github.com/Perl/perl5/commit/0bdc4186907d7d3daf3f83d19e8af342e4b52a7a Author: Craig A. Berry Date: 2024-09-14 (Sat, 14 Sep 2024) Changed paths: M t/run

[Perl/perl5] 5bde80: cpan/version: Update to version 0.9933

2024-09-14 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5bde80d58bae14bcf06f2c00a992858a4df66aa0 https://github.com/Perl/perl5/commit/5bde80d58bae14bcf06f2c00a992858a4df66aa0 Author: Thibault DUPONCHELLE Date: 2024-09-14 (Sat, 14 Sep 2024) Changed paths: M

[Perl/perl5] 2eb40e: autodoc: Fix up comments

2024-09-14 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2eb40ee29d736085e63b59883070e31f291b2c4f https://github.com/Perl/perl5/commit/2eb40ee29d736085e63b59883070e31f291b2c4f Author: Karl Williamson Date: 2024-09-14 (Sat, 14 Sep 2024) Changed paths: M

[Perl/perl5] 83fa20: release_schedule.pod: check 5.41.3

2024-09-13 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 83fa20d8acbb32509de307fadc6cefacd44e936c https://github.com/Perl/perl5/commit/83fa20d8acbb32509de307fadc6cefacd44e936c Author: Thibault DUPONCHELLE Date: 2024-09-13 (Fri, 13 Sep 2024) Changed paths: M

[Perl/perl5] 07bb16: perldelta: Add notes about fix related to broken c...

2024-09-13 Thread Thibault Duponchelle via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 07bb160b4b5315bc311f5673b45494cf5f8b94ef https://github.com/Perl/perl5/commit/07bb160b4b5315bc311f5673b45494cf5f8b94ef Author: Thibault DUPONCHELLE Date: 2024-09-13 (Fri, 13 Sep 2024) Changed paths: M

[Perl/perl5] caff78: perlvms.pod: fix grammar mistakes (usage of insure...

2024-09-12 Thread Antanas Vaitkus via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: caff78217dd1107746f4b1615d39195543c057bc https://github.com/Perl/perl5/commit/caff78217dd1107746f4b1615d39195543c057bc Author: vaitkus Date: 2024-09-12 (Thu, 12 Sep 2024) Changed paths: M pod

[Perl/perl5] 6ebb3d: perldelta for c7e97f62

2024-09-12 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6ebb3d3fcfc3e658f326744c06be117fe178f3cb https://github.com/Perl/perl5/commit/6ebb3d3fcfc3e658f326744c06be117fe178f3cb Author: Tony Cook Date: 2024-09-13 (Fri, 13 Sep 2024) Changed paths: M pod

[Perl/perl5] 9fba1e: perldelta for 39cf04a2, db19dfaa, 8df7878c

2024-09-12 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9fba1eaf24d421b723cab19aed0b50fcf029f073 https://github.com/Perl/perl5/commit/9fba1eaf24d421b723cab19aed0b50fcf029f073 Author: Tony Cook Date: 2024-09-13 (Fri, 13 Sep 2024) Changed paths: M pod

[Perl/perl5] 39cf04: builtin: test the unary functions see if tail call...

2024-09-12 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 39cf04a2758735e0c0ed9ee89acc5a2b4d52d627 https://github.com/Perl/perl5/commit/39cf04a2758735e0c0ed9ee89acc5a2b4d52d627 Author: Tony Cook Date: 2024-09-13 (Fri, 13 Sep 2024) Changed paths: M lib

[Perl/perl5]

2024-09-12 Thread David Mitchell via perl5-changes
Branch: refs/heads/davem/xs_refactor4 Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 48e820: ParseXS: generate_output(): tweak code

2024-09-12 Thread David Mitchell via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 48e820d5ccb189db1c7cb9f27178bfa4ca7fbbea https://github.com/Perl/perl5/commit/48e820d5ccb189db1c7cb9f27178bfa4ca7fbbea Author: David Mitchell Date: 2024-09-12 (Thu, 12 Sep 2024) Changed paths: M dist

[Perl/perl5] 42c46e: ParseXS: generate_output(): tweak code

2024-09-12 Thread David Mitchell via perl5-changes
Branch: refs/heads/davem/xs_refactor4 Home: https://github.com/Perl/perl5 Commit: 42c46eb4c750eef02e6da1f9b1fb2fe5f468960a https://github.com/Perl/perl5/commit/42c46eb4c750eef02e6da1f9b1fb2fe5f468960a Author: David Mitchell Date: 2024-09-12 (Thu, 12 Sep 2024) Changed paths

[Perl/perl5] c4c1a8: t/porting/libperl.t: fix issue with common symbols

2024-09-12 Thread David Mitchell via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c4c1a848247540ca763494c09400f983bd17205a https://github.com/Perl/perl5/commit/c4c1a848247540ca763494c09400f983bd17205a Author: David Mitchell Date: 2024-09-12 (Thu, 12 Sep 2024) Changed paths: M t

[Perl/perl5]

2024-09-12 Thread David Mitchell via perl5-changes
Branch: refs/heads/davem/libperl Home: https://github.com/Perl/perl5 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications

[Perl/perl5] 55f683: Correct one-character typo

2024-09-12 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 55f68321a74424c188aaa8e07deb944495e8aecb https://github.com/Perl/perl5/commit/55f68321a74424c188aaa8e07deb944495e8aecb Author: James E Keenan Date: 2024-09-12 (Thu, 12 Sep 2024) Changed paths: M pod

[Perl/perl5] 7944a6: perlguts: Update info about creating and setting SV

2024-09-11 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7944a6b1b6c7c1ab0d6c8f4beb11bd0d9ddd0de4 https://github.com/Perl/perl5/commit/7944a6b1b6c7c1ab0d6c8f4beb11bd0d9ddd0de4 Author: Karl Williamson Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M pod

[Perl/perl5] 88cef7: t/porting/libperl.t: fix issue with common symbols

2024-09-11 Thread David Mitchell via perl5-changes
Branch: refs/heads/davem/libperl Home: https://github.com/Perl/perl5 Commit: 88cef7164401e0214051a9f9b9d376325f71d532 https://github.com/Perl/perl5/commit/88cef7164401e0214051a9f9b9d376325f71d532 Author: David Mitchell Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths

[Perl/perl5] 681242: locale.c: Call newSVpvz()

2024-09-11 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 681242b5612dc5020b24bbad7bf5e5fe810048c3 https://github.com/Perl/perl5/commit/681242b5612dc5020b24bbad7bf5e5fe810048c3 Author: Karl Williamson Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M

[Perl/perl5] 2a5978: Devel::Peek: fix build warning

2024-09-10 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2a597825b9de5fdcff07575c8b75285b348bb2c7 https://github.com/Perl/perl5/commit/2a597825b9de5fdcff07575c8b75285b348bb2c7 Author: Tony Cook Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M ext/Devel

[Perl/perl5] e1f632: File::Spec::VMS->rel2abs: handle bareword base

2024-09-10 Thread Craig A. Berry
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e1f63293b298ecf97a25649bc448e78df4452b19 https://github.com/Perl/perl5/commit/e1f63293b298ecf97a25649bc448e78df4452b19 Author: Craig A. Berry Date: 2024-09-10 (Tue, 10 Sep 2024) Changed paths: M dist

[Perl/perl5] c80771: perldelta: Add notes about recent op_dump() and xo...

2024-09-10 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c807719e4ce9186a71efa36053197bfa188dfe17 https://github.com/Perl/perl5/commit/c807719e4ce9186a71efa36053197bfa188dfe17 Author: Paul "LeoNerd" Evans Date: 2024-09-10 (Tue, 10 Sep 2024) Changed pa

[Perl/perl5] f18202: locale.c: Fix compilation on platforms with only a...

2024-09-09 Thread Andrei Horodniceanu via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f18202d16387736426e105007d434480cfdd540d https://github.com/Perl/perl5/commit/f18202d16387736426e105007d434480cfdd540d Author: Andrei Horodniceanu Date: 2024-09-09 (Mon, 09 Sep 2024) Changed paths: M

[Perl/perl5] cb3aa1: embed.fnc: Fix wrong comment

2024-09-09 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: cb3aa1ef618c1f12d2547f61dbae773eb48e5b0e https://github.com/Perl/perl5/commit/cb3aa1ef618c1f12d2547f61dbae773eb48e5b0e Author: Karl Williamson Date: 2024-09-09 (Mon, 09 Sep 2024) Changed paths: M

  1   2   3   4   5   6   7   8   9   10   >