[Perl/perl5] ef10a9: perldelta.pod: Add section for 'use VERSION' restr...

2024-02-19 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ef10a9689012ffaf1bc75e070ec92e12dc5fd26c https://github.com/Perl/perl5/commit/ef10a9689012ffaf1bc75e070ec92e12dc5fd26c Author: Paul "LeoNerd" Evans Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 57f570: Do not attempt to unimport `builtin` symbols as pa...

2024-02-19 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 57f570d7b81b42a25b9405c6c52fc0f8fdb961d6 https://github.com/Perl/perl5/commit/57f570d7b81b42a25b9405c6c52fc0f8fdb961d6 Author: Paul "LeoNerd" Evans Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 819c46: locale.c,perl.c: Clean up MULTIPLICITY vs USE_THREADS

2024-02-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 819c46dc1a9aa3dc49364b96096e67170ef1c947 https://github.com/Perl/perl5/commit/819c46dc1a9aa3dc49364b96096e67170ef1c947 Author: Karl Williamson Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 4c5d32: locale.c: Don't compile ALT_DIGITS code if not rea...

2024-02-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4c5d32abd8f355904f47ba4b462a39ae57f560fc https://github.com/Perl/perl5/commit/4c5d32abd8f355904f47ba4b462a39ae57f560fc Author: Karl Williamson Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 560771: perldelta for use VERSION builtin simplification

2024-02-19 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 560771c2787372a9237ee022419ddcb0e85ac300 https://github.com/Perl/perl5/commit/560771c2787372a9237ee022419ddcb0e85ac300 Author: Paul "LeoNerd" Evans Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 69d296: lib/locale.t:

2024-02-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-env Home: https://github.com/Perl/perl5 Commit: 69d296d8d045bffd8238c1326449c48886889346 https://github.com/Perl/perl5/commit/69d296d8d045bffd8238c1326449c48886889346 Author: Karl Williamson Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths:

[Perl/perl5] 664573: Silence inconsequential warnings in win32/perlhost.h.

2024-02-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 664573799bb539f232b72c810e4c74c78d9a8327 https://github.com/Perl/perl5/commit/664573799bb539f232b72c810e4c74c78d9a8327 Author: sisyphus Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 4fc237: make a new stub to clone into when pushing a new pad

2024-02-19 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4fc2379a01266cf71da777023e603d44e5cccf6e https://github.com/Perl/perl5/commit/4fc2379a01266cf71da777023e603d44e5cccf6e Author: Tony Cook Date: 2024-02-20 (Tue, 20 Feb 2024) Changed paths: M pad.c

[Perl/perl5] 0a94c4: Revert "S_find_locale_from_environment: Handle dis...

2024-02-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-env Home: https://github.com/Perl/perl5 Commit: 0a94c442dec7687c98b4073d823e5816ca047c31 https://github.com/Perl/perl5/commit/0a94c442dec7687c98b4073d823e5816ca047c31 Author: Karl Williamson Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths:

[Perl/perl5] d836d0: class.c: Add a comment explaining how class_wrap_m...

2024-02-19 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d836d03d5d8f9519db9d3e13abde37add36c7ec3 https://github.com/Perl/perl5/commit/d836d03d5d8f9519db9d3e13abde37add36c7ec3 Author: Paul "LeoNerd" Evans Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 1b8912: class.c: Generated :reader methods should not put ...

2024-02-19 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1b8912b317b2f945ad30136a7b22dd23667c486b https://github.com/Perl/perl5/commit/1b8912b317b2f945ad30136a7b22dd23667c486b Author: Paul "LeoNerd" Evans Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 74a044: add OPpCONST_LINE flag to aid deparsing

2024-02-19 Thread iabyn via perl5-changes
Branch: refs/heads/davem/line Home: https://github.com/Perl/perl5 Commit: 74a04465d47440e72b5b577d331a741a2c313461 https://github.com/Perl/perl5/commit/74a04465d47440e72b5b577d331a741a2c313461 Author: David Mitchell Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5] 0769ab: make t/op/refstack.t work under minitest

2024-02-19 Thread iabyn via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0769ab21fc98e79ad1208c6ea555b4bd3b441772 https://github.com/Perl/perl5/commit/0769ab21fc98e79ad1208c6ea555b4bd3b441772 Author: David Mitchell Date: 2024-02-19 (Mon, 19 Feb 2024) Changed paths: M

[Perl/perl5]

2024-02-19 Thread iabyn via perl5-changes
Branch: refs/heads/davem/mini 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] 3c1cbf: Remove forced proto-changes in HP-UX hints for old...

2024-02-19 Thread H.Merijn Brand
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3c1cbf53549280c1468a00dd3c5ae7055c0a0bbe https://github.com/Perl/perl5/commit/3c1cbf53549280c1468a00dd3c5ae7055c0a0bbe Author: H.Merijn Brand Date: 2024-02-15 (Thu, 15 Feb 2024) Changed paths: M