This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unit tests for Socket::getaddrinfo() and Socket::getnameinfo()
[perl5.git] / ext / POSIX /
2010-12-19 Zeframbump version of many modules
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-21 Nicholas ClarkConvert Fcntl, File::Glob, I18N::Langinfo, POSIX and...
2010-10-19 Nicholas ClarkFcntl, POSIX and Socket can all use Proxy Constant...
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-09-11 Florian RagwitzBump $POSIX::VERSION
2010-09-11 Florian RagwitzAdd missing POSIX signal constants
2010-08-30 Tony Cookfix the AIX skip to only skip on AIX
2010-08-30 Tony Cookrt77432: sigaction would crash/assert with a replaced...
2010-08-17 Jerry D. HeddenMove POSIX.pm to lib/POSIX.pm to fix autosplitter problem
2010-08-13 Tony CookPOSIX/t/posix.t expects a certain start to Makefile.PL
2010-08-13 Tony Cookmake_ext.pl populates @INC correctly, don't override...
2010-06-30 Nicholas ClarkConvert POSIX's test to Test::More.
2010-04-16 H.Merijn Brand[PATCH] [5.12] Allow build on aix 4.2 (sigaction and...
2010-03-03 Vincent PitFix an example for LC_COLLATE in POSIX.pod that actuall...
2009-12-20 Jesse VincentPOSIX.pm - minor change to POSIX.xs since 5.11.2 -...
2009-12-20 Daniel Frederick... Add lchown to POSIX.pod
2009-11-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
2009-11-29 Steve PetersAdd error codes for getaddrinfo() and getnameinfo()
2009-11-23 Stepan Kasalfix logic for a workaround in POSIX.xs
2009-11-12 H.Merijn BrandSorry, missed a "
2009-11-12 H.Merijn BrandHP-UX does not accept UTC0UTC, because there is no...
2009-11-12 Gerard GoossenAdd missing LEAVE to POSIX.xs sigaction
2009-11-11 Jan DuboisMap winsock error codes to POSIX errno values
2009-10-18 Nicholas ClarkUse gmtime() instead of localtime(), as timezones hinde...
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse newSVpvn(), newSVpvs() and gv_fetchpvs(), the later...
2009-10-15 Nicholas ClarkIn strftime(), save a malloc()/free() by using sv_usepv...
2009-10-15 Nicholas ClarkPOSIX::strftime() should be able to handle Unicode...
2009-10-15 Steve PetersHmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve PetersPOSIX::strftime() should be able to handle Unicode...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-07-08 Tim JennessFix compiler warning when cuserid is absent and sizeof...
2009-05-06 Steve HayFix POSIX::tzset() as per Time::Piece::_tzset().
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-01-21 Frank WiegandPOD typos
2009-01-08 John Malmbergext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes
2009-01-05 Ingo WeinholdAdjustments to POSIX for the Haiku port
2008-12-19 Sam Vilain[admin] set up .gitignore files
2008-05-31 Nicholas ClarkAdd conditional code to initialise RETVAL, to avoid...
2008-05-25 Nicholas ClarkMy recent changes to POSIX.xs forgot that WEXITSTATUS...
2008-05-21 Nicholas ClarkReplaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFST...
2008-05-21 Nicholas ClarkEliminate POSIX::int_macro_int, and all the complex...
2008-05-15 Nicholas ClarkRemove POSIX's internal implementation of S_ISBLK,...
2008-05-15 Nicholas ClarkIt transpires that POSIX.xs also duplicated several...
2008-03-31 Nicholas Clark$VERSION++ for all the non-dual life modules in ext...
2008-02-29 Nicholas ClarkMake ext/POSIX/t/sysconf.t use File::Spec->tmpdir(...
2008-01-29 Yitzchak Scott-Tho... mistaken variable in pod
2008-01-11 Robin BarkerFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-12-22 Robin Barkerext/ consting
2007-11-28 Rafael Garcia-SuarezWarning shutdowns, by Robin Barker
2007-11-28 Matt KraaiRe: fpathconf test failures on QNX
2007-08-16 Nicholas ClarkCorrect parentheses. Calling Win32::GetOSVersion()...
2007-08-15 Steve HaySkip the POSIX::strftime() time test with a 60sec param...
2007-06-27 Steve HayFix POSIX::setlocale(): the CRT function returns a...
2007-05-29 Nicholas ClarkDBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C const...
2007-05-04 David LeadbeaterDocumentation fixes for EGID/GID confusion
2007-04-11 Steve PetersFix spelling nit.
2007-04-10 Nicholas ClarkCast needed to get POSIX compiling with g++ on FreeBSD.
2007-03-21 Nicholas ClarkOnly use proxy constant subroutines for 5.9.x.
2007-03-15 Rafael Garcia-SuarezMake the isdst argument to asctime and mktime default...
2007-01-26 Steve PetersFix ext/POSIX/t/sysconf.t failures on Cygwin.
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-12-19 Rafael Garcia-SuarezAdd a regression test to verify that POSIX::AUTOLOAD...
2006-12-19 Rafael Garcia-SuarezDisable strictures in POSIX AUTOLOAD
2006-12-18 Nicholas ClarkEnsure that POSIX.pm is strict and warnings compliant...
2006-12-18 Nicholas ClarkGiven that POSIX already has AutoLoader loaded, move...
2006-12-18 Nicholas ClarkPOSIX::SigAction::new can be moved into the AUTOLOAD...
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-11-22 Peter DintelmannPOSIX::remove() and directories
2006-11-22 Steve HayVC8 regards 60 seconds as an invalid parameter for...
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-09-16 Craig A. Berryreturn value of -1 without errno set is ok in
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-07-14 Craig A. BerryMake sysconf tests handle unimplemented success indications
2006-07-14 Steve PetersSkip tests for pathconf() and fpathconf() on HP-UX for
2006-07-11 Jarkko Hietaniemisysconf.t: still failing in tru64, try harder to skip
2006-07-10 Dominic DunlopSkip tests of a POSIX constant on Mac OS X because...
2006-07-08 Yves OrtonSkip some POSIX tests when the thing they are testing...
2006-07-08 Jarkko HietaniemiPOSIX test improvements on True64
2006-07-07 Sébastien Aperghis... Test scripts for I18N::Langinfo and POSIX
2006-07-05 Steve PetersAdd constants needed for recvmsg()/sendmsg() support.
2006-05-09 Nicholas ClarkTwo signed array indicies that Coverity spots should...
2006-05-01 Nicholas ClarkDisable SIGRTMAX and SIGRTMIN in POSIX if Configure...
2006-03-09 Steve PetersNeed to update test count from change #27440.
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
2006-01-29 Nicholas ClarkSolaris seems not to enjoy initialising constants from...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-09 Nicholas ClarkPOSIX and Fcntl both export the same constants derived...
2006-01-08 Nicholas ClarkTweak the code that generates unique entries in @POSIX...
2006-01-06 Steve HayDBL_MAX and FLT_MAX are not constants in Borland C++
2005-12-24 Nicholas ClarkLooks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas ClarkSIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas ClarkDe-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-22 Nicholas ClarkUse inlineable proxy constant subs for POSIX.
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-SuarezFix typos in regular expressions
2005-12-17 Steve PetersFix for ext/POSIX/t/time.t so the strftime() test works...
next