This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Additional changes to get C++ a little closer to a clean compile
[perl5.git] / ext / POSIX / POSIX.xs
2006-08-16 Steve PetersAdditional changes to get C++ a little closer to a...
2006-05-09 Nicholas ClarkTwo signed array indicies that Coverity spots should...
2006-03-09 Steve Peterscroak in POSIX::sigaction() when passed a negative...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2005-08-19 AbigailWhitespace
2005-07-28 Robin Barkersilence compiler warning in mg.c POSIX.xs
2005-07-19 Jarkko Hietaniemiallow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-13 Rafael Garcia-SuarezComment nit to help Devel::Cover, spotted by Steve...
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-20 Nicholas ClarkUpdate XS code to declare PERL_UNUSED_DECL conditionally
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2004-08-10 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-08-09 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-08-04 Alan BurlisonRe: POSIX::sigprocmask implemented incorrectly
2004-03-16 Rafael Garcia-SuarezAdd a lchown() call to the POSIX module. [perl #27547]
2004-03-05 Rafael Garcia-SuarezChange 22436 broke the Windows build.
2004-03-04 Andy DoughertyRe: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
2004-02-18 Marcus Holland-Moritz1. Add section to perlxs.pod describing that the refcou...
2003-12-29 Marcus Holland-MoritzWindows hasn't getuid/setuid and friends.
2003-12-25 Rafael Garcia-SuarezFix bug [perl #24641] : when POSIX::set[ug]id() are...
2003-11-30 SADAHIRO TomoyukiRe: [perl #24554] Segfault in POSIX module
2003-11-29 Rafael Garcia-SuarezPOSIX::isXXX(undef) segfaulted. (bug #24554.)
2003-08-27 Jarkko HietaniemiUltrix tweaks: <string.h> must not be included twice
2003-08-10 Jarkko HietaniemiOne more PL_csighandlerp.
2003-08-08 Jarkko HietaniemiMove the csighandler to be a data variable so that
2003-07-09 Chip SalzenbergSafe signals via POSIX::sigaction
2003-06-18 Jarkko HietaniemiOops in change #19809.
2003-06-18 Jarkko HietaniemiIf the first argument of sigaction() was a string,...
2003-06-11 Marcus Holland-MoritzIntegrate from maint:
2003-06-05 Robin BarkerRE: maint @ 19683
2003-05-23 Jarkko HietaniemiHasty editing, grumble.
2003-05-23 Jarkko HietaniemiLinewrapping MUAs, grumble.
2003-05-23 Jarkko HietaniemiU/WIN extension fix from John P. Linderman.
2003-04-27 Adrian M. EnacheNewer glibc's nice(2) return the new nice value, instea...
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-08-29 Ed SantiagoFix based on:
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-04-26 Jarkko HietaniemiUse temp int variable in the W*() since direct casting
2002-04-25 Andy DoughertyRe: POSIX::WEXITSTATUS broken again
2002-03-23 Jarkko HietaniemiPurify: Array bounds write: pre-extend the strxfrm
2002-03-04 Nicholas Clark(was Re: [PATCH @13746] h2xs)
2001-12-27 Jarkko HietaniemiMore wait status trickery for BeOS.
2001-11-25 Jarkko HietaniemiWin32 compilation tweaks for Blair Zajac.
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-07-09 Gurusamy Sarathysave a dTHX
2001-07-08 Jarkko HietaniemiA missing dTHX noticed by Gerrit P. Haase.
2001-07-07 Norton T. AllenRe: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Jarkko HietaniemiRetract #11165 since Sarathy pointed out it'll not
2001-07-06 Norton T. Allen(Retracted by #11175)
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-22 Craig A. Berryshould POSIX.xs use XSRETURN_UNDEF in sigaction?
2001-06-20 Jarkko HietaniemiNo point in going into memory-saving contortions
2001-06-18 Spider BoardmanRe: anyone good at casting spells?
2001-06-16 Jarkko HietaniemiNetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-16 Jarkko Hietaniemi#define fix from Nicholas Clark.
2001-06-16 Nicholas ClarkRe: perl@10611
2001-06-13 Nicholas ClarkRe: ext/ + -Wall
2001-06-12 Doug MacEachernext/ + -Wall
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-05-02 Jarkko HietaniemiFix for a segfault, from Marc Lehmann.
2001-04-25 Jarkko HietaniemiThe tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko HietaniemiMac OS X patch for missing tzname definition from Paul...
2001-04-24 Jarkko HietaniemiRetract #9811.
2001-04-24 Jarkko Hietaniemi(Retracted by #9812.)
2001-04-19 Jarkko HietaniemiDocument and test Time::Piece.
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko HietaniemiMove the init_tm() and mini_mktime() up from POSIX...
2001-03-24 Nick Ing-SimmonsPOSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD...
2001-03-21 Benjamin SugarsRe: [PATCH] POSIX::getcwd()
2001-03-20 Jarkko HietaniemiIntegrate changes #9259,9260 from maintperl into mainline.
2001-03-09 anders@broadcom.comA modified version of
2001-02-22 Jarkko HietaniemiIntegrate change #8665 from maintperl to mainline,
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-02-08 Charles BaileySYN SYN
2001-02-01 Jarkko HietaniemiIntegrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-03 Jarkko HietaniemiThe #7521 touched things it shouldn't have.
2000-11-01 Garry T. WilliamsMake the POSIX::setuid and POSIX::setgid to really...
2000-10-20 Charles BaileySYN SYN
2000-08-31 Spider BoardmanPOSIX doesn't report long double values under -Duselong...
2000-08-19 Jarkko HietaniemiPut back the long double avoidance code to POSIX.xs
2000-08-18 AbigailUse NVs in POSIX math, not doubles.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6261..6266 into mainline
2000-06-29 Yitzchak Scott-Tho... Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2000-06-03 Dan SugalskiVMS fixups so we can build with MULTIPLICITY
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-02 Jarkko HietaniemiBe more forgiving in POSIX about HUGE_VALL.
2000-05-01 Jarkko HietaniemiUse HUGE_VALL if applicable.
2000-02-19 Gurusamy SarathyPOSIX::strftime gets the date wrong (from John Tobey
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyuse builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathycygwin update from Eric Fifer <EFifer@sanwaint.com>
next