summaryrefslogtreecommitdiff
path: root/ext/POSIX/POSIX.xs
Commit message (Expand)AuthorAgeFilesLines
* More wait status trickery for BeOS.Jarkko Hietaniemi2001-12-271-6/+20
* Win32 compilation tweaks for Blair Zajac.Jarkko Hietaniemi2001-11-251-0/+6
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* save a dTHXGurusamy Sarathy2001-07-091-3/+2
* A missing dTHX noticed by Gerrit P. Haase.Jarkko Hietaniemi2001-07-081-7/+8
* Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNXNorton T. Allen2001-07-071-2/+6
* Retract #11165 since Sarathy pointed out it'll notJarkko Hietaniemi2001-07-061-1/+1
* (Retracted by #11175)Norton T. Allen2001-07-061-1/+1
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-021-1/+1
* should POSIX.xs use XSRETURN_UNDEF in sigaction?Craig A. Berry2001-06-221-2/+4
* No point in going into memory-saving contortionsJarkko Hietaniemi2001-06-201-35/+7
* Re: anyone good at casting spells?Spider Boardman2001-06-181-4/+6
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-4/+19
* #define fix from Nicholas Clark.Jarkko Hietaniemi2001-06-161-12/+1
* Re: perl@10611 Nicholas Clark2001-06-161-3931/+2
* Re: ext/ + -WallNicholas Clark2001-06-131-1524/+3454
* ext/ + -WallDoug MacEachern2001-06-121-1/+6
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-2/+0
* Fix for a segfault, from Marc Lehmann.Jarkko Hietaniemi2001-05-021-1/+1
* The tzname[] bit is not needed by util.c -- and causesJarkko Hietaniemi2001-04-251-3/+8
* Mac OS X patch for missing tzname definition from Paul Schinder.Jarkko Hietaniemi2001-04-241-0/+5
* Retract #9811.Jarkko Hietaniemi2001-04-241-4/+0
* (Retracted by #9812.)Jarkko Hietaniemi2001-04-241-0/+4
* Document and test Time::Piece.Jarkko Hietaniemi2001-04-191-2/+4
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-59/+3
* Move the init_tm() and mini_mktime() up from POSIX.xs to util.cJarkko Hietaniemi2001-04-181-240/+0
* POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not definedNick Ing-Simmons2001-03-241-8/+3
* Re: [PATCH] POSIX::getcwd()Benjamin Sugars2001-03-211-0/+46
* Integrate changes #9259,9260 from maintperl into mainline.Jarkko Hietaniemi2001-03-201-2/+0
* A modified version ofanders@broadcom.com2001-03-091-34/+93
* Integrate change #8665 from maintperl to mainline,Jarkko Hietaniemi2001-02-221-3/+2
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-5/+8
* Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669Jarkko Hietaniemi2001-02-011-3/+2
* The #7521 touched things it shouldn't have.Jarkko Hietaniemi2000-11-031-8/+7
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-011-7/+17
* POSIX doesn't report long double values under -DuselongdoubleSpider Boardman2000-08-311-1/+1
* Put back the long double avoidance code to POSIX.xsJarkko Hietaniemi2000-08-191-0/+18
* Use NVs in POSIX math, not doubles.Abigail2000-08-181-53/+31
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-3/+3
* VMS fixups so we can build with MULTIPLICITYDan Sugalski2000-06-031-2/+2
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-7/+17
* Be more forgiving in POSIX about HUGE_VALL.Jarkko Hietaniemi2000-05-021-5/+1
* Use HUGE_VALL if applicable.Jarkko Hietaniemi2000-05-011-0/+9
* POSIX::strftime gets the date wrong (from John TobeyGurusamy Sarathy2000-02-191-2/+8
* use builtin __CYGWIN__ rather than -DCYGWIN (from Eric FiferGurusamy Sarathy2000-02-061-2/+2
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-2/+1
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-4/+2
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-1/+1
* Prevent "Out of memory" error in POSIX's strftime()Jan Dubois1999-10-151-9/+16
* normalize time for strftime() (without the isdst effects ofSpider Boardman1999-09-241-3/+191