summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix RT#88840, don't terminate a child fork psuedo process in DLL Loader LockDaniel Dragan2012-08-141-28/+60
* add the 5.16.1 perldeltaRicardo Signes2012-08-091-0/+4
* Restore parts of config_H.gc lost by regen_config_hSteve Hay2012-08-061-0/+6
* Run regen_config_h for GCCSteve Hay2012-08-061-1127/+1162
* Run regen_config_h for VC++Steve Hay2012-08-061-1121/+1162
* Add a USE_64_BIT_INT build option to the Windows makefiles.Steve Hay2012-08-018-11630/+276
* Remove -x permission from win32/win32.hJan Dubois2012-07-301-0/+0
* Add MSVC noreturn to inside of the interpDaniel Dragan2012-07-301-0/+4
* Split __declspec(dllimport,noreturn) into 2 partsJan Dubois2012-07-301-2/+2
* bump to version 5.17.3Tony Cook2012-07-203-3/+3
* new perldeltaTony Cook2012-07-203-4/+8
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-181-0/+6
* Ensure wildcard expansion is enabled for perlglob.exe on WindowsSteve Hay2012-07-121-1/+15
* Add IP probe for ip_mreqH.Merijn Brand2012-07-115-0/+5
* Improve support for building on Windows with mingw-w64.sf.net binariesSteve Hay2012-07-091-7/+7
* Import CCHOME from the environment when building with GCC on WindowsSteve Hay2012-06-251-2/+1
* bump version to 5.17.2Jesse Luehrs2012-06-203-3/+3
* new perldeltaJesse Luehrs2012-06-203-4/+8
* bump version to 5.17.1Jesse Luehrs2012-06-193-3/+3
* Use ll rather than I64 for win32/config*.gc64 format stringsSteve Hay2012-06-192-16/+16
* Add missing dlltool default to win32/config.gcSteve Hay2012-06-191-0/+1
* Minor fix-ups to 4f46e52b00Steve Hay2012-06-151-4/+4
* Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..).Karthik Rajagopalan2012-06-153-4/+41