silence compiler warning in mg.c POSIX.xs
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.xs
2005-07-28 Robin Barker silence compiler warning in mg.c POSIX.xs
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
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-03-16 Rafael Garcia-Suarez Add a lchown() call to the POSIX module. [perl #27547]
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...
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-08-27 Jarkko Hietaniemi Ultrix tweaks: <string.h> must not be included twice
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-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-04-27 Adrian M. Enache Newer glibc's nice(2) return the new nice value, instea...
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-08-29 Ed Santiago Fix based on:
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-23 Jarkko Hietaniemi Purify: Array bounds write: pre-extend the strxfrm
2002-03-04 Nicholas Clark (was Re: [PATCH @13746] h2xs)
2001-12-27 Jarkko Hietaniemi More wait status trickery for BeOS.
2001-11-25 Jarkko Hietaniemi Win32 compilation tweaks for Blair Zajac.
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-07-09 Gurusamy Sarathy save a dTHX
2001-07-08 Jarkko Hietaniemi A missing dTHX noticed by Gerrit P. Haase.
2001-07-07 Norton T. Allen Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Jarkko Hietaniemi Retract #11165 since Sarathy pointed out it'll not
2001-07-06 Norton T. Allen (Retracted by #11175)
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-22 Craig A. Berry should POSIX.xs use XSRETURN_UNDEF in sigaction?
2001-06-20 Jarkko Hietaniemi No point in going into memory-saving contortions
2001-06-18 Spider Boardman Re: anyone good at casting spells?
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-16 Jarkko Hietaniemi #define fix from Nicholas Clark.
2001-06-16 Nicholas Clark Re: perl@10611
2001-06-13 Nicholas Clark Re: ext/ + -Wall
2001-06-12 Doug MacEachern ext/ + -Wall
2001-06-02 Jarkko Hietaniemi -Wall cleanup continues.
2001-05-02 Jarkko Hietaniemi Fix for a segfault, from Marc Lehmann.
2001-04-25 Jarkko Hietaniemi The tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko Hietaniemi Mac OS X patch for missing tzname definition from Paul...
2001-04-24 Jarkko Hietaniemi Retract #9811.
2001-04-24 Jarkko Hietaniemi (Retracted by #9812.)
2001-04-19 Jarkko Hietaniemi Document and test Time::Piece.
2001-04-19 Jarkko Hietaniemi Move the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko Hietaniemi Move the init_tm() and mini_mktime() up from POSIX...
2001-03-24 Nick Ing-Simmons POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD...
2001-03-21 Benjamin Sugars Re: [PATCH] POSIX::getcwd()
2001-03-20 Jarkko Hietaniemi Integrate changes #9259,9260 from maintperl into mainline.
2001-03-09 anders@broadcom.com A modified version of
2001-02-22 Jarkko Hietaniemi Integrate change #8665 from maintperl to mainline,
2001-02-18 Doug MacEachern [patch] -Wall cleanup round 2
2001-02-08 Charles Bailey SYN SYN
2001-02-01 Jarkko Hietaniemi Integrate changes #8641,8644,8649,8654,8662,8663,8664...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-03 Jarkko Hietaniemi The #7521 touched things it shouldn't have.
2000-11-01 Garry T. Williams Make the POSIX::setuid and POSIX::setgid to really...
2000-10-20 Charles Bailey SYN SYN
2000-08-31 Spider Boardman POSIX doesn't report long double values under -Duselong...
2000-08-19 Jarkko Hietaniemi Put back the long double avoidance code to POSIX.xs
2000-08-18 Abigail Use NVs in POSIX math, not doubles.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6261..6266 into mainline
2000-06-29 Yitzchak Scott-Tho... Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-02 Jarkko Hietaniemi Be more forgiving in POSIX about HUGE_VALL.
2000-05-01 Jarkko Hietaniemi Use HUGE_VALL if applicable.
2000-02-19 Gurusamy Sarathy POSIX::strftime gets the date wrong (from John Tobey
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy use builtin __CYGWIN__ rather than -DCYGWIN (from Eric...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-15 Jan Dubois Prevent "Out of memory" error in POSIX's strftime()
1999-09-29 Charles Bailey resync with mainline
1999-09-24 Spider Boardman normalize time for strftime() (without the isdst effects of
next