Testing list - delete this

2002-01-17 Thread Melvin Smith
Ping...

on parrot strings

2002-01-17 Thread Jarkko Hietaniemi
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

[PATCH] A lil' more PIO work

2002-01-17 Thread Melvin Smith
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 ==

Re: [PATCH] A lil' more PIO work

2002-01-17 Thread Melvin Smith
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