| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -19/+19 |
* | Silence some cast warnings from bcc32 on Win32 | Steve Hay | 2005-07-01 | 1 | -0/+12 |
* | Fix typo in win32.c | Steve Hay | 2005-06-24 | 1 | -1/+1 |
* | Make opendir() filename const in Win32-land & friends | Steve Hay | 2005-06-24 | 1 | -1/+1 |
* | Silence some bcc32 compiler warnings | Steve Hay | 2005-06-22 | 1 | -2/+2 |
* | Silence STDERR grumblings from Borland's math library. | Steve Hay | 2005-06-17 | 1 | -0/+10 |
* | Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name() | Jan Dubois | 2005-06-17 | 1 | -0/+4 |
* | Fix USE_SITECUSTOMIZE on Win32 | Steve Hay | 2005-03-31 | 1 | -1/+2 |
* | Fix [perl #24269] socket() call uses non-IFS providers | Steve Hay | 2004-08-06 | 1 | -2/+0 |
* | Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk(). | Steve Hay | 2004-07-16 | 1 | -11/+30 |
* | This seems to be needed to get COW working on Win32 | Nicholas Clark | 2004-07-15 | 1 | -2/+4 |
* | Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x) | bilbo@ua.fm | 2004-05-06 | 1 | -2/+3 |
* | re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of... | Jan Dubois | 2004-04-14 | 1 | -7/+6 |
* | win32_fstat has a potential buffer overrun problem | Jan Dubois | 2004-03-08 | 1 | -0/+4 |
* | Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3 | Rafael Garcia-Suarez | 2004-03-04 | 1 | -0/+6 |
* | win32_chsize buglet | Kevin Chase | 2003-12-29 | 1 | -1/+1 |
* | Fix a little syntax error, reported by Marcus Holland-Moritz | Rafael Garcia-Suarez | 2003-12-28 | 1 | -1/+1 |
* | 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES | Nigel Sandever | 2003-12-28 | 1 | -0/+57 |
* | kill 'INT' doesn't work on Windows | Jan Dubois | 2003-08-09 | 1 | -0/+10 |
* | Re: win32.c bug - handle leak | Jan Dubois | 2003-08-03 | 1 | -6/+12 |
* | Extend Win32::GetOSVersion() to return additional information | Jan Dubois | 2003-07-30 | 1 | -12/+60 |
* | Win32: fix WM_TIMER handling | Mattia Barbon | 2003-07-03 | 1 | -1/+4 |
* | Salvage parts of #19667. | Jarkko Hietaniemi | 2003-06-03 | 1 | -3/+12 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -12/+3 |
* | resurrect change#19628 and make it work by generalizing | Gurusamy Sarathy | 2003-06-02 | 1 | -2/+4 |
* | don't use File::Temp to implement PerlIO_tmpfile() on windows; | Gurusamy Sarathy | 2003-06-02 | 1 | -3/+12 |
* | change#19628 broke many win32/system.t tests, so back it out | Gurusamy Sarathy | 2003-06-02 | 1 | -1/+1 |
* | Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP | Jan Dubois | 2003-05-28 | 1 | -1/+1 |
* | fix Embed.t failure on windows: PERL_SYS_TERM() is implemented | Gurusamy Sarathy | 2003-05-11 | 1 | -0/+7 |
* | silence compiler warnings | Abe Timmerman | 2003-05-02 | 1 | -3/+3 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-20 | 1 | -0/+2 |
* | win32_msgwait() problem | Gurusamy Sarathy | 2003-01-03 | 1 | -4/+3 |
* | integrate change#18377 from maint-5.6 branch | Gurusamy Sarathy | 2002-12-31 | 1 | -9/+13 |
* | fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> | Gurusamy Sarathy | 2002-12-18 | 1 | -2/+7 |
* | windows: support for large files | Gurusamy Sarathy | 2002-12-18 | 1 | -0/+49 |
* | Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) | Alain Barbet | 2002-10-22 | 1 | -3/+4 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -8/+0 |
* | integrate a variant of change#17568 from maint-5.6 branch (the | Gurusamy Sarathy | 2002-07-16 | 1 | -16/+9 |
* | integrate change#17566 from maint-5.6 branch | Gurusamy Sarathy | 2002-07-16 | 1 | -1/+24 |
* | uname() was returning "unknown" on IA64; handle other missing | Gurusamy Sarathy | 2002-06-07 | 1 | -4/+41 |
* | Rework #16506 some more. | Jarkko Hietaniemi | 2002-05-08 | 1 | -1/+25 |
* | Rework #16503 a bit to keep all the HiRes implementation | Jarkko Hietaniemi | 2002-05-08 | 1 | -25/+1 |
* | make the gettimeofday() implementation in Time::HiRes available | Gurusamy Sarathy | 2002-05-08 | 1 | -0/+32 |
* | aTHX may be empty | Gurusamy Sarathy | 2002-05-08 | 1 | -0/+4 |
* | 5005threads builds again on windows | Gurusamy Sarathy | 2002-05-08 | 1 | -4/+9 |
* | fixes for various warnings identified by Visual C++ | Gurusamy Sarathy | 2002-05-07 | 1 | -3/+3 |
* | Several of non-default builds now seem to work reasonably well | Nick Ing-Simmons | 2002-05-03 | 1 | -0/+1 |
* | Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case. | Nick Ing-Simmons | 2002-05-02 | 1 | -0/+52 |
* | another windows fix: only create a new console for subprocesses | Gurusamy Sarathy | 2002-04-22 | 1 | -5/+5 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -10/+6 |