summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
...
* 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-012-4/+52
* 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
* waitpid doesn't work with WIFSTOPPEDBo Lindbergh2011-05-181-12/+16
* POSIX.pod: fix broken linkKarl Williamson2011-05-181-1/+1
* Redefine errno values for Visual Studio 2010Steve Hay2011-03-191-81/+112
* Version bumps for POSIX non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Clarify limitation in safe signals.Leon Timmermans2011-01-171-0/+4
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-074-4/+4
* bump version of many modulesZefram2010-12-191-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-19/+19
* Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.Nicholas Clark2010-10-212-10/+4
* Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.Nicholas Clark2010-10-191-1/+1
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Bump $POSIX::VERSIONFlorian Ragwitz2010-09-111-1/+1
* Add missing POSIX signal constantsFlorian Ragwitz2010-09-112-2/+4
* 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-312-2/+9
* Move POSIX.pm to lib/POSIX.pm to fix autosplitter problemJerry D. Hedden2010-08-173-1/+2
* POSIX/t/posix.t expects a certain start to Makefile.PLTony Cook2010-08-141-0/+1
* make_ext.pl populates @INC correctly, don't override it badlyTony Cook2010-08-131-4/+0
* 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
* Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALLVincent Pit2010-03-031-1/+1
* POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the versionJesse Vincent2009-12-201-1/+1
* Add lchown to POSIX.podDaniel Frederick Crisman2009-12-201-0/+8
* Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into bleadSteve Peters2009-11-282-4/+139
|\
| * fix logic for a workaround in POSIX.xsStepan Kasal2009-11-231-2/+2
| * 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
| * Add missing LEAVE to POSIX.xs sigactionGerard Goossen2009-11-121-2/+6
| * Map winsock error codes to POSIX errno valuesJan Dubois2009-11-111-0/+123
* | Add error codes for getaddrinfo() and getnameinfo()Steve Peters2009-11-281-1/+2
|/
* Use gmtime() instead of localtime(), as timezones hinder testing strtime().Nicholas Clark2009-10-181-1/+1
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-151-8/+8
* Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-3/+3
* In strftime(), save a malloc()/free() by using sv_usepvn_flags().Nicholas Clark2009-10-151-2/+6
* POSIX::strftime() should be able to handle Unicode characters in the formatNicholas Clark2009-10-153-5/+14
* Hmmm... this may be a heisenbug. Works on some terminals but notSteve Peters2009-10-153-7/+5
* POSIX::strftime() should be able to handle Unicode characters in theSteve Peters2009-10-153-5/+7
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-287-38/+9
* Fix compiler warning when cuserid is absent and sizeof(int) != sizeof(pointer)Tim Jenness2009-07-081-4/+9
* Fix POSIX::tzset() as per Time::Piece::_tzset().Steve Hay2009-05-061-0/+112
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-16/+8
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-1/+0
* POD typosFrank Wiegand2009-01-211-2/+2