Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e61025dfb72774d414f04b0107f97b8c4b068cf2
https://github.com/Perl/perl5/commit/e61025dfb72774d414f04b0107f97b8c4b068cf2
Author: Karl Williamson <[email protected]>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M ext/B/Makefile.PL
Log Message:
-----------
ext/B/Makefile.PL: #define can have interior white space
As a result, it would fail to see legal preprocessor lines like
# define foo
Commit: c6565d4b08aaa574913fcf883d464fad2859c65a
https://github.com/Perl/perl5/commit/c6565d4b08aaa574913fcf883d464fad2859c65a
Author: Karl Williamson <[email protected]>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M cv.h
M op.h
Log Message:
-----------
Make some flags accessible from /ext
Nothing in the test suite (nor apparently CPAN) had exercised this area
of the code, and so this flaw hadn't been discovered. But new code
about to be commited does.
Compare: https://github.com/Perl/perl5/compare/02771ea7cb26...c6565d4b08aa