PVIOs don't use the SvIVX slot.
[p5sagit/p5-mst-13.2.git] / ext / POSIX /
2009-11-12 H.Merijn Brand Sorry, missed a "
2009-11-12 H.Merijn Brand HP-UX does not accept UTC0UTC, because there is no...
2009-11-12 Gerard Goossen Add missing LEAVE to POSIX.xs sigaction
2009-11-11 Jan Dubois Map winsock error codes to POSIX errno values
2009-10-18 Nicholas Clark Use gmtime() instead of localtime(), as timezones hinde...
2009-10-15 Nicholas Clark Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas Clark Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later...
2009-10-15 Nicholas Clark In strftime(), save a malloc()/free() by using sv_usepv...
2009-10-15 Nicholas Clark POSIX::strftime() should be able to handle Unicode...
2009-10-15 Steve Peters Hmmm... this may be a heisenbug. Works on some termina...
2009-10-15 Steve Peters POSIX::strftime() should be able to handle Unicode...
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-07-08 Tim Jenness Fix compiler warning when cuserid is absent and sizeof...
2009-05-06 Steve Hay Fix POSIX::tzset() as per Time::Piece::_tzset().
2009-04-27 Nicholas Clark Remove all #ifdef MACOS_TRADITIONAL code in core and...
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-01-21 Frank Wiegand POD typos
2009-01-08 John Malmberg ext/File/Gob/t/basic.t, ext/POSIX/t/posix.t vms fixes
2009-01-05 Ingo Weinhold Adjustments to POSIX for the Haiku port
2008-12-19 Sam Vilain [admin] set up .gitignore files
2008-05-31 Nicholas Clark Add conditional code to initialise RETVAL, to avoid...
2008-05-25 Nicholas Clark My recent changes to POSIX.xs forgot that WEXITSTATUS...
2008-05-21 Nicholas Clark Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFST...
2008-05-21 Nicholas Clark Eliminate POSIX::int_macro_int, and all the complex...
2008-05-15 Nicholas Clark Remove POSIX's internal implementation of S_ISBLK,...
2008-05-15 Nicholas Clark It 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 Clark Make ext/POSIX/t/sysconf.t use File::Spec->tmpdir(...
2008-01-29 Yitzchak Scott-Tho... mistaken variable in pod
2008-01-11 Robin Barker From: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-12-22 Robin Barker ext/ consting
2007-11-28 Rafael Garcia-Suarez Warning shutdowns, by Robin Barker
2007-11-28 Matt Kraai Re: fpathconf test failures on QNX
2007-08-16 Nicholas Clark Correct parentheses. Calling Win32::GetOSVersion()...
2007-08-15 Steve Hay Skip the POSIX::strftime() time test with a 60sec param...
2007-06-27 Steve Hay Fix POSIX::setlocale(): the CRT function returns a...
2007-05-29 Nicholas Clark DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C const...
2007-05-04 David Leadbeater Documentation fixes for EGID/GID confusion
2007-04-11 Steve Peters Fix spelling nit.
2007-04-10 Nicholas Clark Cast needed to get POSIX compiling with g++ on FreeBSD.
2007-03-21 Nicholas Clark Only use proxy constant subroutines for 5.9.x.
2007-03-15 Rafael Garcia-Suarez Make the isdst argument to asctime and mktime default...
2007-01-26 Steve Peters Fix ext/POSIX/t/sysconf.t failures on Cygwin.
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2006-12-19 Rafael Garcia-Suarez Add a regression test to verify that POSIX::AUTOLOAD...
2006-12-19 Rafael Garcia-Suarez Disable strictures in POSIX AUTOLOAD
2006-12-18 Nicholas Clark Ensure that POSIX.pm is strict and warnings compliant...
2006-12-18 Nicholas Clark Given that POSIX already has AutoLoader loaded, move...
2006-12-18 Nicholas Clark POSIX::SigAction::new can be moved into the AUTOLOAD...
2006-11-28 Steve Hay Silence VC++ 8 warnings about "possible loss of data"
2006-11-22 Peter Dintelmann POSIX::remove() and directories
2006-11-22 Steve Hay VC8 regards 60 seconds as an invalid parameter for...
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-09-16 Craig A. Berry return value of -1 without errno set is ok in
2006-08-16 Steve Peters Additional changes to get C++ a little closer to a...
2006-07-14 Craig A. Berry Make sysconf tests handle unimplemented success indications
2006-07-14 Steve Peters Skip tests for pathconf() and fpathconf() on HP-UX for
2006-07-11 Jarkko Hietaniemi sysconf.t: still failing in tru64, try harder to skip
2006-07-10 Dominic Dunlop Skip tests of a POSIX constant on Mac OS X because...
2006-07-08 Yves Orton Skip some POSIX tests when the thing they are testing...
2006-07-08 Jarkko Hietaniemi POSIX test improvements on True64
2006-07-07 Sébastien Aperghis... Test scripts for I18N::Langinfo and POSIX
2006-07-05 Steve Peters Add constants needed for recvmsg()/sendmsg() support.
2006-05-09 Nicholas Clark Two signed array indicies that Coverity spots should...
2006-05-01 Nicholas Clark Disable SIGRTMAX and SIGRTMIN in POSIX if Configure...
2006-03-09 Steve Peters Need to update test count from change #27440.
2006-03-09 Steve Peters croak in POSIX::sigaction() when passed a negative...
2006-01-29 Nicholas Clark Solaris seems not to enjoy initialising constants from...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-09 Nicholas Clark POSIX and Fcntl both export the same constants derived...
2006-01-08 Nicholas Clark Tweak the code that generates unique entries in @POSIX...
2006-01-06 Steve Hay DBL_MAX and FLT_MAX are not constants in Borland C++
2005-12-24 Nicholas Clark Looks like the macro CLK_TCK is not actually a constant...
2005-12-23 Nicholas Clark SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON...
2005-12-23 Nicholas Clark De-duplicate the items in @EXPORT. (@EXPORT is built...
2005-12-22 Nicholas Clark Use inlineable proxy constant subs for POSIX.
2005-12-21 Steve Peters Add tests for untested math functions in POSIX
2005-12-20 Rafael Garcia-Suarez Fix typos in regular expressions
2005-12-17 Steve Peters Fix for ext/POSIX/t/time.t so the strftime() test works...
2005-11-28 Steve Hay Fix ext/POSIX/t/time.t on Win32
2005-11-28 Steve Peters Mac OS X/Darwin seems to have problems with tzname().
2005-11-26 Steve Peters Deal with differences in what clock() does between...
2005-11-26 Steve Peters Just be explicit about $TZ.
2005-11-26 Steve Peters Hmmm...strftime() does work on Win32, but tzset() is...
2005-11-26 Steve Peters Additional tests for B and POSIX. The POSIX ones conce...
2005-11-03 Steve Peters Test for the right signal should use the constant for...
2005-08-19 Abigail Whitespace
2005-08-01 Piotr Fusik POD typos
2005-07-31 H.Merijn Brand SIGRTMIN ...
2005-07-28 Robin Barker silence compiler warning in mg.c POSIX.xs
2005-07-27 H.Merijn Brand Some signals are more real than others
2005-07-25 H.Merijn Brand use POSIX might not throw an error. Check for useful...
2005-07-21 Jarkko Hietaniemi Re: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-20 Steve Hay Exit test script (if we're going to) *before* declaring...
2005-07-19 Nicholas Clark C<use Foo;> inside Foo.pm considered a "bad...
2005-07-19 Nicholas Clark XS constants fail when their value is called for, not...
2005-07-19 Jarkko Hietaniemi allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
next