Re: strtod ("nan") returns negative NaN

2018-08-14 Thread Heavenly Avenger
Well, that's what I get in linux and cygwin for: #include #include #include /* the last two printfs requires this */ int main (void) {   printf ("strtof (\"nan\", NULL) = %f\n", strtof ("nan", NULL));   printf ("strtof (\"-nan\", NULL) = %f\n", strtof ("-nan", NULL));   printf ("strtod (\"nan\

Re: strtod ("nan") returns negative NaN

2018-08-14 Thread Heavenly Avenger
Here's the result for a gentoo with the same code provided by Masamichi Hosoda. Linux ethereal 4.14.32-std522-amd64 #2 SMP Sat Mar 31 20:05:28 UTC 2018 x86_64 Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz GenuineIntel GNU/Linux strtof ("nan", NULL) = nan strtof ("-nan", NULL) = nan strtod ("nan",

Re: strtod ("nan") returns negative NaN

2018-08-14 Thread Heavenly Avenger
On 8/14/2018 10:23 AM, Corinna Vinschen wrote: On Aug 14 21:17, Masamichi Hosoda wrote: On Aug 14 11:56, Corinna Vinschen wrote: On Aug 14 13:45, Masamichi Hosoda wrote: >From a50ee5a4747a99c70469a53fe959f3dc22d3b79a Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Tue, 14 Aug 2018 12:50

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-21 Thread Heavenly Avenger
Checksums may change after rebase, but maybe file size and date? File creation time may work. On 7/21/2018 6:24 AM, Andrey Repin wrote: Greetings, Heavenly Avenger! Sorry, problem solved... $ cygcheck -c libgs9 Cygwin Package Information Package  Version    Status libgs9

Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-20 Thread Heavenly Avenger
18 22:58:45 -0300 From: Heavenly Avenger To: cygwin@cygwin.com Hello! I got into this problem that ghostscript refuses to upgrade. If I try to run a rtf2ps.sh I used to do frequently, I'm getting this: Looking for the error I see somebody mentioning it should be under /usr/sha

Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-20 Thread Heavenly Avenger
Hello! I got into this problem that ghostscript refuses to upgrade. If I try to run a rtf2ps.sh I used to do frequently, I'm getting this: Looking for the error I see somebody mentioning it should be under /usr/share/gs/*. I have only /usr/share/ghostscript/*, and it looks like the same. The

Re: Why is stdin always a pipe?

2018-07-20 Thread Heavenly Avenger
My results match Brian Inglis', not João Eiras'. I run cygwin from a putty session (using putty's cygtermd little proxy) if that matters. On 7/20/2018 11:52 AM, Brian Inglis wrote: On 2018-07-20 07:17, João Eiras wrote: $ [[ -p /dev/stdin ]] && echo pipe || echo nopipe nopipe Interesting, it

Re: fork issue on Cygwin x86_64 2.10.0-1

2018-07-19 Thread Heavenly Avenger
the rebaseall sometimes do not work because files are lock()ed by windows. So triple, no, quadruple check you have all cygwin processes stopped, including possible "cygrunsv" services, before you even let it play with autorebase. You can run again the cygsetup and make it reinstall the offendi

Re: setup 2.892 release candidate - please test

2018-07-16 Thread Heavenly Avenger
As far as a vanilla packages update is concerned, the new version works nicely. My list had but one package to be updated (expected as I recently updated). Nice work! On 7/15/2018 10:23 AM, Jon Turney wrote: A new setup release candidate is available at:   https://cygwin.com/setup/setup-2.8

Re: After installing nc (netcat), nc.exe is not found

2018-07-11 Thread Heavenly Avenger
e-opening the cygwin setup application). Well, I hope this helps! :) On 7/11/2018 4:45 PM, Mark Hansen wrote: On 7/11/2018 12:34 PM, Mark Hansen wrote: On 7/11/2018 10:34 AM, Heavenly Avenger wrote: I have these versions, and nc is here happy and playful. It is possible you attempted an upgra

Re: After installing nc (netcat), nc.exe is not found

2018-07-11 Thread Heavenly Avenger
I have these versions, and nc is here happy and playful. It is possible you attempted an upgrade while cygwin programs were running? Cygwin services also count. This is due a limitation on windows which locks files when they are in use, so cygwin updates can't replace the files and end up fail

Re: cleanup disk space

2018-07-09 Thread Heavenly Avenger
Hello! I maybe am getting the message underway and I don't see the history on the message itself, and you seem to be replying somebody that posted a question before I joined the list. But I believe that if space is a concern there are two main points I can think of: - Selectively installing

Re: 4th of July congratulation

2018-07-03 Thread Heavenly Avenger
sometimes... spam happens? :) this looks like phishing, or just me too wary? On 7/3/2018 5:35 PM, Mariah Carey wrote: Hello, 1776 was a great year! Our country is aging like fine wine. Greeting Card is attached. http://www.atefamari.com/Wishes/ Have a Happy Fourth of July! Mariah Ca

Fwd, Solved: Entry point not found issues with cygwin DLLs

2018-07-02 Thread Heavenly Avenger
Forwarded Message Subject:Entry point not found issues with cygwin DLLs Date: Mon, 2 Jul 2018 16:08:06 -0300 From: Heavenly Avenger To: cygwin@cygwin.com Hello! First post in the list, I hope I am not mistaken in the place to post the question, but let's give

Entry point not found issues with cygwin DLLs

2018-07-02 Thread Heavenly Avenger
Hello! First post in the list, I hope I am not mistaken in the place to post the question, but let's give it a try. I'm having hard times with cygwin here, random libraries stop working once I update or install new ones. Today I run 'rebaseall' and it detected a lot of completely missing DL