summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POD typosFrank Wiegand2009-01-211-2/+2
* ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixesJohn Malmberg2009-01-081-3/+25
* Adjustments to POSIX for the Haiku portIngo Weinhold2009-01-052-8/+18
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
* Add conditional code to initialise RETVAL, to avoid compiler warnings.Nicholas Clark2008-05-311-0/+5
* My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not evenNicholas Clark2008-05-251-0/+24
* Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIGNicholas Clark2008-05-211-20/+31
* Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandangoNicholas Clark2008-05-212-165/+27
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-152-73/+12
* It transpires that POSIX.xs also duplicated several constants definedNicholas Clark2008-05-152-6/+6
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-311-1/+1
* Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/Nicholas Clark2008-02-291-6/+10
* mistaken variable in podYitzchak Scott-Thoennes2008-01-291-1/+1
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* ext/ constingRobin Barker2007-12-221-2/+2
* Warning shutdowns, by Robin BarkerRafael Garcia-Suarez2007-11-281-3/+3
* 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 POSIX::setlocale(): the CRT function returns a pointer to aSteve Hay2007-06-271-3/+12
* DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressionsNicholas Clark2007-05-291-7/+6
* Documentation fixes for EGID/GID confusionDavid Leadbeater2007-05-041-1/+1
* Fix spelling nit.Steve Peters2007-04-111-1/+1
* Cast needed to get POSIX compiling with g++ on FreeBSD.Nicholas Clark2007-04-101-1/+1
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-211-1/+1
* Make the isdst argument to asctime and mktime default to -1Rafael Garcia-Suarez2007-03-153-6/+6
* Fix ext/POSIX/t/sysconf.t failures on Cygwin.Steve Peters2007-01-261-1/+8
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-082-2/+2
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-192-1/+5
* Disable strictures in POSIX AUTOLOADRafael Garcia-Suarez2006-12-191-0/+1
* Ensure that POSIX.pm is strict and warnings compliant throughout ifNicholas Clark2006-12-181-3/+3
* Given that POSIX already has AutoLoader loaded, move as much asNicholas Clark2006-12-181-57/+61
* POSIX::SigAction::new can be moved into the AUTOLOAD section.Nicholas Clark2006-12-181-1/+1
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-281-1/+1
* POSIX::remove() and directoriesPeter Dintelmann2006-11-221-1/+1
* 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
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-162-2/+2
* 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-083-15/+94
* Test scripts for I18N::Langinfo and POSIXSébastien Aperghis-Tramoni2006-07-072-0/+111
* Add constants needed for recvmsg()/sendmsg() support.Steve Peters2006-07-051-1/+2
* Two signed array indicies that Coverity spots should be unsigned.Nicholas Clark2006-05-091-2/+2
* Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found thatNicholas Clark2006-05-011-2/+18
* Need to update test count from change #27440.Steve Peters2006-03-091-1/+1