Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 00dc999f17f11a0e1f11b9bfcba8e0e544d85b0e
https://github.com/Perl/perl5/commit/00dc999f17f11a0e1f11b9bfcba8e0e544d85b0e
Author: Karl Williamson <[email protected]>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M ext/POSIX/POSIX.xs
M ext/POSIX/lib/POSIX.pm
Log Message:
-----------
POSIX.xs: Use macro to reduce complexity
This #defines a macro and uses it to populate a structure, so that
strings don't have to be typed twice.
Commit: d79c60097aa66b97e9ca10a0eddf545f4b22bd21
https://github.com/Perl/perl5/commit/d79c60097aa66b97e9ca10a0eddf545f4b22bd21
Author: Karl Williamson <[email protected]>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M ext/POSIX/POSIX.xs
Log Message:
-----------
POSIX.xs: White-space only
Properly indent some nested preprocessor directives
Compare: https://github.com/Perl/perl5/compare/26df2752a1a3...d79c60097aa6