Changes for version 2.30 - 1999-10-01
- Fixed a timing bug which caused it to report failure status for the child process on Linux. I was assuming the child must have ended before the call to waitpid(), but that was a sloppy assumption which for whatever reason was always true on Solaris but never true on Linux. Now I do the right thing.
- Made some minor documentation improvements.