File: Changes

package info (click to toggle)
libtest-fork-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 135; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
0.02  Wed Oct 15 00:45:46 EDT 2008
    Features
    - fork_ok() now returns the PID of the forked process just like fork().
    * Added some better diagnostics about what fork_ok() is doing.

    Bug Fixes
    * Fixed a race condition causing the reaper to wait for kids which have already
      been reaped.

    Tests
    - Add a test for the case when fork() fails.
    - Improve the test to ensure test numbers get turned back on after the
      children are all done.


0.01_01  Nov 30 20:02:00 PST 2007
    First working release