Nicholas Clark <[EMAIL PROTECTED]> writes:
> On Fri, Sep 05, 2003 at 05:24:48PM +0200, Juergen Boemmels wrote:
> > * Add an layer-argument to PIO_open and PIO_fdopen, which walk the
> > layerstack and search for the Open-implementation. The current
> > implentation of PIO_open with the default
On Fri, Sep 05, 2003 at 05:24:48PM +0200, Juergen Boemmels wrote:
> * Add an layer-argument to PIO_open and PIO_fdopen, which walk the
> layerstack and search for the Open-implementation. The current
> implentation of PIO_open with the default layer should be
> renamed to PIO_open_default.
W
Hi,
The current implementation of fdopen op in PIO is buggy. The tests
fail currently on every system except unix. This is because the test
are based on the assumption of 1 being stdout on every system.
Furhtermore the standard handles get autoclosed at exit. This has in
the past lead to problems