Re: [PATCH] float: fix broken MirBSD header

2010-09-17 Thread Eric Blake
On 09/14/2010 07:56 AM, Bruno Haible wrote: Regarding use of openbsd* in *.m4 files: You might also want to look at c-stack.m4 gc-random.m4 host-os.m4 if you have access to such a machine. Yes, I just installed a MirBSD 10 VM, so I can test pretty much anything related to this system.

Re: [PATCH] float: fix broken MirBSD header

2010-09-14 Thread Bruno Haible
Hi Eric, > * m4/float_h.m4 (gl_FLOAT_H): MirBSD copied OpenBSD's bug. > * doc/posix-headers/float.texi (float.h): Document it. This fix is perfect. Note that it exploits the fact that on MirBSD, both __OpenBSD__ and __MirBSD__ are defined [1]. > Honestly, sometimes I wonder how much standards-c

[PATCH] float: fix broken MirBSD header

2010-09-13 Thread Eric Blake
* m4/float_h.m4 (gl_FLOAT_H): MirBSD copied OpenBSD's bug. * doc/posix-headers/float.texi (float.h): Document it. Signed-off-by: Eric Blake --- The fix turned out to be rather trivial, given that OpenBSD has the same bug. Honestly, sometimes I wonder how much standards-compliance testing any of