This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deparse.pm: handle optimised-away keys() better
[perl5.git] / win32 / win32.c
2017-11-11 Zeframavoid reading errno twice in a row
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-10-24 Karl WilliamsonConvert strncmp into strnEQ, strnNE
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-03-15 Hugo van der SandenWIN32: update size after Renew
2017-02-19 Steve HayAdd support for VS2015 (VC++ 14.0)
2016-04-09 Karl WilliamsonAdd locale mutex
2016-02-10 Daniel Draganadd shortcut around syscalls when file not found in...
2016-01-06 Daniel Dragangive Win32 miniperl a real getcwd for build perf
2015-10-19 Daniel Draganreimplement $^WIN32_SLOPPY_STAT as a magic var
2015-10-11 Daniel Draganadd Win32 USE_NO_REGISTRY build option
2015-10-11 Daniel Draganstop checking the Win32 registry if *"/Software/Perl...
2015-07-23 Craig A. BerryRemove PERLIO_IS_STDIO from win32.c and wince.c.
2015-06-18 Tony Cookensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32...
2015-06-03 Daniel Draganrefactor win32_get_*lib() funcs to match rest of PERL_I...
2015-05-21 KMXhandle existing mkstemp() in mingw-w64-v4
2015-02-10 Tony Cookremove the shell fallback from list pipe open on Win32
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-31 Steve HayRemove sources of "unreferenced label" warning on Win32
2014-12-27 Daniel Draganwin32/win32.c Perl_croak->croak_xs_usage
2014-12-24 Steve HayFix compilation errors in win32.c with MinGW/gcc -xc++
2014-10-22 Tony Cookimplement list form of pipe open for Win32
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-02 Daniel Draganremove intentional leak in win32/win32.c ansify_path
2014-05-14 Steve HayFix commit 90674eaa88
2014-05-14 Steve Hay[perl #121676] Fix memory leak in backticks and system
2014-03-27 Daniel Draganfix killpg on Win32, to meet posix expectations for...
2014-02-26 Steve HayRemove leftover Windows 95 / Windows NT4 support code
2014-02-25 Steve HaySilence some VC++ compiler warnings
2014-02-03 Tony Cook[perl #77672] avoid a file handle redirection race
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-11-02 Daniel Draganwin32/win32sck.c: dont close() a freed socket os handle
2013-10-17 Steve HayFix Win32 build with MinGW/gcc-4.8+ which define some...
2013-09-17 Christian Millourmake win32_link and win32_rename raise ENOSPC and EDQUO...
2013-09-16 Steve HayFix Windows build for compilers other than VC10+
2013-09-16 Steve HayFix stringification of $! in VC10+ builds where errno...
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2013-09-16 Steve HayFix a problem with mod_perl on Windows using VS2010+.
2013-06-07 Steve HayInclude the Win32 extension in the ALL_STATIC build...
2012-12-05 Daniel Draganmore dTHX optimizations in /win32/*
2012-11-16 Steve HayOops, fix memory leak just introduced by 3fcdbd32b2
2012-11-16 Steve HayDon't try to ansify the path if it is empty
2012-11-12 Daniel Draganclean up the users of PL_no_mem
2012-11-09 Steve HayRestore non-DEBUGGING build on Win32, broken in 28e70dfacc
2012-11-09 Steve HayRestore DEBUGGING build with USE_ITHREADS on Win32...
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-11-09 Daniel Draganremove unused dTHXes in /win32/*
2012-11-09 Daniel Dragancreate aTHXa, some unused dTHXs removed in /win32/*
2012-11-09 Daniel Dragan"func not implemented" croaks optimizations in /win32/*
2012-10-31 Daniel DraganWin32 miniperl: delay loading for Winsock, and then...
2012-10-17 Daniel Draganwin32_freeenvironmentstrings: convert nonpublic exporte...
2012-10-11 Daniel Draganstop Win32 VC miniperl from exporting functions
2012-10-10 Steve HayAdd extern "C" to definitions of four win32_ functions
2012-10-10 Steve HayFixes to enable building win32 files as C++ with VC
2012-09-28 Steve HayRemove option to build without USE_SOCKETS_AS_HANDLES...
2012-09-19 Steve HayAdd new warning about sleep's limitation on Windows
2012-09-18 Steve HaySquash two win32.c warnings which have crept in recently
2012-09-18 Steve HayMinor fixups from 001e9f8966
2012-09-18 Daniel Draganfix over/underflow issues in win32_msgwait
2012-09-11 Steve HaySilence invalid parameter messages from win32_signal
2012-09-11 Steve HayANSIfy output from invalid parameter handler, and write...
2012-09-11 Steve HayForward declare static functions in win32/win32.c
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-18 Steve HayWe don't support compilers other than MS VC++ and MinGW...
2012-08-14 Steve HayTidy up comments and formatting in d903973c05
2012-08-14 Daniel Draganfix RT#88840, don't terminate a child fork psuedo proce...
2012-06-15 Steve HayMinor fix-ups to 4f46e52b00
2012-06-15 Karthik RajagopalanUse GetEnvironmentStringsW(..) instead of GetEnvironmen...
2012-05-28 Tony Cook[perl #112272] return EEXIST on link() to an existing...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-07-19 Phil MonsenFixes to allow win32 Perl to properly handle PERL5LIB.
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2011-03-15 Jan DuboisDon't wait for SIGTERM'ed forked children on Windows
2011-03-11 Jan DuboisAvoid race codition when setting process exit code...
2010-12-15 Jan Dubois#define some symbols for VC6 compatibility
2010-12-07 Jan DuboisAlways build with crypt() support on Windows
2010-12-07 Jan DuboisGet rid of PERL_MSVCRT_READFIX
2010-12-07 Jan DuboisRemove dead Windows code
2010-12-02 Jan DuboisWindows 95 Chainsaw Massacre
2010-10-25 Jan DuboisImplement DIR* cloning on Windows
2010-09-29 Alex Davies[perl #71714] Remove redundant stat from Win32's opendir()
2009-12-17 Jan DuboisImplement win32_isatty()
2009-11-23 Steve HayFix code-before-declaration error on Win32 with recent...
2009-11-21 Jan DuboisAlways add a manifest resource to perl.exe to specify...
2009-11-13 Jan DuboisSupport $! stringification of socket error codes on...
2009-11-13 Jan Duboisflock() on Windows should set proper errno numbers.
2009-11-10 SisyphusAdd mingw64 support
2009-09-13 Leon BrocardRemove broken links for hip communications inc.
2009-08-11 Jan DuboisOn Windows normalize $^X using GetLongPathName()
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-04-17 Steve HayAdd reference to MS KB article describing leak in putenv()
2009-04-17 Steve HayRemove last vestiges of USE_WIN32_RTL_ENV
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2008-04-29 Jan DuboisWin32 process ids can have more than 16 bits
2008-03-25 Steve HayRE: [PATCH revised] Fix ExtUtils::Install under Cygwin
2008-03-13 Robert May[perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista...
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-08 Robert MayGive Win32 message windows proper window procedures
next