| Commit message (Expand) | Author | Age | Files | Lines |
* | ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes | John Malmberg | 2009-01-08 | 1 | -3/+25 |
* | Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/ | Nicholas Clark | 2008-02-29 | 1 | -6/+10 |
* | Re: fpathconf test failures on QNX | Matt Kraai | 2007-11-28 | 1 | -8/+12 |
* | Correct parentheses. Calling Win32::GetOSVersion() on non-win32 would | Nicholas Clark | 2007-08-16 | 1 | -2/+2 |
* | Skip the POSIX::strftime() time test with a 60sec parameter on Vista: | Steve Hay | 2007-08-15 | 1 | -3/+5 |
* | Fix spelling nit. | Steve Peters | 2007-04-11 | 1 | -1/+1 |
* | Fix ext/POSIX/t/sysconf.t failures on Cygwin. | Steve Peters | 2007-01-26 | 1 | -1/+8 |
* | Add a regression test to verify that POSIX::AUTOLOAD works, | Rafael Garcia-Suarez | 2006-12-19 | 1 | -1/+4 |
* | VC8 regards 60 seconds as an invalid parameter for strftime() | Steve Hay | 2006-11-22 | 1 | -1/+6 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 1 | -1/+1 |
* | return value of -1 without errno set is ok in | Craig A. Berry | 2006-09-16 | 1 | -38/+33 |
* | Make sysconf tests handle unimplemented success indications | Craig A. Berry | 2006-07-14 | 1 | -3/+4 |
* | Skip tests for pathconf() and fpathconf() on HP-UX for | Steve Peters | 2006-07-14 | 1 | -8/+16 |
* | sysconf.t: still failing in tru64, try harder to skip | Jarkko Hietaniemi | 2006-07-11 | 1 | -10/+32 |
* | Skip tests of a POSIX constant on Mac OS X because saved IDs are borked | Dominic Dunlop | 2006-07-10 | 1 | -4/+8 |
* | Skip some POSIX tests when the thing they are testing is unimplemented | Yves Orton | 2006-07-08 | 2 | -9/+22 |
* | POSIX test improvements on True64 | Jarkko Hietaniemi | 2006-07-08 | 2 | -14/+91 |
* | Test scripts for I18N::Langinfo and POSIX | Sébastien Aperghis-Tramoni | 2006-07-07 | 2 | -0/+111 |
* | Need to update test count from change #27440. | Steve Peters | 2006-03-09 | 1 | -1/+1 |
* | croak in POSIX::sigaction() when passed a negative signal instead | Steve Peters | 2006-03-09 | 1 | -0/+3 |
* | Add tests for untested math functions in POSIX | Steve Peters | 2005-12-21 | 1 | -0/+25 |
* | Fix typos in regular expressions | Rafael Garcia-Suarez | 2005-12-20 | 1 | -2/+2 |
* | Fix for ext/POSIX/t/time.t so the strftime() test works on systems | Steve Peters | 2005-12-17 | 1 | -6/+2 |
* | Fix ext/POSIX/t/time.t on Win32 | Steve Hay | 2005-11-28 | 1 | -1/+1 |
* | Mac OS X/Darwin seems to have problems with tzname(). | Steve Peters | 2005-11-28 | 1 | -1/+4 |
* | Deal with differences in what clock() does between POSIX and BSD. | Steve Peters | 2005-11-26 | 1 | -3/+5 |
* | Just be explicit about $TZ. | Steve Peters | 2005-11-26 | 1 | -10/+9 |
* | Hmmm...strftime() does work on Win32, but tzset() is having problems | Steve Peters | 2005-11-26 | 1 | -6/+9 |
* | Additional tests for B and POSIX. The POSIX ones concern me a bit, | Steve Peters | 2005-11-26 | 1 | -0/+56 |
* | Test for the right signal should use the constant for that signal. | Steve Peters | 2005-11-03 | 1 | -1/+1 |
* | SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but | H.Merijn Brand | 2005-07-31 | 1 | -1/+1 |
* | Some signals are more real than others | H.Merijn Brand | 2005-07-27 | 1 | -1/+4 |
* | use POSIX might not throw an error. Check for useful values also | H.Merijn Brand | 2005-07-25 | 1 | -3/+3 |
* | Re: [PATCH] support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-21 | 1 | -1/+1 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -1/+13 |
* | Exit test script (if we're going to) *before* declaring a plan | Steve Hay | 2005-07-20 | 1 | -2/+2 |
* | XS constants fail when their value is called for, not at import. | Nicholas Clark | 2005-07-19 | 1 | -1/+1 |
* | allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) | Jarkko Hietaniemi | 2005-07-19 | 1 | -42/+51 |
* | Re: [perl #24554] Segfault in POSIX module | SADAHIRO Tomoyuki | 2003-11-30 | 2 | -1/+8 |
* | POSIX::isXXX(undef) segfaulted. (bug #24554.) | Rafael Garcia-Suarez | 2003-11-29 | 1 | -1/+5 |
* | Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6 | Alain Barbet | 2003-08-05 | 1 | -4/+9 |
* | Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6 | Alain Barbet | 2003-08-03 | 1 | -7/+14 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -1/+27 |
* | If the first argument of sigaction() was a string, not a number | Jarkko Hietaniemi | 2003-06-18 | 1 | -1/+23 |
* | Stay within known facts: what platforms the skippage helps, | Jarkko Hietaniemi | 2003-03-16 | 1 | -1/+2 |
* | This seems to fix (well, dodge) the problems in FreeBSD for | Jarkko Hietaniemi | 2003-03-16 | 1 | -2/+3 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-12 | 1 | -4/+1 |
* | cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption | Adrian M. Enache | 2003-03-06 | 2 | -3/+3 |
* | Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297 | Rafael Garcia-Suarez | 2002-12-12 | 2 | -24/+5 |
* | Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are... | Slaven Rezic | 2002-12-09 | 1 | -1/+21 |