summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Spelling correction from Nicholas Clark.Jarkko Hietaniemi2003-05-071-1/+1
* Deceptive POSIX exporting docsMichael G. Schwern2003-05-021-4/+8
* Newer glibc's nice(2) return the new nice value, instead of 0 or -1.Adrian M. Enache2003-04-271-1/+9
* Document the _exit() issue with threads in Linux [perl #17057].Jarkko Hietaniemi2003-04-011-0/+6
* Stay within known facts: what platforms the skippage helps,Jarkko Hietaniemi2003-03-161-1/+2
* This seems to fix (well, dodge) the problems in FreeBSD forJarkko Hietaniemi2003-03-161-2/+3
* Integrate:Jarkko Hietaniemi2003-03-121-4/+1
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-062-3/+3
* Fix [perl #19860] by adding a POSIX::fsync() stub.Rafael Garcia-Suarez2003-01-222-1/+9
* windows: support for large filesGurusamy Sarathy2002-12-181-1/+7
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-123-63/+82