This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::CBuilder: Android with useshrplib needs -lperl
[perl5.git] / dist / ExtUtils-CBuilder / Changes
1 Revision history for Perl extension ExtUtils::CBuilder.
2
3 0.280212 - 2013-09-08
4
5   Fixed:
6
7   - Reversion all modules.  
8
9 0.280211 - 2013-09-08
10
11   Fixed:
12
13   - Missing dependency Perl::OSType [Leon Timmermans]
14   - Fixed repository location [Alberto Simões]
15
16 0.280210 - 2013-09-06
17
18   Fixed:
19
20   - Update INSTALLDIRS to favor installation under 'site' (perl 116479)
21     [James E Keenan]
22
23 0.280209 - 2012-10-20 (Perl v5.17.5)
24
25   Fixed:
26
27   - Allow options to be passed to prelink in Windows (perl #115100)
28     [Eric Brine]
29
30 0.280208 - 2012-06-20 (Perl v5.17.1)
31
32   Fixed:
33
34   - Corrected location in which manifest file is looked for on
35     Windows (RT#35943, perl #111798) [snaury@gmail.com]
36
37 0.280207 (Not released)
38
39   Fixed:
40
41   - Corrected test for existence of manifest file on Windows
42     (perl #111782) [Steve Hay]
43
44 0.280206 - 2012-03-20 (Perl v5.15.9)
45
46   Documented:
47
48   - Added a SUPPORT section to indicate that upstream is Perl 5 core
49
50 0.280205 - 2011-12-20 (Perl v5.15.6)
51
52   Fixed:
53
54   - Fixed bug picking up ccflags from Config
55
56 0.280204 - 2011-06-20 (Perl v5.15.0)
57
58   Minor:
59
60   - Quotation style cleanup
61
62 0.280203 - 2011-05-14 (Perl v5.14.0)
63
64   Fixed:
65
66   - Appends CFLAGS and LDFLAGS environments instead of overriding
67
68   - Reset ccflags on compilation for VMS.
69
70   Changed:
71
72   - Refactored OS name mapping to use Perl::OSType
73
74 0.280202 - Sun Jan 23 10:47:51 EST 2011
75
76   - Different file names used for test files; allows EU::CB tests
77     to be run in parallel. [Florian Ragwitz]
78
79 0.280201 - Fri Jan 21 15:16:36 EST 2011
80
81   Fixed:
82
83   - t/04-base.t no longer attempt to compile or link as this provokes
84     failures on main platforms
85
86   - Various typo fixes in Pod or comments
87
88 0.2802 - Sun Dec 12 07:22:43 EST 2010
89
90   Fixed:
91
92   - Incorporated another t/04-base.t fix from bleadperl
93     [Chris Williams]
94
95 0.2801 - Wed Dec  8 21:36:56 EST 2010
96
97   Fixed:
98
99   - Fixed spurious t/04-base.t failure when run from Perl core
100     [David Golden]
101
102 0.2800 - Mon Dec  6 16:05:46 EST 2010
103
104   - No changes from 0.27_07
105
106 0.27_07 - Wed Sep 29 21:48:55 EDT 2010
107
108   Fixed:
109
110   - Fixed t/02-link.t on perl < 5.8
111
112 0.27_06 - Mon Sep 27 15:29:54 EDT 2010
113
114   Fixed:
115
116   - Preserves exit status on VMS [Craig Berry]
117
118   - Fix Win32 split_like_shell escaping [Christian Walde]
119
120 0.27_05 - Wed Jul 28 15:29:59 EDT 2010
121
122   Fixed:
123
124   - Tests no longer fail if user has set the CC environment variable
125
126 0.27_04 - Mon Jul 26 22:41:43 EDT 2010
127
128   Added:
129   - handle c compiler and c++ compiler separately
130     (adds requirement for IPC::Cmd) [Jens Rehsack]
131
132   Others:
133   - rely on File::Temp::tempfile and File::Spec::tmpdir to
134     get unique file name for checking for compiler
135     [Jens Rehsack]
136
137   - Code base modernization and substantial code coverage improvments
138     [Jim Keenan]
139
140 0.2703 - Tue Mar 16 17:10:55 EDT 2010
141
142  Bugs fixed:
143  - fixed tests for Windows and MSVC [Jan Dubois]
144
145 0.2702 - Mon Feb 22 15:10:52 EST 2010
146
147  Bugs fixed:
148  - compile() changes in 0.2701 did not work on Windows.  Now fixed.
149
150 0.2701 - Tue Feb 16 09:12:45 EST 2010
151
152  Bugs fixed:
153  - compile() now accepts both string & array for 'include_dirs'
154    argument, as documented.(RT#54606) [Alberto Simões]
155
156 0.27 - Thu Oct 29 21:29:56 EDT 2009
157
158  Other:
159  - Removed Build.PL to avoid creating a circular dependency
160  - Added version numbers to Windows compiler driver modules
161
162 0.26_05 - Sun Oct 25 17:29:02 EDT 2009
163
164  Bugs fixed:
165  - Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
166
167  Other:
168  - Made have_compiler (and have_cplusplus) quiet without echoing
169    the test command to STDOUT [David Golden]
170
171 0.26_04 - Mon Oct 19 21:57:46 EDT 2009
172
173  Enhancements:
174  - Added 'have_cplusplus()' method to check for C++ support
175  - Added patches for building Perl with mingw64 [Sisyphus]
176  - Allow CC environment variable to override $Config{cc}
177
178  Bugs fixed:
179  - Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
180    Streppone]
181  - Removed MSVC version check when embedding a manifest file
182    (RT #43002) [Steve Hay]
183
184  Other:
185  - Split Windows compiler driver packages into individual *.pm files
186
187 0.260301 - Sat Aug 29 11:04:41 EDT 2009
188
189  Bugs fixed:
190  - Fixed linking error on Win32 with gcc compiler (RT#49000)
191    [kmx]
192
193 0.2603 - Sat Jul 18 06:56:06 EDT 2009
194
195  Bugs fixed:
196  - Makefile.PL had wrong INSTALLDIRS setting for older Perls
197    (RT#47985) [David Golden]
198
199 0.2602 - Sat Jul  4 10:57:12 EDT 2009
200
201  Bugs fixed:
202  - Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]
203
204 0.2601 - Wed Jul  1 09:37:39 EDT 2009
205
206  Bugs fixed:
207  - On VMS, cleans up extra files generated during testing
208    [John E. Malmberg, Craig Berry]
209
210 0.26 - Mon Jun 29 20:11:52 EDT 2009
211
212  - No changes from 0.25_01
213
214 0.25_01 - Sat Jun 27 23:13:20 EDT 2009
215
216  - Changed test library to Test::More
217
218  - Added tests for have_compiler
219
220  - Skips tests that need a compiler if have_compiler is false
221
222  - have_compiler will try to compile in the current directory
223    if compiling in tmpdir fails for whatever reason
224
225 0.25 - Fri Jun 26 16:18:13 EDT 2009
226
227  - Slight diagnostic improvements in link.t
228
229 0.24_01 - Sun Mar  8 14:50:10 2009
230
231  - On Windows, don't generate "mt" command when CRT is statically
232    linked. [Jan Dubois]
233
234  - On Cygwin, examine $Config{useshrplib} to see whether we're
235    supposed to be linking with a shared perl library or not. [Reini
236    Urban]
237
238  - In link_executable() on Cygwin, trust $Config{ld} rather than using
239    $Config{cc} for linking. [Reini Urban]
240
241  - Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
242
243 0.24 - Fri Aug 15 22:01:48 2008
244
245  - Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]
246
247  - Brought in some VMS fixes from bleadperl: "Correct and complete
248    CBuilder's handling of external libraries when linking on VMS."
249    [Craig Berry]
250
251 0.23 - Sat Apr 19 22:28:03 2008
252
253  - Fixed some problems (some old, some new) with Strawberry Perl on
254    Windows. [Alberto Simo~es]
255
256  - Will now install in the core perl lib directory when the user's
257    perl is new enough to have us in core. [Yi Ma Mao]
258
259 0.22 - Fri Feb  8 21:52:21 2008
260
261  - Replaced the split_like_shell() method on Windows with a
262    near-no-op, which is probably more correct and has the benefit of
263    not messing up UNC paths. [John R. LoVerso, see
264    http://rt.cpan.org/Ticket/Display.html?id=26545]
265
266  - Fixed extra_compiler_flags on Windows, they were being
267    ignored. [Robert May]
268
269 0.21 - Tue Oct 30 06:46:01 2007
270
271  - Clean up perl_src path using Cwd::realpath().  Only affects usage
272    as part of the perl core.
273
274  - Protect $., $@, $!, $^E, and $? from any clobbering that might
275    occur in our DESTROY method. [Zefram]
276
277  - From bleadperl, a patch to clean up debug symbol files (.pdb for
278    VC++, .tds for BCC) when running have_compiler(). [Steve Hay &
279    Steve Peters]
280
281 0.19 - Sun May 13 14:29:18 2007
282
283  - When building as part of the perl core (so this is irrelevant for
284    people downloading from CPAN) we now try a little harder to find
285    the perl sources. [Jos Boumans]
286
287  - Fixed a part of the manifest thingy that got broken on 64-bit
288    Windows platforms in version 0.18. [Steve Hay, Jan Dubois]
289
290 0.18 - Mon Mar 26 21:29:09 2007
291
292  - Various OS/2 fixes:
293    + Put .LIB file near .DEF file
294    + Got library-file building working better
295    + Handled libperl_overrides better
296    [Ilya Zakharevich]
297
298  - On Windows: embed manifest files in DLLs built with Module-Build
299    when using VC8. [Steve Hay]
300
301  - Added a workaround for a config error on dec_osf: the linker is
302    $Config{cc}, not $Config{ld}. [Jarkko Hietaniemi]
303
304  - Borland's compiler "response files" will not pass through macro
305    definitions that contain quotes. The quotes get stripped and there
306    seems to be no way to escape them. So we leave macros on the
307    command line. [Randy W. Sims]
308
309 0.18  Sat Mar 25 13:35:47 CST 2006
310
311  - Yet more fixes for arg_defines() on VMS. [Craig A. Berry and John
312    E. Malmberg]
313
314 0.17  Wed Mar 15 22:46:15 CST 2006
315
316  - When we're being run from an uninstalled perl distribution
317    (e.g. one that's in the process of being built and tested), we
318    search for perl first in the current working directory. [Randy
319    Sims]
320
321  - More fixing of the arg_defines() method on VMS. [Craig A. Berry and
322    John E. Malmberg]
323
324 0.16  Mon Mar 13 17:08:21 CST 2006
325
326  - Fix quoting of command line arguments on Windows. [Yitzchak
327    Scott-Thoennes]
328
329  - Provided a custom arg_defines() on VMS that does essentially the
330    same thing for /define that version 0.14 did for /include. [Craig
331    A. Berry]
332
333  - Documented the existing 'quiet' parameter, which silences the
334    printing of system() commands. [Suggested by Yitzchak
335    Scott-Thoennes]
336
337 0.15  Mon Oct  3 17:10:32 CDT 2005
338
339  - Several OS/2 fixes have been made, including: 1) adding the
340    necessary version string to DLLs, 2) passing the executable's name
341    to 'ldopts' without the .exe extension, 3) avoiding calling 'env'
342    via the 'shrpenv' thingy, since it triggers a fork() bug. [Ilya
343    Zakharevich]
344
345  - Integrate a couple cleanup-related changes from bleadperl that
346    somehow never got into this copy. [Steve Hay]
347
348  - Added a new 'defines' parameter to compile(), which gives a
349    platform-independant way to specify various -Dfoo=bar (or the
350    equivalent) compiler defines. [Randy W. Sims]
351
352 0.14  Mon Sep 19 13:40:37 CDT 2005
353
354  - Several fixes have been made for VMS, including: 1) there can only
355    be one /include qualifier, so merge multiple /includes into one; 2)
356    make sure the executable is named the same way that dynaloader will
357    look for it; 3) make sure the option files for the exported symbols
358    and the PERLSHR image are passed properly to the linker. [John
359    E. Malmberg]
360
361 0.13  Wed Aug 24 20:05:59 CDT 2005
362
363  - Several temporary files weren't being cleaned up during testing,
364    because the 'cleanup' mechanism was never properly implemented.
365    This is now fixed. [Steve Hay]
366
367 0.12  Mon May 30 16:40:10 CDT 2005
368
369  - In order to integrate into the perl core, patches were contributed
370    that a) put a $VERSION variable in each .pm file, b) add a 'quiet'
371    parameter to new() to shut up some of the command-echoing, c)
372    checks for the perl source headers in the CORE/ directory in the
373    perl source tree, not in the post-installation location, and d)
374    adjusts the CWD when running the regression tests under the perl
375    core. [Yitzchak Scott-Thoennes]
376
377  - Various parts of the code were looking for the CORE/ directory in
378    $Config{archlib}, $Config{installarchlib}, and $Config{archlibexp}.
379    Only the latter is correct, so we use that everywhere now.
380    [Curt Tilmes]
381
382  - For Unix-ish platforms, link_executable() will now prefer
383    $Config{cc} to $Config{ld}, because that typically works
384    better. [Jarkko Hietaniemi and H.Merijn Brand]
385
386  - Prelinking (invoking ExtUtils::Mksymlists to create options-files)
387    is now only done when we're building dynamic libraries. [Yitzchak
388    Scott-Thoennes]
389
390 0.11  Tue Apr  5 20:58:41 CDT 2005
391
392  - Added a licensing statement to CBuilder.pm. [Spotted by Chip
393    Salzenberg]
394
395 0.10  Mon Mar 14 20:18:19 CST 2005
396
397  - Split out a few simple routines that format how compile switches
398    are formatted, so that we can override them for platforms like VMS
399    where they're very different.
400
401  - Fix compile() and link() on VMS. [Help from Michael Schwern and
402    Peter Prymmer]
403
404 0.09  Tue Feb  8 17:57:41 CST 2005
405
406  - Fixed a broken link_executable() method on cygwin - it now uses
407    'gcc' instead of $Config{ld} for the linking, because the latter is
408    actually a shell script which calls a perl script which calls gcc
409    in a way that only works for creating shared libraries, not
410    executables.
411
412 0.08  Tue Jan 18 21:54:11 CST 2005
413
414  - Fixed a testing error in which I had the prototype wrong for the
415    main() function. [Jose Pedro Oliveira]
416
417 0.07  Wed Jan 12 21:50:34 CST 2005
418
419  - Added the link_executable() method, which provides the ability to
420    create standalone executables.  This is NOT yet implemented on
421    Windows, and therefore the tests for it are skipped on Win32.
422    [Alberto Manuel Brandao Simoes]
423
424  - Integrated the latest split_like_shell() for Windows from
425    Module::Build (really need to find a better home for this code...),
426    which now does a much better job of handling quotes and backslashes
427    and so on. [Randy Sims]
428
429  - Fixed a couple of Windows problems related to the output-file name
430    in link(), and some clobbering of the 'include_dirs' parameter to
431    compile(). [Randy Sims]
432
433 0.06  Mon Dec 27 22:51:36 CST 2004
434
435  - Fixed a bug on Unix environments in which our work-around for
436    shell-commands like "FOO=BAR cc" (which is supposed to be turned
437    into "env FOO=BAR cc" to actually work) wasn't being called.
438
439 0.05  Wed Oct 13 23:09:09 CDT 2004
440
441  - Fixed a bug in split_like_shell() in which leading whitespace was
442    creating an empty word, manifesting as something like "gcc - no
443    such file or directory" during tests. [Spotted by Warren L. Dodge]
444
445  - Incorporate another split_like_shell() fix from Module::Build.
446
447 0.04  Sun Oct 10 00:31:08 CDT 2004
448
449  - Changed the split_like_shell() method to use the shellwords()
450    function from Text::ParseWords (a core module since 5.0), which
451    does a much better job than the split() we were using.
452
453
454 0.03  Fri May 14 23:12:23 CDT 2004
455
456  - Fixed minor problems with the Build.PL file, the module names
457    should be quoted.
458
459  - The VMS module declared itself with the wrong package name.
460
461
462 0.02  Fri Feb 20 10:17:40 CST 2004
463
464  - Fixed a bug in .../Platform/Windows.pm, in which compile() was
465    ignoring an 'include_dirs' argument.  [Randy Sims]
466
467  - Fixed a bug in .../Platform/Windows.pm, in which output files were
468    being created in the root directory \ when they should be created
469    in the current directory. [Randy Sims]
470
471
472 0.01  Mon Jan 12 08:12:35 CST 2004
473
474  - Original release, taken from Module::Build's C-building code, with
475    patching help from Randy Sims.