[Perl/perl5] 0a792b: class.c: Correct allocation of OP_ARGCHECK aux str...

2024-02-08 Thread Paul Evans via perl5-changes
Branch: refs/heads/smoke-me/khw-env Home: https://github.com/Perl/perl5 Commit: 0a792b642405b33a660ff1c06db19f39cf7229b9 https://github.com/Perl/perl5/commit/0a792b642405b33a660ff1c06db19f39cf7229b9 Author: Paul "LeoNerd" Evans Date: 2024-02-08 (Thu, 08 Feb 2024)

[Perl/perl5] 495831: locale.c: use type-agnostic code for storing tm_zone

2024-02-08 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 495831c4464a208feae5703c819caf0ead0faed0 https://github.com/Perl/perl5/commit/495831c4464a208feae5703c819caf0ead0faed0 Author: Lukas Mai Date: 2024-02-08 (Thu, 08 Feb 2024) Changed paths: M locale.c

[Perl/perl5] 97bd10: lib/locale.t:

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

[Perl/perl5] 85a3d7: embed.fnc: Match formal parameter name

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

[Perl/perl5] 05b8d3: Don't mortalize my_localeconv() for internal use

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

[Perl/perl5] 934d12: perl.h: Clarify comment

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

[Perl/perl5] 272221: sv_inline.h: Use Sv*OK (rather than Sv*OK_nog) in ...

2024-02-08 Thread TAKAI Kousuke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2722219de67416f3feecf348be9f179a6f38cb41 https://github.com/Perl/perl5/commit/2722219de67416f3feecf348be9f179a6f38cb41 Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com> Date: 2024-02-08 (T

[Perl/perl5] 764fd0: locale.c: use type-agnostic code for storing tm_zone

2024-02-08 Thread mauke via perl5-changes
Branch: refs/heads/smoke-me/fix-bsd-build-tm_zone Home: https://github.com/Perl/perl5 Commit: 764fd079054bf7e7b1ceadf7db750bc8b34a7b79 https://github.com/Perl/perl5/commit/764fd079054bf7e7b1ceadf7db750bc8b34a7b79 Author: Lukas Mai Date: 2024-02-08 (Thu, 08 Feb 2024

[Perl/perl5] 4a414a: mention length() in "uninitialized value" warnings

2024-02-08 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4a414abba40e6797ad6349011f8c20eac14c2b8d https://github.com/Perl/perl5/commit/4a414abba40e6797ad6349011f8c20eac14c2b8d Author: Lukas Mai Date: 2024-02-08 (Thu, 08 Feb 2024) Changed paths: M sv.c M

[Perl/perl5] 50fe64: perl.c: Move handling of -m/-M switch into its own...

2024-02-08 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 50fe64fc14a1f4f8a1509d301849d21b4f954742 https://github.com/Perl/perl5/commit/50fe64fc14a1f4f8a1509d301849d21b4f954742 Author: Paul "LeoNerd" Evans Date: 2024-02-08 (Thu, 08 Feb 2024) Changed pa

[Perl/perl5] 8e9664: Recognise a :reader attribute on class fields

2024-02-08 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 8e9664dc9f209718c35194d97a619c9bbef2b907 https://github.com/Perl/perl5/commit/8e9664dc9f209718c35194d97a619c9bbef2b907 Author: Paul "LeoNerd" Evans Date: 2024-02-08 (Thu, 08 Feb 2024) Changed pa

[Perl/perl5] 5f0866: locale.c: Avoid copies

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

[Perl/perl5] e5c2d3: Avoid unnecessary mutex lock on Windows

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

[Perl/perl5] b6ac64: embed.fnc: Don't compile undefined function

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

[Perl/perl5] 6b961c: locale.c: Reword comment for clarity

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

[Perl/perl5] 95e393: Add comment to sv_setpv_freshbuf

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

[Perl/perl5] fb061b: locale.c: Two loop indices are confined to an enum

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

[Perl/perl5] 574e1e: locale.c: Use SvPV_nomg_const_nolen() over SvPV_n...

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

[Perl/perl5] bbfe49: Add cautionary comment to mktables

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

[Perl/perl5] 8749dd: Add ability to emulate thread-safe locale operations

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

[Perl/perl5] 3b2659: lib/locale.t:

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

[Perl/perl5] 36e41d: Don't use both mini_mktime() and mkttime()

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

[Perl/perl5] ebb7a9: perlapi, av.h: Need "apidoc_item"

2024-02-07 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ebb7a94b17bb2e45f958ffc5aabe0eae70625523 https://github.com/Perl/perl5/commit/ebb7a94b17bb2e45f958ffc5aabe0eae70625523 Author: Karl Williamson Date: 2024-02-07 (Wed, 07 Feb 2024) Changed paths: M av.h

[Perl/perl5] 583ead: perlfunc.pod: Standardize on hyphenated "command-l...

2024-02-07 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 583eadc5a74177d19c3fbcbf51e12228044c3a03 https://github.com/Perl/perl5/commit/583eadc5a74177d19c3fbcbf51e12228044c3a03 Author: Paul "LeoNerd" Evans Date: 2024-02-07 (Wed, 07 Feb 2024) Changed pa

[Perl/perl5] 31e187: Mark Digest::MD5 as uncustomized

2024-02-06 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 31e187340716a1b729ab3e475dd9a578b28e402f https://github.com/Perl/perl5/commit/31e187340716a1b729ab3e475dd9a578b28e402f Author: Leon Timmermans Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M

[Perl/perl5] 67878f: Mark Test2::Suite as uncustomized

2024-02-06 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 67878f12353514d156eb937080e3d6973773300a https://github.com/Perl/perl5/commit/67878f12353514d156eb937080e3d6973773300a Author: Leon Timmermans Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M t

[Perl/perl5] 822935: Mark cpan/version/t/07locale.t as no longer custom...

2024-02-06 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 822935d46f17375ccabd35c8586d3ab8e5d738a0 https://github.com/Perl/perl5/commit/822935d46f17375ccabd35c8586d3ab8e5d738a0 Author: Leon Timmermans Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M

[Perl/perl5] c2f1b4: locale.c: Make sure UTF-8 flag is off on a scalar

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

[Perl/perl5] d74f9d: Update perlfunc.pod fixing grammar

2024-02-06 Thread 積丹尼 Dan Jacobson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d74f9da21d78a55fb22a7c6130178ed862e08e25 https://github.com/Perl/perl5/commit/d74f9da21d78a55fb22a7c6130178ed862e08e25 Author: 積丹尼 Dan Jacobson Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M pod

[Perl/perl5] d630fe: locale.c: Combine some preprocessor directives

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

[Perl/perl5] 4650b6: t/class/*.t: Rename class TestNN to TestcaseNN to ...

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

[Perl/perl5] 425d89: Document appearance of "defer" feature in perlsyn.pod

2024-02-06 Thread Daniel Böhmer via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 425d89e38464cc2c460078ca16f4022c1fa4c62d https://github.com/Perl/perl5/commit/425d89e38464cc2c460078ca16f4022c1fa4c62d Author: Daniel Böhmer Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M pod

[Perl/perl5] 0d564a: av.h - document new newAV_mortal macro

2024-02-05 Thread Richard Leach via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0d564a3d013287cf0880fdc3264f30c20fe6188d https://github.com/Perl/perl5/commit/0d564a3d013287cf0880fdc3264f30c20fe6188d Author: Richard Leach Date: 2024-02-05 (Mon, 05 Feb 2024) Changed paths: M av.h

[Perl/perl5] 2b8348: Additional author address in .mailmap

2024-02-05 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2b834861aedd9195b8cca726c3b40a47d278d474 https://github.com/Perl/perl5/commit/2b834861aedd9195b8cca726c3b40a47d278d474 Author: James E Keenan Date: 2024-02-05 (Mon, 05 Feb 2024) Changed paths: M

[Perl/perl5] ff07ec: cpan/Pod-Checker - Update to version 1.77

2024-02-05 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ff07ecddf657a211b64d8bae1dbf3b242a545d64 https://github.com/Perl/perl5/commit/ff07ecddf657a211b64d8bae1dbf3b242a545d64 Author: Marek Rouchal Date: 2024-02-05 (Mon, 05 Feb 2024) Changed paths: M

[Perl/perl5] 4bc38a: locale.c: Avoid unused param warnings

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

[Perl/perl5] 1c4adc: locale.c: Don't compile unused function

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

[Perl/perl5] 1957c6: locale.c: Change API for static strftime-related f...

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

[Perl/perl5] f20e69: C preprocessor doesn't understand 'false' means

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

[Perl/perl5] 186963: locale.c: Fix bug when -DNO_LOCALE_TIME

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

[Perl/perl5] 59f827: perlapi: Note sv_[v]?setpvf* don't change UTF-8 flag

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

[Perl/perl5] 4978b8: locale.c: Silence compiler warning

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

[Perl/perl5] fd29c4: locale.c: Use strchr before strpbrk

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

[Perl/perl5] 56edaf: perlapi: Document hv_existss, hv_fetchs

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

[Perl/perl5] 07a53d: win32/GNUmakefile: only use gcc warnings for the p...

2024-02-04 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 07a53dca6ee0b9c82acfb8d777fe4e7cc6aae661 https://github.com/Perl/perl5/commit/07a53dca6ee0b9c82acfb8d777fe4e7cc6aae661 Author: Tony Cook Date: 2024-02-05 (Mon, 05 Feb 2024) Changed paths: M win32

[Perl/perl5] b7ed27: only define ingroup() where needed (i.e. on !DOSIS...

2024-02-03 Thread mauke via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b7ed279824f39feb87bb9704af63f009125b974c https://github.com/Perl/perl5/commit/b7ed279824f39feb87bb9704af63f009125b974c Author: Lukas Mai Date: 2024-02-03 (Sat, 03 Feb 2024) Changed paths: M doio.c

[Perl/perl5] 9fd26f: Silence some warnings in doio.c

2024-02-03 Thread Leon Timmermans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 9fd26f3e9b4e23173dcd40bbb994f1959f93a6be https://github.com/Perl/perl5/commit/9fd26f3e9b4e23173dcd40bbb994f1959f93a6be Author: sisyphus Date: 2024-02-03 (Sat, 03 Feb 2024) Changed paths: M doio.c

[Perl/perl5] 4f449b: Add basic example of qx// on perlop.pod

2024-02-02 Thread 積丹尼 Dan Jacobson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 4f449b11929d79ca329e865cf541798a09d4 https://github.com/Perl/perl5/commit/4f449b11929d79ca329e865cf541798a09d4 Author: 積丹尼 Dan Jacobson Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M pod

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-cp936 Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-test_threads Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-mktime Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-fullword_op Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-emulate Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-both_bsd_smoke Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-alpine Home: https://github.com/Perl/perl5

[Perl/perl5] b701d5: lib/locale.t:

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

[Perl/perl5] 2787b2: Fix Safe not able to use modules without an import...

2024-02-01 Thread Mathias Kende via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2787b24b108f265d586974ad880496e066a1ba81 https://github.com/Perl/perl5/commit/2787b24b108f265d586974ad880496e066a1ba81 Author: Mathias Kende Date: 2024-02-02 (Fri, 02 Feb 2024) Changed paths: M dist

[Perl/perl5] d90be8: lib/locale.t:

2024-02-01 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-env Home: https://github.com/Perl/perl5 Commit: d90be81df55f09d37b1fbee89abf7a002dcf8439 https://github.com/Perl/perl5/commit/d90be81df55f09d37b1fbee89abf7a002dcf8439 Author: Karl Williamson Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths

[Perl/perl5] 858577: locale.c: Fix ALT_DIGITS on Alpine

2024-01-31 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 85857715f96ef9f591dd5ca0322dc293e1f07867 https://github.com/Perl/perl5/commit/85857715f96ef9f591dd5ca0322dc293e1f07867 Author: Karl Williamson Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M

[Perl/perl5] b9be37: [doc] `perldelta`: Minor template fixes

2024-01-31 Thread Elvin Aslanov via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b9be37a1367029cb4cf6217fc079a5d63c3ac8ce https://github.com/Perl/perl5/commit/b9be37a1367029cb4cf6217fc079a5d63c3ac8ce Author: rwp0 Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M Porting

[Perl/perl5] 12bfaf: [inline.h] Silence "[-Wunknown-pragmas]" warnings ...

2024-01-30 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 12bfaf55b1cd5d72a7381be53a14e480fa3e70da https://github.com/Perl/perl5/commit/12bfaf55b1cd5d72a7381be53a14e480fa3e70da Author: sisyphus Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M inline.h

[Perl/perl5] 94664d: XS::APItest: don't allow a NULL AV * through

2024-01-30 Thread Tony Cook via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 94664de147ae2d0866c8f79a7dce7ea237bc880a https://github.com/Perl/perl5/commit/94664de147ae2d0866c8f79a7dce7ea237bc880a Author: Tony Cook Date: 2024-01-31 (Wed, 31 Jan 2024) Changed paths: M ext/XS

[Perl/perl5] fd723c: lib/locale.t:

2024-01-30 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-env Home: https://github.com/Perl/perl5 Commit: fd723ca513cb6c89b1fcd7efe8f6ecfe086e2ffb https://github.com/Perl/perl5/commit/fd723ca513cb6c89b1fcd7efe8f6ecfe086e2ffb Author: Karl Williamson Date: 2024-01-30 (Tue, 30 Jan 2024) Changed paths

[Perl/perl5] 551743: localeconv: Need to toggle current MONETARY locale...

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

[Perl/perl5] f5ce97: locale.c: Remove redundant lock

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

[Perl/perl5] 36e39d: Langinfo.t: Set locale categories if no LC_ALL

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

[Perl/perl5] ce9ebb: locale.c: Avoid unused parameter warning

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

[Perl/perl5] a22b3a: locale.c: Add missing check for error return

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

[Perl/perl5] 0f9485: Version bumps: File::Glob and Hash::Util

2024-01-29 Thread Richard Leach via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0f9485cc78e57077433bdbe29fc9c4096361250f https://github.com/Perl/perl5/commit/0f9485cc78e57077433bdbe29fc9c4096361250f Author: Richard Leach Date: 2024-01-29 (Mon, 29 Jan 2024) Changed paths: M ext

[Perl/perl5] f2d70d: Hash::Util::bucket_array - use av_push_simple on n...

2024-01-28 Thread Richard Leach via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: f2d70d2486d4c7e6d0324da15e8bdaaf7f9048b3 https://github.com/Perl/perl5/commit/f2d70d2486d4c7e6d0324da15e8bdaaf7f9048b3 Author: Richard Leach Date: 2024-01-28 (Sun, 28 Jan 2024) Changed paths: M ext

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/Biswa96/fix-clang-mingw Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/khw/alt-freebsd-hints-20201209 Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/khwilliamson/replacement Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/zmughal-extutils-cbuilder-win32-gcc-auto-image-base Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/khw-localeconv Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/hv/pp_ctl-20210207 Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/fix-20090-20220818 Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gh-21814-21815-combined Home: https://github.com/Perl/perl5

[Perl/perl5]

2024-01-28 Thread James E Keenan via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/gh-18503-locale-maketext Home: https://github.com/Perl/perl5

[Perl/perl5] af9733: builtin.c: Remember to EXTEND() before using XSRET...

2024-01-26 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: af9733f1e2152339a4db682937e7c6c6ee95b5fb https://github.com/Perl/perl5/commit/af9733f1e2152339a4db682937e7c6c6ee95b5fb Author: Paul "LeoNerd" Evans Date: 2024-01-26 (Fri, 26 Jan 2024) Changed pa

[Perl/perl5] ecc8f9: test_testlist.t: correction for 1-character typo

2024-01-25 Thread James E Keenan via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ecc8f9018bb2c4bb2a9e6d3b16a85bf61e63d948 https://github.com/Perl/perl5/commit/ecc8f9018bb2c4bb2a9e6d3b16a85bf61e63d948 Author: James E Keenan Date: 2024-01-25 (Thu, 25 Jan 2024) Changed paths: M t

[Perl/perl5] 80698d: locale.c: Fix ALT_DIGITS on Alpine

2024-01-25 Thread Karl Williamson via perl5-changes
Branch: refs/heads/smoke-me/khw-alpine Home: https://github.com/Perl/perl5 Commit: 80698d013342726d075ff7b7f0f177b16833ee78 https://github.com/Perl/perl5/commit/80698d013342726d075ff7b7f0f177b16833ee78 Author: Karl Williamson Date: 2024-01-24 (Wed, 24 Jan 2024) Changed

[Perl/perl5] e25b06: pad.c: NULL out the pad entry corresponding to a t...

2024-01-24 Thread Paul Evans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e25b066d3a582b8da4ccb529a8c6ceea3f0c5f37 https://github.com/Perl/perl5/commit/e25b066d3a582b8da4ccb529a8c6ceea3f0c5f37 Author: Paul "LeoNerd" Evans Date: 2024-01-24 (Wed, 24 Jan 2024) Changed pa

[Perl/perl5] 5459eb: perlapi Document hv_deletes()

2024-01-22 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5459eb2e968db0aa506200323b04e89378af3e13 https://github.com/Perl/perl5/commit/5459eb2e968db0aa506200323b04e89378af3e13 Author: Karl Williamson Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M hv.c

[Perl/perl5] 5f9b6a: locale.c: Change some int to Size_t

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

[Perl/perl5] beb60f: locale.c: Be sure to restore a toggled locale

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

[Perl/perl5] e6145c: locale.c: Fix typo

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

[Perl/perl5]

2024-01-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-changelog Home: https://github.com/Perl/perl5

[Perl/perl5] ea7611: Storable: reformat and fix up change log

2024-01-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ea7611b58ba1e09cf59415d24fe10105fe55ea8c https://github.com/Perl/perl5/commit/ea7611b58ba1e09cf59415d24fe10105fe55ea8c Author: Graham Knop Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M dist

[Perl/perl5] 8042a0: Storable: reformat and fix up change log

2024-01-22 Thread Graham Knop via perl5-changes
Branch: refs/heads/haarg/storable-changelog Home: https://github.com/Perl/perl5 Commit: 8042a0dc517d6383e20bc6e0b2b1e3631ff9fb61 https://github.com/Perl/perl5/commit/8042a0dc517d6383e20bc6e0b2b1e3631ff9fb61 Author: Graham Knop Date: 2024-01-22 (Mon, 22 Jan 2024) Changed

[Perl/perl5] b2da45: locale.c: Add 2 missing lines

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b2da456cf039047e0f6ff218fe759a84b1ebaf24 https://github.com/Perl/perl5/commit/b2da456cf039047e0f6ff218fe759a84b1ebaf24 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] 800cef: locale.c: Use sv_setsv_nomg() over SvSetSV()

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 800cef83424dbe60b8c9dbd98997f526e902a0da https://github.com/Perl/perl5/commit/800cef83424dbe60b8c9dbd98997f526e902a0da Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] 117d49: locale.c: No need to SAVEFREEPV literal return

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 117d494eb4db9e622b2ce8dc2c67a22b40050578 https://github.com/Perl/perl5/commit/117d494eb4db9e622b2ce8dc2c67a22b40050578 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] edcae9: POSIX.xs: Perl_localeconv() always returns somethi...

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: edcae9b84ddbeba50b53c1d906ed12b18f037065 https://github.com/Perl/perl5/commit/edcae9b84ddbeba50b53c1d906ed12b18f037065 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M ext

[Perl/perl5] a07946: makedef.pl: Sync duplicated code with perl.h

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a07946c06f5ab5da446ac3d6b9835f60643f8269 https://github.com/Perl/perl5/commit/a07946c06f5ab5da446ac3d6b9835f60643f8269 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] 26e5c0: perlapi: Note return from Perl_localeconv is mortal

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 26e5c0b6f9a82d0f4d9df203596ac0cb79904c18 https://github.com/Perl/perl5/commit/26e5c0b6f9a82d0f4d9df203596ac0cb79904c18 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] d08b8b: locale.c: Refactor some code

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d08b8b16a4be8a7b245732aadf4c10d6ba242d5c https://github.com/Perl/perl5/commit/d08b8b16a4be8a7b245732aadf4c10d6ba242d5c Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] 5da369: locale.c: Use hv_deletes instead of hv_delete.

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 5da3697fe7b846b59e8b928aeafdcc4e45f09c05 https://github.com/Perl/perl5/commit/5da3697fe7b846b59e8b928aeafdcc4e45f09c05 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] afc6e1: locale.c: Simplify some preprocessor directives

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: afc6e1ac7f0c8208d2dba809f585e996fd63548f https://github.com/Perl/perl5/commit/afc6e1ac7f0c8208d2dba809f585e996fd63548f Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

[Perl/perl5] 96a432: locale.c: ALT_DIGITS should be empty not "0" when ...

2024-01-21 Thread Karl Williamson via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 96a4323e9d03702ad7250050abc6aeb19cb30266 https://github.com/Perl/perl5/commit/96a4323e9d03702ad7250050abc6aeb19cb30266 Author: Karl Williamson Date: 2024-01-21 (Sun, 21 Jan 2024) Changed paths: M

<    8   9   10   11   12   13   14   15   16   17   >