Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 52c50ff1ed8dbfeb5b2be8f606d40f5a0f2004eb https://github.com/Perl/perl5/commit/52c50ff1ed8dbfeb5b2be8f606d40f5a0f2004eb Author: Karl Williamson <khw@cpan.org> Date: 2021-01-03 (Sun, 03 Jan 2021) Changed paths: M regexp.h Log Message: ----------- regexp.h: Clarify how a computed value is derived. Commit: 12c5822e63454624e46d26e95b1964592be3affe https://github.com/Perl/perl5/commit/12c5822e63454624e46d26e95b1964592be3affe Author: Karl Williamson <khw@cpan.org> Date: 2021-01-03 (Sun, 03 Jan 2021) Changed paths: M regexec.c Log Message: ----------- regexec.c: Clarify comments Commit: 46033c991aa390e9da2bdb8c8005b6806d7bffdc https://github.com/Perl/perl5/commit/46033c991aa390e9da2bdb8c8005b6806d7bffdc Author: Karl Williamson <khw@cpan.org> Date: 2021-01-03 (Sun, 03 Jan 2021) Changed paths: M regexec.c M t/re/re_tests Log Message: ----------- regexec.c: Fix assertion failure GH #18451 This was caused by copying too many characters for the size of the buffer. Only one character is needed. Compare: https://github.com/Perl/perl5/compare/b0a5c47fb08a...46033c991aa3