This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove option to build without USE_SOCKETS_AS_HANDLES on Windows
[perl5.git] / win32 / win32.c
2012-09-28 Steve HayRemove option to build without USE_SOCKETS_AS_HANDLES...
2012-09-19 Steve HayAdd new warning about sleep's limitation on Windows
2012-09-18 Steve HaySquash two win32.c warnings which have crept in recently
2012-09-18 Steve HayMinor fixups from 001e9f8966
2012-09-18 Daniel Draganfix over/underflow issues in win32_msgwait
2012-09-11 Steve HaySilence invalid parameter messages from win32_signal
2012-09-11 Steve HayANSIfy output from invalid parameter handler, and write...
2012-09-11 Steve HayForward declare static functions in win32/win32.c
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-18 Steve HayWe don't support compilers other than MS VC++ and MinGW...
2012-08-14 Steve HayTidy up comments and formatting in d903973c05
2012-08-14 Daniel Draganfix RT#88840, don't terminate a child fork psuedo proce...
2012-06-15 Steve HayMinor fix-ups to 4f46e52b00
2012-06-15 Karthik RajagopalanUse GetEnvironmentStringsW(..) instead of GetEnvironmen...
2012-05-28 Tony Cook[perl #112272] return EEXIST on link() to an existing...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-07-19 Phil MonsenFixes to allow win32 Perl to properly handle PERL5LIB.
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2011-03-15 Jan DuboisDon't wait for SIGTERM'ed forked children on Windows
2011-03-11 Jan DuboisAvoid race codition when setting process exit code...
2010-12-15 Jan Dubois#define some symbols for VC6 compatibility
2010-12-07 Jan DuboisAlways build with crypt() support on Windows
2010-12-07 Jan DuboisGet rid of PERL_MSVCRT_READFIX
2010-12-07 Jan DuboisRemove dead Windows code
2010-12-02 Jan DuboisWindows 95 Chainsaw Massacre
2010-10-25 Jan DuboisImplement DIR* cloning on Windows
2010-09-29 Alex Davies[perl #71714] Remove redundant stat from Win32's opendir()
2009-12-17 Jan DuboisImplement win32_isatty()
2009-11-23 Steve HayFix code-before-declaration error on Win32 with recent...
2009-11-21 Jan DuboisAlways add a manifest resource to perl.exe to specify...
2009-11-13 Jan DuboisSupport $! stringification of socket error codes on...
2009-11-13 Jan Duboisflock() on Windows should set proper errno numbers.
2009-11-10 SisyphusAdd mingw64 support
2009-09-13 Leon BrocardRemove broken links for hip communications inc.
2009-08-11 Jan DuboisOn Windows normalize $^X using GetLongPathName()
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-04-17 Steve HayAdd reference to MS KB article describing leak in putenv()
2009-04-17 Steve HayRemove last vestiges of USE_WIN32_RTL_ENV
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2008-04-29 Jan DuboisWin32 process ids can have more than 16 bits
2008-03-25 Steve HayRE: [PATCH revised] Fix ExtUtils::Install under Cygwin
2008-03-13 Robert May[perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista...
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-08 Robert MayGive Win32 message windows proper window procedures
2008-02-08 Robert Maywin32_async_check() doesn't loop enough.
2007-12-23 Steve PetersNullch and others were still alive and well in some...
2007-06-28 Jan DuboisRE: Problem in Win32CORE when building PAR-Packer-0...
2007-06-08 Steve HayChange 31347 should also have removed win32_free_argvw()
2007-06-08 Steve HayMove win32_create_message_window() out of #ifdef HAVE_I...
2007-06-07 Steve HayStop VC++ from warning "all references to 'SHELL32...
2007-05-13 Jan DuboisRestore Windows NT support
2007-05-10 David MitchellRe: [perl #42869] Problem killing a pseudo-forked child...
2007-04-19 Jan DuboisAllow sending SIGINT to child processes on Windows...
2007-04-17 Jan DuboisFix kill(0, $pid) on Windows
2007-04-10 Jan DuboisRestore Win64 compilation with the Windows Platform SDK
2007-02-22 Yitzchak Scott-Tho... Re: Win32 modules & cygwin
2007-01-23 Devin Heitmueller[perl #41318] Patch: win32.c typo in #define MULTIPLICITY
2007-01-18 Jan DuboisRe: [PATCH] win32_async_check() can still loop indefinitely
2007-01-09 Jan DuboisRe: [PATCH] ANSIfy the PATH environment variable on...
2007-01-09 Rafael Garcia-SuarezRevert change #29708 (useless)
2007-01-07 Yves OrtonRe: [PATCH] ANSIfy the PATH environment variable on...
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-05 Jan DuboisANSIfy the PATH environment variable on Windows
2007-01-05 Jan DuboisAdd error handling to win32_ansipath
2007-01-03 Jan Dubois[PATCH] Use short pathnames in $^X and @INC if the...
2006-12-21 Jan DuboisImplement killpg() for MSWin32
2006-12-20 Jan Duboislet readdir() return the alternate (short) filename...
2006-12-12 Jan Duboisget ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Jan Duboisre: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan DuboisSecond patch from:
2006-12-05 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-04 Steve HayChange #29424 may well be correct in itself, but curren...
2006-11-30 Steve HayI think #29060 / #29073 missed this
2006-11-06 Steve HayGet Visual C++ 2005 (aka Visual C++ 8.x) support off...
2006-10-30 Steve PetersIt seems only HWND__* is needed by MinGW g++.
2006-10-30 Yves OrtonPatch 29155 breaks VC
2006-10-30 Steve PetersInitial cleanups to support compiling Win32 with MinGW...
2006-09-20 Andrew SavigeRe: [PATCH] Patch for win32.c to fix #38723 and #39531
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-03-20 Jan Duboiswin32_async_check must *always* check for pending signals
2006-03-17 Jan Duboiswin32_pclose() error exit doesn't unlock mutex
2006-03-17 Jan Duboiswin32_async_check() can loop indefinitely; 5.8.8 regression
2006-02-23 Jan DuboisImplement ${^WIN32_SLOPPY_STAT}
2006-02-16 Jan Duboisstat() on Windows doesn't handle trailing slashes/backs...
2005-12-21 Jan DuboisFix bug in change #26379
2005-12-16 Jan DuboisRE: PeekMessage() call in win32\win32.c win32_async_check
2005-11-08 Steve HayRemove an unused variable left over from change #26041
2005-11-08 Jan DuboisRemove unused USING_WIDE code from win32 and wince...
2005-11-02 Paul MarquessRE: [perl #37571] -z FH broken with Borland build
2005-08-12 Steve HayMake change 25286 better
2005-08-11 Steve HaySilence Win32 compiler warnings following change 25280
2005-07-22 Steve HaySilence Win32 warnings when not using USE_LARGE_FILES
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-01 Steve HaySilence some cast warnings from bcc32 on Win32
2005-06-24 Steve HayFix typo in win32.c
2005-06-24 Steve HayMake opendir() filename const in Win32-land & friends
2005-06-22 Steve HaySilence some bcc32 compiler warnings
2005-06-17 Steve HaySilence STDERR grumblings from Borland's math library.
2005-06-17 Jan DuboisStrip \\?\ prefix from Perl path in win32/win32.c:set_w...
next