summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixesJohn Malmberg2009-01-081-3/+25
* Adjustments to POSIX for the Haiku portIngo Weinhold2009-01-052-8/+18
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
* Add conditional code to initialise RETVAL, to avoid compiler warnings.Nicholas Clark2008-05-311-0/+5
* My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not evenNicholas Clark2008-05-251-0/+24
* Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIGNicholas Clark2008-05-211-20/+31
* Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandangoNicholas Clark2008-05-212-165/+27
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-152-73/+12
* It transpires that POSIX.xs also duplicated several constants definedNicholas Clark2008-05-152-6/+6
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-311-1/+1
* Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/Nicholas Clark2008-02-291-6/+10
* mistaken variable in podYitzchak Scott-Thoennes2008-01-291-1/+1
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* ext/ constingRobin Barker2007-12-221-2/+2
* Warning shutdowns, by Robin BarkerRafael Garcia-Suarez2007-11-281-3/+3