| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | POSIX taint tests | Paul Marquess | 2002-06-19 | 1 | -0/+47 |
* | Integrate macperl patch #16868. | Jarkko Hietaniemi | 2002-05-30 | 1 | -1/+1 |
* | Test::Harness and skiping tests functionality | Nikola Knezevic | 2002-05-28 | 1 | -3/+3 |
* | Typos | Abigail | 2002-05-24 | 1 | -1/+1 |
* | Typo squad. | Jarkko Hietaniemi | 2002-05-23 | 1 | -1/+1 |
* | Re: [ID 20020523.001] POSIX::sleep not POSIX compliant | Abigail | 2002-05-23 | 2 | -4/+7 |
* | fixes for various warnings identified by Visual C++ | Gurusamy Sarathy | 2002-05-07 | 1 | -4/+0 |
* | Use temp int variable in the W*() since direct casting | Jarkko Hietaniemi | 2002-04-26 | 1 | -6/+12 |
* | Re: POSIX::WEXITSTATUS broken again | Andy Dougherty | 2002-04-25 | 1 | -1/+1 |
* | Quieting OS X | Michael G. Schwern | 2002-03-29 | 1 | -3/+10 |
* | ext/POSIX/t/posix.t -- neuter final test on VOS | Paul Green | 2002-03-28 | 1 | -4/+10 |
* | errno help for VMS | Craig A. Berry | 2002-03-24 | 1 | -4/+0 |