Re: [PATCH] Refactoring to Sv*_set() macros - patch #2
[email protected] (Tim Bunce) Sun, 10 Apr 2005 22:54:01 +0100
| Newsgroups | perl.perl5.porters,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Apr 07, 2005 at 01:51:49PM -0500, Steve Peters wrote: > Attached is the second in a series of patches to migrate the Perl core > to using the Sv*_set() macros. This patch converts assignments to > SvIVX() to SVIV_set(). > > Please note that this patch does contain changes to various core modules as > well as the code to in the Perl executable. I've currently held off on > updating the module versions until these patches are completed. Also, > Encode was turned up as a module to modify with these changes, but I will > include that change in a separate email to the Encode maintainer. > > Questions, comments, and complaints are all appreciated. Good work - thanks. Will you be making matching mods to ./ext/Devel/PPPort/* ? Tim.