summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-021-2/+0
* Retract #10295 and #10296: a more generic solutionJarkko Hietaniemi2001-05-301-3/+1
* Re: AIX and gcc (moving targets)H.Merijn Brand2001-05-291-1/+3
* Document strftime() and strptime().Jarkko Hietaniemi2001-05-271-0/+2
* A nicely working combination for UTS from Hal Morris.Jarkko Hietaniemi2001-05-111-0/+9
* 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-212-14/+46
* Integrate changes #9259,9260 from maintperl into mainline.Jarkko Hietaniemi2001-03-201-2/+0
* A modified version ofanders@broadcom.com2001-03-092-35/+94
* 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
* [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerousDominic Dunlop2000-12-141-1/+3
* [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS supportAndy Dougherty2000-12-082-6/+13
* The #7521 touched things it shouldn't have.Jarkko Hietaniemi2000-11-032-10/+8
* Make the POSIX::setuid and POSIX::setgid to really call setuid()Garry T. Williams2000-11-014-24/+30
* 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-182-53/+32
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-20/+25
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-185/+423
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-113-5/+5
* 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
* avoid warnings in POSIX.pm (from Barrie Slaymaker)Gurusamy Sarathy2000-05-281-2/+2
* 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
* RM600-svr4 tweaks (from Frank RidderbuschGurusamy Sarathy2000-03-221-1/+11
* 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
* reduce memory consumption of POSIX.pm (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-178/+181
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-3/+2
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-3/+1
* cygwin update from Eric Fifer <EFifer@sanwaint.com>Gurusamy Sarathy1999-12-281-2/+1
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-4/+4
* 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-243-8/+195
* control change#1914 via hints (causes problems on some platforms)Gurusamy Sarathy1999-09-193-2/+6
* Replace change #4100 withRobin Barker1999-09-131-2/+2
* Fix pointer casts.Robin Barker1999-09-071-5/+7