| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -14/+0 |
* | Revert "Merge branch 'avar/POSIX-strptime' into blead" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -148/+0 |
* | Revert "Use the strptime() probe in POSIX.xs & tests" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -6/+0 |
* | mixing declarations and assignments not allowed in C89 | H.Merijn Brand | 2012-02-14 | 1 | -3/+4 |
* | Use the strptime() probe in POSIX.xs & tests | Ævar Arnfjörð Bjarmason | 2012-02-12 | 1 | -0/+6 |
* | Cast around signedness warnings in POSIX's new strptime. | Craig A. Berry | 2012-02-12 | 1 | -3/+3 |
* | More obvious variable names and neater code in strptime() | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -13/+19 |
* | str_offset ought to be a STRLEN, not an int | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
* | If strptime() is called with UTf-8 string but legacy format, then downgrade t... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -8/+30 |
* | If strptime() is called with legacy string but UTF-8 format, then upgrade the... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+21 |
* | Small refactor of string offset code in POSIX::strptime() to hopefully better... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -8/+8 |
* | When strptime() receives a reference, ensure it's a mutable scalar | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+7 |
* | Yield -1 as undef from POSIX::strptime(); ensure that mktime() isn't biased b... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -9/+19 |
* | Solaris needs _STRPTIME_DONTZERO in order not to zero out all the untouched f... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+3 |
* | Remember to init_tm() the struct tm before strptime()ing it; a workaround for... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+1 |
* | Detect failure of mktime(), return error | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+4 |
* | mktime() before returning result from strptime(), to ensure wday/yday/isdst f... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+3 |
* | Accept strptime \$str, "format" to use/set pos() magic at parsing position | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+33 |
* | Initial hack at strptime(); just literal strings for now | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -0/+43 |
* | Ammend comment referring to init_tm() to point to its correct location | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
* | avoid truncating time values when long is smaller than time_t | Tony Cook | 2012-01-18 | 1 | -2/+2 |
* | Provide the correct POSIX return value for POSIX::dup2() on Win32. | Nicholas Clark | 2011-12-30 | 1 | -0/+11 |
* | Convert POSIX::sleep to an XS wrapper for PerlProc_sleep(). | Nicholas Clark | 2011-12-30 | 1 | -0/+8 |
* | Signal handlers must run before sigsuspend returns | Leon Timmermans | 2011-12-29 | 1 | -0/+4 |
* | 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 |