summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mac OS X/Darwin seems to have problems with tzname().Steve Peters2005-11-281-1/+4
* Deal with differences in what clock() does between POSIX and BSD.Steve Peters2005-11-261-3/+5
* Just be explicit about $TZ.Steve Peters2005-11-261-10/+9
* Hmmm...strftime() does work on Win32, but tzset() is having problemsSteve Peters2005-11-261-6/+9
* Additional tests for B and POSIX. The POSIX ones concern me a bit,Steve Peters2005-11-261-0/+56
* Test for the right signal should use the constant for that signal.Steve Peters2005-11-031-1/+1
* WhitespaceAbigail2005-08-191-2/+2
* POD typosPiotr Fusik2005-08-011-3/+3
* SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, butH.Merijn Brand2005-07-311-1/+1
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-3/+9
* Some signals are more real than othersH.Merijn Brand2005-07-271-1/+4