| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct punctuation in some POSIX error messages | Father Chrysostomos | 2011-09-17 | 2 | -39/+39 |
* | POSIX::access() doesn't do ENOTDIR on VMS. | Craig A. Berry | 2011-09-17 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Further tests for POSIX trigonometric and hyperbolic functions. | Nicholas Clark | 2011-09-13 | 1 | -1/+31 |
* | Change POSIX::localeconv() to a table-driven implementation. | Nicholas Clark | 2011-09-13 | 1 | -63/+58 |
* | Add tests for POSIX::localeconv(). | Nicholas Clark | 2011-09-13 | 1 | -3/+31 |
* | 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 | 2 | -23/+16 |
* | In POSIX.xs, extract allocate_struct() from POSIX::Termios::new(). | Nicholas Clark | 2011-09-13 | 1 | -7/+13 |
* | Add tests for POSIX::SigSet. | Nicholas Clark | 2011-09-13 | 1 | -0/+96 |
* | Store struct termios used by POSIX::Termios directly in the object SV. | Nicholas Clark | 2011-09-13 | 2 | -16/+28 |
* | 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 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 2 | -4/+1 |
* | Change the synopsis in POSIX.pod to stress use POSIX (); | Nicholas Clark | 2011-09-01 | 1 | -2/+4 |
* | Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list. | Nicholas Clark | 2011-09-01 | 1 | -59/+5 |
* | Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed. | Nicholas Clark | 2011-09-01 | 1 | -0/+116 |
* | Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT. | Nicholas Clark | 2011-09-01 | 1 | -1/+0 |
* | Replace use of AutoLoader in POSIX with a custom compilation deferral scheme. | Aristotle Pagaltzis | 2011-09-01 | 1 | -379/+98 |
* | In POSIX, improve the diagnostic for the "use $method" instead. | Nicholas Clark | 2011-09-01 | 2 | -2/+3 |
* | In POSIX, drastically simplify the wrappers for "unimplemented" functions. | Aristotle Pagaltzis | 2011-09-01 | 2 | -341/+105 |
* | In POSIX.pm, modernise package variable style. | Aristotle Pagaltzis | 2011-09-01 | 1 | -9/+8 |
* | 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 | 2 | -44/+44 |
* | 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 | 2 | -4/+52 |
* | 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 |
* | waitpid doesn't work with WIFSTOPPED | Bo Lindbergh | 2011-05-18 | 1 | -12/+16 |