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