[R-gregmisc-users] SF.net SVN: r-gregmisc: [1082] trunk/fork/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2007-03-22 17:12:21
|
Revision: 1082 http://svn.sourceforge.net/r-gregmisc/?rev=1082&view=rev Author: warnes Date: 2007-03-22 10:12:16 -0700 (Thu, 22 Mar 2007) Log Message: ----------- Add NEWS file Added Paths: ----------- trunk/fork/NEWS Added: trunk/fork/NEWS =================================================================== --- trunk/fork/NEWS (rev 0) +++ trunk/fork/NEWS 2007-03-22 17:12:16 UTC (rev 1082) @@ -0,0 +1,12 @@ + +Version: 1.2.0 - 2007-03-22 +=========================== + + - Added new function handleSIGCLD/restoreSIGCLD for setting + up/removing a SIGCLD handler so that fork'ed processes can safely be + ignored without becoming zombies. See ?handleSIGCLD for details. + + - Added regression tests for SysV and BSD style signal handling that + checks for zombie process creation & tests that signal("SIGCHLD","ignore") + and/or handleSIGCLD() prevents zombie process creation. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |