Thread: [R-gregmisc-users] SF.net SVN: r-gregmisc: [1045] trunk/fork/DESCRIPTION
Brought to you by:
warnes
From: <wa...@us...> - 2007-02-05 23:21:14
|
Revision: 1045 http://svn.sourceforge.net/r-gregmisc/?rev=1045&view=rev Author: warnes Date: 2007-02-05 15:21:13 -0800 (Mon, 05 Feb 2007) Log Message: ----------- Bump version number Modified Paths: -------------- trunk/fork/DESCRIPTION Modified: trunk/fork/DESCRIPTION =================================================================== --- trunk/fork/DESCRIPTION 2007-02-05 23:17:07 UTC (rev 1044) +++ trunk/fork/DESCRIPTION 2007-02-05 23:21:13 UTC (rev 1045) @@ -1,6 +1,6 @@ Package: fork Title: R functions for handling multiple processes. -Version: 1.0.3 +Version: 1.1.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-03-06 21:01:39
|
Revision: 1062 http://svn.sourceforge.net/r-gregmisc/?rev=1062&view=rev Author: warnes Date: 2007-03-06 13:01:38 -0800 (Tue, 06 Mar 2007) Log Message: ----------- This is a test commit. Modified Paths: -------------- trunk/fork/DESCRIPTION Modified: trunk/fork/DESCRIPTION =================================================================== --- trunk/fork/DESCRIPTION 2007-03-01 22:43:18 UTC (rev 1061) +++ trunk/fork/DESCRIPTION 2007-03-06 21:01:38 UTC (rev 1062) @@ -1,6 +1,6 @@ Package: fork Title: R functions for handling multiple processes. -Version: 1.1.0 +Version: 1.1.1 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <wa...@us...> - 2007-03-22 17:12:07
|
Revision: 1081 http://svn.sourceforge.net/r-gregmisc/?rev=1081&view=rev Author: warnes Date: 2007-03-22 10:12:02 -0700 (Thu, 22 Mar 2007) Log Message: ----------- Add date to DESCRIPTION file Modified Paths: -------------- trunk/fork/DESCRIPTION Modified: trunk/fork/DESCRIPTION =================================================================== --- trunk/fork/DESCRIPTION 2007-03-14 17:21:41 UTC (rev 1080) +++ trunk/fork/DESCRIPTION 2007-03-22 17:12:02 UTC (rev 1081) @@ -1,6 +1,7 @@ Package: fork Title: R functions for handling multiple processes. Version: 1.2.0 +Date: 2007-03-22 Author: Gregory R. Warnes <wa...@bs...> Description: These functions provides simple wrappers around the Unix process management API calls: fork, signal, wait, waitpid, kill, and _exit. This This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wa...@us...> - 2007-03-24 21:31:07
|
Revision: 1086 http://svn.sourceforge.net/r-gregmisc/?rev=1086&view=rev Author: warnes Date: 2007-03-24 14:31:01 -0700 (Sat, 24 Mar 2007) Log Message: ----------- Update version number and date Modified Paths: -------------- trunk/fork/DESCRIPTION Modified: trunk/fork/DESCRIPTION =================================================================== --- trunk/fork/DESCRIPTION 2007-03-24 21:30:26 UTC (rev 1085) +++ trunk/fork/DESCRIPTION 2007-03-24 21:31:01 UTC (rev 1086) @@ -1,7 +1,7 @@ Package: fork Title: R functions for handling multiple processes. -Version: 1.2.0 -Date: 2007-03-22 +Version: 1.2.1 +Date: 2007-03-24 Author: Gregory R. Warnes <gr...@ra...>. Financial support for some aspects of this package provided by Metrum Research Group, LLC <http://www.metrumrg.com>. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |