ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Proc-FastSpawn/Changes
Revision: 1.8
Committed: Sun Apr 28 01:10:44 2013 UTC (11 years ago) by root
Branch: MAIN
Changes since 1.7: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision 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
7 1.1 Sun Apr 28 02:47:31 CEST 2013
8 - add spawnp function for convenience.
9
10 1.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
14 0.2 Thu Apr 4 08:24:32 CEST 2013
15 - define _WIN32_WINNT to windows xp, to make sure
16 we get the GetProcessId prototype.
17 - add synopsis section with some examples.
18
19 0.1 Sat Mar 30 02:16:48 CET 2013
20 - intiial CPAN release.
21
22 0.01 Fri Mar 29 14:32:28 CET 2013
23 - first rough idea.
24