Branch: refs/heads/smoke-me/khw-lexact
Home: https://github.com/Perl/perl5
Commit: 964bbb55d41c6d67c858b7aa32762b0a1b08e3cf
https://github.com/Perl/perl5/commit/964bbb55d41c6d67c858b7aa32762b0a1b08e3cf
Author: Karl Williamson <[email protected]>
Date: 2019-11-24 (Sun, 24 Nov 2019)
Changed paths:
M Configure
Log Message:
-----------
XXX Configure
Commit: 66ced497ad851e9ec08798073a391fc44296e81d
https://github.com/Perl/perl5/commit/66ced497ad851e9ec08798073a391fc44296e81d
Author: Karl Williamson <[email protected]>
Date: 2019-11-24 (Sun, 24 Nov 2019)
Changed paths:
M embedvar.h
M intrpvar.h
M perl.c
M perlapi.h
M perlvars.h
M regcomp.c
M sv.c
Log Message:
-----------
XXX why: Move regex global variables to interpreter level
Commit: 1bd949c3f0919bb53f24b37c9e873b0662c4c052
https://github.com/Perl/perl5/commit/1bd949c3f0919bb53f24b37c9e873b0662c4c052
Author: Karl Williamson <[email protected]>
Date: 2019-11-24 (Sun, 24 Nov 2019)
Changed paths:
M charclass_invlists.h
M lib/unicore/uni_keywords.pl
M regcomp.c
M regcomp.h
M regen/mk_invlists.pl
M uni_keywords.h
Log Message:
-----------
Move data for PL_InBitmap to charclass_invlists.h
This makes it consistent with the other inversion lists for this sort of
thing.
Compare: https://github.com/Perl/perl5/compare/964bbb55d41c%5E...1bd949c3f091