| Commit message (Expand) | Author | Age | Files | Lines |
* | More wait status trickery for BeOS. | Jarkko Hietaniemi | 2001-12-27 | 1 | -6/+20 |
* | Win32 compilation tweaks for Blair Zajac. | Jarkko Hietaniemi | 2001-11-25 | 1 | -0/+6 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |
* | save a dTHX | Gurusamy Sarathy | 2001-07-09 | 1 | -3/+2 |
* | A missing dTHX noticed by Gerrit P. Haase. | Jarkko Hietaniemi | 2001-07-08 | 1 | -7/+8 |
* | Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX | Norton T. Allen | 2001-07-07 | 1 | -2/+6 |
* | Retract #11165 since Sarathy pointed out it'll not | Jarkko Hietaniemi | 2001-07-06 | 1 | -1/+1 |
* | (Retracted by #11175) | Norton T. Allen | 2001-07-06 | 1 | -1/+1 |
* | rename s/sv_getcwd/getcwd_sv/ for better conformance to existing | Gurusamy Sarathy | 2001-07-02 | 1 | -1/+1 |
* | should POSIX.xs use XSRETURN_UNDEF in sigaction? | Craig A. Berry | 2001-06-22 | 1 | -2/+4 |
* | No point in going into memory-saving contortions | Jarkko Hietaniemi | 2001-06-20 | 1 | -35/+7 |
* | Re: anyone good at casting spells? | Spider Boardman | 2001-06-18 | 1 | -4/+6 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -4/+19 |
* | #define fix from Nicholas Clark. | Jarkko Hietaniemi | 2001-06-16 | 1 | -12/+1 |
* | Re: perl@10611 | Nicholas Clark | 2001-06-16 | 1 | -3931/+2 |
* | Re: ext/ + -Wall | Nicholas Clark | 2001-06-13 | 1 | -1524/+3454 |
* | ext/ + -Wall | Doug MacEachern | 2001-06-12 | 1 | -1/+6 |
* | -Wall cleanup continues. | Jarkko Hietaniemi | 2001-06-02 | 1 | -2/+0 |
* | 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 | 1 | -0/+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 | 1 | -34/+93 |
* | 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 |
* | The #7521 touched things it shouldn't have. | Jarkko Hietaniemi | 2000-11-03 | 1 | -8/+7 |
* | Make the POSIX::setuid and POSIX::setgid to really call setuid() | Garry T. Williams | 2000-11-01 | 1 | -7/+17 |
* | 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 | 1 | -53/+31 |
* | integrate cfgperl changes#6261..6266 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | 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 |
* | cygwin update from Eric Fifer <EFifer@sanwaint.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+1 |
* | 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 | 1 | -3/+191 |