summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.xs
Commit message (Expand)AuthorAgeFilesLines
* avoid truncating time values when long is smaller than time_tTony Cook2012-01-181-2/+2
* Provide the correct POSIX return value for POSIX::dup2() on Win32.Nicholas Clark2011-12-301-0/+11
* Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().Nicholas Clark2011-12-301-0/+8
* Signal handlers must run before sigsuspend returnsLeon Timmermans2011-12-291-0/+4
* avoid double defining the POSIX::TCSANOW constant subTony Cook2011-11-281-2/+6
* Change POSIX::Termios::setattr() to default to TCASNOW, not 0.Nicholas Clark2011-09-131-1/+8
* Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xsNicholas Clark2011-09-131-20/+0
* Merge the implementations of POSIX::{asctime,mktime} using ALIAS.Nicholas Clark2011-09-131-34/+18
* Merge the implementations of POSIX::{access,mkfifo} using ALIAS.Nicholas Clark2011-09-131-7/+8
* Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS.Nicholas Clark2011-09-131-8/+8
* Merge the implementations of 11 is*() functions in POSIX using XSANY.Nicholas Clark2011-09-131-154/+74
* Merge the implementations of 10 maths functions in POSIX using ALIAS.Nicholas Clark2011-09-131-36/+44
* Change POSIX::localeconv() to a table-driven implementation.Nicholas Clark2011-09-131-63/+58
* Merge the implementations of 2 sets of POSIX functions.Nicholas Clark2011-09-131-15/+14
* Merge the implementations of 4 sets of POSIX::Termios methods.Nicholas Clark2011-09-131-87/+53
* Merge the implementations of 2 pairs of POSIX::SigSet methods.Nicholas Clark2011-09-131-11/+14
* Store sigset_t used by POSIX::SigSet directly in the object SV.Nicholas Clark2011-09-131-22/+15
* In POSIX.xs, extract allocate_struct() from POSIX::Termios::new().Nicholas Clark2011-09-131-7/+13
* Store struct termios used by POSIX::Termios directly in the object SV.Nicholas Clark2011-09-131-15/+13
* The Borland Chainsaw MassacreSteve Hay2011-09-101-3/+0
* Redefine errno values for Visual Studio 2010Steve Hay2011-03-191-81/+112
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-19/+19
* rt77432: sigaction would crash/assert with a replaced %SIGTony Cook2010-08-311-1/+1
* fix logic for a workaround in POSIX.xsStepan Kasal2009-11-231-2/+2
* Add missing LEAVE to POSIX.xs sigactionGerard Goossen2009-11-121-2/+6
* Map winsock error codes to POSIX errno valuesJan Dubois2009-11-111-0/+123
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-151-8/+8
* Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-3/+3
* In strftime(), save a malloc()/free() by using sv_usepvn_flags().Nicholas Clark2009-10-151-2/+6
* POSIX::strftime() should be able to handle Unicode characters in the formatNicholas Clark2009-10-151-3/+3
* Hmmm... this may be a heisenbug. Works on some terminals but notSteve Peters2009-10-151-3/+3
* POSIX::strftime() should be able to handle Unicode characters in theSteve Peters2009-10-151-3/+3
* Fix compiler warning when cuserid is absent and sizeof(int) != sizeof(pointer)Tim Jenness2009-07-081-4/+9
* Fix POSIX::tzset() as per Time::Piece::_tzset().Steve Hay2009-05-061-0/+112
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-16/+8
* Adjustments to POSIX for the Haiku portIngo Weinhold2009-01-051-7/+17
* 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-211-151/+23
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-151-70/+8
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* ext/ constingRobin Barker2007-12-221-2/+2
* Fix POSIX::setlocale(): the CRT function returns a pointer to aSteve Hay2007-06-271-3/+12
* Cast needed to get POSIX compiling with g++ on FreeBSD.Nicholas Clark2007-04-101-1/+1
* Make the isdst argument to asctime and mktime default to -1Rafael Garcia-Suarez2007-03-151-2/+2
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-281-1/+1
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-161-1/+1
* Two signed array indicies that Coverity spots should be unsigned.Nicholas Clark2006-05-091-2/+2