summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Remove the EPOC port.Nicholas Clark2012-11-192-18/+16
* 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
* Add the 5.12.5 perldeltaDominic Hargreaves2012-11-101-0/+4
* 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-082-2/+2
* remove unused dTHXes in /win32/*Daniel Dragan2012-11-084-17/+1
* create aTHXa, some unused dTHXs removed in /win32/*Daniel Dragan2012-11-083-13/+7
* "func not implemented" croaks optimizations in /win32/*Daniel Dragan2012-11-083-31/+24
* add perl5162deltaRicardo Signes2012-11-011-0/+4
* Initial (incomplete) patch to start restoring WinCE buildKonovalov, Vadim (Vadim)** CTR **2012-11-012-20/+72
* Win32 miniperl: delay loading for Winsock, and then remove itDaniel Dragan2012-10-316-6/+71
* consting in perl.c:S_Internals_V and Win32 DynaLoaderDaniel Dragan2012-10-312-2/+2
* Bump the version to 5.17.6Florian Ragwitz2012-10-193-3/+3
* Add a new perldeltaFlorian Ragwitz2012-10-193-4/+8
* add PERL_CALLCONV_NO_RET to perlhost.h's PerlProcExit and PerlProc_ExitDaniel Dragan2012-10-171-2/+2
* win32_freeenvironmentstrings: convert nonpublic exported function to macroDaniel Dragan2012-10-172-7/+7
* Add references to perl5143deltaDominic Hargreaves2012-10-121-0/+4
* stop Win32 VC miniperl from exporting functionsDaniel Dragan2012-10-114-6/+12
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-101-0/+5
* Add extern "C" to definitions of four win32_ functionsSteve Hay2012-10-102-9/+8
* Add $(EXTRACFLAGS) to $(CFLAGS) for MinGW/gcc build on WindowsSteve Hay2012-10-101-1/+1
* Minor tidy-ups from 624a1c42c1Steve Hay2012-10-101-19/+19
* clean up vmem.h, remove unused instrumentation hooksDaniel Dragan2012-10-101-41/+30
* Fixes to enable building win32 files as C++ with VCSteve Hay2012-10-102-15/+15
* Remove exports of dummy set[ug]id functions on WindowsSteve Hay2012-10-051-3/+2
* Remove option to build without USE_SOCKETS_AS_HANDLES on WindowsSteve Hay2012-09-284-89/+3
* Stop declaring non-exported externs to non-core XS modules [perl #114516]Steve Hay2012-09-261-2/+5
* Remove the MPE/iX port.Nicholas Clark2012-09-212-12/+10
* Bump the perl version to 5.17.5Florian Ragwitz2012-09-193-3/+3
* Add a new perldeltaFlorian Ragwitz2012-09-193-4/+8
* 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
* Remove the VM/ESA port.Nicholas Clark2012-08-312-6/+2
* Add Configure probe for ip_mreq_sourceH.Merijn Brand2012-08-263-0/+6
* Bump version to 5.17.4Steve Hay2012-08-203-3/+3
* Make new perldelta for 5.17.4Steve Hay2012-08-203-4/+8
* Omnibus removal of register declarationsKarl Williamson2012-08-183-13/+13
* We don't support compilers other than MS VC++ and MinGW/gcc on WindowsSteve Hay2012-08-184-24/+7
* Remove two unused #definesSteve Hay2012-08-181-9/+0
* We don't support MS VC++ < 6.0Steve Hay2012-08-181-13/+3
* Remove the UTS port.Nicholas Clark2012-08-172-6/+4
* Tidy up comments and formatting in d903973c05Steve Hay2012-08-141-70/+77