| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Merge branch 'avar/POSIX-strptime' into blead" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 2 | -83/+3 |
* | Revert "Use the strptime() probe in POSIX.xs & tests" | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -62/+58 |
* | Use the strptime() probe in POSIX.xs & tests | Ævar Arnfjörð Bjarmason | 2012-02-12 | 1 | -58/+62 |
* | If strptime() is called with UTf-8 string but legacy format, then downgrade t... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+8 |
* | If strptime() is called with legacy string but UTF-8 format, then upgrade the... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+26 |
* | When strptime() receives a reference, ensure it's a mutable scalar | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+19 |
* | Yield -1 as undef from POSIX::strptime(); ensure that mktime() isn't biased b... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+4 |
* | Actually implement @EXPORT_OK of strptime correctly; delete'ing an undef elem... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+2 |
* | Fix ext/POSIX/t/time.t test 17's name to be a) unique, and b) factually accurate | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+1 |
* | Don't use 1906 to test strptime/mktime because it yields a negative time_t value | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -2/+3 |
* | mktime() before returning result from strptime(), to ensure wday/yday/isdst f... | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -7/+10 |
* | Accept strptime \$str, "format" to use/set pos() magic at parsing position | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+12 |
* | Initial hack at strptime(); just literal strings for now | Paul "LeoNerd" Evans | 2012-02-11 | 1 | -1/+13 |
* | Provide the correct POSIX return value for POSIX::dup2() on Win32. | Nicholas Clark | 2011-12-30 | 1 | -3/+0 |
* | Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd | Pino Toscano | 2011-11-04 | 1 | -1/+1 |
* | Correct punctuation in some POSIX error messages | Father Chrysostomos | 2011-09-17 | 1 | -37/+37 |
* | POSIX::access() doesn't do ENOTDIR on VMS. | Craig A. Berry | 2011-09-17 | 1 | -1/+1 |
* | Add tests for POSIX::{access,close,dup,dup2}. | Nicholas Clark | 2011-09-13 | 1 | -2/+51 |
* | In ext/POSIX/t/sysconf.t, make the tests more strict. | Nicholas Clark | 2011-09-13 | 1 | -8/+5 |
* | In ext/POSIX/t/sysconf.t, refactor the API of _check_and_report(). | Nicholas Clark | 2011-09-13 | 1 | -24/+18 |
* | In various POSIX tests, make better use of Test::More. | Nicholas Clark | 2011-09-13 | 3 | -35/+38 |
* | Further tests for POSIX trigonometric and hyperbolic functions. | Nicholas Clark | 2011-09-13 | 1 | -1/+31 |
* | Add tests for POSIX::localeconv(). | Nicholas Clark | 2011-09-13 | 1 | -3/+31 |
* | Add tests for POSIX::SigSet. | Nicholas Clark | 2011-09-13 | 1 | -0/+96 |
* | Add tests for POSIX::tc{drain,flow,flush,sendbreak}() | Nicholas Clark | 2011-09-13 | 1 | -0/+18 |
* | Add tests for POSIX::Termios->setattr(). | Nicholas Clark | 2011-09-13 | 1 | -0/+12 |
* | Add tests for POSIX::Termios->setcc(). | Nicholas Clark | 2011-09-13 | 1 | -0/+21 |
* | Add tests for POSIX::Termios->get[iocf]flags(). | Nicholas Clark | 2011-09-13 | 1 | -0/+33 |
* | Add tests for POSIX::Termios->get[io]speed(). | Nicholas Clark | 2011-09-13 | 1 | -0/+25 |
* | Add tests for passing POSIX::Termios->getcc() out of range subscripts. | Nicholas Clark | 2011-09-13 | 1 | -0/+5 |
* | In termios.t, avoid reading uninitialised memory in the tests. | Nicholas Clark | 2011-09-13 | 1 | -22/+39 |
* | Refactor ext/POSIX/t/termios.t | Nicholas Clark | 2011-09-13 | 1 | -43/+25 |
* | Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed. | Nicholas Clark | 2011-09-01 | 1 | -0/+116 |
* | In POSIX, improve the diagnostic for the "use $method" instead. | Nicholas Clark | 2011-09-01 | 1 | -1/+2 |
* | The more regular POSIX "unimplemented" diagnostics simplify the tests. | Nicholas Clark | 2011-09-01 | 1 | -60/+60 |
* | Improvements to the diagnostics for "unimplemented" POSIX functions. | Nicholas Clark | 2011-09-01 | 1 | -22/+22 |
* | Test the POSIX functions that wrap core builtins. | Nicholas Clark | 2011-09-01 | 1 | -0/+233 |
* | Convert the POSIX waitpid tests to Test::More. | Nicholas Clark | 2011-09-01 | 1 | -15/+16 |
* | Explicitly test both CORE:: and POSIX:: gmtime and localtime. | Nicholas Clark | 2011-09-01 | 1 | -8/+21 |
* | Test the diagnostics for usage messages for POSIX wrapper functions. | Nicholas Clark | 2011-09-01 | 1 | -0/+48 |
* | Test the diagnostics for all POSIX::* functions that are "unimplemented". | Nicholas Clark | 2011-09-01 | 1 | -0/+98 |
* | In ext/POSIX/t/is.t, make better use of Test::More. | Nicholas Clark | 2011-09-01 | 1 | -10/+8 |
* | Un-TODO a test on Snow Leopard | Father Chrysostomos | 2011-05-23 | 1 | -1/+1 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 2 | -2/+2 |
* | fix the AIX skip to only skip on AIX | Tony Cook | 2010-08-31 | 1 | -1/+1 |
* | rt77432: sigaction would crash/assert with a replaced %SIG | Tony Cook | 2010-08-31 | 1 | -1/+8 |
* | Convert POSIX's test to Test::More. | Nicholas Clark | 2010-06-30 | 2 | -3/+7 |
* | [PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6) | H.Merijn Brand | 2010-04-16 | 1 | -0/+1 |
* | Sorry, missed a " | H.Merijn Brand | 2009-11-12 | 1 | -1/+1 |
* | HP-UX does not accept UTC0UTC, because there is no valid DST rule | H.Merijn Brand | 2009-11-12 | 1 | -0/+8 |