Branch: refs/heads/smoke-me/khw-match Home: https://github.com/Perl/perl5 Commit: 8f9fabd4431e47f5598e7d503339ad11e4bce651 https://github.com/Perl/perl5/commit/8f9fabd4431e47f5598e7d503339ad11e4bce651 Author: Karl Williamson <k...@cpan.org> Date: 2020-03-09 (Mon, 09 Mar 2020)
Changed paths: M pp_hot.c Log Message: ----------- pp_match: Use 'z' length modifier to format sizes This makes things easier to read. Commit: 9ac98cf917a1fc82de5b413a2bd4b9b551fb89f1 https://github.com/Perl/perl5/commit/9ac98cf917a1fc82de5b413a2bd4b9b551fb89f1 Author: Karl Williamson <k...@cpan.org> Date: 2020-03-09 (Mon, 09 Mar 2020) Changed paths: M regcomp.h Log Message: ----------- regcomp.h: Combine two macros into one One of these macros is no longer used, so just combine them. Commit: 33c9333a532824f989a38e878a18370e2daa0934 https://github.com/Perl/perl5/commit/33c9333a532824f989a38e878a18370e2daa0934 Author: Karl Williamson <k...@cpan.org> Date: 2020-03-09 (Mon, 09 Mar 2020) Changed paths: M ext/re/re.pm Log Message: ----------- ext/re/re.pm: Fix up setting debug option defaults This was not setting the defaults properly for 'debug', and 'Debug' Commit: c691b576d70e9a4fbbb23d45562ab8eccd093fbc https://github.com/Perl/perl5/commit/c691b576d70e9a4fbbb23d45562ab8eccd093fbc Author: Karl Williamson <k...@cpan.org> Date: 2020-03-09 (Mon, 09 Mar 2020) Changed paths: M regcomp.h Log Message: ----------- regcomp.h: Add macro This macro is for files outside of regcomp.c/regexec.c (and re_comp.c/re_exec.c) to have access to the re.pm Debug options. Right now pp_match could benefit from this. Commit: 6b635c23dc6437aa005030c42a2474d7c7e71af4 https://github.com/Perl/perl5/commit/6b635c23dc6437aa005030c42a2474d7c7e71af4 Author: Karl Williamson <k...@cpan.org> Date: 2020-03-09 (Mon, 09 Mar 2020) Changed paths: M embed.fnc M embed.h M pp_hot.c M proto.h Log Message: ----------- pp_match(): output regex debugging info This fixes #17612 This adds an inline function to pp_hot to be called o determine if debugging info should be output or not, regardless of whether it comes from -Dr, or from a 'use re Debug' statement Compare: https://github.com/Perl/perl5/compare/f1d394b4b988...6b635c23dc64