summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* handle existing mkstemp() in mingw-w64-v4KMX2015-05-211-0/+2
* remove the shell fallback from list pipe open on Win32Tony Cook2015-02-101-17/+27
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* Remove sources of "unreferenced label" warning on Win32Steve Hay2014-12-311-1/+0
* win32/win32.c Perl_croak->croak_xs_usageDaniel Dragan2014-12-261-1/+1
* Fix compilation errors in win32.c with MinGW/gcc -xc++Steve Hay2014-12-241-4/+4
* implement list form of pipe open for Win32Tony Cook2014-10-221-17/+49
* Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")Dagfinn Ilmari Mannsåker2014-06-121-2/+2
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-3/+3
* remove intentional leak in win32/win32.c ansify_pathDaniel Dragan2014-06-021-7/+1
* Fix commit 90674eaa88Steve Hay2014-05-141-1/+1
* [perl #121676] Fix memory leak in backticks and systemSteve Hay2014-05-141-0/+2
* fix killpg on Win32, to meet posix expectations for killpgDaniel Dragan2014-03-271-4/+7
* Remove leftover Windows 95 / Windows NT4 support codeSteve Hay2014-02-261-48/+29
* Silence some VC++ compiler warningsSteve Hay2014-02-251-3/+2
* [perl #77672] avoid a file handle redirection raceTony Cook2014-02-031-49/+46
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-1/+1
* win32/win32sck.c: dont close() a freed socket os handleDaniel Dragan2013-11-021-0/+15
* Fix Win32 build with MinGW/gcc-4.8+ which define some errno.h values >= 100Steve Hay2013-10-171-6/+6
* make win32_link and win32_rename raise ENOSPC and EDQUOT when appropriateChristian Millour2013-09-171-0/+12
* Fix Windows build for compilers other than VC10+Steve Hay2013-09-161-1/+3
* Fix stringification of $! in VC10+ builds where errno > sys_nerrSteve Hay2013-09-161-1/+19
* Intercept assignment to $! to translate WSAExxx values to Exxx values on WindowsSteve Hay2013-09-161-0/+13
* Fix a problem with mod_perl on Windows using VS2010+.Steve Hay2013-09-161-1/+1
* Include the Win32 extension in the ALL_STATIC build on Win32Steve Hay2013-06-071-1/+4
* 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