| Commit message (Expand) | Author | Age | Files | Lines |
* | op/fork.t: skip the ulimit fork test under LSAN | Tony Cook | 2023-01-19 | 1 | -0/+2 |
* | Remove NetWare support | Dagfinn Ilmari Mannsåker | 2021-10-08 | 1 | -1/+1 |
* | t/op/fork.t: fix skip condition | Tomasz Konojacki | 2019-11-10 | 1 | -1/+1 |
* | t/op/fork.t: Don't output shell warning | Karl Williamson | 2017-06-01 | 1 | -1/+1 |
* | Use set_up_inc for several unit tests | Nicolas R | 2016-08-18 | 1 | -1/+1 |
* | miniperl on Win32 doesn't have fork() | Tony Cook | 2015-01-06 | 1 | -0/+2 |
* | Properly set the phase for END blocks run at the end of a pseudo-fork | Vincent Pit | 2014-09-28 | 1 | -0/+10 |
* | Pseudo-fork dups arg array on argless calls | David Mitchell | 2014-04-28 | 1 | -0/+14 |
* | t/op/fork.t: Up the sleep time in a test to avoid timing issues | Brian Fraser | 2014-01-26 | 1 | -1/+1 |
* | t/op/fork.t: Work around android only having an inbuilt echo | Brian Fraser | 2014-01-26 | 1 | -0/+3 |
* | [perl #117141] sometimes we just can't make fork fail, skip the test | Tony Cook | 2013-05-13 | 1 | -0/+3 |
* | t/op/fork.t: Add description for one special test. | James E Keenan | 2013-01-05 | 1 | -1/+1 |
* | Skip the test for fork's undef return if ulimit -u doesn't work locally. | Nicholas Clark | 2012-11-22 | 1 | -0/+6 |
* | fork() should return undef on failure, even in list context | Jesse Luehrs | 2012-10-23 | 1 | -0/+13 |
* | Remove the MPE/iX port. | Nicholas Clark | 2012-09-21 | 1 | -3/+0 |
* | Hang on to child handle after signalling SIGTERM | Jan Dubois | 2011-03-15 | 1 | -0/+20 |
* | Don't set $ENV{PERL5LIB} in t/op/{anonsub,fork}.t as it isn't needed. | Nicholas Clark | 2011-03-15 | 1 | -1/+0 |
* | Avoid race codition when setting process exit code on Windows. | Jan Dubois | 2011-03-11 | 1 | -0/+12 |
* | Refactor 5 tests to use skip_all(), instead of generating TAP locally. | Nicholas Clark | 2011-03-07 | 1 | -9/+5 |
* | Migrate t/op/{fork,runlevel,tie}.t to use run_multiple_progs(). | Nicholas Clark | 2011-02-25 | 1 | -48/+24 |
* | fix for [perl #72604] @DB::args and win32 fork | David Mitchell | 2010-02-28 | 1 | -0/+18 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | Use test.pl's tempfile(). | Nicholas Clark | 2008-08-07 | 1 | -5/+5 |
* | [perl #53238] Patch to stop t/op/fork.t relying on rand | David Dick | 2008-04-26 | 1 | -5/+3 |
* | First patch from: | Jan Dubois | 2006-12-11 | 1 | -0/+1 |
* | Make use of $Config{d_pseudofork} in a couple of core tests | Steve Hay | 2006-12-07 | 1 | -6/+1 |
* | Re: [perl #39145] win32, @_ and fork crashing in dounwind | David Mitchell | 2006-05-17 | 1 | -0/+6 |
* | RE: PeekMessage() call in win32\win32.c win32_async_check | Jan Dubois | 2005-12-16 | 1 | -0/+18 |
* | Re: 5.8.1 and srand | Slaven Rezic | 2003-10-02 | 1 | -0/+18 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -3/+6 |
* | PERL_IMPLICIT_SYS (almost) works - something odd with "signal" | Nick Ing-Simmons | 2000-12-04 | 1 | -1/+3 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+22 |
* | Use minimal @INC in tests, most of the time just '../lib', | Mike Guy | 2000-08-29 | 1 | -1/+1 |
* | Unbuffer the output. | Yitzchak Scott-Thoennes | 2000-08-18 | 1 | -0/+1 |
* | on windows, the return values from wait() and waitpid() don't | Gurusamy Sarathy | 2000-08-16 | 1 | -0/+24 |
* | MPE/ix patches from Mark Bixby. | Jarkko Hietaniemi | 2000-02-24 | 1 | -0/+5 |
* | OS/2 build fixups from Ilya Zakharevich | Gurusamy Sarathy | 2000-02-04 | 1 | -1/+3 |
* | document unimplemented status of forking pipe open() on windows | Gurusamy Sarathy | 2000-01-27 | 1 | -0/+47 |
* | tweak exports list on Windows | Gurusamy Sarathy | 2000-01-26 | 1 | -1/+4 |
* | test for change#4792 | Gurusamy Sarathy | 2000-01-11 | 1 | -7/+11 |
* | test tweak | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
* | enable fork.t on windows | Gurusamy Sarathy | 2000-01-10 | 1 | -1/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+296 |
* | more testsuite smarts (many of them courtesy Ilya) | Gurusamy Sarathy | 1999-05-12 | 1 | -1/+1 |
* | make testsuite somewhat location independent | Gurusamy Sarathy | 1999-02-12 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_22 to perl5.003_23]perl-5.003_23 | Perl 5 Porters | 1997-01-25 | 1 | -0/+10 |
* | perl 5.0 alpha 2perl-5a2 | Larry Wall | 1993-10-07 | 1 | -1/+1 |
* | perl 4.0.00: (no release announcement available)perl-4.0.00 | Larry Wall | 1991-03-21 | 1 | -0/+16 |