Re: eof opcode

2004-11-29 Thread Dan Sugalski
later when people start wanting to do bizarre things with pseudo-filehandles. On Thu, 2004-11-25 at 08:00 +0100, Leopold Toetsch wrote: Brian Wheeler <[EMAIL PROTECTED]> wrote: > I noticed a hole in the io.ops where the PIO stuff wasn't covered. This > patch creates an eof opc

Re: eof opcode

2004-11-29 Thread brian wheeler
; wrote: > > I noticed a hole in the io.ops where the PIO stuff wasn't covered. This > > patch creates an eof opcode which checks for end of file. > > Please just use the "eof" method of the PIO object: > > $I0 = $P0."eof"() > > leo -- brian wheeler <[EMAIL PROTECTED]>

Re: eof opcode

2004-11-24 Thread Leopold Toetsch
Brian Wheeler <[EMAIL PROTECTED]> wrote: > I noticed a hole in the io.ops where the PIO stuff wasn't covered. This > patch creates an eof opcode which checks for end of file. Please just use the "eof" method of the PIO object: $I0 = $P0."eof"() leo

eof opcode

2004-11-24 Thread brian wheeler
I noticed a hole in the io.ops where the PIO stuff wasn't covered. This patch creates an eof opcode which checks for end of file. Brian Wheeler [EMAIL PROTECTED] cvs diff: Diffing . cvs diff: Diffing ops Index: ops/io.ops ==