This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid double defining the POSIX::TCSANOW constant sub
[perl5.git] / ext / POSIX / POSIX.xs
2011-11-28 Tony Cookavoid double defining the POSIX::TCSANOW constant sub
2011-09-13 Nicholas ClarkChange POSIX::Termios::setattr() to default to TCASNOW...
2011-09-13 Nicholas ClarkRemove unneeded fallback definitions of dNOOP, dVAR...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{asctime,mktime...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{access,mkfifo...
2011-09-13 Nicholas ClarkMerge the implementations of POSIX::{close,dup,tcdrain...
2011-09-13 Nicholas ClarkMerge the implementations of 11 is*() functions in...
2011-09-13 Nicholas ClarkMerge the implementations of 10 maths functions in...
2011-09-13 Nicholas ClarkChange POSIX::localeconv() to a table-driven implementa...
2011-09-13 Nicholas ClarkMerge the implementations of 2 sets of POSIX functions.
2011-09-13 Nicholas ClarkMerge the implementations of 4 sets of POSIX::Termios...
2011-09-13 Nicholas ClarkMerge the implementations of 2 pairs of POSIX::SigSet...
2011-09-13 Nicholas ClarkStore sigset_t used by POSIX::SigSet directly in the...
2011-09-13 Nicholas ClarkIn POSIX.xs, extract allocate_struct() from POSIX:...
2011-09-13 Nicholas ClarkStore struct termios used by POSIX::Termios directly...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-03-19 Steve HayRedefine errno values for Visual Studio 2010
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-11 Zeframfix various compiler warnings from XS code
2010-08-30 Tony Cookrt77432: sigaction would crash/assert with a replaced...
2009-11-23 Stepan Kasalfix logic for a workaround in POSIX.xs
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-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-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-01-05 Ingo WeinholdAdjustments to POSIX for the Haiku port
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-01-11 Robin BarkerFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-12-22 Robin Barkerext/ consting
2007-06-27 Steve HayFix POSIX::setlocale(): the CRT function returns a...
2007-04-10 Nicholas ClarkCast needed to get POSIX compiling with g++ on FreeBSD.
2007-03-15 Rafael Garcia-SuarezMake the isdst argument to asctime and mktime default...
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-05-09 Nicholas ClarkTwo signed array indicies that Coverity spots should...
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
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().
2005-08-19 AbigailWhitespace
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-19 Jarkko Hietaniemiallow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-13 Rafael Garcia-SuarezComment nit to help Devel::Cover, spotted by Steve...
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-20 Nicholas ClarkUpdate XS code to declare PERL_UNUSED_DECL conditionally
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2004-08-10 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-08-09 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-08-04 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-03-16 Rafael Garcia-SuarezAdd a lchown() call to the POSIX module. [perl #27547]
2004-03-05 Rafael Garcia-SuarezChange 22436 broke the Windows build.
2004-03-04 Andy DoughertyRe: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
2004-02-18 Marcus Holland-Moritz1. Add section to perlxs.pod describing that the refcou...
2003-12-29 Marcus Holland-MoritzWindows hasn't getuid/setuid and friends.
2003-12-25 Rafael Garcia-SuarezFix bug [perl #24641] : when POSIX::set[ug]id() are...
2003-11-30 SADAHIRO TomoyukiRe: [perl #24554] Segfault in POSIX module
2003-11-29 Rafael Garcia-SuarezPOSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-08-27 Jarkko HietaniemiUltrix tweaks: <string.h> must not be included twice
2003-08-10 Jarkko HietaniemiOne more PL_csighandlerp.
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-07-09 Chip SalzenbergSafe signals via POSIX::sigaction
2003-06-18 Jarkko HietaniemiOops in change #19809.
2003-06-18 Jarkko HietaniemiIf the first argument of sigaction() was a string,...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-05 Robin BarkerRE: maint @ 19683
2003-05-23 Jarkko HietaniemiHasty editing, grumble.
2003-05-23 Jarkko HietaniemiLinewrapping MUAs, grumble.
2003-05-23 Jarkko HietaniemiU/WIN extension fix from John P. Linderman.
2003-04-27 Adrian M. EnacheNewer glibc's nice(2) return the new nice value, instea...
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-08-29 Ed SantiagoFix based on:
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-04-26 Jarkko HietaniemiUse temp int variable in the W*() since direct casting
2002-04-25 Andy DoughertyRe: POSIX::WEXITSTATUS broken again
2002-03-23 Jarkko HietaniemiPurify: Array bounds write: pre-extend the strxfrm
2002-03-04 Nicholas Clark(was Re: [PATCH @13746] h2xs)
2001-12-27 Jarkko HietaniemiMore wait status trickery for BeOS.
2001-11-25 Jarkko HietaniemiWin32 compilation tweaks for Blair Zajac.
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-07-09 Gurusamy Sarathysave a dTHX
2001-07-08 Jarkko HietaniemiA missing dTHX noticed by Gerrit P. Haase.
2001-07-07 Norton T. AllenRe: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Jarkko HietaniemiRetract #11165 since Sarathy pointed out it'll not
2001-07-06 Norton T. Allen(Retracted by #11175)
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-22 Craig A. Berryshould POSIX.xs use XSRETURN_UNDEF in sigaction?
2001-06-20 Jarkko HietaniemiNo point in going into memory-saving contortions
next