Re: c99 support

2018-06-23 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-us...@gnu.org, guile-de...@gnu.org > Date: Sat, 23 Jun 2018 22:07:24 +0200 > > > MS-Windows (MinGW) doesn't have a C99 compliant C library, although > > quite a few of what's needed is present. > > Hard to say :) I think my questions are limited to, in

Re: c99 support

2018-06-23 Thread Chris Vine
On Sat, 23 Jun 2018 22:12:39 +0200 Andy Wingo wrote: > Hi, > > Is there anyone who compiles Guile with a compiler that does not support > C99? If so, please give platform and compiler. > > I think my questions are limited to, in decreasing order of importance: > > * Is there any system that

c99 support

2018-06-23 Thread Andy Wingo
Hi, Is there anyone who compiles Guile with a compiler that does not support C99? If so, please give platform and compiler. I think my questions are limited to, in decreasing order of importance: * Is there any system that we target that doesn't have C99 stdint.h and stddef.h ? * Is

Re: How to notice abrupt tcp connection losses in server/client?

2018-06-23 Thread Chris Vine
On Fri, 22 Jun 2018 22:17:51 +0200 Zelphir Kaltstahl wrote: [snip] > ... it returns 0 for end of file (what is the difference between this > and end of file object? R6RS states that "The end-of-file object is returned by various I/O procedures when they reach end of file". It can be obtained by