summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Correct punctuation in some POSIX error messagesFather Chrysostomos2011-09-172-39/+39
* POSIX::access() doesn't do ENOTDIR on VMS.Craig A. Berry2011-09-171-1/+1
* Tests for goto &xsub and lexical hintsFather Chrysostomos2011-09-162-0/+25
* update B::Concise test for B::Deparse changeZefram2011-09-161-0/+1
* Assorted File::Glob test fix-ups following 528bd3ce85.Craig A. Berry2011-09-161-24/+32
* Change POSIX::Termios::setattr() to default to TCASNOW, not 0.Nicholas Clark2011-09-131-1/+8
* Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xsNicholas Clark2011-09-131-20/+0
* Merge the implementations of POSIX::{asctime,mktime} using ALIAS.Nicholas Clark2011-09-131-34/+18
* Merge the implementations of POSIX::{access,mkfifo} using ALIAS.Nicholas Clark2011-09-131-7/+8
* Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS.Nicholas Clark2011-09-131-8/+8
* 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
* Merge the implementations of 11 is*() functions in POSIX using XSANY.Nicholas Clark2011-09-131-154/+74
* Merge the implementations of 10 maths functions in POSIX using ALIAS.Nicholas Clark2011-09-131-36/+44
* Further tests for POSIX trigonometric and hyperbolic functions.Nicholas Clark2011-09-131-1/+31
* Change POSIX::localeconv() to a table-driven implementation.Nicholas Clark2011-09-131-63/+58
* Add tests for POSIX::localeconv().Nicholas Clark2011-09-131-3/+31
* Merge the implementations of 2 sets of POSIX functions.Nicholas Clark2011-09-131-15/+14
* Merge the implementations of 4 sets of POSIX::Termios methods.Nicholas Clark2011-09-131-87/+53
* Merge the implementations of 2 pairs of POSIX::SigSet methods.Nicholas Clark2011-09-131-11/+14
* Store sigset_t used by POSIX::SigSet directly in the object SV.Nicholas Clark2011-09-132-23/+16
* In POSIX.xs, extract allocate_struct() from POSIX::Termios::new().Nicholas Clark2011-09-131-7/+13
* Add tests for POSIX::SigSet.Nicholas Clark2011-09-131-0/+96
* Store struct termios used by POSIX::Termios directly in the object SV.Nicholas Clark2011-09-132-16/+28
* 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
* Teach B::Concise about OPpFT_STACKINGFather Chrysostomos2011-09-101-1/+1
* The Borland Chainsaw MassacreSteve Hay2011-09-105-17/+8
* Add plain ~ expansion for Windows system in File::GlobDouglas Christopher Wilson2011-09-102-1/+44
* remove index offsetting ($[)Zefram2011-09-094-10/+10
* Increase $attributes::version to 0.16Father Chrysostomos2011-09-071-1/+1
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* ODBM_File can use the same T_PTROBJ typemap as the other ?DBM_File modules.Nicholas Clark2011-09-073-3/+5
* In Glob.xs, use memset() instead of bzero()Nicholas Clark2011-09-061-1/+1
* dual-life CarpZefram2011-09-044-1083/+0
* move Carp to ext/Carp, preparing for dual-lifingZefram2011-09-044-0/+1083
* Remove sockadapt layer from the VMS build.Craig A. Berry2011-09-032-26/+22
* Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag.Craig A. Berry2011-09-033-2/+9
* Change the synopsis in POSIX.pod to stress use POSIX ();Nicholas Clark2011-09-011-2/+4
* Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list.Nicholas Clark2011-09-011-59/+5
* Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed.Nicholas Clark2011-09-011-0/+116
* Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.Nicholas Clark2011-09-011-1/+0