Re: Passing all string tests for 0.0.2

2001-10-04 Thread Dan Sugalski
At 09:43 AM 10/4/2001 -0400, Gregor N. Purdy wrote: >Anyone object to me making 0.0.2 pass all its string tests without >skipping any by making the print_s op into a noop if the register >contains a NULL pointer? Nope, not at the moment, since print_s is a throwaway op anyway.

Passing all string tests for 0.0.2

2001-10-04 Thread Gregor N. Purdy
All -- Anyone object to me making 0.0.2 pass all its string tests without skipping any by making the print_s op into a noop if the register contains a NULL pointer? I'm assuming that real I/O stuff comes later and can deal with SVs and complaints about undef and so on. -- I'm also curi