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