fix logic for a workaround in POSIX.xs
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.xs
2009-11-23 Stepan Kasal fix logic for a workaround in POSIX.xs
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-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-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-01-05 Ingo Weinhold Adjustments to POSIX for the Haiku port
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-01-11 Robin Barker From: "Robin Barker" <Robin.Barker@npl.co.uk>
2007-12-22 Robin Barker ext/ consting
2007-06-27 Steve Hay Fix POSIX::setlocale(): the CRT function returns a...
2007-04-10 Nicholas Clark Cast needed to get POSIX compiling with g++ on FreeBSD.
2007-03-15 Rafael Garcia-Suarez Make the isdst argument to asctime and mktime default...
2006-11-28 Steve Hay Silence VC++ 8 warnings about "possible loss of data"
2006-08-16 Steve Peters Additional changes to get C++ a little closer to a...
2006-05-09 Nicholas Clark Two signed array indicies that Coverity spots should...
2006-03-09 Steve Peters croak in POSIX::sigaction() when passed a negative...
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().
2005-08-19 Abigail Whitespace
2005-07-28 Robin Barker silence compiler warning in mg.c POSIX.xs
2005-07-19 Jarkko Hietaniemi allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-13 Rafael Garcia-Suarez Comment nit to help Devel::Cover, spotted by Steve...
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-20 Nicholas Clark Update XS code to declare PERL_UNUSED_DECL conditionally
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2004-08-10 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-08-09 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-08-04 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-03-16 Rafael Garcia-Suarez Add a lchown() call to the POSIX module. [perl #27547]
2004-03-05 Rafael Garcia-Suarez Change 22436 broke the Windows build.
2004-03-04 Andy Dougherty Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
2004-02-18 Marcus Holland-Moritz 1. Add section to perlxs.pod describing that the refcou...
2003-12-29 Marcus Holland-Moritz Windows hasn't getuid/setuid and friends.
2003-12-25 Rafael Garcia-Suarez Fix bug [perl #24641] : when POSIX::set[ug]id() are...
2003-11-30 SADAHIRO Tomoyuki Re: [perl #24554] Segfault in POSIX module
2003-11-29 Rafael Garcia-Suarez POSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-08-27 Jarkko Hietaniemi Ultrix tweaks: <string.h> must not be included twice
2003-08-10 Jarkko Hietaniemi One more PL_csighandlerp.
2003-08-08 Jarkko Hietaniemi Move the csighandler to be a data variable so that
2003-07-09 Chip Salzenberg Safe signals via POSIX::sigaction
2003-06-18 Jarkko Hietaniemi Oops in change #19809.
2003-06-18 Jarkko Hietaniemi If the first argument of sigaction() was a string,...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-06-05 Robin Barker RE: maint @ 19683
2003-05-23 Jarkko Hietaniemi Hasty editing, grumble.
2003-05-23 Jarkko Hietaniemi Linewrapping MUAs, grumble.
2003-05-23 Jarkko Hietaniemi U/WIN extension fix from John P. Linderman.
2003-04-27 Adrian M. Enache Newer glibc's nice(2) return the new nice value, instea...
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-08-29 Ed Santiago Fix based on:
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2002-04-26 Jarkko Hietaniemi Use temp int variable in the W*() since direct casting
2002-04-25 Andy Dougherty Re: POSIX::WEXITSTATUS broken again
2002-03-23 Jarkko Hietaniemi Purify: Array bounds write: pre-extend the strxfrm
2002-03-04 Nicholas Clark (was Re: [PATCH @13746] h2xs)
2001-12-27 Jarkko Hietaniemi More wait status trickery for BeOS.
2001-11-25 Jarkko Hietaniemi Win32 compilation tweaks for Blair Zajac.
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-07-09 Gurusamy Sarathy save a dTHX
2001-07-08 Jarkko Hietaniemi A missing dTHX noticed by Gerrit P. Haase.
2001-07-07 Norton T. Allen Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Jarkko Hietaniemi Retract #11165 since Sarathy pointed out it'll not
2001-07-06 Norton T. Allen (Retracted by #11175)
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-22 Craig A. Berry should POSIX.xs use XSRETURN_UNDEF in sigaction?
2001-06-20 Jarkko Hietaniemi No point in going into memory-saving contortions
2001-06-18 Spider Boardman Re: anyone good at casting spells?
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-16 Jarkko Hietaniemi #define fix from Nicholas Clark.
2001-06-16 Nicholas Clark Re: perl@10611
2001-06-13 Nicholas Clark Re: ext/ + -Wall
2001-06-12 Doug MacEachern ext/ + -Wall
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-05-02 Jarkko Hietaniemi Fix for a segfault, from Marc Lehmann.
2001-04-25 Jarkko Hietaniemi The tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko Hietaniemi Mac OS X patch for missing tzname definition from Paul...
2001-04-24 Jarkko Hietaniemi Retract #9811.
2001-04-24 Jarkko Hietaniemi (Retracted by #9812.)
2001-04-19 Jarkko Hietaniemi Document and test Time::Piece.
2001-04-19 Jarkko Hietaniemi Move the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko Hietaniemi Move the init_tm() and mini_mktime() up from POSIX...
2001-03-24 Nick Ing-Simmons POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD...
2001-03-21 Benjamin Sugars Re: [PATCH] POSIX::getcwd()
2001-03-20 Jarkko Hietaniemi Integrate changes #9259,9260 from maintperl into mainline.
2001-03-09 anders@broadcom.com A modified version of
2001-02-22 Jarkko Hietaniemi Integrate change #8665 from maintperl to mainline,
next