Re: Solaris fpurge bug

2010-05-01 Thread Bruno Haible
Eric Blake wrote: > in the process of testing it, I > discovered that Solaris 10 __fpurge() is broken - the sequence > fpurge()/fputc()/ftell() gives the wrong answer. I'm extending the unit test, like you suggested. Now that we have a working ftell, this passes on Solaris (as well as on the other

Solaris fpurge bug

2010-04-26 Thread Eric Blake
Aargh. I'm further in getting my open_memstream implementation going (I've now verified that my temporary-file backup works on Cygwin 1.5.x, as well as on Linux with configure primed with ac_cv_func_open_memstream=no; while mingw encountered some C++ issues; separate messages to come soon). But i