Skip to content

v2.0: Functionality improvements

Compare
Choose a tag to compare
@davmac314 davmac314 released this 12 Sep 05:51
· 9 commits to master since this release

This major new release introduces a small backwards incompatibility. Child watchers now receive information about child status via a wrapper type (proc_status_t). On systems which support it (eg. FreeBSD) the full integer exit value is available, rather than just the lower 8 bits.

This version also includes compilation fixes and (theoretical) bug fixes for the pselect/select backends.