ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Proc-FastSpawn/Changes
(Generate patch)

Comparing Proc-FastSpawn/Changes (file contents):
Revision 1.4 by root, Tue Apr 2 03:53:50 2013 UTC vs.
Revision 1.8 by root, Sun Apr 28 01:10:44 2013 UTC

1Revision history for Perl extension Proc::FastSpawn 1Revision history for Perl extension Proc::FastSpawn
2 2
30.2 3 - do not use vfork with spawnp, to avoid running into lots of
4 problems (execvp might call malloc, better thread safety etc.),
5 at the cost of using fork instead of vfork.
6
71.1 Sun Apr 28 02:47:31 CEST 2013
8 - add spawnp function for convenience.
9
101.0 Sun Apr 7 03:32:54 CEST 2013
11 - work around corrupted $^X on openbsd, when linked against
12 libpthread (only affects a testcase).
13
140.2 Thu Apr 4 08:24:32 CEST 2013
4 - define _WIN32_WINNT to windows xp, to make sure 15 - define _WIN32_WINNT to windows xp, to make sure
5 we get the GetProcessId prototype. 16 we get the GetProcessId prototype.
6 - add synopsis section with some examples. 17 - add synopsis section with some examples.
7 18
80.1 Sat Mar 30 02:16:48 CET 2013 190.1 Sat Mar 30 02:16:48 CET 2013

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines