summaryrefslogtreecommitdiff
path: root/ext/POSIX/t/sigaction.t
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-1/+1
* perl no longer builds on MacOS ClassicTom Hukins2017-10-121-1/+1
* (perl #130534) fix test failures under DragonFly BSDTomasz Konojacki2017-01-101-1/+3
* OpenBSD 6 still does not support returning pid, gid or uid with SA_SIGINFOAndrew Fresh2016-10-251-1/+1
* ext/POSIX/t/sigaction.t: Skip uid and pid tests on GNU/HurdDominic Hargreaves2016-05-281-1/+3
* OpenBSD does not do si_uid with sigaction().Jarkko Hietaniemi2016-02-041-1/+3
* Skip SA_SIGINFO uid/pid test on POSIX-deficient OS X versionsDagfinn Ilmari Mannsåker2016-01-291-0/+2
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-5/+26
* POSIX/t/sigaction.t: Skip failing EBCDIC testKarl Williamson2015-03-131-0/+1
* In various POSIX tests, make better use of Test::More.Nicholas Clark2011-09-131-20/+21
* fix the AIX skip to only skip on AIXTony Cook2010-08-311-1/+1
* rt77432: sigaction would crash/assert with a replaced %SIGTony Cook2010-08-311-1/+8
* [PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6)H.Merijn Brand2010-04-161-0/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-5/+0
* 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
* 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
* 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
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-061-1/+1
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-1/+1
* DJGPP cannot do signals that well.Jarkko Hietaniemi2001-11-251-1/+2
* VMS pre-7.0 (which doesn't have sigaction()) uniformlyJarkko Hietaniemi2001-10-121-1/+2
* Clean up 1_compile.t; move tests to more consistentJarkko Hietaniemi2001-09-071-0/+133