| Commit message (Expand) | Author | Age | Files | Lines |
* | implement list form of pipe open for Win32 | Tony Cook | 2014-10-22 | 1 | -17/+49 |
* | Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…") | Dagfinn Ilmari Mannsåker | 2014-06-12 | 1 | -2/+2 |
* | Change newSVpvn("…", …) to newSVpvs("…") | Dagfinn Ilmari Mannsåker | 2014-06-12 | 1 | -3/+3 |
* | remove intentional leak in win32/win32.c ansify_path | Daniel Dragan | 2014-06-02 | 1 | -7/+1 |
* | Fix commit 90674eaa88 | Steve Hay | 2014-05-14 | 1 | -1/+1 |
* | [perl #121676] Fix memory leak in backticks and system | Steve Hay | 2014-05-14 | 1 | -0/+2 |
* | fix killpg on Win32, to meet posix expectations for killpg | Daniel Dragan | 2014-03-27 | 1 | -4/+7 |
* | Remove leftover Windows 95 / Windows NT4 support code | Steve Hay | 2014-02-26 | 1 | -48/+29 |
* | Silence some VC++ compiler warnings | Steve Hay | 2014-02-25 | 1 | -3/+2 |
* | [perl #77672] avoid a file handle redirection race | Tony Cook | 2014-02-03 | 1 | -49/+46 |
* | Purge sfio support, which has been broken for a decade. | Nicholas Clark | 2013-12-27 | 1 | -1/+1 |
* | win32/win32sck.c: dont close() a freed socket os handle | Daniel Dragan | 2013-11-02 | 1 | -0/+15 |
* | Fix Win32 build with MinGW/gcc-4.8+ which define some errno.h values >= 100 | Steve Hay | 2013-10-17 | 1 | -6/+6 |
* | make win32_link and win32_rename raise ENOSPC and EDQUOT when appropriate | Christian Millour | 2013-09-17 | 1 | -0/+12 |
* | Fix Windows build for compilers other than VC10+ | Steve Hay | 2013-09-16 | 1 | -1/+3 |
* | Fix stringification of $! in VC10+ builds where errno > sys_nerr | Steve Hay | 2013-09-16 | 1 | -1/+19 |
* | Intercept assignment to $! to translate WSAExxx values to Exxx values on Windows | Steve Hay | 2013-09-16 | 1 | -0/+13 |
* | Fix a problem with mod_perl on Windows using VS2010+. | Steve Hay | 2013-09-16 | 1 | -1/+1 |
* | Include the Win32 extension in the ALL_STATIC build on Win32 | Steve Hay | 2013-06-07 | 1 | -1/+4 |
* | more dTHX optimizations in /win32/* | Daniel Dragan | 2012-12-05 | 1 | -32/+38 |
* | Oops, fix memory leak just introduced by 3fcdbd32b2 | Steve Hay | 2012-11-16 | 1 | -1/+3 |
* | Don't try to ansify the path if it is empty | Steve Hay | 2012-11-16 | 1 | -0/+2 |
* | clean up the users of PL_no_mem | Daniel Dragan | 2012-11-12 | 1 | -7/+2 |
* | Restore non-DEBUGGING build on Win32, broken in 28e70dfacc | Steve Hay | 2012-11-09 | 1 | -2/+2 |
* | Restore DEBUGGING build with USE_ITHREADS on Win32, broken in 9399a70c62 | Steve Hay | 2012-11-09 | 1 | -0/+2 |
* | remove various redundant dTHXes | Daniel Dragan | 2012-11-08 | 1 | -2/+0 |
* | remove unused dTHXes in /win32/* | Daniel Dragan | 2012-11-08 | 1 | -4/+0 |
* | create aTHXa, some unused dTHXs removed in /win32/* | Daniel Dragan | 2012-11-08 | 1 | -11/+6 |
* | "func not implemented" croaks optimizations in /win32/* | Daniel Dragan | 2012-11-08 | 1 | -2/+9 |
* | Win32 miniperl: delay loading for Winsock, and then remove it | Daniel Dragan | 2012-10-31 | 1 | -0/+8 |
* | win32_freeenvironmentstrings: convert nonpublic exported function to macro | Daniel Dragan | 2012-10-17 | 1 | -6/+4 |
* | stop Win32 VC miniperl from exporting functions | Daniel Dragan | 2012-10-11 | 1 | -0/+2 |
* | Add extern "C" to definitions of four win32_ functions | Steve Hay | 2012-10-10 | 1 | -4/+4 |
* | Fixes to enable building win32 files as C++ with VC | Steve Hay | 2012-10-10 | 1 | -10/+10 |
* | Remove option to build without USE_SOCKETS_AS_HANDLES on Windows | Steve Hay | 2012-09-28 | 1 | -5/+0 |
* | Add new warning about sleep's limitation on Windows | Steve Hay | 2012-09-19 | 1 | -1/+5 |
* | Squash two win32.c warnings which have crept in recently | Steve Hay | 2012-09-18 | 1 | -3/+3 |
* | Minor fixups from 001e9f8966 | Steve Hay | 2012-09-18 | 1 | -7/+8 |
* | fix over/underflow issues in win32_msgwait | Daniel Dragan | 2012-09-18 | 1 | -11/+34 |
* | Silence invalid parameter messages from win32_signal | Steve Hay | 2012-09-11 | 1 | -1/+25 |
* | ANSIfy output from invalid parameter handler, and write it to stderr | Steve Hay | 2012-09-11 | 1 | -3/+31 |
* | Forward declare static functions in win32/win32.c | Steve Hay | 2012-09-11 | 1 | -30/+50 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -2/+2 |
* | We don't support compilers other than MS VC++ and MinGW/gcc on Windows | Steve Hay | 2012-08-18 | 1 | -6/+1 |
* | Tidy up comments and formatting in d903973c05 | Steve Hay | 2012-08-14 | 1 | -70/+77 |
* | fix RT#88840, don't terminate a child fork psuedo process in DLL Loader Lock | Daniel Dragan | 2012-08-14 | 1 | -28/+60 |
* | Minor fix-ups to 4f46e52b00 | Steve Hay | 2012-06-15 | 1 | -4/+4 |
* | Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..). | Karthik Rajagopalan | 2012-06-15 | 1 | -0/+35 |
* | [perl #112272] return EEXIST on link() to an existing file | Tony Cook | 2012-05-28 | 1 | -1/+31 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -180/+8 |