summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* The Borland Chainsaw MassacreSteve Hay2011-09-101-180/+8
* Fixes to allow win32 Perl to properly handle PERL5LIB.Phil Monsen2011-07-181-4/+32
* Hang on to child handle after signalling SIGTERMJan Dubois2011-03-151-1/+25
* Don't wait for SIGTERM'ed forked children on WindowsJan Dubois2011-03-151-0/+8
* Avoid race codition when setting process exit code on Windows.Jan Dubois2011-03-111-0/+7
* #define some symbols for VC6 compatibilityJan Dubois2010-12-141-0/+12
* Always build with crypt() support on WindowsJan Dubois2010-12-071-7/+0
* Get rid of PERL_MSVCRT_READFIXJan Dubois2010-12-061-200/+0
* Remove dead Windows codeJan Dubois2010-12-061-67/+1
* Windows 95 Chainsaw MassacreJan Dubois2010-12-021-543/+96
* Implement DIR* cloning on WindowsJan Dubois2010-10-251-4/+56
* [perl #71714] Remove redundant stat from Win32's opendir()Alex Davies2010-09-291-5/+16
* Implement win32_isatty()Jan Dubois2009-12-171-0/+21
* Fix code-before-declaration error on Win32 with recent VC++ compilersSteve Hay2009-11-231-10/+10
* Always add a manifest resource to perl.exe to specify the <trustInfo>Jan Dubois2009-11-201-0/+11
* Support $! stringification of socket error codes on Windows.Jan Dubois2009-11-131-6/+8
* flock() on Windows should set proper errno numbers.Jan Dubois2009-11-121-10/+21
* Add mingw64 supportSisyphus2009-11-091-1/+1
* Remove broken links for hip communications inc.Leon Brocard2009-09-131-1/+1
* On Windows normalize $^X using GetLongPathName()Jan Dubois2009-08-111-0/+12
* Remove all the 5005threads specific mutex macros, which are now vestigial.Nicholas Clark2009-05-211-5/+0
* Add reference to MS KB article describing leak in putenv()Steve Hay2009-04-171-1/+2
* Remove last vestiges of USE_WIN32_RTL_ENVSteve Hay2009-04-171-1/+2
* Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length,Nicholas Clark2009-02-201-19/+24
* Win32 process ids can have more than 16 bitsJan Dubois2008-04-291-4/+2
* RE: [PATCH revised] Fix ExtUtils::Install under CygwinSteve Hay2008-03-251-2/+15
* [perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista only)Robert May2008-03-131-2/+1
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-5/+5
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+10
* Give Win32 message windows proper window proceduresRobert May2008-02-081-58/+183
* win32_async_check() doesn't loop enough.Robert May2008-02-081-1/+1
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-231-26/+26
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-281-8/+10
* Change 31347 should also have removed win32_free_argvw()Steve Hay2007-06-081-10/+0
* Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERNSteve Hay2007-06-081-13/+12
* Stop VC++ from warning "all references to 'SHELL32.dll' discardedSteve Hay2007-06-071-26/+0
* Restore Windows NT supportJan Dubois2007-05-131-7/+13
* Re: [perl #42869] Problem killing a pseudo-forked child on Win32David Mitchell2007-05-101-0/+1
* Allow sending SIGINT to child processes on Windows *if* they are running PerlJan Dubois2007-04-191-0/+10
* Fix kill(0, $pid) on WindowsJan Dubois2007-04-171-3/+4
* Restore Win64 compilation with the Windows Platform SDKJan Dubois2007-04-101-3/+18
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-60/+8
* [perl #41318] Patch: win32.c typo in #define MULTIPLICITYDevin Heitmueller2007-01-231-1/+1
* Re: [PATCH] win32_async_check() can still loop indefinitelyJan Dubois2007-01-181-1/+1
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-091-88/+89
* Revert change #29708 (useless)Rafael Garcia-Suarez2007-01-091-3/+0
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsYves Orton2007-01-071-0/+3
* Silence various VC6 warningsSteve Hay2007-01-051-2/+1
* ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-051-0/+96
* Add error handling to win32_ansipathJan Dubois2007-01-051-19/+23