| Commit message (Expand) | Author | Age | Files | Lines |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+1 |
* | Add conditional code to initialise RETVAL, to avoid compiler warnings. | Nicholas Clark | 2008-05-31 | 1 | -0/+5 |
* | My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even | Nicholas Clark | 2008-05-25 | 1 | -0/+24 |
* | Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG | Nicholas Clark | 2008-05-21 | 1 | -20/+31 |
* | Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango | Nicholas Clark | 2008-05-21 | 2 | -165/+27 |
* | Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, | Nicholas Clark | 2008-05-15 | 2 | -73/+12 |
* | It transpires that POSIX.xs also duplicated several constants defined | Nicholas Clark | 2008-05-15 | 2 | -6/+6 |
* | $VERSION++ for all the non-dual life modules in ext/ that | Nicholas Clark | 2008-03-31 | 1 | -1/+1 |
* | Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/ | Nicholas Clark | 2008-02-29 | 1 | -6/+10 |
* | mistaken variable in pod | Yitzchak Scott-Thoennes | 2008-01-29 | 1 | -1/+1 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2008-01-11 | 1 | -2/+2 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -2/+2 |
* | Warning shutdowns, by Robin Barker | Rafael Garcia-Suarez | 2007-11-28 | 1 | -3/+3 |
* | 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 POSIX::setlocale(): the CRT function returns a pointer to a | Steve Hay | 2007-06-27 | 1 | -3/+12 |
* | DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions | Nicholas Clark | 2007-05-29 | 1 | -7/+6 |
* | Documentation fixes for EGID/GID confusion | David Leadbeater | 2007-05-04 | 1 | -1/+1 |
* | Fix spelling nit. | Steve Peters | 2007-04-11 | 1 | -1/+1 |
* | Cast needed to get POSIX compiling with g++ on FreeBSD. | Nicholas Clark | 2007-04-10 | 1 | -1/+1 |
* | Only use proxy constant subroutines for 5.9.x. | Nicholas Clark | 2007-03-21 | 1 | -1/+1 |
* | Make the isdst argument to asctime and mktime default to -1 | Rafael Garcia-Suarez | 2007-03-15 | 3 | -6/+6 |
* | 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 |