| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor and reduce VMS-specific workarounds in POSIX.xs. | Craig A. Berry | 2014-03-02 | 1 | -39/+2 |
* | ext/POSIX/POSIX.xs: Add comments | Karl Williamson | 2014-02-15 | 1 | -0/+4 |
* | Deprecate uses of POSIX::isfoo() | Karl Williamson | 2014-02-15 | 1 | -0/+19 |
* | Emulate POSIX locale setting on Windows | Karl Williamson | 2014-02-15 | 1 | -0/+4 |
* | POSIX:strtod() should restore the locale it changed | Karl Williamson | 2014-01-04 | 1 | -1/+2 |
* | silence -Wformat-nonliteral compiler warnings | David Mitchell | 2013-11-28 | 1 | -1/+8 |
* | POSIX: silence some compiler warnings | David Mitchell | 2013-11-18 | 1 | -0/+6 |
* | Fix a problem with mod_perl on Windows using VS2010+. | Steve Hay | 2013-09-16 | 1 | -154/+3 |
* | PATCH: [perl #115808]: POSIX::setlocale returns bizarre value on failure | Karl Williamson | 2013-07-08 | 1 | -5/+5 |
* | eliminate an unused variable | Tony Cook | 2013-06-03 | 1 | -1/+0 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 1 | -1/+1 |
* | extern "C" for POSIX.xs. | Craig A. Berry | 2012-06-03 | 1 | -0/+2 |
* | 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 |