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.
What is the layer stack? That term doesn't seem to be defined anywhere. (OK, I can make a guess based on what perl 5.8 is doing) I can see why one would have a layer stack on an open file handle, but doesn't open crate file handles? Or is the action of "open" something that happens after file handle construction (hence there can be a stack by open time)? Nicholas Clark