[Patch]: fhandler_dsp.cc

2004-08-13 Thread Pierre A. Humblet
This patch to fhandler_dsp.cc fixes all issues with dup and redirection, using archetypes. It also takes care of not freezing Win9X (that was a real pain to debug). It passes the testsuite (slightly modified, patch coming), as well as all my tests. The logic of the interface to Windows audio

Re: [Patch]: Re: CVS commit under windows 98

2004-08-13 Thread Christopher Faylor
On Fri, Aug 13, 2004 at 07:13:26PM -0400, Pierre A. Humblet wrote: >A feature present in open was missing from open9x. > >2004-08-14 Pierre Humblet <[EMAIL PROTECTED]> > > * fhandler.cc (fhandler_base::open_9x): Set file attributes > for new files. Please checkin. cgf

[Patch]: Re: CVS commit under windows 98

2004-08-13 Thread Pierre A. Humblet
A feature present in open was missing from open9x. Pierre 2004-08-14 Pierre Humblet <[EMAIL PROTECTED]> * fhandler.cc (fhandler_base::open_9x): Set file attributes for new files. Index: fhandler.cc === RCS file: