Ping...
Dan suggested that I make this document public.
I've been reluctant to do so, for several reasons, the most important
being that I'm far, FAR, behind in the current Parrot developments.
Therefore, this document will probably rudely stomp right over any
recent string, encoding and regular express
Well I'm working really slow, barely able to get in 50 lines tonight, work
is crushing me.
Patch Comments:
Implemented a few more calls in the Win32 layer (write/read/seek/tell)
A few other minor tweaks.
-Melvin
Index: include/parrot/io.h
==
At 02:07 AM 1/18/2002 -0500, Melvin Smith wrote:
>+if(pio_stderr)
>+PIO_stdio_setbuf(interpreter, layer, pio_stderr,
>PIO_UNBOUND);
Oops, I guess I'm a true rebel. Buffering stderr and all...
-Melvin