Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6d4548a7d8ace1025f8959cb763c77f8eb035dfb
https://github.com/Perl/perl5/commit/6d4548a7d8ace1025f8959cb763c77f8eb035dfb
Author: Karl Williamson <[email protected]>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Fix Debug statement
A proper debugging statement isn't just controlled by DEBUG_r, it needs
what sort of class of debugging controls this, so that re.pm can operate
properly.
This is one of two cases in the code where it was wrong.
Commit: 6a86f90ced4f19d7d4865bf5465fdf8c18793e62
https://github.com/Perl/perl5/commit/6a86f90ced4f19d7d4865bf5465fdf8c18793e62
Author: Karl Williamson <[email protected]>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Fix Debug statement
A proper debugging statement isn't just controlled by DEBUG_r, it needs
what sort of class of debugging controls this, so that re.pm can operate
properly.
This is the second of two cases in the code where it was wrong.
Compare: https://github.com/Perl/perl5/compare/83067d490220...6a86f90ced4f