[Perl/perl5] 4cc962: test-dist-modules.pl: make separate installation t...

2024-07-08 Thread Tony Cook via perl5-changes
Branch: refs/heads/rework-dist-modules Home: https://github.com/Perl/perl5 Commit: 4cc962b236da9e8e68bc067d94cda1e340e1fb81 https://github.com/Perl/perl5/commit/4cc962b236da9e8e68bc067d94cda1e340e1fb81 Author: Tony Cook Date: 2024-07-09 (Tue, 09 Jul 2024) Changed paths

[Perl/perl5] b786e5: write_buildcustomize.pl: Standardize indents at 4 ...

2024-07-06 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b786e5e6e5e961082d2f48dac2a1f3ab69339b14 https://github.com/Perl/perl5/commit/b786e5e6e5e961082d2f48dac2a1f3ab69339b14 Author: James E Keenan Date: 2024-07-06 (Sat, 06 Jul 2024) Changed paths: M

[Perl/perl5] c5df4f: util.c: assert that format strings are not empty

2024-07-05 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c5df4fd1012cc64d1b3e19c87bf8c51d4f3f90d6 https://github.com/Perl/perl5/commit/c5df4fd1012cc64d1b3e19c87bf8c51d4f3f90d6 Author: Lukas Mai Date: 2024-07-06 (Sat, 06 Jul 2024) Changed paths: M util.c

[Perl/perl5] 7712b0: Sync (manual) version.pm 0.9932

2024-07-05 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/cpan-version-sync-20240705 Home: https://github.com/Perl/perl5 Commit: 7712b07f6a73c240e30c4f776e6c2b2e6a3dd3cd https://github.com/Perl/perl5/commit/7712b07f6a73c240e30c4f776e6c2b2e6a3dd3cd Author: James E Keenan Date: 2024-07-05 (Fri, 05

[Perl/perl5] 335f06: autodoc: Remove useless loop

2024-07-04 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 335f06f02664d527781d431ef81828253fc64624 https://github.com/Perl/perl5/commit/335f06f02664d527781d431ef81828253fc64624 Author: Karl Williamson Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M

[Perl/perl5] 5e25d6: t/op/chdir.t: clean up old 'no warnings' declarations

2024-07-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5e25d6e5e21b465536325c8218651699600bb36d https://github.com/Perl/perl5/commit/5e25d6e5e21b465536325c8218651699600bb36d Author: Lukas Mai Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M t/op

[Perl/perl5] 8eb13b: pp_chdir: simplify control flow in fchdir case

2024-07-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8eb13beb49495e289b9b7a824baa05d46328aa4f https://github.com/Perl/perl5/commit/8eb13beb49495e289b9b7a824baa05d46328aa4f Author: Lukas Mai Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pp_sys.c

[Perl/perl5] 6d28b2: make chdir() return true/false as its documentatio...

2024-07-04 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6d28b2f81aed20ff58658d87ea860f0e4cf0ce8a https://github.com/Perl/perl5/commit/6d28b2f81aed20ff58658d87ea860f0e4cf0ce8a Author: Lukas Mai Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M ext/POSIX

[Perl/perl5] d3994c: t/op/require_errors.t, t/op/stat.t: skip permissio...

2024-07-03 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d3994ca46180eb619f2533130d4b9d8d68aff005 https://github.com/Perl/perl5/commit/d3994ca46180eb619f2533130d4b9d8d68aff005 Author: Tony Cook Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M t/op

[Perl/perl5] 9facb6: perldelta for 2e9c7c448d234

2024-07-03 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9facb6a5a02ebe1ca10c3fd03a90c05a51657429 https://github.com/Perl/perl5/commit/9facb6a5a02ebe1ca10c3fd03a90c05a51657429 Author: Tony Cook Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M pod

[Perl/perl5]

2024-07-03 Thread Dagfinn Ilmari Mannsåker via perl5-changes
Branch: refs/heads/update-auhtors-hyphen-options 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] d1e7b8: updateAUTHORS.pl: accept hyphens instead of unders...

2024-07-03 Thread Dagfinn Ilmari Mannsåker via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d1e7b8b8aae5359bb64a45c81072dbb10d8d94c7 https://github.com/Perl/perl5/commit/d1e7b8b8aae5359bb64a45c81072dbb10d8d94c7 Author: Dagfinn Ilmari Mannsåker Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths

[Perl/perl5] 2e9c7c: Perl_call_argv(): clean up the temps it creates wh...

2024-07-03 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2e9c7c448d234fba91c5bc097476f4622408b945 https://github.com/Perl/perl5/commit/2e9c7c448d234fba91c5bc097476f4622408b945 Author: Tony Cook Date: 2024-07-04 (Thu, 04 Jul 2024) Changed paths: M ext/XS

[Perl/perl5] 2b443b: My xs4all mail does not exist anymore

2024-07-03 Thread H.Merijn Brand
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2b443b8299c66b2a1d6decca665f888c78b7a323 https://github.com/Perl/perl5/commit/2b443b8299c66b2a1d6decca665f888c78b7a323 Author: H.Merijn Brand Date: 2024-07-03 (Wed, 03 Jul 2024) Changed paths: M

[Perl/perl5] 32d6c1: updateAUTHORS.pl: accept hyphens instead of unders...

2024-07-03 Thread Dagfinn Ilmari Mannsåker via perl5-changes
Branch: refs/heads/update-auhtors-hyphen-options Home: https://github.com/Perl/perl5 Commit: 32d6c109a2d736d0896c3bde1d4f55ac5a8263fc https://github.com/Perl/perl5/commit/32d6c109a2d736d0896c3bde1d4f55ac5a8263fc Author: Dagfinn Ilmari Mannsåker Date: 2024-07-03 (Wed, 03 Jul

[Perl/perl5] 7c4ebc: updateAUTHORS.pl: accept hyphens instead of unders...

2024-07-03 Thread Dagfinn Ilmari Mannsåker via perl5-changes
Branch: refs/heads/update-auhtors-hyphen-options Home: https://github.com/Perl/perl5 Commit: 7c4ebcf8aca0bd4557056b832933bac4fed0b76c https://github.com/Perl/perl5/commit/7c4ebcf8aca0bd4557056b832933bac4fed0b76c Author: Dagfinn Ilmari Mannsåker Date: 2024-07-03 (Wed, 03 Jul

[Perl/perl5] 4b23ea: Change name of non-public function

2024-07-03 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4b23eaca7572439b0486ed665f7b6274129788c4 https://github.com/Perl/perl5/commit/4b23eaca7572439b0486ed665f7b6274129788c4 Author: Karl Williamson Date: 2024-07-03 (Wed, 03 Jul 2024) Changed paths: M

[Perl/perl5] 3aa009: New perldelta for 5.41.1

2024-07-03 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3aa0092684b4e5bb3bb448b0f76f7292fd59b8b5 https://github.com/Perl/perl5/commit/3aa0092684b4e5bb3bb448b0f76f7292fd59b8b5 Author: Philippe Bruhat (BooK) Date: 2024-07-03 (Wed, 03 Jul 2024) Changed paths

[Perl/perl5] 2fb799: fix the release template for 5.42.0

2024-07-02 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2fb799699c4cbd64996539bb3cba699b53751ca3 https://github.com/Perl/perl5/commit/2fb799699c4cbd64996539bb3cba699b53751ca3 Author: Philippe Bruhat (BooK) Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths

[Perl/perl5]

2024-07-02 Thread Philippe Bruhat (BooK)
Branch: refs/heads/release-5.41.1 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]

2024-07-02 Thread Philippe Bruhat (BooK)
Branch: refs/tags/v5.41.1 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] 13772f: Add missing perldelta entries for recent commits

2024-07-02 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 13772f3f74f05dc57693a0c4b60fd66eafbb4684 https://github.com/Perl/perl5/commit/13772f3f74f05dc57693a0c4b60fd66eafbb4684 Author: Philippe Bruhat (BooK) Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths

[Perl/perl5] 13772f: Add missing perldelta entries for recent commits

2024-07-02 Thread Philippe Bruhat (BooK)
Branch: refs/heads/release-5.41.1 Home: https://github.com/Perl/perl5 Commit: 13772f3f74f05dc57693a0c4b60fd66eafbb4684 https://github.com/Perl/perl5/commit/13772f3f74f05dc57693a0c4b60fd66eafbb4684 Author: Philippe Bruhat (BooK) Date: 2024-07-02 (Tue, 02 Jul 2024) Changed

[Perl/perl5] a20013: add &CORE::chdir (properly)

2024-07-01 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a2001396f87340a0eaae11ba3dc9fbcaf00b072d https://github.com/Perl/perl5/commit/a2001396f87340a0eaae11ba3dc9fbcaf00b072d Author: Lukas Mai Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M gv.c M

[Perl/perl5] 4c9924: Fix POSIX::strftime()

2024-07-01 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4c992435a2d3e98bba859d251e8869ac1f14a364 https://github.com/Perl/perl5/commit/4c992435a2d3e98bba859d251e8869ac1f14a364 Author: Karl Williamson Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M ext

[Perl/perl5] f3d3dc: perlapi: Move macro defns to where defined

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

[Perl/perl5] 625fd6: Remove smartmatch, given, when, default and non-lo...

2024-06-30 Thread Tony Cook via perl5-changes
Branch: refs/heads/smoke-me/tonyc/smartmatch-removal Home: https://github.com/Perl/perl5 Commit: 625fd6d710a442eb42a26bb29604a9dfb89fd309 https://github.com/Perl/perl5/commit/625fd6d710a442eb42a26bb29604a9dfb89fd309 Author: Tony Cook Date: 2024-07-01 (Mon, 01 Jul 2024

[Perl/perl5] a2104c: Move api declaration of hv_fetchs()

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a2104cb9a1fa2575cb74f80ba54eda22e680214d https://github.com/Perl/perl5/commit/a2104cb9a1fa2575cb74f80ba54eda22e680214d Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] 3f0626: perlapi: Combine sv_pos_u2b, _flags

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 3f0626dd74e36ebdb33ed1582a262581f1c5e3c1 https://github.com/Perl/perl5/commit/3f0626dd74e36ebdb33ed1582a262581f1c5e3c1 Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M sv.c

[Perl/perl5] f841d6: perlapi: Combine Strtod, my_strtod

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f841d644b965aec9655283de924f38ca01a8e70a https://github.com/Perl/perl5/commit/f841d644b965aec9655283de924f38ca01a8e70a Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] c714cf: perlapi: Combine all forms of is_utf8_string()

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c714cf19dca77a98301778d537fdc0b7dc2d5b8b https://github.com/Perl/perl5/commit/c714cf19dca77a98301778d537fdc0b7dc2d5b8b Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] b71fcd: perlapi: Combine sv_unref, _flags

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b71fcdac40f6e65636ad13c11d2b1dedb974c3da https://github.com/Perl/perl5/commit/b71fcdac40f6e65636ad13c11d2b1dedb974c3da Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] 89294e: perlapi: Combine is_utf8_valid_partial_char, with ...

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 89294e022ee63fa6d40ef39baa60dafe05b494b7 https://github.com/Perl/perl5/commit/89294e022ee63fa6d40ef39baa60dafe05b494b7 Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] 677ac6: Make ENV_LOCK reentrant

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 677ac6e77e7ae983d3af52f086b89d0c5ecca522 https://github.com/Perl/perl5/commit/677ac6e77e7ae983d3af52f086b89d0c5ecca522 Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] 843e7e: perlapi: Combine all forms of gv_stash()

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 843e7e3013f4bd43277f9bb1a1935d1c63837647 https://github.com/Perl/perl5/commit/843e7e3013f4bd43277f9bb1a1935d1c63837647 Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M gv.c

[Perl/perl5] 7e11b7: perlapi: Combine Poison() and PoisonFree() entries

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7e11b70951cf0b3330dc787d89d8d46d45e37ae9 https://github.com/Perl/perl5/commit/7e11b70951cf0b3330dc787d89d8d46d45e37ae9 Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] b94e77: perlapi: Merge uvchr_to_utf8, _flags entries

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

[Perl/perl5] b00fe9: perlapi: Combine all forms of pad_findmy()

2024-06-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b00fe9dd8f54ac0de283562ae4f2e360e6239a54 https://github.com/Perl/perl5/commit/b00fe9dd8f54ac0de283562ae4f2e360e6239a54 Author: Karl Williamson Date: 2024-06-30 (Sun, 30 Jun 2024) Changed paths: M

[Perl/perl5] 8a9c91: perlapi/hv_store: minor fixes

2024-06-29 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8a9c915b0c7a3b732776db7e95336fc3ac1d37d6 https://github.com/Perl/perl5/commit/8a9c915b0c7a3b732776db7e95336fc3ac1d37d6 Author: Lukas Mai Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M hv.c

[Perl/perl5] b1a513: perlapi: Combine all forms of is_utf8_fixed_width_buf

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b1a513f30c9d1db0de6f0db377035c18a279be74 https://github.com/Perl/perl5/commit/b1a513f30c9d1db0de6f0db377035c18a279be74 Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M

[Perl/perl5] 6b8201: perlapi: gv_fetchmethod, _autoload entries

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6b820118605de388301d66a1b7a2f9e714456436 https://github.com/Perl/perl5/commit/6b820118605de388301d66a1b7a2f9e714456436 Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M gv.c

[Perl/perl5] 81434b: perlapi: Combine sv_collxfrm, _flags

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 81434ba7cdd64b66a681062b2b7825bbba9a1395 https://github.com/Perl/perl5/commit/81434ba7cdd64b66a681062b2b7825bbba9a1395 Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M sv.c

[Perl/perl5] fdb29f: perlapi: Combine sv_cmp_locale, _flags

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fdb29fc002a32a3f9b5ce730b4c066fcf0fe4ee4 https://github.com/Perl/perl5/commit/fdb29fc002a32a3f9b5ce730b4c066fcf0fe4ee4 Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M sv.c

[Perl/perl5] 60c016: perlapi: Combine sv_cmp, _flags

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 60c01608e4107270c3518f6a954da8700f44517c https://github.com/Perl/perl5/commit/60c01608e4107270c3518f6a954da8700f44517c Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M sv.c

[Perl/perl5] 4b7f2a: perlapi: Combine sv_numeq, _flags

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4b7f2ab9a836d8532715190db3fb32892f96ec52 https://github.com/Perl/perl5/commit/4b7f2ab9a836d8532715190db3fb32892f96ec52 Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M sv.c

[Perl/perl5] e94af8: perlapi: Combine sv_streq, _flags

2024-06-29 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e94af8dc6f34c7a5273ca56e226936de08003b8a https://github.com/Perl/perl5/commit/e94af8dc6f34c7a5273ca56e226936de08003b8a Author: Karl Williamson Date: 2024-06-29 (Sat, 29 Jun 2024) Changed paths: M sv.c

[Perl/perl5] 99e729: autodoc: Rework calculating the usage sections

2024-06-26 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 99e7291a160c07384076cfdcf5b3126143155452 https://github.com/Perl/perl5/commit/99e7291a160c07384076cfdcf5b3126143155452 Author: Karl Williamson Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M

[Perl/perl5] aca207: vmsify: don't add dot when drop dots feature is ac...

2024-06-26 Thread Craig A. Berry
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: aca207c6bac6b8051d782a3100dabe6f4aa0e085 https://github.com/Perl/perl5/commit/aca207c6bac6b8051d782a3100dabe6f4aa0e085 Author: Craig A. Berry Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M vms

[Perl/perl5] 402a01: perlapi: Combine all forms of sv_derived_from into...

2024-06-26 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 402a017ad7727b164fb954089ee9e68f63013faf https://github.com/Perl/perl5/commit/402a017ad7727b164fb954089ee9e68f63013faf Author: Karl Williamson Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M

[Perl/perl5] f0a6b0: perlapi: Combine all forms of is_utf8_invariant_st...

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f0a6b06bd295a056aafb250e830f191723a1f5eb https://github.com/Perl/perl5/commit/f0a6b06bd295a056aafb250e830f191723a1f5eb Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] fc003c: perlapi: Combine all forms of savepv into one group

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fc003c266893648a5320456327a5ad097493bbc6 https://github.com/Perl/perl5/commit/fc003c266893648a5320456327a5ad097493bbc6 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] b4d35f: perlapi: Combine sv_force_normal, _flags

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b4d35fe65f6d4153e5dc2d48c1c18eb0376780af https://github.com/Perl/perl5/commit/b4d35fe65f6d4153e5dc2d48c1c18eb0376780af Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] 2d3b24: perlapi: Combine CopFILE_set, _setn entries

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2d3b244cf40bd6acb3b3f2e32985e50eda67a0b7 https://github.com/Perl/perl5/commit/2d3b244cf40bd6acb3b3f2e32985e50eda67a0b7 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] b5a875: perlapi: Combine sv_pos_b2u, _flags

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b5a875ac995006861bfbb73579930bd3006a6f2d https://github.com/Perl/perl5/commit/b5a875ac995006861bfbb73579930bd3006a6f2d Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M sv.c

[Perl/perl5] 2b3547: perl_api: Combine all forms of gv_init()

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2b35479c2fd388eca1ced8cdb3f211d1732e0ed3 https://github.com/Perl/perl5/commit/2b35479c2fd388eca1ced8cdb3f211d1732e0ed3 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M gv.c

[Perl/perl5] 609b53: vmsify: don't add dot when drop dots feature is ac...

2024-06-25 Thread Craig A. Berry
Branch: refs/heads/craigb/fix_dropdotnotype Home: https://github.com/Perl/perl5 Commit: 609b5350cc81eab155fbe6d01f1e4b60ff31cd03 https://github.com/Perl/perl5/commit/609b5350cc81eab155fbe6d01f1e4b60ff31cd03 Author: Craig A. Berry Date: 2024-06-25 (Tue, 25 Jun 2024) Changed

[Perl/perl5] fe64bd: perlapi: Combine all forms of pad_add_name()

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fe64bd37d6f09b6de0307a65d28dc4539bcdc870 https://github.com/Perl/perl5/commit/fe64bd37d6f09b6de0307a65d28dc4539bcdc870 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] 4c835a: perlapi: Fold hv_exists_ent into hv_exists entry

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4c835aa8963aa791a554fb7fc6388160b7a58946 https://github.com/Perl/perl5/commit/4c835aa8963aa791a554fb7fc6388160b7a58946 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M hv.c

[Perl/perl5] 7e75ad: perlapi: Combine all isUTF8_CHAR variants into one...

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7e75adb021ccb5fd021169e67ba60d4adb291ed0 https://github.com/Perl/perl5/commit/7e75adb021ccb5fd021169e67ba60d4adb291ed0 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] 13708d: POSIX::strftime: Mark args as unused

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 13708dab09c5ff11e3ee7fbd3b567ff50fb43924 https://github.com/Perl/perl5/commit/13708dab09c5ff11e3ee7fbd3b567ff50fb43924 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M ext

[Perl/perl5] fd9852: perlapi: Combine POPp POPx entries

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fd98523755de60f3135b0442ef87243bdf8d9bf1 https://github.com/Perl/perl5/commit/fd98523755de60f3135b0442ef87243bdf8d9bf1 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pp.h

[Perl/perl5] 1cb188: perlapi: Combine POPp POPpx entries

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/khwilliamson-POPp Home: https://github.com/Perl/perl5 Commit: 1cb188a795713a2d3d0b556b2c124cf6cc44a424 https://github.com/Perl/perl5/commit/1cb188a795713a2d3d0b556b2c124cf6cc44a424 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths

[Perl/perl5] 79fed3: perlapi: Fix description of my_strftime()

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 79fed326f326424e3587fbe0e4f4d9b7814eeb75 https://github.com/Perl/perl5/commit/79fed326f326424e3587fbe0e4f4d9b7814eeb75 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] 07c2d0: perlapi: Combine grok_numeric_radix, GROK_NUMERIC_...

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 07c2d068be2f7d7405c3e88f52055609daebefa6 https://github.com/Perl/perl5/commit/07c2d068be2f7d7405c3e88f52055609daebefa6 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] fd7b57: perlapi: Combine my_atof, Atof entries

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fd7b57aa7eb84795a13a077f7d7f301a5b0d3b4b https://github.com/Perl/perl5/commit/fd7b57aa7eb84795a13a077f7d7f301a5b0d3b4b Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] 8bebe0: perlapi: Combine all forms of ibcmp() into one entry

2024-06-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8bebe083286f4726476768aebb58ef914d76c6b1 https://github.com/Perl/perl5/commit/8bebe083286f4726476768aebb58ef914d76c6b1 Author: Karl Williamson Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M

[Perl/perl5] e7d4c1: add more dev release volunteers

2024-06-25 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e7d4c1c56e6d666e31923bcc98a87fbef71b8723 https://github.com/Perl/perl5/commit/e7d4c1c56e6d666e31923bcc98a87fbef71b8723 Author: Philippe Bruhat (BooK) Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths

[Perl/perl5] bb1192: perlapi: Combine all forms of lex_stuff into one g...

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

[Perl/perl5] 55435f: Max Maischein dev release of Perl 5.41.7

2024-06-23 Thread Max Maischein via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 55435f918ea55e61c9b18b16b3f1dc834ab7e983 https://github.com/Perl/perl5/commit/55435f918ea55e61c9b18b16b3f1dc834ab7e983 Author: Max Maischein Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M

[Perl/perl5] 2f4409: Use alert control character as quoting character i...

2024-06-23 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2f4409bf707ec51ce63fd97c981a2c9e08b97241 https://github.com/Perl/perl5/commit/2f4409bf707ec51ce63fd97c981a2c9e08b97241 Author: Leon Timmermans Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M dist

[Perl/perl5] 8a1281: bytes_from_utf8_loc() is no longer experimental

2024-06-23 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8a1281323d0996382a556b66041a767ceafa8355 https://github.com/Perl/perl5/commit/8a1281323d0996382a556b66041a767ceafa8355 Author: Karl Williamson Date: 2024-06-23 (Sun, 23 Jun 2024) Changed paths: M

[Perl/perl5] 1deed8: autodoc: Don't rely on broken heuristic

2024-06-23 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 1deed8fc832208992c3eb2096939a242aea29d71 https://github.com/Perl/perl5/commit/1deed8fc832208992c3eb2096939a242aea29d71 Author: Karl Williamson Date: 2024-06-23 (Sun, 23 Jun 2024) Changed paths: M

[Perl/perl5] 74e668: perl.h: Convert reentrant locks to allow many readers

2024-06-23 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 74e6688766ff1dd727b85a204da830dc7a6dddf2 https://github.com/Perl/perl5/commit/74e6688766ff1dd727b85a204da830dc7a6dddf2 Author: Karl Williamson Date: 2024-06-23 (Sun, 23 Jun 2024) Changed paths: M

[Perl/perl5] f6691a: POSIX: win32 calls "putenv" "_putenv"

2024-06-23 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f6691a84dfa9fe39c67d0f974bf4663aefe26695 https://github.com/Perl/perl5/commit/f6691a84dfa9fe39c67d0f974bf4663aefe26695 Author: Tony Cook Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M ext/POSIX

[Perl/perl5] fddbca: the macos-11 runner is deprecated and retires 28 J...

2024-06-23 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: fddbca21db8e30526486afd7046037aaff8986df https://github.com/Perl/perl5/commit/fddbca21db8e30526486afd7046037aaff8986df Author: Tony Cook Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M .github

[Perl/perl5] facf27: volunteers/victims for the next dev releases

2024-06-23 Thread Philippe Bruhat (BooK)
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: facf27b00223e86fbadba417549e15c900b4c950 https://github.com/Perl/perl5/commit/facf27b00223e86fbadba417549e15c900b4c950 Author: Philippe Bruhat (BooK) Date: 2024-06-23 (Sun, 23 Jun 2024) Changed paths

[Perl/perl5] 548c8c: perlapi: Combine langinfo()-like forms

2024-06-23 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 548c8c60d575d42857b69613b68aef1e66e1ccf1 https://github.com/Perl/perl5/commit/548c8c60d575d42857b69613b68aef1e66e1ccf1 Author: Karl Williamson Date: 2024-06-23 (Sun, 23 Jun 2024) Changed paths: M

[Perl/perl5] 86b7de: perlguts: Fix apidoc lines

2024-06-23 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 86b7de671e0d5777e5ee72a90515fb543378482a https://github.com/Perl/perl5/commit/86b7de671e0d5777e5ee72a90515fb543378482a Author: Karl Williamson Date: 2024-06-23 (Sun, 23 Jun 2024) Changed paths: M pod

[Perl/perl5] c35792: perlapi: Fix av_push pod.

2024-06-22 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c3579230a91f8fcbe253076711475fbbe4eb0128 https://github.com/Perl/perl5/commit/c3579230a91f8fcbe253076711475fbbe4eb0128 Author: Karl Williamson Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M av.c

[Perl/perl5] 4d18c9: builtin: document when each function was first ava...

2024-06-22 Thread Dan Book via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4d18c95d3df96082623a3e09a85288ced7509e7c https://github.com/Perl/perl5/commit/4d18c95d3df96082623a3e09a85288ced7509e7c Author: Dan Book Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M lib

[Perl/perl5] 19e4fc: perlapi: Show prototypes for all elements

2024-06-22 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 19e4fcd379eb9a20e181f5d6842e67b385718634 https://github.com/Perl/perl5/commit/19e4fcd379eb9a20e181f5d6842e67b385718634 Author: Karl Williamson Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M

[Perl/perl5] 914166: perlapi: List in order STMT_START, then END

2024-06-22 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 914166548faff55dfdcc37cc2260050ff75944a2 https://github.com/Perl/perl5/commit/914166548faff55dfdcc37cc2260050ff75944a2 Author: Karl Williamson Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M

[Perl/perl5] 247d8e: perlapi: Combine av_push(), av_push_simple() entries

2024-06-22 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 247d8ed1108268e9e56dfe822f911e9c4f53d5fb https://github.com/Perl/perl5/commit/247d8ed1108268e9e56dfe822f911e9c4f53d5fb Author: Karl Williamson Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M av.c

[Perl/perl5] 2f1bb8: perlapi: Combine sv_mortalcopy, _flags

2024-06-22 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2f1bb8cc3b93080748db8d2274ed7036b8027ec0 https://github.com/Perl/perl5/commit/2f1bb8cc3b93080748db8d2274ed7036b8027ec0 Author: Karl Williamson Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M sv.c

[Perl/perl5] bc63a9: 21_win32.t: provide reason why file is skipped

2024-06-22 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: bc63a9bf6ca7e15be74270f863746b64676c5dbc https://github.com/Perl/perl5/commit/bc63a9bf6ca7e15be74270f863746b64676c5dbc Author: James E Keenan Date: 2024-06-22 (Sat, 22 Jun 2024) Changed paths: M dist

[Perl/perl5] 9c1aee: embed.fnc: Wrap long line

2024-06-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9c1aee17c03366718f86a3d90fe2ae0e2e59fcb7 https://github.com/Perl/perl5/commit/9c1aee17c03366718f86a3d90fe2ae0e2e59fcb7 Author: Karl Williamson Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M

[Perl/perl5] 758215: Change formal parameter name for newSVpvn()

2024-06-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 758215ce219dda8c05757831b73573474a3be3e0 https://github.com/Perl/perl5/commit/758215ce219dda8c05757831b73573474a3be3e0 Author: Karl Williamson Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M

[Perl/perl5] 51f663: Fast exit undef/empty strings in `Data::Dumper::qq...

2024-06-20 Thread DabeDotCom via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 51f663a9e9bea79a0455b84c6eeda2c0a7d32f8c https://github.com/Perl/perl5/commit/51f663a9e9bea79a0455b84c6eeda2c0a7d32f8c Author: Dabrien 'Dabe' Murphy Date: 2024-06-20 (Thu, 20 Jun 2024) Cha

[Perl/perl5] 39dd28: class.c: store the stash in the constructor CV sta...

2024-06-19 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 39dd28f9eafb1932132c9d1099532d371c913923 https://github.com/Perl/perl5/commit/39dd28f9eafb1932132c9d1099532d371c913923 Author: Tony Cook Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M class.c

[Perl/perl5] 765c84: locale.c: Change variable name

2024-06-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 765c84d5b8d80ca3789b98cf4794d86a97b9015b https://github.com/Perl/perl5/commit/765c84d5b8d80ca3789b98cf4794d86a97b9015b Author: Karl Williamson Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M

[Perl/perl5] 7c3742: perlapi: Document opcode typedef

2024-06-19 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 7c3742a47d39f15a33694556927fca5620aad5a9 https://github.com/Perl/perl5/commit/7c3742a47d39f15a33694556927fca5620aad5a9 Author: Karl Williamson Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M

[Perl/perl5]

2024-06-19 Thread iabyn via perl5-changes
Branch: refs/heads/davem/padsv_store 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] 9a224d: OP_PADSV_STORE: only in void context

2024-06-19 Thread iabyn via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9a224d076a17344e9e851460223544deb2a30532 https://github.com/Perl/perl5/commit/9a224d076a17344e9e851460223544deb2a30532 Author: David Mitchell Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M ext/B

[Perl/perl5] 9f530b: perlfunc: document that sort is stable, remove 'us...

2024-06-19 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9f530bb96ab848b11ee0439b8b093e0c1887aab9 https://github.com/Perl/perl5/commit/9f530bb96ab848b11ee0439b8b093e0c1887aab9 Author: Lukas Mai Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M pod

[Perl/perl5] 6c77c0: OP_PADSV_STORE: only in void context

2024-06-19 Thread iabyn via perl5-changes
Branch: refs/heads/davem/padsv_store Home: https://github.com/Perl/perl5 Commit: 6c77c095ba2add4b74b70cdbc54c76338152cda8 https://github.com/Perl/perl5/commit/6c77c095ba2add4b74b70cdbc54c76338152cda8 Author: David Mitchell Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths

[Perl/perl5] ff08b6: Account for missing field SVs in object instances ...

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

[Perl/perl5] be9c40: perldiag: 'misspelled' was misspelled

2024-06-18 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: be9c403702f3b48693e5a02d1c5c9ecb7ae16dea https://github.com/Perl/perl5/commit/be9c403702f3b48693e5a02d1c5c9ecb7ae16dea Author: James E Keenan Date: 2024-06-18 (Tue, 18 Jun 2024) Changed paths: M pod

[Perl/perl5]

2024-06-18 Thread iabyn via perl5-changes
Branch: refs/heads/davem/rx_codeblocks2 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] 40727c: pat codeblocks: add size to struct reg_code_blocks

2024-06-18 Thread iabyn via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 40727c420c8e9ed61971dd46fc738132b9e4d5db https://github.com/Perl/perl5/commit/40727c420c8e9ed61971dd46fc738132b9e4d5db Author: David Mitchell Date: 2024-06-18 (Tue, 18 Jun 2024) Changed paths: M

[Perl/perl5] 40727c: pat codeblocks: add size to struct reg_code_blocks

2024-06-18 Thread iabyn via perl5-changes
Branch: refs/heads/davem/rx_codeblocks2 Home: https://github.com/Perl/perl5 Commit: 40727c420c8e9ed61971dd46fc738132b9e4d5db https://github.com/Perl/perl5/commit/40727c420c8e9ed61971dd46fc738132b9e4d5db Author: David Mitchell Date: 2024-06-18 (Tue, 18 Jun 2024) Changed

<    1   2   3   4   5   6   7   8   9   10   >