| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid double defining the POSIX::TCSANOW constant sub | Tony Cook | 2011-11-28 | 1 | -2/+6 |
* | Change POSIX::Termios::setattr() to default to TCASNOW, not 0. | Nicholas Clark | 2011-09-13 | 1 | -1/+8 |
* | Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xs | Nicholas Clark | 2011-09-13 | 1 | -20/+0 |
* | Merge the implementations of POSIX::{asctime,mktime} using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -34/+18 |
* | Merge the implementations of POSIX::{access,mkfifo} using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -7/+8 |
* | Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -8/+8 |
* | Merge the implementations of 11 is*() functions in POSIX using XSANY. | Nicholas Clark | 2011-09-13 | 1 | -154/+74 |
* | Merge the implementations of 10 maths functions in POSIX using ALIAS. | Nicholas Clark | 2011-09-13 | 1 | -36/+44 |
* | Change POSIX::localeconv() to a table-driven implementation. | Nicholas Clark | 2011-09-13 | 1 | -63/+58 |
* | Merge the implementations of 2 sets of POSIX functions. | Nicholas Clark | 2011-09-13 | 1 | -15/+14 |
* | Merge the implementations of 4 sets of POSIX::Termios methods. | Nicholas Clark | 2011-09-13 | 1 | -87/+53 |
* | Merge the implementations of 2 pairs of POSIX::SigSet methods. | Nicholas Clark | 2011-09-13 | 1 | -11/+14 |
* | Store sigset_t used by POSIX::SigSet directly in the object SV. | Nicholas Clark | 2011-09-13 | 1 | -22/+15 |
* | In POSIX.xs, extract allocate_struct() from POSIX::Termios::new(). | Nicholas Clark | 2011-09-13 | 1 | -7/+13 |
* | Store struct termios used by POSIX::Termios directly in the object SV. | Nicholas Clark | 2011-09-13 | 1 | -15/+13 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -3/+0 |
* | Redefine errno values for Visual Studio 2010 | Steve Hay | 2011-03-19 | 1 | -81/+112 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -19/+19 |
* | rt77432: sigaction would crash/assert with a replaced %SIG | Tony Cook | 2010-08-31 | 1 | -1/+1 |
* | fix logic for a workaround in POSIX.xs | Stepan Kasal | 2009-11-23 | 1 | -2/+2 |
* | Add missing LEAVE to POSIX.xs sigaction | Gerard Goossen | 2009-11-12 | 1 | -2/+6 |
* | Map winsock error codes to POSIX errno values | Jan Dubois | 2009-11-11 | 1 | -0/+123 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 1 | -8/+8 |
* | Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 1 | -3/+3 |
* | In strftime(), save a malloc()/free() by using sv_usepvn_flags(). | Nicholas Clark | 2009-10-15 | 1 | -2/+6 |
* | POSIX::strftime() should be able to handle Unicode characters in the format | Nicholas Clark | 2009-10-15 | 1 | -3/+3 |
* | Hmmm... this may be a heisenbug. Works on some terminals but not | Steve Peters | 2009-10-15 | 1 | -3/+3 |
* | POSIX::strftime() should be able to handle Unicode characters in the | Steve Peters | 2009-10-15 | 1 | -3/+3 |
* | Fix compiler warning when cuserid is absent and sizeof(int) != sizeof(pointer) | Tim Jenness | 2009-07-08 | 1 | -4/+9 |
* | Fix POSIX::tzset() as per Time::Piece::_tzset(). | Steve Hay | 2009-05-06 | 1 | -0/+112 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -16/+8 |
* | Adjustments to POSIX for the Haiku port | Ingo Weinhold | 2009-01-05 | 1 | -7/+17 |
* | 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 | 1 | -151/+23 |
* | Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, | Nicholas Clark | 2008-05-15 | 1 | -70/+8 |
* | 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 |
* | Fix POSIX::setlocale(): the CRT function returns a pointer to a | Steve Hay | 2007-06-27 | 1 | -3/+12 |
* | Cast needed to get POSIX compiling with g++ on FreeBSD. | Nicholas Clark | 2007-04-10 | 1 | -1/+1 |
* | Make the isdst argument to asctime and mktime default to -1 | Rafael Garcia-Suarez | 2007-03-15 | 1 | -2/+2 |
* | Silence VC++ 8 warnings about "possible loss of data" | Steve Hay | 2006-11-28 | 1 | -1/+1 |
* | Additional changes to get C++ a little closer to a clean compile | Steve Peters | 2006-08-16 | 1 | -1/+1 |
* | Two signed array indicies that Coverity spots should be unsigned. | Nicholas Clark | 2006-05-09 | 1 | -2/+2 |
* | croak in POSIX::sigaction() when passed a negative signal instead | Steve Peters | 2006-03-09 | 1 | -0/+4 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -8/+8 |
* | Whitespace | Abigail | 2005-08-19 | 1 | -2/+2 |