diff options
author | Jan Dubois <jand@activestate.com> | 2006-03-22 14:49:11 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-23 09:58:22 +0000 |
commit | cab190d4d715e2c6ec26ee0ebfd0bc6fb0f03bd3 (patch) | |
tree | c3e965c0a96cfea8739dcaafefe2f784201da4ea /README.win32 | |
parent | 0905937dfb35f5c5812cb6d7a8ed9334fb7fa7d9 (diff) | |
download | perl-cab190d4d715e2c6ec26ee0ebfd0bc6fb0f03bd3.tar.gz |
RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
Also, back out change #27567.
p4raw-link: @27567 on //depot/perl: 9bf76a6a2fc16ab628a46452e34352d3e3d71674
p4raw-id: //depot/perl@27576
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/README.win32 b/README.win32 index 4815a32add..066a6dc752 100644 --- a/README.win32 +++ b/README.win32 @@ -859,12 +859,6 @@ Thus, signals may work only for simple things like setting a flag variable in the handler. Using signals under this port should currently be considered unsupported. -Numeric comparisons involving "Not a Number" (NaN, an IEEE floating point -feature) will give incorrect results if you build with Visual C++ Version 6 -or earlier -- see I<Floating-Point Comparison> in -L<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndeepc/html/deep05282002.asp> -for details. If possible, you should build using a later version of VC++. - Please send detailed descriptions of any problems and solutions that you may find to E<lt>F<perlbug@perl.org>E<gt>, along with the output produced by C<perl -V>. @@ -915,6 +909,6 @@ Win9x support was added in 5.6 (Benjamin Stuhl). Support for 64-bit Windows added in 5.8 (ActiveState Corp). -Last updated: 22 March 2006 +Last updated: 30 September 2005 =cut |