| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error. | Nicholas Clark | 2010-10-21 | 2 | -10/+4 |
* | Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally. | Nicholas Clark | 2010-10-19 | 1 | -1/+1 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Bump $POSIX::VERSION | Florian Ragwitz | 2010-09-11 | 1 | -1/+1 |
* | Add missing POSIX signal constants | Florian Ragwitz | 2010-09-11 | 2 | -2/+4 |
* | fix the AIX skip to only skip on AIX | Tony Cook | 2010-08-31 | 1 | -1/+1 |
* | rt77432: sigaction would crash/assert with a replaced %SIG | Tony Cook | 2010-08-31 | 2 | -2/+9 |
* | Move POSIX.pm to lib/POSIX.pm to fix autosplitter problem | Jerry D. Hedden | 2010-08-17 | 3 | -1/+2 |
* | POSIX/t/posix.t expects a certain start to Makefile.PL | Tony Cook | 2010-08-14 | 1 | -0/+1 |
* | make_ext.pl populates @INC correctly, don't override it badly | Tony Cook | 2010-08-13 | 1 | -4/+0 |
* | Convert POSIX's test to Test::More. | Nicholas Clark | 2010-06-30 | 2 | -3/+7 |
* | [PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6) | H.Merijn Brand | 2010-04-16 | 1 | -0/+1 |
* | Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALL | Vincent Pit | 2010-03-03 | 1 | -1/+1 |
* | POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version | Jesse Vincent | 2009-12-20 | 1 | -1/+1 |
* | Add lchown to POSIX.pod | Daniel Frederick Crisman | 2009-12-20 | 1 | -0/+8 |
* | Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead | Steve Peters | 2009-11-28 | 2 | -4/+139 |
|\ |
|
| * | fix logic for a workaround in POSIX.xs | Stepan Kasal | 2009-11-23 | 1 | -2/+2 |
| * | Sorry, missed a " | H.Merijn Brand | 2009-11-12 | 1 | -1/+1 |
| * | HP-UX does not accept UTC0UTC, because there is no valid DST rule | H.Merijn Brand | 2009-11-12 | 1 | -0/+8 |
| * | Add missing LEAVE to POSIX.xs sigaction | Gerard Goossen | 2009-11-12 | 1 | -2/+6 |
| * | Map winsock error codes to POSIX errno values | Jan Dubois | 2009-11-11 | 1 | -0/+123 |
* | | Add error codes for getaddrinfo() and getnameinfo() | Steve Peters | 2009-11-28 | 1 | -1/+2 |
|/ |
|
* | Use gmtime() instead of localtime(), as timezones hinder testing strtime(). | Nicholas Clark | 2009-10-18 | 1 | -1/+1 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 1 | -8/+8 |
* | Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 1 | -3/+3 |
* | In strftime(), save a malloc()/free() by using sv_usepvn_flags(). | Nicholas Clark | 2009-10-15 | 1 | -2/+6 |
* | POSIX::strftime() should be able to handle Unicode characters in the format | Nicholas Clark | 2009-10-15 | 3 | -5/+14 |
* | Hmmm... this may be a heisenbug. Works on some terminals but not | Steve Peters | 2009-10-15 | 3 | -7/+5 |
* | POSIX::strftime() should be able to handle Unicode characters in the | Steve Peters | 2009-10-15 | 3 | -5/+7 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 7 | -38/+9 |
* | Fix compiler warning when cuserid is absent and sizeof(int) != sizeof(pointer) | Tim Jenness | 2009-07-08 | 1 | -4/+9 |
* | Fix POSIX::tzset() as per Time::Piece::_tzset(). | Steve Hay | 2009-05-06 | 1 | -0/+112 |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -16/+8 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | POD typos | Frank Wiegand | 2009-01-21 | 1 | -2/+2 |
* | ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes | John Malmberg | 2009-01-08 | 1 | -3/+25 |
* | Adjustments to POSIX for the Haiku port | Ingo Weinhold | 2009-01-05 | 2 | -8/+18 |
* | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 1 | -0/+1 |
* | Add conditional code to initialise RETVAL, to avoid compiler warnings. | Nicholas Clark | 2008-05-31 | 1 | -0/+5 |
* | My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even | Nicholas Clark | 2008-05-25 | 1 | -0/+24 |
* | Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG | Nicholas Clark | 2008-05-21 | 1 | -20/+31 |
* | Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango | Nicholas Clark | 2008-05-21 | 2 | -165/+27 |
* | Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, | Nicholas Clark | 2008-05-15 | 2 | -73/+12 |
* | It transpires that POSIX.xs also duplicated several constants defined | Nicholas Clark | 2008-05-15 | 2 | -6/+6 |
* | $VERSION++ for all the non-dual life modules in ext/ that | Nicholas Clark | 2008-03-31 | 1 | -1/+1 |
* | Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir() for pathconf/ | Nicholas Clark | 2008-02-29 | 1 | -6/+10 |
* | mistaken variable in pod | Yitzchak Scott-Thoennes | 2008-01-29 | 1 | -1/+1 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2008-01-11 | 1 | -2/+2 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -2/+2 |
* | Warning shutdowns, by Robin Barker | Rafael Garcia-Suarez | 2007-11-28 | 1 | -3/+3 |