summaryrefslogtreecommitdiff
path: root/ext/POSIX/t
Commit message (Expand)AuthorAgeFilesLines
* ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixesJohn Malmberg2009-01-081-3/+25
* Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/Nicholas Clark2008-02-291-6/+10
* Re: fpathconf test failures on QNXMatt Kraai2007-11-281-8/+12
* Correct parentheses. Calling Win32::GetOSVersion() on non-win32 wouldNicholas Clark2007-08-161-2/+2
* Skip the POSIX::strftime() time test with a 60sec parameter on Vista:Steve Hay2007-08-151-3/+5
* Fix spelling nit.Steve Peters2007-04-111-1/+1
* Fix ext/POSIX/t/sysconf.t failures on Cygwin.Steve Peters2007-01-261-1/+8
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-191-1/+4
* VC8 regards 60 seconds as an invalid parameter for strftime()Steve Hay2006-11-221-1/+6
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+1
* return value of -1 without errno set is ok in Craig A. Berry2006-09-161-38/+33
* Make sysconf tests handle unimplemented success indicationsCraig A. Berry2006-07-141-3/+4
* Skip tests for pathconf() and fpathconf() on HP-UX for Steve Peters2006-07-141-8/+16
* sysconf.t: still failing in tru64, try harder to skipJarkko Hietaniemi2006-07-111-10/+32
* Skip tests of a POSIX constant on Mac OS X because saved IDs are borkedDominic Dunlop2006-07-101-4/+8
* Skip some POSIX tests when the thing they are testing is unimplementedYves Orton2006-07-082-9/+22
* POSIX test improvements on True64Jarkko Hietaniemi2006-07-082-14/+91
* Test scripts for I18N::Langinfo and POSIXSébastien Aperghis-Tramoni2006-07-072-0/+111
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-091-0/+3
* Add tests for untested math functions in POSIXSteve Peters2005-12-211-0/+25
* Fix typos in regular expressionsRafael Garcia-Suarez2005-12-201-2/+2
* Fix for ext/POSIX/t/time.t so the strftime() test works on systemsSteve Peters2005-12-171-6/+2
* Fix ext/POSIX/t/time.t on Win32Steve Hay2005-11-281-1/+1
* Mac OS X/Darwin seems to have problems with tzname().Steve Peters2005-11-281-1/+4
* Deal with differences in what clock() does between POSIX and BSD.Steve Peters2005-11-261-3/+5
* Just be explicit about $TZ.Steve Peters2005-11-261-10/+9
* Hmmm...strftime() does work on Win32, but tzset() is having problemsSteve Peters2005-11-261-6/+9
* Additional tests for B and POSIX. The POSIX ones concern me a bit,Steve Peters2005-11-261-0/+56
* Test for the right signal should use the constant for that signal.Steve Peters2005-11-031-1/+1
* SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, butH.Merijn Brand2005-07-311-1/+1
* Some signals are more real than othersH.Merijn Brand2005-07-271-1/+4
* use POSIX might not throw an error. Check for useful values alsoH.Merijn Brand2005-07-251-3/+3
* Re: [PATCH] support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-211-1/+1
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-1/+13
* Exit test script (if we're going to) *before* declaring a planSteve Hay2005-07-201-2/+2
* XS constants fail when their value is called for, not at import.Nicholas Clark2005-07-191-1/+1
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-42/+51
* Re: [perl #24554] Segfault in POSIX moduleSADAHIRO Tomoyuki2003-11-302-1/+8
* POSIX::isXXX(undef) segfaulted. (bug #24554.)Rafael Garcia-Suarez2003-11-291-1/+5
* Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6Alain Barbet2003-08-051-4/+9
* Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6Alain Barbet2003-08-031-7/+14
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-1/+27
* If the first argument of sigaction() was a string, not a numberJarkko Hietaniemi2003-06-181-1/+23
* Stay within known facts: what platforms the skippage helps,Jarkko Hietaniemi2003-03-161-1/+2
* This seems to fix (well, dodge) the problems in FreeBSD forJarkko Hietaniemi2003-03-161-2/+3
* Integrate:Jarkko Hietaniemi2003-03-121-4/+1
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-062-3/+3
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-122-24/+5
* Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are...Slaven Rezic2002-12-091-1/+21