Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a2ecfe19ca6c7b84186125dedb0a97e945afe678 https://github.com/Perl/perl5/commit/a2ecfe19ca6c7b84186125dedb0a97e945afe678 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths: M MANIFEST M embed.fnc M embed.h M ext/XS-APItest/APItest.pm M ext/XS-APItest/APItest.xs M ext/XS-APItest/Makefile.PL A ext/XS-APItest/t/regex_global_pos.t M mg.c M pod/perldelta.pod M proto.h M sv.c M sv.h Log Message: ----------- Added sv_regex_global_pos_get(), _set() and _clear() These new API functions allow XS modules to interact with the stored `pos()` position without actually depending on the current magic-based implementation. This allows the internal mechanism to be altered in a future version without breaking such modules that use the abstraction API. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications