Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e415a321ca140c0cbb12073df83a73783a77e43d https://github.com/Perl/perl5/commit/e415a321ca140c0cbb12073df83a73783a77e43d Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths: M regcomp.c M regcomp_debug.c M regcomp_invlist.c M regcomp_study.c M regexec.c Log Message: ----------- {regcomp,regexec}*.c: consistently use C99 spelling of true/false ... which mostly means lowercasing TRUE/FALSE, except for Perl_reg_named_buff_firstkey, which (since it returns a pointer) never should've tried to return FALSE in the first place. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications