Speaking of failure-mode, all syscalls should return false on failure, not ever -1. Right now, wait and waitpid work the other way. They should go the undef vs "0 but true" route that ioctl, fcntl, and sysread take. --tom
- Re: RFC 213 (v1) rindex and index should return undef on... Tom Christiansen
- Re: RFC 213 (v1) rindex and index should return und... Nathan Wiger
- Re: RFC 213 (v1) rindex and index should return und... Chaim Frenkel
- Re: RFC 213 (v1) rindex and index should return... Nathan Torkington
- Re: RFC 213 (v1) rindex and index should re... Chaim Frenkel
- Re: RFC 213 (v1) rindex and index shoul... Nathan Torkington
- Re: RFC 213 (v1) rindex and index ... Nathan Torkington
- Re: RFC 213 (v1) rindex and in... Chaim Frenkel
- Re: RFC 213 (v1) rindex an... Glenn Linderman
- Re: RFC 213 (v1) rindex an... John Porter
- Re: RFC 213 (v1) rindex an... Glenn Linderman