Perl 5 Commit Summary
[email protected] (Perl 5 commit summary)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Perl 5 commit summary, activity since Saturday
Current branch blead
16 commits. 4 unique authors. 3 unique committers.
41 files changed, 451 insertions(+), 232 deletions(-)
Thanks, applied: Karl Williamson (2)
Snapshot: http://github.com/Perl/perl5/tarball/76771b2f9a72a10e
Clean up, simplify, and re-work Perl_seed(). Fixes #2296
Scott Baker 1 file changed, 53 insertions(+), 44 deletions(-
https://github.com/Perl/perl5/commit/76771b2f9a72a10e
Change Perl_seed() to return a U64
Scott Baker 3 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/134107b181eb4c2b
pp_enteriter - skip fits-in-integer check for positive IVs!
Richard Leach 1 file changed, 14 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/405e1a98a4a5172e
Change release managers guide to run the tests in parallel
Max Maischein 1 file changed, 17 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/349bc76fbd5b451d
Prepare Module::Corelist
Max Maischein 3 files changed, 31 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/77fd20a5613302d3
Add URL for Perl 5.43.7 release
Max Maischein 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d47ea5d4a0bd6998
Bump the perl version in various places for 5.43.7
Max Maischein 22 files changed, 135 insertions(+), 126 deletio
https://github.com/Perl/perl5/commit/48b1717bed6ff5d8
Archive perldelta 5.43.7
Max Maischein 10 files changed, 511 insertions(+), 59 deletion
https://github.com/Perl/perl5/commit/ca1acb5544fbb23f
Mark 5.43.7 as released
Max Maischein 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/37bc71cdc9526204
Merge branch 'release-5.43.7' into blead
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/6b7fb5cf865597a5
Add new release to perlhist
Max Maischein 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/87a91cb6b5956e0d
perlio.c: Fix grammar in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7e57931a2beb94d9
Update perldelta for 5.43.7
Max Maischein 1 file changed, 29 insertions(+), 353 deletions(
https://github.com/Perl/perl5/commit/963aefadb313fd81
Update Module::CoreList for 5.43.7
Max Maischein 2 files changed, 19 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/4ea2bfc421eb21f5
Set Module::CoreList version to 20260119
Max Maischein 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/99ce99b7ba73437a
regen.pl: Add comment
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/06c43a51065a7d4d
Current branch davem/xs_fixups
106 commits. 1 unique author. 1 unique committer.
3 files changed, 50 insertions(+), 8 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/de984d160dca9f04
ParseXS: warn on forbidden OVERLOAD names
David Mitchell 2 files changed, 14 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/de984d160dca9f04
ParseXS: OVERLOAD: support ${} and @{}
David Mitchell 2 files changed, 33 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1f637f1679e382b7
ParseXs: tweak test descriptions in t/008...t
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/a069c2aef728cb20
ParseXS: fix up two TODO tests
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8de3900963534d2b
ParseXS: update Changes
David Mitchell 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/41d90b16970275ef
ParseXS: enable + fix warnings in CountLines.pm
David Mitchell 1 file changed, 14 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/83dec28b85a79e00
ParseXS: 004-parse-xsub-declaration.t: fix for 589
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/99bada4aca625d2b
ParseXS: rename t/data/ to t/test_typemaps
David Mitchell 14 files changed, 17 insertions(+), 13 deletions
https://github.com/Perl/perl5/commit/d9d299e8822c54ee
ParseXS: add comment at the top of all t/5xx*.t
David Mitchell 10 files changed, 39 insertions(+), 4 deletions(
https://github.com/Perl/perl5/commit/99b6bfe7bb9904f6
ParseXS: rename t/5xx-t-*.t to t/5xx-typemaps-*.t
David Mitchell 11 files changed, 10 insertions(+), 10 deletions
https://github.com/Perl/perl5/commit/5accc510a45eedc8
ParseXS: add comments at the top of all t/1xx*.t
David Mitchell 7 files changed, 21 insertions(+)
https://github.com/Perl/perl5/commit/1f83f42ab72a395f
ParseXS: rename t/1xx-*.t to t/1xx-api-*.t
David Mitchell 9 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/d269605bd4ce5b89
ParseXS: delete t/112-set_cond.t
David Mitchell 2 files changed, 10 deletions(-)
https://github.com/Perl/perl5/commit/abb088655f63c936
ParseXS: delete t/108-map_type.t
David Mitchell 2 files changed, 14 deletions(-)
https://github.com/Perl/perl5/commit/260a943083004756
ParseXS: delete t/pseudotypemap1
David Mitchell 2 files changed, 6 deletions(-)
https://github.com/Perl/perl5/commit/f8bd623af69958bf
ParseXS: t/001-parse-basic.t: add std comments
David Mitchell 1 file changed, 12 insertions(+)
https://github.com/Perl/perl5/commit/a9bc2343006e7e90
ParseXS: rename t/001-basic.t t/001-parse-basic.t
David Mitchell 2 files changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/192d5227cda471bb
ParseXS: add t/009-parse-c-plusplus.t
David Mitchell 3 files changed, 377 insertions(+), 341 deletion
https://github.com/Perl/perl5/commit/673f81a3c099d0e8
ParseXS: add t/008-parse-xsub-keywords.t
David Mitchell 3 files changed, 1471 insertions(+), 1436 deleti
https://github.com/Perl/perl5/commit/7f2eaf9984704eb5
ParseXS: add t/007-parse-input-output.t
David Mitchell 3 files changed, 745 insertions(+), 708 deletion
https://github.com/Perl/perl5/commit/0a3358a6c0a333db
ParseXS: add t/006-parse-return-type.t
David Mitchell 3 files changed, 909 insertions(+), 861 deletion
https://github.com/Perl/perl5/commit/db21913e83afd44a
ParseXS: add t/005-parse-parameters.t
David Mitchell 3 files changed, 1363 insertions(+), 1314 deleti
https://github.com/Perl/perl5/commit/cec1e7ae3e717ace
ParseXS: add t/004-parse-xsub-declaration.t
David Mitchell 3 files changed, 780 insertions(+), 731 deletion
https://github.com/Perl/perl5/commit/270d94fa8e43efc7
ParseXS: add t/003-parse-file-scope-keywords.t
David Mitchell 3 files changed, 940 insertions(+), 899 deletion
https://github.com/Perl/perl5/commit/11d2cbf02984007d
ParseXS: add t/002-parse-file-scope.t
David Mitchell 3 files changed, 506 insertions(+), 469 deletion
https://github.com/Perl/perl5/commit/850bca14f87bceea
ParseXS: add t/lib/TestMany.pm
David Mitchell 3 files changed, 173 insertions(+), 147 deletion
https://github.com/Perl/perl5/commit/525baa55ac282224
ParseXS: add t/000-version.t
David Mitchell 3 files changed, 33 insertions(+), 19 deletions(
https://github.com/Perl/perl5/commit/1fdffb3b3698b8ac
ParseXS: add top comments to new 3xx-run-foo files
David Mitchell 3 files changed, 33 insertions(+)
https://github.com/Perl/perl5/commit/95117fbde5a1d3e3
ParseXS: rename t/003-usage.t to t/303-run-usage.t
David Mitchell 2 files changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/795a9d3c1d8d919b
ParseXS: rename t/002-more.t to t/302-run-more.t
David Mitchell 2 files changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8b82dc899774ece1
ParseXS: add 301-run-basic.t
David Mitchell 5 files changed, 206 insertions(+), 176 deletion
https://github.com/Perl/perl5/commit/fdaf8f27884486c5
ParseXS: delete t/115-avoid-noise.t, t/XSWarn.xs
David Mitchell 4 files changed, 3 insertions(+), 37 deletions(-
https://github.com/Perl/perl5/commit/a14afa9061d00f75
ParseXS: delete t/XSBroken.xs
David Mitchell 3 files changed, 1 insertion(+), 39 deletions(-)
https://github.com/Perl/perl5/commit/1ca278fa8d5e8dde
ParseXS: delete t/XSFalsePositive*.xs
David Mitchell 4 files changed, 77 deletions(-)
https://github.com/Perl/perl5/commit/483c1b1686eda86e
ParseXS: delete t/XSTightDirectives.xs
David Mitchell 3 files changed, 60 insertions(+), 38 deletions(
https://github.com/Perl/perl5/commit/58c8b8f72bab23a6
ParseXS: delete t/XSAlias.xs
David Mitchell 3 files changed, 111 insertions(+), 124 deletion
https://github.com/Perl/perl5/commit/71d90fa873b64e60
ParseXS: t/001-basic.t: modernise input ref test
David Mitchell 1 file changed, 19 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/adce1f5935f3de9c
ParseXS: t/001-basic.t: modernise -nofoo tests
David Mitchell 1 file changed, 58 insertions(+), 32 deletions(-
https://github.com/Perl/perl5/commit/9ad2b49911e9865c
ParseXS: 001-basic.t: improve test_many()
David Mitchell 1 file changed, 46 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/24f783992d74633c
ParseXS: delete t/XSNoMap.xs
David Mitchell 4 files changed, 3 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/7b39f9e0ea7317e8
ParseXS: t/001-basic.t: modernise C++ test
David Mitchell 1 file changed, 2 insertions(+), 47 deletions(-)
https://github.com/Perl/perl5/commit/d3cc4ddc35ccc34e
ParseXS: 001-basic.t: add more ellipsis tests
David Mitchell 1 file changed, 71 insertions(+), 58 deletions(-
https://github.com/Perl/perl5/commit/a00171a93f354ee1
ParseXS: 001-basic.t: modernise usage test
David Mitchell 1 file changed, 19 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/3336c8960ba9b129
ParseXS: 001-basic.t: add tests for OUT with INPUT
David Mitchell 1 file changed, 34 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/b8b9524e79f7e6dc
ParseXS: 001-basic.t: add basic type tests
David Mitchell 1 file changed, 188 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/e807d4992cd7a83e
ParseXS: 001-basic.t: modernise default test
David Mitchell 1 file changed, 12 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/60c4f928d222537d
ParseXS: 001-basic.t: simplify test API
David Mitchell 1 file changed, 628 insertions(+), 635 deletions
https://github.com/Perl/perl5/commit/bcb1f38f687c2e8f
ParseXS: 001-basic.t: add 'use warnings'
David Mitchell 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/30b259469d64b852
ParseXS: refactor: 001-basic.t: add TODO flag
David Mitchell 1 file changed, 25 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/d5fa2b696a82c3f8
ParseXS: refactor: 001-basic.t: add flags
David Mitchell 1 file changed, 852 insertions(+), 848 deletions
https://github.com/Perl/perl5/commit/097e4e0c2584d711
ParseXS: better handle non-T_PV length(s) params
David Mitchell 2 files changed, 104 insertions(+), 10 deletions
https://github.com/Perl/perl5/commit/bfc752dc6eef65f8
ParseXS: add test for alien length type
David Mitchell 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/a04ffd6445c4ca3a
ParseXS: simplify XSauto length() param handling
David Mitchell 1 file changed, 12 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/c9c059cab5da85e4
ParseXS: reorganise length param code generation
David Mitchell 1 file changed, 27 insertions(+), 29 deletions(-
https://github.com/Perl/perl5/commit/e3137477783c968f
ParseXS: rename has_length field to length_param
David Mitchell 1 file changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/cb24d40c4a06cf6e
ParseXS: refactor: simplify {is_ansi} field
David Mitchell 1 file changed, 11 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/4d245334b8563839
ParseXS: ban OUT* params with length()
David Mitchell 2 files changed, 55 insertions(+)
https://github.com/Perl/perl5/commit/25f067ccd1327f28
ParseXS: move length() default var check earlier
David Mitchell 2 files changed, 15 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/e341bfb00397867f
ParseXS: ban length() on placeholder param
David Mitchell 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/acb2f071552c4b37
ParseXS: test for length(s) = NO_INIT
David Mitchell 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/f59707e657520219
ParseXS: length() tests: add type
David Mitchell 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/57e28107d3bbc0c8
ParseXS: ban IN_OUT etc modifiers with length(s)
David Mitchell 2 files changed, 58 insertions(+)
https://github.com/Perl/perl5/commit/e9ae360f40a3c964
ParseXS: reindent block following previous commit
David Mitchell 1 file changed, 13 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/ecdeb6b1a87541e6
ParseXS: tweak param-parsing code
David Mitchell 1 file changed, 9 insertions(+), 12 deletions(-)
https://github.com/Perl/perl5/commit/e2d74910ec38204b
ParseXS: ban length(s) without a type
David Mitchell 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/352c2d88458610ad
ParseXS: refactor: don't set $_ in Param::parse()
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/85e24a0a4e40633d
ParseXS: be stricter on REQUIRE arg
David Mitchell 2 files changed, 10 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/b9c3f7347e6258e8
ParseXS: doc test for TYPEMAP after XSUB
David Mitchell 2 files changed, 30 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/3e3228bca1eaa6fc
ParseXS: warn on duplicate FALLBACK
David Mitchell 2 files changed, 32 insertions(+)
https://github.com/Perl/perl5/commit/da7bcbf3e2627506
ParseXS: don't skip death() test
David Mitchell 1 file changed, 20 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/b26c38d0e1189b11
ParseXS: test INTERFACE name mangling
David Mitchell 1 file changed, 47 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/8325d11bfd9d42ef
ParseXS: add some basic tests for INTERFACE_MACRO
David Mitchell 1 file changed, 33 insertions(+)
https://github.com/Perl/perl5/commit/60118c0ef67ce8c7
ParseXS: add basic tests for PREINIT keyword
David Mitchell 1 file changed, 38 insertions(+)
https://github.com/Perl/perl5/commit/943dc561d473f862
ParseXS: add tests for BOOT and TYPEMAP keywords
David Mitchell 1 file changed, 127 insertions(+), 42 deletions(
https://github.com/Perl/perl5/commit/21134f7a5fc1405c
ParseXS: regularise INCLUDE pipe error handling
David Mitchell 2 files changed, 23 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/e461e045510b7e35
ParseXS: no stderr noise on empty INCLUDE
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e78117ec500eb7af
ParseXS: add basic tests for INCLUDE(_COMMAND)
David Mitchell 3 files changed, 109 insertions(+)
https://github.com/Perl/perl5/commit/c7b98c33f5280d67
ParseXS: tidy up INCLUDE error messages
David Mitchell 2 files changed, 19 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/024404cd798498f3
ParseXS: reword bad EN/DISABLE err msg
David Mitchell 2 files changed, 27 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/eb5d2a6fc73aa76b
ParseXS: add tests for REQUIRE and improve err msg
David Mitchell 2 files changed, 56 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/46020a448b8fbce2
ParseXS: add FALLBACK tests and fix error call
David Mitchell 2 files changed, 66 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8accaf1312846efa
ParseXS: add more function pointer type tests
David Mitchell 1 file changed, 56 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/3cfb254339e67131
ParseXS: 001-basic.t: fix comment typos
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/7294b40d7d27eeaa
ParseXS: detect OUTPUT: SETMAGIC: bad arg values
David Mitchell 2 files changed, 18 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/a1ee8e7b101cebf1
ParseXS: ban ALIAS: 0
David Mitchell 2 files changed, 20 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/303d941566a832d1
ParseXS: refactor: split OVERLOAD args
David Mitchell 1 file changed, 12 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/24c7c8c4097361f0
ParseXS: warn on duplicate OVERLOAD entries
David Mitchell 2 files changed, 18 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/c3bab674e7f88efd
ParseXS: OVERLOAD: simplify regex
David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/65f56f2b2aa83047
ParseXS: warn on junk following a CODEish keyword
David Mitchell 2 files changed, 75 insertions(+), 11 deletions(
https://github.com/Perl/perl5/commit/78da06b6af97f7a1
ParseXS: add tests for 'misplaced FOO:' error
David Mitchell 1 file changed, 38 insertions(+)
https://github.com/Perl/perl5/commit/0a51831011305841
ParseXS: add 'missing initialiser value' error
David Mitchell 2 files changed, 63 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/7c1f73a9fe49552b
ParseXS: 001-basic.t: consolidate INPUT tests
David Mitchell 1 file changed, 223 insertions(+), 241 deletions
https://github.com/Perl/perl5/commit/9900748ca2f00849
ParseXS:t/001-basic.t : add support for TODO tests
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9cd8b9dec65eaab7
ParseXS: detect missing param default expression
David Mitchell 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/cbca9b600a30a973
ParseXS: add basic tests for param default values
David Mitchell 1 file changed, 92 insertions(+)
https://github.com/Perl/perl5/commit/c11a2353c46fb12c
ParseXS: test and reword 'length with default' err
David Mitchell 2 files changed, 13 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/3858de066657ea88
ParseXS: detect duplicate INTERFACE names
David Mitchell 2 files changed, 14 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/ce88c8a13ce4e947
ParseXS: add error check for ALIAS and INTERFACE
David Mitchell 2 files changed, 22 insertions(+)
https://github.com/Perl/perl5/commit/9bcdf157740c34e2
ParseXS: improve 'definition too short' err msg
David Mitchell 2 files changed, 23 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/813ce0286e28aaef
ParseXS: avoid spurious CASE error msgs
David Mitchell 2 files changed, 27 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/8e88716eed1fc725
ParseXS: fix warning on unparseable params
David Mitchell 2 files changed, 10 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cc2ae47bd8e94544
ParseXS: improve err msg: Didn't find a MODULE ...
David Mitchell 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/473ef7e364dfe713
ParseXS: improve 'not indented' err message
David Mitchell 3 files changed, 59 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/1e6ae2c1b561d4d9
ParseXS: add Utilities::deathHint() method
David Mitchell 2 files changed, 27 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/ca802184d979f067
ParseXS: improve err msg: Unterminated '#if/...
David Mitchell 2 files changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/eac172468f86bfe0
ParseXS: improve else with no matching if err msg
David Mitchell 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/b4b27aa716662605
Current branch haarg/undefined-import-warning
1 commit. 1 unique author. 1 unique committer.
6 files changed, 117 insertions(+), 117 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/1cc19d6993ba2f4c
change category name and message for missing import method
Graham Knop 6 files changed, 117 insertions(+), 117 deletion
https://github.com/Perl/perl5/commit/1cc19d6993ba2f4c
Current branch maint-votes
5 commits. 2 unique authors. 2 unique committers.
1 file changed, 3 insertions(+), 7 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/e4eb9e3aff8bf9ba
remove cherry-picked 5d62050d173f
Tony Cook 1 file changed, 2 deletions(-)
https://github.com/Perl/perl5/commit/e4eb9e3aff8bf9ba
votes
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9e64fe30b940e8a9
Remove cherry-picked commits
Steve Hay 1 file changed, 5 deletions(-)
https://github.com/Perl/perl5/commit/bbbe821d43154f38
Add votes
Steve Hay 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/00a2a02472f44af9
khw has proposed merging PR#23921 except for the new test
Steve Hay 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/b4a9166799db8823
New branch macos_deployment_target
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/dcf0954f84aafbfb
Allow for integer values to $MACOSX_DEPLOYMENT_TARGET #24085
Leon Timmermans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/dcf0954f84aafbfb
New branch maint-5.42
7 commits. 4 unique authors. 2 unique committers.
Thanks, applied: Steve Hay (3) Tony Cook (2)
Snapshot: http://github.com/Perl/perl5/tarball/7f16c10de3267148
Update email address of Yitzchak Scott-Thoennes
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/7f16c10de3267148
'use 5.41' affects current line source::encoding
Yitzchak Scott-Thoennes 3 files changed, 9 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/202f1e209c13ab40
Turn off POSIX 2008 locales on AIX
Karl Williamson 2 files changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f6bdbbfd9968624e
class.c: gracefully handle reader/writer after 'strict' error
Lukas Mai 3 files changed, 28 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/3206b3674fbed6f9
newFOROP: fix crash when optimizing 2-var for over builtin::indexed
Lukas Mai 2 files changed, 24 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/f8e69e707e6daff7
Fix new perldelta
Steve Hay 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/16d41b55173cc81b
New perldelta
Steve Hay 9 files changed, 1775 insertions(+), 1324 deleti
https://github.com/Perl/perl5/commit/f4b63088fcda2b4d
Martian commit df5095d4f8f5b0e77072802c7b51169968017951
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/df5095d4f8f5b0e7
Clean up, simplify, and re-work Perl_seed(). Fixes #2296
Scott Baker 1 file changed, 53 insertions(+), 44 deletions(-
https://github.com/Perl/perl5/commit/df5095d4f8f5b0e7
Change Perl_seed() to return a U64
Scott Baker 3 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/06593c15a7d63151
Martian commit 260975a903b52d60e396fb16dac09fe2f5701e9a
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/260975a903b52d60
Perl_newHVhv - don't share keys under NODEFAULT_SHAREKEYS
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/260975a903b52d60
Ignored 95 GitHub auto-generated merge commits