64bit ints & Cygwin98 ok
Michael G. Schwern [Sun, 9 Dec 2001 19:28:12 +0000 (14:28 -0500)]
Message-ID: <20011210002812.GF13586@blackrider>

p4raw-id: //depot/perl@13570

README.cygwin

index b90bdad..d87c99a 100644 (file)
@@ -191,9 +191,9 @@ more than one interpreter instance.  This works with the Cygwin port.
 
 =item * C<-Duse64bitint>
 
-I<gcc> supports 64-bit integers.  However, several additional long long
-functions are necessary to use them within Perl (I<{strtol,strtoul}l>).
-These are B<not> yet available with Cygwin.
+By default Perl uses 32 bit integers.  If you want to use larger 64
+bit integers, define this symbol.  If there is trouble, check that
+your Cygwin installation is up to date.
 
 =item * C<-Duselongdouble>