This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add Intel C++ Compiler for Win32 support
authorDaniel Dragan <bulk88@hotmail.com>
Tue, 19 Nov 2013 21:25:51 +0000 (16:25 -0500)
committerTony Cook <tony@develop-help.com>
Wed, 20 Nov 2013 05:18:37 +0000 (16:18 +1100)
commita48cc4c4277ae7875bbf28793177c100f1d5784c
tree543a599b558ffd0b01c83101a702418329c66cf0
parent670de6d6a9c900cd23ea5f542b7d35bbd83f1084
add Intel C++ Compiler for Win32 support

-most fixes involve code detecting Perl on VC, and changing it to ICC
 is another kind of VC, but ICC's version isn't this "other kind of VC"'s
 version number, call the partner VC to find out the "VC version number"
 of ICC

not yet done
-no Intel C specific optimization flags
-long doubles and C99
-ccversion behavior might not be ideal/rethink
README.win32
ext/POSIX/t/posix.t
pod/perldelta.pod
win32/Makefile
win32/config_sh.PL