-0.0L on Irix (Re: problems with long double NaN on Irix)

2009-01-09 Thread Eric Blake
According to Bruno Haible on 12/26/2008 4:33 AM: >> the latest m4 source code, where test-frexpl, test-isnanl, and >> test-vasprintf-posix all failed on an Irix 6.5 host: >> >> checking whether isnanl works... no >> checking where to find the exponent in a 'long double'... word 0 bit 20 >> >> test-

Austin group ruling on ungetc vs. fflush

2009-01-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A while ago, we wrote some unit tests that failed on a number of systems with different behaviors of fflush after ungetc (particularly if you used ungetc to push back a different byte than what was originally read). At the time, Bruno ended up comment

Re: merged regex with glibc

2009-01-09 Thread Paolo Bonzini
Eric Blake wrote: > According to Paolo Bonzini on 1/9/2009 1:59 AM: >> I applied the attached three patches to sync with glibc and fix two >> relatively serious bug. > > Is it easy to extract one of these bugs into something that regex.m4 can > check for, in order to decide whether to replace glib

Re: merged regex with glibc

2009-01-09 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paolo Bonzini on 1/9/2009 1:59 AM: > I applied the attached three patches to sync with glibc and fix two > relatively serious bug. Is it easy to extract one of these bugs into something that regex.m4 can check for, in order to decide whet

merged regex with glibc

2009-01-09 Thread Paolo Bonzini
I applied the attached three patches to sync with glibc and fix two relatively serious bug. Paolo >From d9491838d50536edcf30e219a3ab96791aeb1d5d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 9 Jan 2009 09:00:58 +0100 Subject: [PATCH] merge regex from glibc: replace mbrtowc with __mbrtow