This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix defines for PERL_BITFIELDxx on Linux and Win32
[perl5.git] / win32 / win32.h
2020-02-08 Yves Ortonfix defines for PERL_BITFIELDxx on Linux and Win32 17549/head
2020-01-18 Tomasz Konojackimove and clean-up macros wrapping __attribute__()
2019-07-19 Tony Cook(perl #134221) MSVC doesn't define O_ACCMODE
2019-06-18 Steve HayThe Windows CE Chainsaw Massacre
2019-04-06 Tomasz Konojackiimplement diagnostics ignore/restore macros for Visual C++
2018-07-24 Daniel Draganremove all exported symbols from GCC win32 miniperl
2018-04-23 Steve HayMake gets() declaration extern "C"
2018-04-23 Leon TimmermansMake PERLIO_FILE_file() an lvalue
2018-04-12 Daniel Draganfix win32 with Ming.org GCC 3.4.5 build
2017-10-21 Aaron CraneDon't attempt to define or use STANDARD_C
2017-02-19 Steve HayAdd support for VS2015 (VC++ 14.0)
2015-10-19 Daniel Draganreimplement $^WIN32_SLOPPY_STAT as a magic var
2015-10-11 Daniel Draganadd Win32 USE_NO_REGISTRY build option
2015-06-03 Daniel Draganrefactor win32_get_*lib() funcs to match rest of PERL_I...
2015-06-03 Daniel Draganremove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C...
2015-05-21 KMXhandle existing mkstemp() in mingw-w64-v4
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-07 Steve HayRemove Windows makefile support for building without...
2015-01-05 Tony Cookuse textmode when opening scripts in miniperl to match...
2015-01-05 Tony Cookbuild miniperl with PerlIO
2014-12-31 Steve HayRemove sources of "unreferenced label" warning on Win32
2014-12-24 Steve HayFix link error in perl521.dll with MinGW/gcc -xc++
2014-12-16 kmx[perl #123438] Wrong comment style in win32/win32.h
2014-09-23 Jarkko HietaniemiMove the VC6 "broken-nan" define from win32.h to perl.h.
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-04-08 Daniel Draganspeed up miniperl require on Win32
2014-03-27 Daniel Draganfix killpg on Win32, to meet posix expectations for...
2014-01-09 Daniel Draganfix missing _rotl64 symbol on Visual C 2003
2013-11-02 Daniel Draganwin32/win32sck.c: dont close() a freed socket os handle
2013-10-22 Steve HayAdd support for building with Visual C++ 2013
2013-10-21 Daniel DraganWinCE Makefile and make_ext.pl general and XS fixes
2013-09-19 Steve HayAdd a USING_MSVC6 macro to identify Microsoft Visual...
2013-09-16 Steve HayIntercept assignment to $! to translate WSAExxx values...
2012-10-31 Daniel DraganWin32 miniperl: delay loading for Winsock, and then...
2012-10-31 Daniel Draganconsting in perl.c:S_Internals_V and Win32 DynaLoader
2012-10-11 Daniel Draganstop Win32 VC miniperl from exporting functions
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-10-05 Steve HayRemove exports of dummy set[ug]id functions on Windows
2012-09-28 Steve HayRemove option to build without USE_SOCKETS_AS_HANDLES...
2012-09-26 Steve HayStop declaring non-exported externs to non-core XS...
2012-08-18 Steve HayWe don't support compilers other than MS VC++ and MinGW...
2012-08-18 Steve HayRemove two unused #defines
2012-08-18 Steve HayWe don't support MS VC++ < 6.0
2012-07-31 Jan DuboisRemove -x permission from win32/win32.h
2012-07-30 Daniel DraganAdd MSVC noreturn to inside of the interp
2012-07-30 Jan DuboisSplit __declspec(dllimport,noreturn) into 2 parts
2012-07-18 Daniel DraganAdding support for Visual C's __declspec(noreturn)...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-03-19 Steve HayRedefine errno values for Visual Studio 2010
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2010-12-07 Jan DuboisAlways build with crypt() support on Windows
2010-12-07 Jan DuboisGet rid of PERL_MSVCRT_READFIX
2010-12-02 Jan DuboisWindows 95 Chainsaw Massacre
2010-10-18 Jan DuboisDon't use "dllimport" for code in perl5xx.dll
2010-10-15 Jan DuboisUse __declspec(dllimport) for XS code on Windows
2009-12-02 Jan DuboisDon't redefine isnan() macro if MinGW already defined...
2009-11-10 SisyphusAdd mingw64 support
2009-09-13 Leon BrocardRemove broken links for hip communications inc.
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2008-02-12 Jan DuboisFix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2007-06-07 Steve HayStop VC++ from warning "all references to 'SHELL32...
2007-05-25 Steve HayFix the ext/IO/t/io_sock.t failure when built with...
2007-05-20 Jan DuboisRE: When is -DPERL_CORE required?
2006-12-21 Jan DuboisImplement killpg() for MSWin32
2006-11-08 Steve HayDon't use the PERL_MSVCRT_READFIX when using VC++ 7...
2006-11-06 Steve HayGet Visual C++ 2005 (aka Visual C++ 8.x) support off...
2006-08-30 Steve HaySilence some more Borland compiler warnings
2006-08-01 Steve HaySilence a couple of Borland compiler warnings
2006-05-04 Vadim KonovalovRE: [PATCH-for-28089] wince yet another step
2006-05-02 Yves OrtonRe: Merge WinCE into Win32 directory and remove the...
2006-05-02 Steve HaySigh. Third time lucky.
2006-05-02 Steve HayAhem. And here's the rest of #28051...
2006-04-28 Yves OrtonMerge WinCE and Win32 directories -- Initial patch
2006-03-23 Jan DuboisRE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-01-05 SisyphusMinGW and lib/CORE/Win32.h
2005-12-16 Jan DuboisRE: PeekMessage() call in win32\win32.c win32_async_check
2005-11-08 Jan DuboisRemove unused USING_WIDE code from win32 and wince...
2004-08-06 Steve HayFix [perl #24269] socket() call uses non-IFS providers
2003-11-02 Rafael Garcia-SuarezQuoted-printable is evil.
2003-11-02 Greg MathesonPortability nit for MinGW 3.
2003-05-11 Gurusamy Sarathyfix Embed.t failure on windows: PERL_SYS_TERM() is...
2003-05-02 Abe TimmermanRe: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service...
2003-01-16 Jarkko Hietaniemiif (0) the PL_widesyscalls code for now: Sarathy
2002-11-07 Gurusamy SarathyRe: Is this true that Perl 5.8 uses :crlf as default...
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-07-16 Gurusamy Sarathyintegrate a variant of change#17568 from maint-5.6...
2002-05-08 Gurusamy Sarathy5005threads builds again on windows
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-02-12 Jan DuboisRe: [PATCH 5.6.1] Win32: Give user control over window...
2002-01-26 Nick Ing-SimmonsWin32 signal emulation cleanup.
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-11 Nick Ing-SimmonsA mostly-stable version of "new" Win32 signal/kill...
2002-01-09 Nick Ing-Simmons(Re-)implement alarm() for Win32.
2001-12-29 Nick Ing-SimmonsDefine the two socket error numbers in terms of WSAEXXX...
2001-11-25 Jarkko HietaniemiWin32 compilation tweaks for Blair Zajac.
2001-10-28 Nick Ing-SimmonsTweak for build with Mingw32 - __attribute__((unused...
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-06-16 Abhijit Menon-SenRe: DYNAMIC_ENV_FETCH HvNAME abuse.
next