Branch: refs/heads/pr
Home: https://github.com/Perl/perl5
Commit: 39f99c7ebe8334b8574caa5dd2dc2ae1aa6de280
https://github.com/Perl/perl5/commit/39f99c7ebe8334b8574caa5dd2dc2ae1aa6de280
Author: Karl Williamson <[email protected]>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: S_optimize_regclass() return 0 if fail
Based on a comment from @hvds, I think it better if this function return
an impossible node value if it didn't find a node to use.
Commit: 99bc9f981b4f0bd01d48d98708cdf172f478cc9a
https://github.com/Perl/perl5/commit/99bc9f981b4f0bd01d48d98708cdf172f478cc9a
Author: Karl Williamson <[email protected]>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Consolidate duplicate code
Commit: 130bbf48a2a1bb2af301b5511c068d8f53d7b394
https://github.com/Perl/perl5/commit/130bbf48a2a1bb2af301b5511c068d8f53d7b394
Author: Karl Williamson <[email protected]>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Move some code to within a block
This code is irrelevant unless the condition of the block immediately
before it is TRUE, so move it to within that block.
Commit: ca3a8183017a4e2dd10f1ec4f93fa38e8a0c7af6
https://github.com/Perl/perl5/commit/ca3a8183017a4e2dd10f1ec4f93fa38e8a0c7af6
Author: Karl Williamson <[email protected]>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Add a clearer mnemonic
Commit: 435384957fb55311bd725337dfd44d9fae99a0cf
https://github.com/Perl/perl5/commit/435384957fb55311bd725337dfd44d9fae99a0cf
Author: Karl Williamson <[email protected]>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Save a value instead of re-calling fcn
This variable will be used in future commits in more places, so compute
it just once.
Commit: 9ff9c99b72d4a5d0e2ccbbe726b6b306cfbe4c0f
https://github.com/Perl/perl5/commit/9ff9c99b72d4a5d0e2ccbbe726b6b306cfbe4c0f
Author: Karl Williamson <[email protected]>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: Initialize a variable
to silence some compiler's that were warning
Compare: https://github.com/Perl/perl5/compare/39f99c7ebe83%5E...9ff9c99b72d4