Re: [PATCH] Simple I/O

2001-11-01 Thread Gregor N. Purdy
Jeff -- Thanks. Applied. NOTE: flags issue not solved. Regards, -- Gregor On Tue, 2001-10-30 at 22:58, Jeff wrote: > Implements the following instructions: > > 1) open(i|ic,i|ic,s|sc) - Filehandle in $1, r/w mode in $2 (permissions > 644), filename in $3 > 2) read(s,i|ic,i|ic) - String regi

Re: [PATCH] Simple I/O

2001-10-31 Thread Dan Sugalski
At 01:39 PM 10/31/2001 +, Simon Cozens wrote: >On Wed, Oct 31, 2001 at 08:33:05AM -0500, Gregor N. Purdy wrote: > > If there's no objection, I'll apply the patch here and play with it and > > probably commit it. > >Feel free. Yup. I'm working on the docs for the I/O ops at the moment, and thi

Re: [PATCH] Simple I/O

2001-10-31 Thread Simon Cozens
On Wed, Oct 31, 2001 at 08:33:05AM -0500, Gregor N. Purdy wrote: > Eventually, we'll want to move these and the printint ops to a separate > devel.ops (or some such thing). I would do that immediately. In fact, call 'em temp.ops, to remind people that they're not the final solutions and are dest

Re: [PATCH] Simple I/O

2001-10-31 Thread Gregor N. Purdy
All -- [Thanks, Jeff] Does anyone object to using this as a starting point? I'd like to have such ops, even if they are only there until we have a full I/O subsystem. Eventually, we'll want to move these and the printint ops to a separate devel.ops (or some such thing). That has to wait until w