Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 079a9d4ad36ef1a5b3d792b63137d406168df0e9 https://github.com/Perl/perl5/commit/079a9d4ad36ef1a5b3d792b63137d406168df0e9 Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk> Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths: M embedvar.h M intrpvar.h M mg.c M sv.c Log Message: ----------- Remove code relating to PL_Xpv This variable is no longer used in any perl code. It used to be used as a temporary during some expression macros, similar to the way PL_Sv is used. The last reference I can find to it in real code was removed in 2012, by the commit 6702ba93464c105fae0da7b54ac21a0485c1f0b5 (It's a little late in the 5.39.x development cycle to consider removing the line from intrpvar.h itself; but we could do that at the start of 5.41.x). To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications