summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* POD typosPiotr Fusik2005-08-011-3/+3
* SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, butH.Merijn Brand2005-07-311-1/+1
* silence compiler warning in mg.c POSIX.xsRobin Barker2005-07-281-3/+9
* Some signals are more real than othersH.Merijn Brand2005-07-271-1/+4
* use POSIX might not throw an error. Check for useful values alsoH.Merijn Brand2005-07-251-3/+3
* Re: [PATCH] support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-212-1/+5
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-202-1/+38
* Exit test script (if we're going to) *before* declaring a planSteve Hay2005-07-201-2/+2
* C<use Foo;> inside Foo.pm considered a "bad thing"Nicholas Clark2005-07-191-8/+11
* XS constants fail when their value is called for, not at import.Nicholas Clark2005-07-191-1/+1
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-195-80/+215
* 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-192-3/+3
* fix POSIX::strtod error handling documentationDave Mitchell2005-02-021-2/+2
* [perl #33998] [PATCH] Support for GNU/kFreeBSD Robert Millan2005-01-312-0/+2
* Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]Andy Dougherty2004-12-161-0/+4
* Re: [perl #32486] error in documentation for POSIX::pipeMichael G. Schwern2004-11-231-3/+3
* [perl #32486] error in documentation for POSIX::pipe Chris Lightfoot2004-11-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
* [perl #29033] typo in description of sleep in documentation of POSIX module bob@starlabs.net2004-04-281-1/+1
* Add a lchown() call to the POSIX module. [perl #27547]Rafael Garcia-Suarez2004-03-162-1/+17
* Fix the order of arguments in the usage message ofRafael Garcia-Suarez2004-03-151-1/+1
* 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
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-5/+5
* Bump VERSION numbersNicholas Clark2003-12-301-1/+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-303-34/+63
* POSIX::isXXX(undef) segfaulted. (bug #24554.)Rafael Garcia-Suarez2003-11-292-12/+16
* Re: [perl #23791] Many errors in build under NCR MP-RASAndy Dougherty2003-09-161-2/+10
* Ultrix tweaks: <string.h> must not be included twiceJarkko Hietaniemi2003-08-271-0/+2
* Re: script wantedNicholas Clark2003-08-131-1/+1
* Try simple workaround for the POSIX autosplit.ix warning.Jarkko Hietaniemi2003-08-101-2/+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
* Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6Alain Barbet2003-08-051-4/+9
* Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6Alain Barbet2003-08-031-7/+14
* Re: POSIX::divMichael G. Schwern2003-07-171-2/+2
* Safe signals via POSIX::sigactionChip Salzenberg2003-07-094-13/+69
* Oops in change #19809.Jarkko Hietaniemi2003-06-181-2/+0
* If the first argument of sigaction() was a string, not a numberJarkko Hietaniemi2003-06-183-7/+49
* Integrate from maint:Marcus Holland-Moritz2003-06-111-1/+1