summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
...
* No point in going into memory-saving contortionsJarkko Hietaniemi2001-06-201-35/+7
* [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_o...Spider Boardman2001-06-191-1/+4
* Re: [PATCH] Re: [PATCH] Re: perl@10611Nicholas Clark2001-06-181-0/+1
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+266
* 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: perl@10611 Nicholas Clark2001-06-161-0/+87
* Re: ext/ + -WallNicholas Clark2001-06-132-1537/+3464
* ext/ + -WallDoug MacEachern2001-06-121-1/+6
* -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