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

Comparing Proc-FastSpawn/Changes (file contents):
Revision 1.6 by root, Sun Apr 7 01:33:20 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
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.
2 9
31.0 Sun Apr 7 03:32:54 CEST 2013 101.0 Sun Apr 7 03:32:54 CEST 2013
4 - work around corrupted $^X on openbsd, when linked against 11 - work around corrupted $^X on openbsd, when linked against
5 libpthread (only affects a testcase). 12 libpthread (only affects a testcase).
6 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines