Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b9caf7977f8e9b46fa836e2a4a600f2591e8852f
https://github.com/Perl/perl5/commit/b9caf7977f8e9b46fa836e2a4a600f2591e8852f
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: White space only
Commit: 7249b811079cb5b2c2c051f1b10bae2f4e2ca02b
https://github.com/Perl/perl5/commit/7249b811079cb5b2c2c051f1b10bae2f4e2ca02b
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: After AvARRAY(), don't use av_store
We are manimpulating the array directly here, so don't revert to going
through the regular interface, as not all the hand-offs have been done
Commit: 1c5f8ad8fa5c2c65862926c21a3989a4f5c59845
https://github.com/Perl/perl5/commit/1c5f8ad8fa5c2c65862926c21a3989a4f5c59845
Author: Karl Williamson <[email protected]>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Replace a loop with memchr
Compare: https://github.com/Perl/perl5/compare/6e0d5e3a8141...1c5f8ad8fa5c