Branch: refs/heads/parsexs-outargs
Home: https://github.com/Perl/perl5
Commit: 2c5eb27ba891014061d8a2986c7118964b194eee
https://github.com/Perl/perl5/commit/2c5eb27ba891014061d8a2986c7118964b194eee
Author: Leon Timmermans <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/Changes
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
M dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm
M dist/ExtUtils-ParseXS/lib/perlxs.pod
Log Message:
-----------
Bump version of ExtUtils::ParseXS to 3.64
Commit: 59d9c56c8d4643e2ec2f550f073890cacfc5bc68
https://github.com/Perl/perl5/commit/59d9c56c8d4643e2ec2f550f073890cacfc5bc68
Author: Leon Timmermans <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M dist/ExtUtils-ParseXS/Changes
M dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Node.pm
M dist/ExtUtils-ParseXS/t/008-parse-xsub-keywords.t
Log Message:
-----------
ExtUtils::ParseXS: Respect output arguments in INTERFACES
OUT, IN_OUT and OUTLIST arguments should be passed as pointers when
autocalling, so the function pointer type needs to use that pointer type
for the argument.
Compare: https://github.com/Perl/perl5/compare/f420835b9dbd...59d9c56c8d46
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications