Re: C99 feature and MSVC v16

2014-11-12 Thread Gisle Vanem
Andy Moreton wrote: Don't expect any C support in MSVC that isn't required by C++ standards. I don't really care about C-99+ (or let alone C++). I love MSVC for it's speed compared to any gcc version. And PCB debug-format and PCH, etc. etc. So please continue to support it. -- --gv

Trouble with gethostname and mingw-w64 x86_64

2014-11-12 Thread T J
I've been having some difficulty building FontForge on Windows (8.1 64bit) using msys2 and mingw-w64 (64-bit target). Up until a few months ago, everything was building fine, but now I'm facing an issue which I believe has to do with Gnulib. I can't say that I understand much of how gnulib

[PATCH] fcntl-h: avoid build errors when O_SYNC==O_DSYNC

2014-11-12 Thread Mike Frysinger
From: Jeroen Roovers j...@gentoo.org On parisc Linux, O_SYNC and O_DSYNC have the same value. Add a check to the fcntl tests to avoid build errors: test-fcntl-h.c:115:5: error: duplicate case value https://bugs.gentoo.org/477680 * tests/test-fcntl-h.c (main): Check O_SYNC is different from

Re: [PATCH] fcntl-h: avoid build errors when O_SYNC==O_DSYNC

2014-11-12 Thread Paul Eggert
Thanks, I installed that into gnulib.

Re: [PATCH v2 00/10] Update libunistring-related modules to Unicode 7.0.0

2014-11-12 Thread Daiki Ueno
Daiki Ueno u...@gnu.org writes: Paul Eggert egg...@cs.ucla.edu writes: On 10/23/2014 04:43 AM, Pádraig Brady wrote: Except for the assert() nit, I can't find any issues. My only nit was adding the #if 0; might as well just delete the code instead. I only read the code; I didn't test it.