Thank you

2018-08-20 Thread L. K. Chan via cygwin
cygwin, Hello, I have a business deâl (of mutual benefit) for your consideration. Kindly give me your consent to discuss details if this emâil is still active. --- Chan -- Problem reports: http://cygwin.com/problems.html FAQ:

Thank you

2018-08-20 Thread L. K. Chan via cygwin
cygwin, Hello, I have a business deâl (of mutual benefit) for your consideration. Kindly give me your consent to discuss details if this emâil is still active. --- Chan -- Problem reports: http://cygwin.com/problems.html FAQ:

Do you have questions? We have answers

2018-08-20 Thread Psychic Heroes
  https://www.psychicheroes.com/category/all-about-love-life You have questions? We have answers === Do you have questions about love, life, family,

FW: gcc Segmentation fault when compiling

2018-08-20 Thread tlake
From: tl...@twcny.rr.com Sent: Monday, August 20, 2018 12:11 PM To: 'cygwin@cygwin.com' Subject: gcc Segmentation fault when compiling Since Windows 10 Build 17741, I get the error below when trying to compile any C program: gcc: internal compiler error: Segmentation fault (program

Re: strtod ("nan") returns negative NaN

2018-08-20 Thread Brian Inglis
On 2018-08-14 15:44, Eric Blake wrote: > On 08/14/2018 04:31 PM, Stephen John Smoogen wrote: >>> The C standard disagrees with you [ISO:IEC 9899:2011, section 5.2.4.2.2]: >>> "An implementation may give zero and values that are not floating-point >>> numbers (such as infinities and NaNs) a sign or

Re: FW: gcc Segmentation fault when compiling

2018-08-20 Thread Marco Atzeri
Am 20.08.2018 um 19:11 schrieb tlake: To: 'cygwin@cygwin.com' Subject: gcc Segmentation fault when compiling Since Windows 10 Build 17741, I get the error below when trying to compile any C program: gcc: internal compiler error: Segmentation fault (program cc1) Please submit a full bug repo

Re: strtod ("nan") returns negative NaN

2018-08-20 Thread Brian Inglis
On 2018-08-14 13:24, Achim Gratz wrote: > Corinna Vinschen writes: >> With your patch, strtold looks more correct, but it still prints the >> sign of NaN: >> >> strtod ("nan", NULL) = nan >> strtod ("-nan", NULL) = nan >> strtold ("nan", NULL) = nan >> strtold ("-nan", NULL) = -nan >> nan

Package 'tidy' is very out of date

2018-08-20 Thread Felicia
The version of 'tidy' included with Cygwin is from 2009 and lacks features such as HTML5 support. The current stable version is 5.6.0. A workaround for the present is to download the 5.6.0 binary from the project binaries download page (http://binaries.html-tidy.org/) and symlink the tidy.exe

Re: [ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-7.3.0-1 (Test)

2018-08-20 Thread Steven Penny
On Wed, 18 Jul 2018 10:38:22, JonY wrote: The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-7.3.0-1 * mingw64-x86_64-gcc-7.3.0-1 It is available under the test version. http://cygwin.com/ml/cygwin/2018-07/msg00168.html Using this file: $ cat stoi.cpp #include #in