Files
perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder.changes

77 lines
3.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Mar 8 22:58:02 UTC 2010 - chris@computersalat.de
- update to 0.27
- Removed Build.PL to avoid creating a circular dependency
- Added version numbers to Windows compiler driver modules
- 0.26_05 - Sun Oct 25 17:29:02 EDT 2009
- Fixed t/02link.t failures on cygwin with Perl 5.8 [David Golden]
- Made have_compiler (and have_cplusplus) quiet without echoing
the test command to STDOUT [David Golden]
- 0.26_04 - Mon Oct 19 21:57:46 EDT 2009
- Added 'have_cplusplus()' method to check for C++ support
- Added patches for building Perl with mingw64 [Sisyphus]
- Allow CC environment variable to override $Config{cc}
- Fixed link executable command for Win32 MSVC (RT#40819) [Cosimo
Streppone]
- Removed MSVC version check when embedding a manifest file
(RT #43002) [Steve Hay]
- Split Windows compiler driver packages into individual *.pm files
- 0.260301 - Sat Aug 29 11:04:41 EDT 2009
- Fixed linking error on Win32 with gcc compiler (RT#49000)
[kmx]
- 0.2603 - Sat Jul 18 06:56:06 EDT 2009
- Makefile.PL had wrong INSTALLDIRS setting for older Perls
(RT#47985) [David Golden]
- 0.2602 - Sat Jul 4 10:57:12 EDT 2009
- Fixed 00-have-compiler.t if $^X is a relative path [David Wheeler]
- 0.2601 - Wed Jul 1 09:37:39 EDT 2009
- On VMS, cleans up extra files generated during testing
[John E. Malmberg, Craig Berry]
- 0.26 - Mon Jun 29 20:11:52 EDT 2009
- No changes from 0.25_01
- 0.25_01 - Sat Jun 27 23:13:20 EDT 2009
- Changed test library to Test::More
- Added tests for have_compiler
- Skips tests that need a compiler if have_compiler is false
- have_compiler will try to compile in the current directory
if compiling in tmpdir fails for whatever reason
- 0.25 - Fri Jun 26 16:18:13 EDT 2009
- Slight diagnostic improvements in link.t
- 0.24_01 - Sun Mar 8 14:50:10 2009
- On Windows, don't generate "mt" command when CRT is statically
linked. [Jan Dubois]
- On Cygwin, examine $Config{useshrplib} to see whether we're
supposed to be linking with a shared perl library or not. [Reini
Urban]
- In link_executable() on Cygwin, trust $Config{ld} rather than using
$Config{cc} for linking. [Reini Urban]
- Add 'haiku' as a Unix-like platform. [Ingo Weinhold]
- 0.24 - Fri Aug 15 22:01:48 2008
- Added 'gnu' and 'gnukfreebsd' as Unix variants. [Niko Tyni]
- Brought in some VMS fixes from bleadperl: "Correct and complete
CBuilder's handling of external libraries when linking on VMS."
[Craig Berry]
- cleanup spec
- HEADER
- fixed deps gcc-c++
- added perl-macros
- more use of macros
-------------------------------------------------------------------
Thu May 8 19:37:39 CEST 2008 - lrupp@suse.de
- update to 0.23
* Will now install in the core perl lib directory when the user's
perl is new enough to have us in core. [Yi Ma Mao]
* Clean up perl_src path using Cwd::realpath(). Only affects usage
as part of the perl core.
* Protect $., $@, $!, $^E, and $? from any clobbering that might
occur in our DESTROY method. [Zefram]
* From bleadperl, a patch to clean up debug symbol files (.pdb for
VC++, .tds for BCC) when running have_compiler(). [Steve Hay &
Steve Peters]
- beautify specfile
- own parent directories