Lbartnik Subprocess Versions Save

0.8.3

5 years ago
  • fixed Solaris build, thanks to Walerian Sokołowski
  • use poll() instead of select(), thanks to Walerian Sokołowski
  • add the process_exists() API
  • fix race conditions in a number of tests

0.8.1

6 years ago
  • required in new R: explicitly register native symbols
  • fix: make Ctrl+C work in Windows

0.7.2

6 years ago

0.8.0

6 years ago
  • support for Mac OS
  • shared read from both stdout and stderr of the child process
  • new process_close_input() call to close the write end of child's standard input pipe; this in most cases will let the child know it should exit
  • renamed process_poll() to process_wait()
  • bugfix: group terminate in Windows