[R-gregmisc-users] SF.net SVN: r-gregmisc: [1072] trunk/fork/DESCRIPTION
Brought to you by:
warnes
From: <wa...@us...> - 2007-03-06 23:37:39
|
Revision: 1072 http://svn.sourceforge.net/r-gregmisc/?rev=1072&view=rev Author: warnes Date: 2007-03-06 15:37:37 -0800 (Tue, 06 Mar 2007) Log Message: ----------- Update version number and description Modified Paths: -------------- trunk/fork/DESCRIPTION Modified: trunk/fork/DESCRIPTION =================================================================== --- trunk/fork/DESCRIPTION 2007-03-06 23:29:46 UTC (rev 1071) +++ trunk/fork/DESCRIPTION 2007-03-06 23:37:37 UTC (rev 1072) @@ -1,10 +1,10 @@ Package: fork Title: R functions for handling multiple processes. -Version: 1.1.1 +Version: 1.2.0 Author: Gregory R. Warnes <wa...@bs...> Description: These functions provides simple wrappers around the Unix process - management API calls: fork, wait, waitpid, kill, and _exit. This - enables construction of programs that utilize multiple concurrent + management API calls: fork, signal, wait, waitpid, kill, and _exit. This + enables construction of programs that utilize and mange multiple concurrent processes. Maintainer: Gregory R. Warnes <wa...@bs...> License: GPL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |