| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate declaration of win32_stat from win32/win32iop.h | Steve Hay | 2015-02-11 | 1 | -1/+0 |
* | Silence compiler warnings with gcc 4.7.2 and 4.8.1 from www.mingw.org | Steve Hay | 2015-02-11 | 1 | -2/+2 |
* | fix killpg on Win32, to meet posix expectations for killpg | Daniel Dragan | 2014-03-27 | 1 | -0/+5 |
* | WinCE Makefile and make_ext.pl general and XS fixes | Daniel Dragan | 2013-10-21 | 1 | -0/+153 |
* | win32_freeenvironmentstrings: convert nonpublic exported function to macro | Daniel Dragan | 2012-10-17 | 1 | -1/+3 |
* | We don't support compilers other than MS VC++ and MinGW/gcc on Windows | Steve Hay | 2012-08-18 | 1 | -5/+1 |
* | Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..). | Karthik Rajagopalan | 2012-06-15 | 1 | -0/+2 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -9/+1 |
* | Implement DIR* cloning on Windows | Jan Dubois | 2010-10-25 | 1 | -0/+1 |
* | Implement win32_isatty() | Jan Dubois | 2009-12-17 | 1 | -0/+2 |
* | Support $! stringification of socket error codes on Windows. | Jan Dubois | 2009-11-13 | 1 | -2/+7 |
* | [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres... | Jan Dubois | 2007-01-03 | 1 | -0/+2 |
* | Avoid redefinition warning for MinGW | Mattia Barbon | 2005-06-27 | 1 | -0/+3 |
* | Make opendir() filename const in Win32-land & friends | Steve Hay | 2005-06-24 | 1 | -1/+1 |
* | Salvage parts of #19667. | Jarkko Hietaniemi | 2003-06-03 | 1 | -0/+1 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 1 | -1/+0 |
* | don't use File::Temp to implement PerlIO_tmpfile() on windows; | Gurusamy Sarathy | 2003-06-02 | 1 | -0/+1 |
* | windows: support for large files | Gurusamy Sarathy | 2002-12-18 | 1 | -0/+2 |
* | make the gettimeofday() implementation in Time::HiRes available | Gurusamy Sarathy | 2002-05-08 | 1 | -0/+3 |
* | fixes for various warnings identified by Visual C++ | Gurusamy Sarathy | 2002-05-07 | 1 | -0/+1 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -9/+9 |
* | Win32 signal emulation cleanup. | Nick Ing-Simmons | 2002-01-26 | 1 | -3/+4 |
* | (Re-)implement alarm() for Win32. | Nick Ing-Simmons | 2002-01-09 | 1 | -2/+3 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -0/+17 |
* | PerlIO fixups for Win32: | Nick Ing-Simmons | 2001-03-24 | 1 | -0/+1 |
* | Abolish USE_WIN32_RTL_ENV. | Jarkko Hietaniemi | 2001-02-23 | 1 | -4/+0 |
* | PERL_IMPLICIT_SYS compiles but does not work. | Nick Ing-Simmons | 2000-12-03 | 1 | -2/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+10 |
* | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 1 | -0/+2 |
* | win32 symbol export tweak | Gurusamy Sarathy | 1999-11-08 | 1 | -5/+1 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -0/+7 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -0/+3 |
* | more bulletproof workaround for mangled paths (updates changes#3345,3350); | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+2 |
* | support POSIX::uname() via win32_uname() | Gurusamy Sarathy | 1999-03-24 | 1 | -0/+3 |
* | support win32_putenv() | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+3 |
* | support optional crypt() with PERL_OBJECT | Douglas Lankshear | 1998-07-22 | 1 | -1/+1 |
* | various tweaks for PERL_OBJECT build & test | Gurusamy Sarathy | 1998-07-12 | 1 | -1/+1 |
* | add win32_rename() that does what docs say | Gurusamy Sarathy | 1998-07-10 | 1 | -0/+2 |
* | back out change#1289 (additional pollution breaks things on win32) | Gurusamy Sarathy | 1998-07-04 | 1 | -31/+31 |
* | win32iop.h #defines | Anton Berezin | 1998-07-04 | 1 | -31/+31 |
* | export opendir() set of functions on win32 | Gurusamy Sarathy | 1998-07-02 | 1 | -0/+7 |
* | various win32 odds and ends | Gurusamy Sarathy | 1998-06-15 | 1 | -0/+4 |
* | Re: execv in toke.c [PATCH]: win32 wrapper for _66 | Jan Dubois | 1998-06-12 | 1 | -0/+2 |
* | [asperl] fix various shenanigans with C<environ>, BC and VC builds now pass | Gurusamy Sarathy | 1998-05-29 | 1 | -4/+0 |
* | [asperl] integrate latest win32 branch | Gurusamy Sarathy | 1998-02-22 | 1 | -1/+1 |
|\ |
|
| * | [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken | Gurusamy Sarathy | 1998-02-16 | 1 | -1/+1 |
* | | [asperl] integrate win32 branch contents | Gurusamy Sarathy | 1998-02-09 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | [win32] win32_utime() tweaks to avoid warnings | Gurusamy Sarathy | 1998-02-09 | 1 | -1/+7 |
| * | [win32] integrate mainline, plus a few small win32 enhancements | Gurusamy Sarathy | 1998-02-07 | 1 | -0/+3 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -0/+9 |
|/ |
|