summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix commit 2358a1918bSteve Hay2014-05-141-1/+1
* [perl #121676] Fix memory leak in backticks and systemSteve Hay2014-05-141-0/+2
* more dTHX optimizations in /win32/*Daniel Dragan2012-12-051-32/+38
* Oops, fix memory leak just introduced by 3fcdbd32b2Steve Hay2012-11-161-1/+3
* Don't try to ansify the path if it is emptySteve Hay2012-11-161-0/+2
* clean up the users of PL_no_memDaniel Dragan2012-11-121-7/+2
* Restore non-DEBUGGING build on Win32, broken in 28e70dfaccSteve Hay2012-11-091-2/+2
* Restore DEBUGGING build with USE_ITHREADS on Win32, broken in 9399a70c62Steve Hay2012-11-091-0/+2
* remove various redundant dTHXesDaniel Dragan2012-11-081-2/+0
* remove unused dTHXes in /win32/*Daniel Dragan2012-11-081-4/+0
* create aTHXa, some unused dTHXs removed in /win32/*Daniel Dragan2012-11-081-11/+6
* "func not implemented" croaks optimizations in /win32/*Daniel Dragan2012-11-081-2/+9
* Win32 miniperl: delay loading for Winsock, and then remove itDaniel Dragan2012-10-311-0/+8
* win32_freeenvironmentstrings: convert nonpublic exported function to macroDaniel Dragan2012-10-171-6/+4
* stop Win32 VC miniperl from exporting functionsDaniel Dragan2012-10-111-0/+2
* Add extern "C" to definitions of four win32_ functionsSteve Hay2012-10-101-4/+4
* Fixes to enable building win32 files as C++ with VCSteve Hay2012-10-101-10/+10
* Remove option to build without USE_SOCKETS_AS_HANDLES on WindowsSteve Hay2012-09-281-5/+0
* Add new warning about sleep's limitation on WindowsSteve Hay2012-09-191-1/+5
* Squash two win32.c warnings which have crept in recentlySteve Hay2012-09-181-3/+3
* Minor fixups from 001e9f8966Steve Hay2012-09-181-7/+8
* fix over/underflow issues in win32_msgwaitDaniel Dragan2012-09-181-11/+34
* Silence invalid parameter messages from win32_signalSteve Hay2012-09-111-1/+25
* ANSIfy output from invalid parameter handler, and write it to stderrSteve Hay2012-09-111-3/+31
* Forward declare static functions in win32/win32.cSteve Hay2012-09-111-30/+50
* Omnibus removal of register declarationsKarl Williamson2012-08-181-2/+2
* We don't support compilers other than MS VC++ and MinGW/gcc on WindowsSteve Hay2012-08-181-6/+1
* Tidy up comments and formatting in d903973c05Steve Hay2012-08-141-70/+77
* fix RT#88840, don't terminate a child fork psuedo process in DLL Loader LockDaniel Dragan2012-08-141-28/+60
* Minor fix-ups to 4f46e52b00Steve Hay2012-06-151-4/+4
* Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..).Karthik Rajagopalan2012-06-151-0/+35
* [perl #112272] return EEXIST on link() to an existing fileTony Cook2012-05-281-1/+31
* 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