| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code. | Nicholas Clark | 2009-04-27 | 1 | -16/+8 |
* | Adjustments to POSIX for the Haiku port | Ingo Weinhold | 2009-01-05 | 1 | -7/+17 |
* | Add conditional code to initialise RETVAL, to avoid compiler warnings. | Nicholas Clark | 2008-05-31 | 1 | -0/+5 |
* | My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even | Nicholas Clark | 2008-05-25 | 1 | -0/+24 |
* | Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG | Nicholas Clark | 2008-05-21 | 1 | -20/+31 |
* | Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango | Nicholas Clark | 2008-05-21 | 1 | -151/+23 |
* | Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR, | Nicholas Clark | 2008-05-15 | 1 | -70/+8 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2008-01-11 | 1 | -2/+2 |
* | ext/ consting | Robin Barker | 2007-12-22 | 1 | -2/+2 |
* | Fix POSIX::setlocale(): the CRT function returns a pointer to a | Steve Hay | 2007-06-27 | 1 | -3/+12 |
* | Cast needed to get POSIX compiling with g++ on FreeBSD. | Nicholas Clark | 2007-04-10 | 1 | -1/+1 |
* | Make the isdst argument to asctime and mktime default to -1 | Rafael Garcia-Suarez | 2007-03-15 | 1 | -2/+2 |
* | Silence VC++ 8 warnings about "possible loss of data" | Steve Hay | 2006-11-28 | 1 | -1/+1 |
* | Additional changes to get C++ a little closer to a clean compile | Steve Peters | 2006-08-16 | 1 | -1/+1 |
* | Two signed array indicies that Coverity spots should be unsigned. | Nicholas Clark | 2006-05-09 | 1 | -2/+2 |
* | croak in POSIX::sigaction() when passed a negative signal instead | Steve Peters | 2006-03-09 | 1 | -0/+4 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | A few more places that can use hv_fetchs(). | Gisle Aas | 2006-01-11 | 1 | -8/+8 |
* | Whitespace | Abigail | 2005-08-19 | 1 | -2/+2 |
* | silence compiler warning in mg.c POSIX.xs | Robin Barker | 2005-07-28 | 1 | -3/+9 |
* | allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) | Jarkko Hietaniemi | 2005-07-19 | 1 | -6/+14 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -3/+3 |
* | Comment nit to help Devel::Cover, spotted by Steve Peters | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+0 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -2/+2 |
* | Update XS code to declare PERL_UNUSED_DECL conditionally | Nicholas Clark | 2005-05-20 | 1 | -6/+8 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+22 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -2/+2 |
* | Re: POSIX::sigprocmask implemented incorrectly | Alan Burlison | 2004-08-10 | 1 | -1/+1 |
* | Re: POSIX::sigprocmask implemented incorrectly | Alan Burlison | 2004-08-09 | 1 | -3/+3 |
* | Re: POSIX::sigprocmask implemented incorrectly | Alan Burlison | 2004-08-04 | 1 | -9/+14 |
* | Add a lchown() call to the POSIX module. [perl #27547] | Rafael Garcia-Suarez | 2004-03-16 | 1 | -0/+15 |
* | 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 |
* | 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 | 1 | -33/+55 |
* | POSIX::isXXX(undef) segfaulted. (bug #24554.) | Rafael Garcia-Suarez | 2003-11-29 | 1 | -11/+11 |
* | Ultrix tweaks: <string.h> must not be included twice | Jarkko Hietaniemi | 2003-08-27 | 1 | -0/+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 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 1 | -9/+21 |
* | 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 | 1 | -4/+22 |
* | 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 |
* | Newer glibc's nice(2) return the new nice value, instead of 0 or -1. | Adrian M. Enache | 2003-04-27 | 1 | -1/+9 |