| Commit message (Expand) | Author | Age | Files | Lines |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -2/+0 |
* | Retract #10295 and #10296: a more generic solution | Jarkko Hietaniemi | 2001-05-30 | 1 | -3/+1 |
* | Re: AIX and gcc (moving targets) | H.Merijn Brand | 2001-05-29 | 1 | -1/+3 |
* | Document strftime() and strptime(). | Jarkko Hietaniemi | 2001-05-27 | 1 | -0/+2 |
* | A nicely working combination for UTS from Hal Morris. | Jarkko Hietaniemi | 2001-05-11 | 1 | -0/+9 |
* | Fix for a segfault, from Marc Lehmann. | Jarkko Hietaniemi | 2001-05-02 | 1 | -1/+1 |
* | The tzname[] bit is not needed by util.c -- and causes | Jarkko Hietaniemi | 2001-04-25 | 1 | -3/+8 |
* | Mac OS X patch for missing tzname definition from Paul Schinder. | Jarkko Hietaniemi | 2001-04-24 | 1 | -0/+5 |
* | Retract #9811. | Jarkko Hietaniemi | 2001-04-24 | 1 | -4/+0 |
* | (Retracted by #9812.) | Jarkko Hietaniemi | 2001-04-24 | 1 | -0/+4 |
* | Document and test Time::Piece. | Jarkko Hietaniemi | 2001-04-19 | 1 | -2/+4 |
* | Move the strftime() wrapper from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-19 | 1 | -59/+3 |
* | Move the init_tm() and mini_mktime() up from POSIX.xs to util.c | Jarkko Hietaniemi | 2001-04-18 | 1 | -240/+0 |
* | POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined | Nick Ing-Simmons | 2001-03-24 | 1 | -8/+3 |
* | Re: [PATCH] POSIX::getcwd() | Benjamin Sugars | 2001-03-21 | 2 | -14/+46 |
* | Integrate changes #9259,9260 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-20 | 1 | -2/+0 |
* | A modified version of | anders@broadcom.com | 2001-03-09 | 2 | -35/+94 |
* | Integrate change #8665 from maintperl to mainline, | Jarkko Hietaniemi | 2001-02-22 | 1 | -3/+2 |
* | [patch] -Wall cleanup round 2 | Doug MacEachern | 2001-02-18 | 1 | -5/+8 |
* | Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 | Jarkko Hietaniemi | 2001-02-01 | 1 | -3/+2 |
* | [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous | Dominic Dunlop | 2000-12-14 | 1 | -1/+3 |
* | [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support | Andy Dougherty | 2000-12-08 | 2 | -6/+13 |
* | The #7521 touched things it shouldn't have. | Jarkko Hietaniemi | 2000-11-03 | 2 | -10/+8 |
* | Make the POSIX::setuid and POSIX::setgid to really call setuid() | Garry T. Williams | 2000-11-01 | 4 | -24/+30 |
* | POSIX doesn't report long double values under -Duselongdouble | Spider Boardman | 2000-08-31 | 1 | -1/+1 |
* | Put back the long double avoidance code to POSIX.xs | Jarkko Hietaniemi | 2000-08-19 | 1 | -0/+18 |
* | Use NVs in POSIX math, not doubles. | Abigail | 2000-08-18 | 2 | -53/+32 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -20/+25 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -185/+423 |
* | integrate cfgperl changes#6261..6266 into mainline | Gurusamy Sarathy | 2000-07-11 | 3 | -5/+5 |
* | VMS fixups so we can build with MULTIPLICITY | Dan Sugalski | 2000-06-03 | 1 | -2/+2 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -7/+17 |
* | avoid warnings in POSIX.pm (from Barrie Slaymaker) | Gurusamy Sarathy | 2000-05-28 | 1 | -2/+2 |
* | Be more forgiving in POSIX about HUGE_VALL. | Jarkko Hietaniemi | 2000-05-02 | 1 | -5/+1 |
* | Use HUGE_VALL if applicable. | Jarkko Hietaniemi | 2000-05-01 | 1 | -0/+9 |
* | RM600-svr4 tweaks (from Frank Ridderbusch | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+11 |
* | POSIX::strftime gets the date wrong (from John Tobey | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+8 |
* | use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer | Gurusamy Sarathy | 2000-02-06 | 1 | -2/+2 |
* | reduce memory consumption of POSIX.pm (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-06 | 1 | -178/+181 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 1 | -3/+2 |
* | cygwin update (from Eric Fifer <EFifer@sanwaint.com>) | Gurusamy Sarathy | 2000-01-07 | 1 | -3/+1 |
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+1 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -4/+4 |
* | remove unused interpreter globals | Gurusamy Sarathy | 1999-10-24 | 1 | -4/+2 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -1/+1 |
* | Prevent "Out of memory" error in POSIX's strftime() | Jan Dubois | 1999-10-15 | 1 | -9/+16 |
* | normalize time for strftime() (without the isdst effects of | Spider Boardman | 1999-09-24 | 3 | -8/+195 |
* | control change#1914 via hints (causes problems on some platforms) | Gurusamy Sarathy | 1999-09-19 | 3 | -2/+6 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -2/+2 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -5/+7 |