| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ext/POSIX/t/sysconf.t failures on Cygwin. | Steve Peters | 2007-01-26 | 1 | -1/+8 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 2 | -2/+2 |
* | Add a regression test to verify that POSIX::AUTOLOAD works, | Rafael Garcia-Suarez | 2006-12-19 | 2 | -1/+5 |
* | Disable strictures in POSIX AUTOLOAD | Rafael Garcia-Suarez | 2006-12-19 | 1 | -0/+1 |
* | Ensure that POSIX.pm is strict and warnings compliant throughout if | Nicholas Clark | 2006-12-18 | 1 | -3/+3 |
* | Given that POSIX already has AutoLoader loaded, move as much as | Nicholas Clark | 2006-12-18 | 1 | -57/+61 |
* | POSIX::SigAction::new can be moved into the AUTOLOAD section. | Nicholas Clark | 2006-12-18 | 1 | -1/+1 |
* | Silence VC++ 8 warnings about "possible loss of data" | Steve Hay | 2006-11-28 | 1 | -1/+1 |
* | POSIX::remove() and directories | Peter Dintelmann | 2006-11-22 | 1 | -1/+1 |
* | 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 |
* | 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 |