Tweak the code that generates unique entries in @POSIX::EXPORT so that
[p5sagit/p5-mst-13.2.git] / ext / POSIX / t /
2005-12-21 Steve Peters Add tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-Suarez Fix typos in regular expressions
2005-12-17 Steve Peters Fix for ext/POSIX/t/time.t so the strftime() test works...
2005-11-28 Steve Hay Fix ext/POSIX/t/time.t on Win32
2005-11-28 Steve Peters Mac OS X/Darwin seems to have problems with tzname().
2005-11-26 Steve Peters Deal with differences in what clock() does between...
2005-11-26 Steve Peters Just be explicit about $TZ.
2005-11-26 Steve Peters Hmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve Peters Additional tests for B and POSIX. The POSIX ones conce...
2005-11-03 Steve Peters Test for the right signal should use the constant for...
2005-07-31 H.Merijn Brand SIGRTMIN ...
2005-07-27 H.Merijn Brand Some signals are more real than others
2005-07-25 H.Merijn Brand use POSIX might not throw an error. Check for useful...
2005-07-21 Jarkko Hietaniemi Re: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-20 Steve Hay Exit test script (if we're going to) *before* declaring...
2005-07-19 Nicholas Clark XS constants fail when their value is called for, not...
2005-07-19 Jarkko Hietaniemi allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2003-11-30 SADAHIRO Tomoyuki Re: [perl #24554] Segfault in POSIX module
2003-11-29 Rafael Garcia-Suarez POSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-08-05 Alain Barbet Re: [perl #23202] [RESOLVED] coredump on ext/POSIX...
2003-08-03 Alain Barbet Re: [perl #23202] coredump on ext/POSIX/t/posix with...
2003-07-09 Chip Salzenberg Safe signals via POSIX::sigaction
2003-06-18 Jarkko Hietaniemi If the first argument of sigaction() was a string,...
2003-03-16 Jarkko Hietaniemi Stay within known facts: what platforms the skippage...
2003-03-16 Jarkko Hietaniemi This seems to fix (well, dodge) the problems in FreeBSD for
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-06 Adrian M. Enache cleaning up tests of the 'eval { decl. } <=> runtime...
2002-12-12 Rafael Garcia-Suarez Integrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-09 Slaven Rezic Re: [perl #18238] timezone and gmt offset as output...
2002-12-02 Hugo van der Sanden integrate 5.8-maint: changes #18174 18187 18189-92...
2002-09-02 Rafael Garcia-Suarez Some simple tests for the POSIX::isXXX() functions.
2002-06-26 Jarkko Hietaniemi Integrate from macperl:
2002-06-19 Paul Marquess RE: [PATCH] POSIX taint tests
2002-06-19 Michael G. Schwern Re: [PATCH] POSIX taint tests
2002-06-19 Paul Marquess POSIX taint tests
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-05-28 Nikola Knezevic Test::Harness and skiping tests functionality
2002-05-24 Abigail Typos
2002-03-29 Michael G. Schwern Quieting OS X
2002-03-28 Paul Green ext/POSIX/t/posix.t -- neuter final test on VOS
2002-03-24 Craig A. Berry errno help for VMS
2002-03-02 Jarkko Hietaniemi The _POSIX_OPEN_MAX values are allowed *minimums*,
2002-02-05 Nick Ing-Simmons Integrate mainline
2002-02-05 Artur Bergman Add in change for Apple/Darwin Bug: 2785519 to fix...
2002-02-05 Artur Bergman Change to check if _POSIX_OPEN_MAX is 16 or 20, however...
2001-12-17 Nicholas Clark more POSIX tests, and more autoloading
2001-12-10 Jarkko Hietaniemi Telling how many tests we are expecting helps.
2001-12-10 Jarkko Hietaniemi Add a test case for waitpid(): from Rocco Caputo.
2001-11-25 Jarkko Hietaniemi DJGPP cannot do signals that well.
2001-11-08 Jarkko Hietaniemi Test miscounting.
2001-11-08 Jarkko Hietaniemi [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com]...
2001-10-12 Jarkko Hietaniemi VMS pre-7.0 (which doesn't have sigaction()) uniformly
2001-09-07 Jarkko Hietaniemi Clean up 1_compile.t; move tests to more consistent