summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* avoid truncating time values when long is smaller than time_tTony Cook2012-01-181-2/+2
* include a package POSIX::SigSetRicardo Signes2011-12-301-0/+8
* Provide the correct POSIX return value for POSIX::dup2() on Win32.Nicholas Clark2011-12-302-3/+11
* Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().Nicholas Clark2011-12-302-2/+9
* Increase $POSIX::VERSION to 1.28Father Chrysostomos2011-12-291-1/+1
* Signal handlers must run before sigsuspend returnsLeon Timmermans2011-12-291-0/+4
* avoid double defining the POSIX::TCSANOW constant subTony Cook2011-11-282-3/+7
* 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-172-39/+39
* POSIX::access() doesn't do ENOTDIR on VMS.Craig A. Berry2011-09-171-1/+1
* 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
* The Borland Chainsaw MassacreSteve Hay2011-09-102-4/+1
* 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
* Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.Aristotle Pagaltzis2011-09-011-379/+98
* In POSIX, improve the diagnostic for the "use $method" instead.Nicholas Clark2011-09-012-2/+3
* In POSIX, drastically simplify the wrappers for "unimplemented" functions.Aristotle Pagaltzis2011-09-012-341/+105
* In POSIX.pm, modernise package variable style.Aristotle Pagaltzis2011-09-011-9/+8
* 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-012-44/+44