[R-gregmisc-users] SF.net SVN: r-gregmisc:[1339] trunk/fork
Brought to you by:
warnes
From: <wa...@us...> - 2009-05-09 05:43:25
|
Revision: 1339 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1339&view=rev Author: warnes Date: 2009-05-09 05:43:24 +0000 (Sat, 09 May 2009) Log Message: ----------- Move NEWS to inst subdir. Added Paths: ----------- trunk/fork/inst/ trunk/fork/inst/NEWS Removed Paths: ------------- trunk/fork/NEWS Deleted: trunk/fork/NEWS =================================================================== --- trunk/fork/NEWS 2009-05-09 05:42:05 UTC (rev 1338) +++ trunk/fork/NEWS 2009-05-09 05:43:24 UTC (rev 1339) @@ -1,12 +0,0 @@ - -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. - Copied: trunk/fork/inst/NEWS (from rev 1099, trunk/fork/NEWS) =================================================================== --- trunk/fork/inst/NEWS (rev 0) +++ trunk/fork/inst/NEWS 2009-05-09 05:43:24 UTC (rev 1339) @@ -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. + Property changes on: trunk/fork/inst/NEWS ___________________________________________________________________ Added: svn:mergeinfo + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |