X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d6f4d13d11a6a780ab6f0fc8156ec350a7da07b2..83dcc06449a663a90ca8ede9545bc9007db0da4d:/dist/ExtUtils-CBuilder/Changes?ds=sidebyside diff --git a/dist/ExtUtils-CBuilder/Changes b/dist/ExtUtils-CBuilder/Changes index 5c03667..27f3bc3 100644 --- a/dist/ExtUtils-CBuilder/Changes +++ b/dist/ExtUtils-CBuilder/Changes @@ -1,5 +1,50 @@ Revision history for Perl extension ExtUtils::CBuilder. +0.282224 - 2015-10-09 + + Enhncements: + + - Use warnings/strict on all modules. + +0.280223 - 2015-06-02 + + Fixed: + + - Impose deterministic order on cpp-definition options. + Heretofore, ExtUtils::CBuilder put cpp-definition options + into the cc command line in non-deterministic order. This + produced noise when diffing build logs. + Make this order deterministic. (RT #124106) + + Added: + + - Add tests for ascii-betical order in t/04-base.t. + +0.280220 - 2014-09-27 + + Fixed: + + - Added missing 'use Config' from 'android.pm' (thanks Debian community) + +0.280219 - 2014-09-01 + + Fixed: + + - Fixed regression on Android (thanks to Brian Fraser) + +0.280218 - 2014-09-01 + + Fixed: + + - Mispelled 'starup' key in BCC support was fixed. #79574 + - Fixed the version in the PM file (thanks to Jim Keenan) + +0.280217 - 2014-08-22 + + Fixed: + + - Quoted perl path for Windows support #98245 [Alberto Simões] + 0.280216 - 2014-03-07 Added: @@ -356,7 +401,7 @@ Revision history for Perl extension ExtUtils::CBuilder. somehow never got into this copy. [Steve Hay] - Added a new 'defines' parameter to compile(), which gives a - platform-independant way to specify various -Dfoo=bar (or the + platform-independent way to specify various -Dfoo=bar (or the equivalent) compiler defines. [Randy W. Sims] 0.14 Mon Sep 19 13:40:37 CDT 2005