Re: QNX and stdio extension modules (was: Re: gnulib request)

2007-11-06 Thread Bruno Haible
The QNX port was previously untested. Now, with the help of a QNX employee, here are modifications that makes the tests of fbufmode, fflush, fpending, freadahead, freading, fseterr, ftell, ftello, fwriting all pass. The fpurge test may or may not pass, I don't know. The fseek, fseeko tests fail,

Re: QNX and stdio extension modules (was: Re: gnulib request)

2007-10-03 Thread Bruno Haible
Here's the unfinished and untested port to QNX of the stdio extension modules. Since it's likely to be a better starting point for whomever volunteers to support that platform than no port at all, I'm committing it. 2007-10-03 Bruno Haible <[EMAIL PROTECTED]> Port the stdio extensions

Re: QNX and stdio extension modules (was: Re: gnulib request)

2007-10-03 Thread Sean Boudreau
On Wed, Oct 03, 2007 at 10:07:28AM -0400, Bruno Haible wrote: > Sean Boudreau wrote: > > If it were a simple matter of porting I would have done it > > It is a simple matter of porting. The code is already ported to GNU > libc, > *BSD, MacOS X, AIX, HP-UX, IRIX, OSF/1, Solaris, Cygwin, mingw, BeO

Re: QNX and stdio extension modules (was: Re: gnulib request)

2007-10-03 Thread Bruno Haible
Sean Boudreau wrote: > If it were a simple matter of porting I would have done it It is a simple matter of porting. The code is already ported to GNU libc, *BSD, MacOS X, AIX, HP-UX, IRIX, OSF/1, Solaris, Cygwin, mingw, BeOS, uClibc. > Consider a system where FILE * is opaque which is possible wh

Re: QNX and stdio extension modules (was: Re: gnulib request)

2007-10-03 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sean Boudreau on 10/3/2007 6:49 AM: > Sorry, I thought we were still in the m4 realm. Yes, it would be nice if m4 didn't have problems with the gnulib portion of the testsuite on compliant platforms, for the part of gnulib that got sucked

Re: QNX and stdio extension modules (was: Re: gnulib request)

2007-10-03 Thread Sean Boudreau
On Tue, Oct 02, 2007 at 09:19:32PM -0400, Bruno Haible wrote: > Hello Sean, > > Sean Boudreau wrote: > > Under QNX with 1.4.10 the only things that actually need > > fpurge() and freading() are their tests. The tests fail but > > in this context it doesn't matter. Or are you saying their > > rol

QNX and stdio extension modules (was: Re: gnulib request)

2007-10-02 Thread Bruno Haible
Hello Sean, Sean Boudreau wrote: > Under QNX with 1.4.10 the only things that actually need > fpurge() and freading() are their tests. The tests fail but > in this context it doesn't matter. Or are you saying their > role has expanded post 1.4.10? The role of gnulib is to provide generally usef