summaryrefslogtreecommitdiff
path: root/ext/POSIX
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patches needed to get _60 building withDan Sugalski1999-08-101-0/+1
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-1/+1
* Integrate with Sarathy (5.005_58).Jarkko Hietaniemi1999-07-271-3/+7
|\
| * decrease memory footprint of standard modulesIlya Zakharevich1999-07-271-3/+7
* | Use long doubles only if they are useful.Jarkko Hietaniemi1999-07-261-1/+1
|/
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-1/+4
* slightly modified version of suggested patchSteven N. Hirsch1999-07-071-6/+16
* cygwin32 updateFifer, Eric1999-07-052-1/+2
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-1/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-3/+3
* remove _() non-ansismGurusamy Sarathy1999-06-021-4/+4
* missed a few filesGurusamy Sarathy1999-06-021-2/+1
* Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-2/+6
* additional cleanups for cygwin32 portFifer, Eric1999-05-171-0/+3
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-1/+3
* Re: Misspelled macro in ext/POSIX/POSIX.xs?Andy Dougherty1999-04-101-1/+1
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-4/+4
* use New() et al., rather than safemalloc() et al.Jan Dubois1999-02-151-9/+11
* Document the standard strftime %formats.Dominic Dunlop1999-02-031-1/+5
* Fix typecasts in #2797G. Del Merritt1999-02-021-2/+2
* POSIX::strftime buffer overflow problemTed Law1999-02-021-1/+35
* POSIX::redef setv?buf() to IO::Handle:: (by gbarr).Jarkko Hietaniemi1999-02-021-0/+8