2007-08-16 |
Nicholas Clark |
Correct parentheses. Calling Win32::GetOSVersion()... |
tree | commitdiff |
2007-08-15 |
Steve Hay |
Skip the POSIX::strftime() time test with a 60sec param... |
tree | commitdiff |
2007-06-27 |
Steve Hay |
Fix POSIX::setlocale(): the CRT function returns a... |
tree | commitdiff |
2007-05-29 |
Nicholas Clark |
DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C const... |
tree | commitdiff |
2007-05-04 |
David Leadbeater |
Documentation fixes for EGID/GID confusion |
tree | commitdiff |
2007-04-11 |
Steve Peters |
Fix spelling nit. |
tree | commitdiff |
2007-04-10 |
Nicholas Clark |
Cast needed to get POSIX compiling with g++ on FreeBSD. |
tree | commitdiff |
2007-03-21 |
Nicholas Clark |
Only use proxy constant subroutines for 5.9.x. |
tree | commitdiff |
2007-03-15 |
Rafael Garcia-Suarez |
Make the isdst argument to asctime and mktime default... |
tree | commitdiff |
2007-01-26 |
Steve Peters |
Fix ext/POSIX/t/sysconf.t failures on Cygwin. |
tree | commitdiff |
2007-01-08 |
Nicholas Clark |
do $file; won't propagate errors from die, as do is... |
tree | commitdiff |
2006-12-19 |
Rafael Garcia-Suarez |
Add a regression test to verify that POSIX::AUTOLOAD... |
tree | commitdiff |
2006-12-19 |
Rafael Garcia-Suarez |
Disable strictures in POSIX AUTOLOAD |
tree | commitdiff |
2006-12-18 |
Nicholas Clark |
Ensure that POSIX.pm is strict and warnings compliant... |
tree | commitdiff |
2006-12-18 |
Nicholas Clark |
Given that POSIX already has AutoLoader loaded, move... |
tree | commitdiff |
2006-12-18 |
Nicholas Clark |
POSIX::SigAction::new can be moved into the AUTOLOAD... |
tree | commitdiff |
2006-11-28 |
Steve Hay |
Silence VC++ 8 warnings about "possible loss of data" |
tree | commitdiff |
2006-11-22 |
Peter Dintelmann |
POSIX::remove() and directories |
tree | commitdiff |
2006-11-22 |
Steve Hay |
VC8 regards 60 seconds as an invalid parameter for... |
tree | commitdiff |
2006-10-19 |
Yves Orton |
Re: Off by one in the trie code? |
tree | commitdiff |
2006-09-16 |
Craig A. Berry |
return value of -1 without errno set is ok in |
tree | commitdiff |
2006-08-16 |
Steve Peters |
Additional changes to get C++ a little closer to a... |
tree | commitdiff |
2006-07-14 |
Craig A. Berry |
Make sysconf tests handle unimplemented success indications |
tree | commitdiff |
2006-07-14 |
Steve Peters |
Skip tests for pathconf() and fpathconf() on HP-UX for |
tree | commitdiff |
2006-07-11 |
Jarkko Hietaniemi |
sysconf.t: still failing in tru64, try harder to skip |
tree | commitdiff |
2006-07-10 |
Dominic Dunlop |
Skip tests of a POSIX constant on Mac OS X because... |
tree | commitdiff |
2006-07-08 |
Yves Orton |
Skip some POSIX tests when the thing they are testing... |
tree | commitdiff |
2006-07-08 |
Jarkko Hietaniemi |
POSIX test improvements on True64 |
tree | commitdiff |
2006-07-07 |
Sébastien Aperghis... |
Test scripts for I18N::Langinfo and POSIX |
tree | commitdiff |
2006-07-05 |
Steve Peters |
Add constants needed for recvmsg()/sendmsg() support. |
tree | commitdiff |
2006-05-09 |
Nicholas Clark |
Two signed array indicies that Coverity spots should... |
tree | commitdiff |
2006-05-01 |
Nicholas Clark |
Disable SIGRTMAX and SIGRTMIN in POSIX if Configure... |
tree | commitdiff |
2006-03-09 |
Steve Peters |
Need to update test count from change #27440. |
tree | commitdiff |
2006-03-09 |
Steve Peters |
croak in POSIX::sigaction() when passed a negative... |
tree | commitdiff |
2006-01-29 |
Nicholas Clark |
Solaris seems not to enjoy initialising constants from... |
tree | commitdiff |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
tree | commitdiff |
2006-01-11 |
Gisle Aas |
A few more places that can use hv_fetchs(). |
tree | commitdiff |
2006-01-09 |
Nicholas Clark |
POSIX and Fcntl both export the same constants derived... |
tree | commitdiff |
2006-01-08 |
Nicholas Clark |
Tweak the code that generates unique entries in @POSIX... |
tree | commitdiff |
2006-01-06 |
Steve Hay |
DBL_MAX and FLT_MAX are not constants in Borland C++ |
tree | commitdiff |
2005-12-24 |
Nicholas Clark |
Looks like the macro CLK_TCK is not actually a constant... |
tree | commitdiff |
2005-12-23 |
Nicholas Clark |
SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON... |
tree | commitdiff |
2005-12-23 |
Nicholas Clark |
De-duplicate the items in @EXPORT. (@EXPORT is built... |
tree | commitdiff |
2005-12-22 |
Nicholas Clark |
Use inlineable proxy constant subs for POSIX. |
tree | commitdiff |
2005-12-21 |
Steve Peters |
Add tests for untested math functions in POSIX |
tree | commitdiff |
2005-12-20 |
Rafael Garcia-Suarez |
Fix typos in regular expressions |
tree | commitdiff |
2005-12-17 |
Steve Peters |
Fix for ext/POSIX/t/time.t so the strftime() test works... |
tree | commitdiff |
2005-11-28 |
Steve Hay |
Fix ext/POSIX/t/time.t on Win32 |
tree | commitdiff |
2005-11-28 |
Steve Peters |
Mac OS X/Darwin seems to have problems with tzname(). |
tree | commitdiff |
2005-11-26 |
Steve Peters |
Deal with differences in what clock() does between... |
tree | commitdiff |
2005-11-26 |
Steve Peters |
Just be explicit about $TZ. |
tree | commitdiff |
2005-11-26 |
Steve Peters |
Hmmm...strftime() does work on Win32, but tzset() is... |
tree | commitdiff |
2005-11-26 |
Steve Peters |
Additional tests for B and POSIX. The POSIX ones conce... |
tree | commitdiff |
2005-11-03 |
Steve Peters |
Test for the right signal should use the constant for... |
tree | commitdiff |
2005-08-19 |
Abigail |
Whitespace |
tree | commitdiff |
2005-08-01 |
Piotr Fusik |
POD typos |
tree | commitdiff |
2005-07-31 |
H.Merijn Brand |
SIGRTMIN ... |
tree | commitdiff |
2005-07-28 |
Robin Barker |
silence compiler warning in mg.c POSIX.xs |
tree | commitdiff |
2005-07-27 |
H.Merijn Brand |
Some signals are more real than others |
tree | commitdiff |
2005-07-25 |
H.Merijn Brand |
use POSIX might not throw an error. Check for useful... |
tree | commitdiff |
2005-07-21 |
Jarkko Hietaniemi |
Re: [PATCH] support POSIX SA_SIGINFO |
tree | commitdiff |
2005-07-20 |
Jarkko Hietaniemi |
support POSIX SA_SIGINFO |
tree | commitdiff |
2005-07-20 |
Steve Hay |
Exit test script (if we're going to) *before* declaring... |
tree | commitdiff |
2005-07-19 |
Nicholas Clark |
C<use Foo;> inside Foo.pm considered a "bad... |
tree | commitdiff |
2005-07-19 |
Nicholas Clark |
XS constants fail when their value is called for, not... |
tree | commitdiff |
2005-07-19 |
Jarkko Hietaniemi |
allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a... |
tree | commitdiff |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
tree | commitdiff |
2005-06-13 |
Rafael Garcia-Suarez |
Comment nit to help Devel::Cover, spotted by Steve... |
tree | commitdiff |
2005-06-02 |
Steve Peters |
SvPVX_const() - part 3 ... and const'ing Storable |
tree | commitdiff |
2005-05-20 |
Nicholas Clark |
Update XS code to declare PERL_UNUSED_DECL conditionally |
tree | commitdiff |
2005-04-21 |
Jarkko Hietaniemi |
Symbian port of Perl |
tree | commitdiff |
2005-04-19 |
Steve Peters |
Refactoring to Sv*_set() macros - patch #5 |
tree | commitdiff |
2005-02-02 |
Dave Mitchell |
fix POSIX::strtod error handling documentation |
tree | commitdiff |
2005-01-31 |
Robert Millan |
[perl #33998] [PATCH] Support for GNU/kFreeBSD |
tree | commitdiff |
2004-12-16 |
Andy Dougherty |
Re: Can't locate auto/POSIX/autosplit.ix [perl #24445... |
tree | commitdiff |
2004-11-23 |
Michael G. Schwern |
Re: [perl #32486] error in documentation for POSIX... |
tree | commitdiff |
2004-11-19 |
Chris Lightfoot |
[perl #32486] error in documentation for POSIX::pipe |
tree | commitdiff |
2004-08-10 |
Alan Burlison |
Re: POSIX::sigprocmask implemented incorrectly |
tree | commitdiff |
2004-08-09 |
Alan Burlison |
Re: POSIX::sigprocmask implemented incorrectly |
tree | commitdiff |
2004-08-04 |
Alan Burlison |
Re: POSIX::sigprocmask implemented incorrectly |
tree | commitdiff |
2004-04-28 |
bob@starlabs.net |
[perl #29033] typo in description of sleep in documenta... |
tree | commitdiff |
2004-03-16 |
Rafael Garcia-Suarez |
Add a lchown() call to the POSIX module. [perl #27547] |
tree | commitdiff |
2004-03-15 |
Rafael Garcia-Suarez |
Fix the order of arguments in the usage message of |
tree | commitdiff |
2004-03-05 |
Rafael Garcia-Suarez |
Change 22436 broke the Windows build. |
tree | commitdiff |
2004-03-04 |
Andy Dougherty |
Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris |
tree | commitdiff |
2004-02-18 |
Marcus Holland-Moritz |
1. Add section to perlxs.pod describing that the refcou... |
tree | commitdiff |
2004-02-01 |
Solar Designer |
Re: [perl #15063] /tmp issues |
tree | commitdiff |
2003-12-30 |
Nicholas Clark |
Bump VERSION numbers |
tree | commitdiff |
2003-12-29 |
Marcus Holland-Moritz |
Windows hasn't getuid/setuid and friends. |
tree | commitdiff |
2003-12-25 |
Rafael Garcia-Suarez |
Fix bug [perl #24641] : when POSIX::set[ug]id() are... |
tree | commitdiff |
2003-11-30 |
SADAHIRO Tomoyuki |
Re: [perl #24554] Segfault in POSIX module |
tree | commitdiff |
2003-11-29 |
Rafael Garcia-Suarez |
POSIX::isXXX(undef) segfaulted. (bug #24554.) |
tree | commitdiff |
2003-09-16 |
Andy Dougherty |
Re: [perl #23791] Many errors in build under NCR MP-RAS |
tree | commitdiff |
2003-08-27 |
Jarkko Hietaniemi |
Ultrix tweaks: <string.h> must not be included twice |
tree | commitdiff |
2003-08-13 |
Nicholas Clark |
Re: script wanted |
tree | commitdiff |
2003-08-10 |
Jarkko Hietaniemi |
Try simple workaround for the POSIX autosplit.ix warning. |
tree | commitdiff |
2003-08-10 |
Jarkko Hietaniemi |
One more PL_csighandlerp. |
tree | commitdiff |
2003-08-08 |
Jarkko Hietaniemi |
Move the csighandler to be a data variable so that |
tree | commitdiff |
2003-08-05 |
Alain Barbet |
Re: [perl #23202] [RESOLVED] coredump on ext/POSIX... |
tree | commitdiff |
2003-08-03 |
Alain Barbet |
Re: [perl #23202] coredump on ext/POSIX/t/posix with... |
tree | commitdiff |
next |