| Commit message (Expand) | Author | Age | Files | Lines |
* | WIN32: update size after Renew | Hugo van der Sanden | 2017-03-15 | 1 | -1/+1 |
* | Add support for VS2015 (VC++ 14.0) | Steve Hay | 2017-02-19 | 1 | -3/+3 |
* | Add locale mutex | Karl Williamson | 2016-04-09 | 1 | -0/+1 |
* | add shortcut around syscalls when file not found in win32_stat | Daniel Dragan | 2016-02-11 | 1 | -0/+8 |
* | give Win32 miniperl a real getcwd for build perf | Daniel Dragan | 2016-01-07 | 1 | -0/+32 |
* | reimplement $^WIN32_SLOPPY_STAT as a magic var | Daniel Dragan | 2015-10-19 | 1 | -5/+7 |
* | add Win32 USE_NO_REGISTRY build option | Daniel Dragan | 2015-10-12 | 1 | -7/+31 |
* | stop checking the Win32 registry if *"/Software/Perl" doesn't exist | Daniel Dragan | 2015-10-12 | 1 | -24/+48 |
* | Remove PERLIO_IS_STDIO from win32.c and wince.c. | Craig A. Berry | 2015-07-23 | 1 | -3/+2 |
* | ensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32 builds | Tony Cook | 2015-06-18 | 1 | -1/+1 |
* | refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS API | Daniel Dragan | 2015-06-03 | 1 | -6/+0 |
* | handle existing mkstemp() in mingw-w64-v4 | KMX | 2015-05-21 | 1 | -0/+2 |
* | remove the shell fallback from list pipe open on Win32 | Tony Cook | 2015-02-10 | 1 | -17/+27 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-28 | 1 | -2/+2 |
* | Remove sources of "unreferenced label" warning on Win32 | Steve Hay | 2014-12-31 | 1 | -1/+0 |
* | win32/win32.c Perl_croak->croak_xs_usage | Daniel Dragan | 2014-12-26 | 1 | -1/+1 |
* | Fix compilation errors in win32.c with MinGW/gcc -xc++ | Steve Hay | 2014-12-24 | 1 | -4/+4 |
* | 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 |