This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
run/locale.t: Add explanation for when tests fail
[perl5.git] / win32 / win32.h
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.
2001-05-31 Nick Ing-SimmonsFix Win32 for new spelling IN_BYTES
2001-04-01 Jarkko HietaniemiIntegrate changes #9493,9494,9495,9496 from maintperl
2001-02-23 Jarkko HietaniemiAbolish USE_WIN32_RTL_ENV.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Gurusamy Sarathyfix open(FOO, ">&MYSOCK") failure under Windows 9x...
2000-12-04 Nick Ing-SimmonsQuieten some noise in Win32 builds:
2000-12-03 Nick Ing-SimmonsPERL_IMPLICIT_SYS compiles but does not work.
2000-11-14 Jarkko HietaniemiRedo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin StuhlGet PerlIO building on Win32
2000-10-20 Charles BaileySYN SYN
2000-10-09 Gurusamy Sarathyon Windows, avoid potential exception (could happen...
2000-08-31 Vadim KonovalovReveal Borland's isnan.
2000-08-17 Gurusamy Sarathymove WNOHANG definition to where other such things are
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 Brian Clarkefix and question re: waitpid() under win32
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6220..6222 into mainline
2000-06-22 Jarkko HietaniemiWin32 patches from Benjamin Stuhl.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-29 Gurusamy Sarathywindows portability tweaks
2000-03-16 Gurusamy Sarathydue to an oversight during PERL_OBJECT migration, hosts...
2000-03-09 Gurusamy Sarathytrack more of the child state on Windows
2000-03-06 Gurusamy Sarathyvendorlib support for Windows; regen win32/config*
2000-03-02 Gurusamy Sarathypatch to fix mingw32 build under USE_IMP_SYS (from...
2000-03-01 Gurusamy SarathyWindows miscellany
2000-02-29 Gurusamy Sarathychange#5364 had a few problems
2000-02-29 Gurusamy Sarathyutf8-ize @ARGV when -C switch is used on Windows
next