Skip to content

Releases: lbartnik/subprocess

Fix Solaris build

13 Aug 04:29
882e3b2
Compare
Choose a tag to compare
  • 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

Refreshing the code

22 Oct 09:01
Compare
Choose a tag to compare
  • required in new R: explicitly register native symbols
  • fix: make Ctrl+C work in Windows

MacOS support, API updates, bugfixes

29 Sep 07:56
Compare
Choose a tag to compare
  • 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

Initial release to CRAN

29 Sep 07:56
Compare
Choose a tag to compare
0.7.2

0.7.2 as uploaded to CRAN