| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #29033] typo in description of sleep in documentation of POSIX module | bob@starlabs.net | 2004-04-28 | 1 | -1/+1 |
* | Add a lchown() call to the POSIX module. [perl #27547] | Rafael Garcia-Suarez | 2004-03-16 | 2 | -1/+17 |
* | Fix the order of arguments in the usage message of | Rafael Garcia-Suarez | 2004-03-15 | 1 | -1/+1 |
* | Change 22436 broke the Windows build. | Rafael Garcia-Suarez | 2004-03-05 | 1 | -1/+10 |
* | Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris | Andy Dougherty | 2004-03-04 | 1 | -1/+3 |
* | 1. Add section to perlxs.pod describing that the refcount of AVs/HVs | Marcus Holland-Moritz | 2004-02-18 | 1 | -0/+1 |
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -5/+5 |
* | Bump VERSION numbers | Nicholas Clark | 2003-12-30 | 1 | -1/+1 |
* | Windows hasn't getuid/setuid and friends. | Marcus Holland-Moritz | 2003-12-29 | 1 | -0/+4 |
* | Fix bug [perl #24641] : when POSIX::set[ug]id() are called, | Rafael Garcia-Suarez | 2003-12-25 | 1 | -0/+10 |
* | Re: [perl #24554] Segfault in POSIX module | SADAHIRO Tomoyuki | 2003-11-30 | 3 | -34/+63 |
* | POSIX::isXXX(undef) segfaulted. (bug #24554.) | Rafael Garcia-Suarez | 2003-11-29 | 2 | -12/+16 |
* | Re: [perl #23791] Many errors in build under NCR MP-RAS | Andy Dougherty | 2003-09-16 | 1 | -2/+10 |
* | Ultrix tweaks: <string.h> must not be included twice | Jarkko Hietaniemi | 2003-08-27 | 1 | -0/+2 |
* | Re: script wanted | Nicholas Clark | 2003-08-13 | 1 | -1/+1 |
* | Try simple workaround for the POSIX autosplit.ix warning. | Jarkko Hietaniemi | 2003-08-10 | 1 | -2/+2 |
* | One more PL_csighandlerp. | Jarkko Hietaniemi | 2003-08-10 | 1 | -1/+1 |
* | Move the csighandler to be a data variable so that | Jarkko Hietaniemi | 2003-08-08 | 1 | -1/+1 |
* | Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6 | Alain Barbet | 2003-08-05 | 1 | -4/+9 |
* | Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6 | Alain Barbet | 2003-08-03 | 1 | -7/+14 |
* | Re: POSIX::div | Michael G. Schwern | 2003-07-17 | 1 | -2/+2 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 4 | -13/+69 |
* | Oops in change #19809. | Jarkko Hietaniemi | 2003-06-18 | 1 | -2/+0 |
* | If the first argument of sigaction() was a string, not a number | Jarkko Hietaniemi | 2003-06-18 | 3 | -7/+49 |
* | Integrate from maint: | Marcus Holland-Moritz | 2003-06-11 | 1 | -1/+1 |
* | RE: maint @ 19683 | Robin Barker | 2003-06-05 | 1 | -3/+5 |
* | Hasty editing, grumble. | Jarkko Hietaniemi | 2003-05-23 | 1 | -2/+2 |
* | Linewrapping MUAs, grumble. | Jarkko Hietaniemi | 2003-05-23 | 1 | -4/+2 |
* | U/WIN extension fix from John P. Linderman. | Jarkko Hietaniemi | 2003-05-23 | 1 | -2/+4 |
* | Spelling correction from Nicholas Clark. | Jarkko Hietaniemi | 2003-05-07 | 1 | -1/+1 |
* | Deceptive POSIX exporting docs | Michael G. Schwern | 2003-05-02 | 1 | -4/+8 |
* | Newer glibc's nice(2) return the new nice value, instead of 0 or -1. | Adrian M. Enache | 2003-04-27 | 1 | -1/+9 |
* | Document the _exit() issue with threads in Linux [perl #17057]. | Jarkko Hietaniemi | 2003-04-01 | 1 | -0/+6 |
* | Stay within known facts: what platforms the skippage helps, | Jarkko Hietaniemi | 2003-03-16 | 1 | -1/+2 |
* | This seems to fix (well, dodge) the problems in FreeBSD for | Jarkko Hietaniemi | 2003-03-16 | 1 | -2/+3 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-12 | 1 | -4/+1 |
* | cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption | Adrian M. Enache | 2003-03-06 | 2 | -3/+3 |
* | Fix [perl #19860] by adding a POSIX::fsync() stub. | Rafael Garcia-Suarez | 2003-01-22 | 2 | -1/+9 |
* | windows: support for large files | Gurusamy Sarathy | 2002-12-18 | 1 | -1/+7 |
* | Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297 | Rafael Garcia-Suarez | 2002-12-12 | 3 | -63/+82 |
* | Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are... | Slaven Rezic | 2002-12-09 | 1 | -1/+21 |
* | integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5 | Hugo van der Sanden | 2002-12-02 | 1 | -0/+86 |
* | Typo fix. | Abhijit Menon-Sen | 2002-09-17 | 1 | -1/+1 |
* | Re: [PATCH 5.8.0] add accessors for POSIX::SigAction | Brendan O'Dea | 2002-09-04 | 2 | -3/+27 |
* | Some simple tests for the POSIX::isXXX() functions. | Rafael Garcia-Suarez | 2002-09-02 | 1 | -1/+25 |
* | Fix based on: | Ed Santiago | 2002-08-29 | 1 | -11/+11 |
* | Integrate from macperl: | Jarkko Hietaniemi | 2002-06-26 | 1 | -3/+8 |
* | [Patch POSIX.pod] "fmod" ne "modf" | Newton, Philip | 2002-06-20 | 1 | -1/+1 |
* | RE: [PATCH] POSIX taint tests | Paul Marquess | 2002-06-19 | 1 | -10/+18 |
* | Re: [PATCH] POSIX taint tests | Michael G. Schwern | 2002-06-19 | 1 | -8/+12 |