| 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 |
* | Tests for goto &xsub and lexical hints | Father Chrysostomos | 2011-09-16 | 2 | -0/+25 |
* | update B::Concise test for B::Deparse change | Zefram | 2011-09-16 | 1 | -0/+1 |
* | Assorted File::Glob test fix-ups following 528bd3ce85. | Craig A. Berry | 2011-09-16 | 1 | -24/+32 |
* | 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 |
* | Teach B::Concise about OPpFT_STACKING | Father Chrysostomos | 2011-09-10 | 1 | -1/+1 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 5 | -17/+8 |
* | Add plain ~ expansion for Windows system in File::Glob | Douglas Christopher Wilson | 2011-09-10 | 2 | -1/+44 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 4 | -10/+10 |
* | Increase $attributes::version to 0.16 | Father Chrysostomos | 2011-09-07 | 1 | -1/+1 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+1 |
* | ODBM_File can use the same T_PTROBJ typemap as the other ?DBM_File modules. | Nicholas Clark | 2011-09-07 | 3 | -3/+5 |
* | In Glob.xs, use memset() instead of bzero() | Nicholas Clark | 2011-09-06 | 1 | -1/+1 |
* | dual-life Carp | Zefram | 2011-09-04 | 4 | -1083/+0 |
* | move Carp to ext/Carp, preparing for dual-lifing | Zefram | 2011-09-04 | 4 | -0/+1083 |
* | Remove sockadapt layer from the VMS build. | Craig A. Berry | 2011-09-03 | 2 | -26/+22 |
* | Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag. | Craig A. Berry | 2011-09-03 | 3 | -2/+9 |
* | 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 |