| Commit message (Expand) | Author | Age | Files | Lines |
* | return value of -1 without errno set is ok in | Craig A. Berry | 2006-09-16 | 1 | -38/+33 |
* | Additional changes to get C++ a little closer to a clean compile | Steve Peters | 2006-08-16 | 2 | -2/+2 |
* | 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 | 3 | -15/+94 |
* | Test scripts for I18N::Langinfo and POSIX | Sébastien Aperghis-Tramoni | 2006-07-07 | 2 | -0/+111 |
* | Add constants needed for recvmsg()/sendmsg() support. | Steve Peters | 2006-07-05 | 1 | -1/+2 |
* | Two signed array indicies that Coverity spots should be unsigned. | Nicholas Clark | 2006-05-09 | 1 | -2/+2 |
* | Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that | Nicholas Clark | 2006-05-01 | 1 | -2/+18 |
* | 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 | 2 | -0/+7 |
* | Solaris seems not to enjoy initialising constants from SIG_??? on 64 | Nicholas Clark | 2006-01-29 | 1 | -3/+3 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -8/+8 |
* | POSIX and Fcntl both export the same constants derived from the same | Nicholas Clark | 2006-01-09 | 2 | -8/+10 |
* | Tweak the code that generates unique entries in @POSIX::EXPORT so that | Nicholas Clark | 2006-01-08 | 1 | -4/+5 |
* | DBL_MAX and FLT_MAX are not constants in Borland C++ | Steve Hay | 2006-01-06 | 1 | -3/+3 |
* | Looks like the macro CLK_TCK is not actually a constant on Solaris. | Nicholas Clark | 2005-12-24 | 1 | -1/+2 |
* | SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL | Nicholas Clark | 2005-12-23 | 1 | -4/+9 |
* | De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags, | Nicholas Clark | 2005-12-23 | 1 | -3/+7 |
* | Use inlineable proxy constant subs for POSIX. | Nicholas Clark | 2005-12-22 | 1 | -2/+4 |
* | 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 |
* | Whitespace | Abigail | 2005-08-19 | 1 | -2/+2 |
* | POD typos | Piotr Fusik | 2005-08-01 | 1 | -3/+3 |
* | SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but | H.Merijn Brand | 2005-07-31 | 1 | -1/+1 |
* | silence compiler warning in mg.c POSIX.xs | Robin Barker | 2005-07-28 | 1 | -3/+9 |
* | 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 | 2 | -1/+5 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 2 | -1/+38 |
* | Exit test script (if we're going to) *before* declaring a plan | Steve Hay | 2005-07-20 | 1 | -2/+2 |
* | C<use Foo;> inside Foo.pm considered a "bad thing" | Nicholas Clark | 2005-07-19 | 1 | -8/+11 |
* | 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 | 5 | -80/+215 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -3/+3 |
* | Comment nit to help Devel::Cover, spotted by Steve Peters | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+0 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -2/+2 |
* | Update XS code to declare PERL_UNUSED_DECL conditionally | Nicholas Clark | 2005-05-20 | 1 | -6/+8 |