Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 80f24f4c833392afabce33743adb44803b8d47e9 https://github.com/Perl/perl5/commit/80f24f4c833392afabce33743adb44803b8d47e9 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths: M MANIFEST M dist/Storable/Storable.xs M dist/Storable/lib/Storable.pm M embed.fnc M embed.h M ext/XS-APItest/APItest.xs A ext/XS-APItest/t/vstring.t M proto.h M sv.c M sv.h Log Message: ----------- Add sv_vstring_get() API function and SvVSTRING() wrapper macro This new function and wrapper macro mean that caller code does not have to directly rely on (or be aware of) the `PERL_MAGIC_vstring` type. The intent of the API now works independently of the current implemention as magic. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications