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

Comparing Proc-FastSpawn/Changes (file contents):
Revision 1.5 by root, Thu Apr 4 06:25:04 2013 UTC vs.
Revision 1.9 by root, Mon Jun 10 03:02:33 2013 UTC

1Revision history for Perl extension Proc::FastSpawn 1Revision history for Perl extension Proc::FastSpawn
2
31.2 Mon Jun 10 05:02:10 CEST 2013
4 - do not use vfork with spawnp, to avoid running into lots of
5 problems (execvp might call malloc, better thread safety etc.),
6 at the cost of using fork instead of vfork.
7 - fix a (rather theoretical) memory corruption bug.
8
91.1 Sun Apr 28 02:47:31 CEST 2013
10 - add spawnp function for convenience.
11
121.0 Sun Apr 7 03:32:54 CEST 2013
13 - work around corrupted $^X on openbsd, when linked against
14 libpthread (only affects a testcase).
2 15
30.2 Thu Apr 4 08:24:32 CEST 2013 160.2 Thu Apr 4 08:24:32 CEST 2013
4 - define _WIN32_WINNT to windows xp, to make sure 17 - define _WIN32_WINNT to windows xp, to make sure
5 we get the GetProcessId prototype. 18 we get the GetProcessId prototype.
6 - add synopsis section with some examples. 19 - add synopsis section with some examples.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines