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