summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* avoid reading errno twice in a rowZefram2017-11-111-1/+2
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-1/+1
* Convert strncmp into strnEQ, strnNEKarl Williamson2017-10-241-2/+2
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-241-1/+1
* WIN32: update size after RenewHugo van der Sanden2017-03-151-1/+1
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-191-3/+3
* Add locale mutexKarl Williamson2016-04-091-0/+1
* add shortcut around syscalls when file not found in win32_statDaniel Dragan2016-02-111-0/+8
* give Win32 miniperl a real getcwd for build perfDaniel Dragan2016-01-071-0/+32
* reimplement $^WIN32_SLOPPY_STAT as a magic varDaniel Dragan2015-10-191-5/+7
* add Win32 USE_NO_REGISTRY build optionDaniel Dragan2015-10-121-7/+31
* stop checking the Win32 registry if *"/Software/Perl" doesn't existDaniel Dragan2015-10-121-24/+48
* Remove PERLIO_IS_STDIO from win32.c and wince.c.Craig A. Berry2015-07-231-3/+2
* ensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32 buildsTony Cook2015-06-181-1/+1
* refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS APIDaniel Dragan2015-06-031-6/+0
* 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