X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FDevel%2FPPPort%2FChanges;h=5ec01581a0d372fa90a912d8f0d4513cdc62f641;hb=c83e6f195f905dd4809cef6ea71ef6cef8c9f7b8;hp=7a481365e42bcf01132a546fa6061a4d0e6e51f4;hpb=e9b6862ddaa6e9a1137371fe487a2b0e82fe5115;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Devel/PPPort/Changes b/ext/Devel/PPPort/Changes index 7a48136..5ec0158 100755 --- a/ext/Devel/PPPort/Changes +++ b/ext/Devel/PPPort/Changes @@ -1,3 +1,32 @@ +3.11_05 - 2007-08-20 + + * fix: PERL_HASH() was emitting a warning when passed in a + const char pointer + * fix: sv_magic_portable() was emitting a warning when + passed in a const char pointer + * fix: make sure arguments to sv_magic_portable() are only + evaluated once + +3.11_04 - 2007-08-20 + + * fix: ignore strings and XS comments when scanning and + patching files + * added support for the following API + newSVpvn_share + PERL_HASH + SvSHARED_HASH + * use PERL_BCDREVISION for version checking to save some + bytes in ppport.h + * improve the --strip option + - strip all C comments + - strip most superfluous whitespace + with these changes, the stripped ppport.h is now almost + 30% smaller: + 3.11_03 3.11_04 delta + ------------------------------------------ + uncompressed 87988 62573 -28.9% + gzip'd 17985 12725 -29.2% + 3.11_03 - 2007-08-14 * fix an infinite recursion in ppport.h that could be