summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.xs
Commit message (Expand)AuthorAgeFilesLines
* 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
* windows: support for large filesGurusamy Sarathy2002-12-181-1/+7
* Fix based on:Ed Santiago2002-08-291-11/+11
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-4/+0
* Use temp int variable in the W*() since direct castingJarkko Hietaniemi2002-04-261-6/+12
* Re: POSIX::WEXITSTATUS broken againAndy Dougherty2002-04-251-1/+1
* Purify: Array bounds write: pre-extend the strxfrmJarkko Hietaniemi2002-03-231-1/+1
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-041-2/+2
* More wait status trickery for BeOS.Jarkko Hietaniemi2001-12-271-6/+20
* Win32 compilation tweaks for Blair Zajac.Jarkko Hietaniemi2001-11-251-0/+6
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1