summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* 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
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-092-0/+7
* Solaris seems not to enjoy initialising constants from SIG_??? on 64Nicholas Clark2006-01-291-3/+3
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-8/+8
* POSIX and Fcntl both export the same constants derived from the sameNicholas Clark2006-01-092-8/+10
* Tweak the code that generates unique entries in @POSIX::EXPORT so thatNicholas Clark2006-01-081-4/+5
* DBL_MAX and FLT_MAX are not constants in Borland C++Steve Hay2006-01-061-3/+3
* Looks like the macro CLK_TCK is not actually a constant on Solaris.Nicholas Clark2005-12-241-1/+2
* SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VALNicholas Clark2005-12-231-4/+9
* De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,Nicholas Clark2005-12-231-3/+7
* Use inlineable proxy constant subs for POSIX.Nicholas Clark2005-12-221-2/+4
* Add tests for untested math functions in POSIXSteve Peters2005-12-211-0/+25
* Fix typos in regular expressionsRafael Garcia-Suarez2005-12-201-2/+2
* Fix for ext/POSIX/t/time.t so the strftime() test works on systemsSteve Peters2005-12-171-6/+2
* Fix ext/POSIX/t/time.t on Win32Steve Hay2005-11-281-1/+1