Branch: refs/heads/regcomp-get-fq-name Home: https://github.com/Perl/perl5 Commit: 28dd74034cdd96a6657ad158be4d50b505d7a65f https://github.com/Perl/perl5/commit/28dd74034cdd96a6657ad158be4d50b505d7a65f Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths: M regcomp.c Log Message: ----------- regcomp.c: get_fq_name(): simplify current package name formatting Use HvNAMEf (which didn't exist when this code was written) to simplify the prepending of the current package to the given name. Commit: c87c08be8ae87088c8c4e123e71120b75ed626fa https://github.com/Perl/perl5/commit/c87c08be8ae87088c8c4e123e71120b75ed626fa Author: Dagfinn Ilmari Mannsåker <ilm...@ilmari.org> Date: 2025-08-07 (Thu, 07 Aug 2025) Changed paths: M pod/perlguts.pod Log Message: ----------- perlguts: document HvNAMEfARG The docs for HvNAMEf failed to mention the name of the macro to use to pass the argument for the format string. Compare: https://github.com/Perl/perl5/compare/28dd74034cdd%5E...c87c08be8ae8 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications