summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.xs
Commit message (Expand)AuthorAgeFilesLines
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-16/+8
* Adjustments to POSIX for the Haiku portIngo Weinhold2009-01-051-7/+17
* Add conditional code to initialise RETVAL, to avoid compiler warnings.Nicholas Clark2008-05-311-0/+5
* My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not evenNicholas Clark2008-05-251-0/+24
* Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIGNicholas Clark2008-05-211-20/+31
* Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandangoNicholas Clark2008-05-211-151/+23
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-151-70/+8
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* ext/ constingRobin Barker2007-12-221-2/+2
* Fix POSIX::setlocale(): the CRT function returns a pointer to aSteve Hay2007-06-271-3/+12
* Cast needed to get POSIX compiling with g++ on FreeBSD.Nicholas Clark2007-04-101-1/+1
* Make the isdst argument to asctime and mktime default to -1Rafael Garcia-Suarez2007-03-151-2/+2
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-281-1/+1
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-161-1/+1
* Two signed array indicies that Coverity spots should be unsigned.Nicholas Clark2006-05-091-2/+2
* croak in POSIX::sigaction() when passed a negative signal insteadSteve Peters2006-03-091-0/+4
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-8/+8
* WhitespaceAbigail2005-08-191-2/+2
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-3/+9
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-6/+14
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
* Comment nit to help Devel::Cover, spotted by Steve PetersRafael Garcia-Suarez2005-06-131-1/+0
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-2/+2
* Update XS code to declare PERL_UNUSED_DECL conditionallyNicholas Clark2005-05-201-6/+8
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+22
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-2/+2
* Re: POSIX::sigprocmask implemented incorrectlyAlan Burlison2004-08-101-1/+1
* Re: POSIX::sigprocmask implemented incorrectlyAlan Burlison2004-08-091-3/+3
* Re: POSIX::sigprocmask implemented incorrectlyAlan Burlison2004-08-041-9/+14
* Add a lchown() call to the POSIX module. [perl #27547]Rafael Garcia-Suarez2004-03-161-0/+15
* Change 22436 broke the Windows build.Rafael Garcia-Suarez2004-03-051-1/+10
* Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris Andy Dougherty2004-03-041-1/+3
* 1. Add section to perlxs.pod describing that the refcount of AVs/HVsMarcus Holland-Moritz2004-02-181-0/+1
* Windows hasn't getuid/setuid and friends.Marcus Holland-Moritz2003-12-291-0/+4
* Fix bug [perl #24641] : when POSIX::set[ug]id() are called,Rafael Garcia-Suarez2003-12-251-0/+10
* Re: [perl #24554] Segfault in POSIX moduleSADAHIRO Tomoyuki2003-11-301-33/+55
* POSIX::isXXX(undef) segfaulted. (bug #24554.)Rafael Garcia-Suarez2003-11-291-11/+11
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-0/+2
* One more PL_csighandlerp.Jarkko Hietaniemi2003-08-101-1/+1
* Move the csighandler to be a data variable so thatJarkko Hietaniemi2003-08-081-1/+1
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-091-9/+21
* Oops in change #19809.Jarkko Hietaniemi2003-06-181-2/+0
* If the first argument of sigaction() was a string, not a numberJarkko Hietaniemi2003-06-181-4/+22
* Integrate from maint:Marcus Holland-Moritz2003-06-111-1/+1
* RE: maint @ 19683Robin Barker2003-06-051-3/+5
* Hasty editing, grumble.Jarkko Hietaniemi2003-05-231-2/+2
* Linewrapping MUAs, grumble.Jarkko Hietaniemi2003-05-231-4/+2
* U/WIN extension fix from John P. Linderman.Jarkko Hietaniemi2003-05-231-2/+4
* Newer glibc's nice(2) return the new nice value, instead of 0 or -1.Adrian M. Enache2003-04-271-1/+9