File: Changes

package info (click to toggle)
libproc-fastspawn-perl 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 20; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Revision history for Perl extension Proc::FastSpawn

1.2  Mon Jun 10 05:02:10 CEST 2013
        - do not use vfork with spawnp, to avoid running into lots of
          problems (execvp might call malloc, better thread safety etc.),
          at the cost of using fork instead of vfork.
        - fix a (rather theoretical) memory corruption bug.

1.1  Sun Apr 28 02:47:31 CEST 2013
	- add spawnp function for convenience.

1.0  Sun Apr  7 03:32:54 CEST 2013
	- work around corrupted $^X on openbsd, when linked against
          libpthread (only affects a testcase).

0.2  Thu Apr  4 08:24:32 CEST 2013
        - define _WIN32_WINNT to windows xp, to make sure
          we get the GetProcessId prototype.
	- add synopsis section with some examples.

0.1   Sat Mar 30 02:16:48 CET 2013
	- intiial CPAN release.

0.01  Fri Mar 29 14:32:28 CET 2013
	- first rough idea.