Make some casts explicit to keep VC++ 7 happy
[p5sagit/p5-mst-13.2.git] / ext / POSIX /
2005-08-19 Abigail Whitespace
2005-08-01 Piotr Fusik POD typos
2005-07-31 H.Merijn Brand SIGRTMIN ...
2005-07-28 Robin Barker silence compiler warning in mg.c POSIX.xs
2005-07-27 H.Merijn Brand Some signals are more real than others
2005-07-25 H.Merijn Brand use POSIX might not throw an error. Check for useful...
2005-07-21 Jarkko Hietaniemi Re: [PATCH] support POSIX SA_SIGINFO
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-20 Steve Hay Exit test script (if we're going to) *before* declaring...
2005-07-19 Nicholas Clark C<use Foo;> inside Foo.pm considered a "bad...
2005-07-19 Nicholas Clark XS constants fail when their value is called for, not...
2005-07-19 Jarkko Hietaniemi allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-13 Rafael Garcia-Suarez Comment nit to help Devel::Cover, spotted by Steve...
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-20 Nicholas Clark Update XS code to declare PERL_UNUSED_DECL conditionally
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-02-02 Dave Mitchell fix POSIX::strtod error handling documentation
2005-01-31 Robert Millan [perl #33998] [PATCH] Support for GNU/kFreeBSD
2004-12-16 Andy Dougherty Re: Can't locate auto/POSIX/autosplit.ix [perl #24445...
2004-11-23 Michael G. Schwern Re: [perl #32486] error in documentation for POSIX...
2004-11-19 Chris Lightfoot [perl #32486] error in documentation for POSIX::pipe
2004-08-10 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-08-09 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-08-04 Alan Burlison Re: POSIX::sigprocmask implemented incorrectly
2004-04-28 bob@starlabs.net [perl #29033] typo in description of sleep in documenta...
2004-03-16 Rafael Garcia-Suarez Add a lchown() call to the POSIX module. [perl #27547]
2004-03-15 Rafael Garcia-Suarez Fix the order of arguments in the usage message of
2004-03-05 Rafael Garcia-Suarez Change 22436 broke the Windows build.
2004-03-04 Andy Dougherty Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
2004-02-18 Marcus Holland-Moritz 1. Add section to perlxs.pod describing that the refcou...
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2003-12-30 Nicholas Clark Bump VERSION numbers
2003-12-29 Marcus Holland-Moritz Windows hasn't getuid/setuid and friends.
2003-12-25 Rafael Garcia-Suarez Fix bug [perl #24641] : when POSIX::set[ug]id() are...
2003-11-30 SADAHIRO Tomoyuki Re: [perl #24554] Segfault in POSIX module
2003-11-29 Rafael Garcia-Suarez POSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-09-16 Andy Dougherty Re: [perl #23791] Many errors in build under NCR MP-RAS
2003-08-27 Jarkko Hietaniemi Ultrix tweaks: <string.h> must not be included twice
2003-08-13 Nicholas Clark Re: script wanted
2003-08-10 Jarkko Hietaniemi Try simple workaround for the POSIX autosplit.ix warning.
2003-08-10 Jarkko Hietaniemi One more PL_csighandlerp.
2003-08-08 Jarkko Hietaniemi Move the csighandler to be a data variable so that
2003-08-05 Alain Barbet Re: [perl #23202] [RESOLVED] coredump on ext/POSIX...
2003-08-03 Alain Barbet Re: [perl #23202] coredump on ext/POSIX/t/posix with...
2003-07-17 Michael G. Schwern Re: POSIX::div
2003-07-09 Chip Salzenberg Safe signals via POSIX::sigaction
2003-06-18 Jarkko Hietaniemi Oops in change #19809.
2003-06-18 Jarkko Hietaniemi If the first argument of sigaction() was a string,...
2003-06-11 Marcus Holland-Moritz Integrate from maint:
2003-06-05 Robin Barker RE: maint @ 19683
2003-05-23 Jarkko Hietaniemi Hasty editing, grumble.
2003-05-23 Jarkko Hietaniemi Linewrapping MUAs, grumble.
2003-05-23 Jarkko Hietaniemi U/WIN extension fix from John P. Linderman.
2003-05-07 Jarkko Hietaniemi Spelling correction from Nicholas Clark.
2003-05-02 Michael G. Schwern Deceptive POSIX exporting docs
2003-04-27 Adrian M. Enache Newer glibc's nice(2) return the new nice value, instea...
2003-04-01 Jarkko Hietaniemi Document the _exit() issue with threads in Linux [perl...
2003-03-16 Jarkko Hietaniemi Stay within known facts: what platforms the skippage...
2003-03-16 Jarkko Hietaniemi This seems to fix (well, dodge) the problems in FreeBSD for
2003-03-12 Jarkko Hietaniemi Integrate:
2003-03-06 Adrian M. Enache cleaning up tests of the 'eval { decl. } <=> runtime...
2003-01-22 Rafael Garcia-Suarez Fix [perl #19860] by adding a POSIX::fsync() stub.
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-12-12 Rafael Garcia-Suarez Integrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-09 Slaven Rezic Re: [perl #18238] timezone and gmt offset as output...
2002-12-02 Hugo van der Sanden integrate 5.8-maint: changes #18174 18187 18189-92...
2002-09-17 Abhijit Menon-Sen Typo fix.
2002-09-04 Brendan O'Dea Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
2002-09-02 Rafael Garcia-Suarez Some simple tests for the POSIX::isXXX() functions.
2002-08-29 Ed Santiago Fix based on:
2002-06-26 Jarkko Hietaniemi Integrate from macperl:
2002-06-21 Nick Ing-Simmons Integrate mainline
2002-06-20 Newton, Philip [Patch POSIX.pod] "fmod" ne "modf"
2002-06-19 Paul Marquess RE: [PATCH] POSIX taint tests
2002-06-19 Michael G. Schwern Re: [PATCH] POSIX taint tests
2002-06-19 Paul Marquess POSIX taint tests
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-05-28 Nikola Knezevic Test::Harness and skiping tests functionality
2002-05-24 Abigail Typos
2002-05-23 Jarkko Hietaniemi Typo squad.
2002-05-23 Abigail Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2002-04-26 Jarkko Hietaniemi Use temp int variable in the W*() since direct casting
2002-04-25 Andy Dougherty Re: POSIX::WEXITSTATUS broken again
2002-03-29 Michael G. Schwern Quieting OS X
2002-03-28 Paul Green ext/POSIX/t/posix.t -- neuter final test on VOS
2002-03-24 Craig A. Berry errno help for VMS
2002-03-23 Jarkko Hietaniemi Purify: Array bounds write: pre-extend the strxfrm
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-19 Nicholas Clark Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046...
2002-03-04 Nicholas Clark (was Re: [PATCH @13746] h2xs)
2002-03-02 Jarkko Hietaniemi The _POSIX_OPEN_MAX values are allowed *minimums*,
2002-02-26 Jarkko Hietaniemi POSIX: add isatty to @EXPORT_OK, reformat.
2002-02-05 Nick Ing-Simmons Integrate mainline
2002-02-05 Artur Bergman Add in change for Apple/Darwin Bug: 2785519 to fix...
2002-02-05 Artur Bergman Change to check if _POSIX_OPEN_MAX is 16 or 20, however...
2001-12-30 Blair Zajac POSIX to understand _SC_PAGESIZE
2001-12-27 Jarkko Hietaniemi More wait status trickery for BeOS.
next