Patch 29155 breaks VC
[p5sagit/p5-mst-13.2.git] / win32 / win32.c
2006-10-30 Yves Orton Patch 29155 breaks VC
2006-10-30 Steve Peters Initial cleanups to support compiling Win32 with MinGW...
2006-09-20 Andrew Savige Re: [PATCH] Patch for win32.c to fix #38723 and #39531
2006-04-11 Nicholas Clark Need to migrate the refcounted_he structure to be prope...
2006-03-20 Jan Dubois win32_async_check must *always* check for pending signals
2006-03-17 Jan Dubois win32_pclose() error exit doesn't unlock mutex
2006-03-17 Jan Dubois win32_async_check() can loop indefinitely; 5.8.8 regression
2006-02-23 Jan Dubois Implement ${^WIN32_SLOPPY_STAT}
2006-02-16 Jan Dubois stat() on Windows doesn't handle trailing slashes/backs...
2005-12-21 Jan Dubois Fix bug in change #26379
2005-12-16 Jan Dubois RE: PeekMessage() call in win32\win32.c win32_async_check
2005-11-08 Steve Hay Remove an unused variable left over from change #26041
2005-11-08 Jan Dubois Remove unused USING_WIDE code from win32 and wince...
2005-11-02 Paul Marquess RE: [perl #37571] -z FH broken with Borland build
2005-08-12 Steve Hay Make change 25286 better
2005-08-11 Steve Hay Silence Win32 compiler warnings following change 25280
2005-07-22 Steve Hay Silence Win32 warnings when not using USE_LARGE_FILES
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-01 Steve Hay Silence some cast warnings from bcc32 on Win32
2005-06-24 Steve Hay Fix typo in win32.c
2005-06-24 Steve Hay Make opendir() filename const in Win32-land & friends
2005-06-22 Steve Hay Silence some bcc32 compiler warnings
2005-06-17 Steve Hay Silence STDERR grumblings from Borland's math library.
2005-06-17 Jan Dubois Strip \\?\ prefix from Perl path in win32/win32.c:set_w...
2005-03-31 Steve Hay Fix USE_SITECUSTOMIZE on Win32
2004-08-06 Steve Hay Fix [perl #24269] socket() call uses non-IFS providers
2004-07-16 Steve Hay Use VirtualAlloc() more flexibly when using it to mimic...
2004-07-15 Nicholas Clark This seems to be needed to get COW working on Win32
2004-05-06 bilbo@ua.fm Problem with system() on Win9x and command.com (perl...
2004-04-14 Jan Dubois re: [PATCH] for bug 28525: Buffer overflow issue in...
2004-03-08 Jan Dubois win32_fstat has a potential buffer overrun problem
2004-03-04 Rafael Garcia-Suarez Fix [perl #27357] Scalar Win32::GetOSVersion() broken...
2003-12-29 Kevin Chase win32_chsize buglet
2003-12-28 Rafael Garcia-Suarez Fix a little syntax error, reported by Marcus Holland...
2003-12-28 Nigel Sandever 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE...
2003-08-09 Jan Dubois kill 'INT' doesn't work on Windows
2003-08-03 Jan Dubois Re: win32.c bug - handle leak
2003-07-30 Jan Dubois Extend Win32::GetOSVersion() to return additional infor...
2003-07-03 Mattia Barbon Win32: fix WM_TIMER handling
2003-06-03 Jarkko Hietaniemi Salvage parts of #19667.
2003-06-03 Jarkko Hietaniemi Retract #19667, #19660, #19659, #19658, #19657, #19656,
2003-06-02 Gurusamy Sarathy resurrect change#19628 and make it work by generalizing
2003-06-02 Gurusamy Sarathy don't use File::Temp to implement PerlIO_tmpfile()...
2003-06-02 Gurusamy Sarathy change#19628 broke many win32/system.t tests, so back...
2003-05-28 Jan Dubois Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windo...
2003-05-11 Gurusamy Sarathy fix Embed.t failure on windows: PERL_SYS_TERM() is...
2003-05-02 Abe Timmerman silence compiler warnings
2003-03-20 Jarkko Hietaniemi Integrate:
2003-01-03 Gurusamy Sarathy win32_msgwait() problem
2002-12-31 Gurusamy Sarathy integrate change#18377 from maint-5.6 branch
2002-12-18 Gurusamy Sarathy fix for GPF in C<print Win32::GetFullPathName('\\\...
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-10-22 Alain Barbet Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32...
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-07-16 Gurusamy Sarathy integrate a variant of change#17568 from maint-5.6...
2002-07-16 Gurusamy Sarathy integrate change#17566 from maint-5.6 branch
2002-06-07 Gurusamy Sarathy uname() was returning "unknown" on IA64; handle other...
2002-05-08 Jarkko Hietaniemi Rework #16506 some more.
2002-05-08 Jarkko Hietaniemi Rework #16503 a bit to keep all the HiRes implementation
2002-05-08 Gurusamy Sarathy make the gettimeofday() implementation in Time::HiRes...
2002-05-08 Gurusamy Sarathy aTHX may be empty
2002-05-08 Gurusamy Sarathy 5005threads builds again on windows
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2002-05-03 Nick Ing-Simmons Several of non-default builds now seem to work reasonab...
2002-05-02 Nick Ing-Simmons Win32 builds and mostly works for non-USE_PERLIO non...
2002-04-22 Gurusamy Sarathy another windows fix: only create a new console for...
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-04-17 Luc St-Louis Devel::DProf Real Elapsed Times
2002-04-17 Vadim Konovalov RE: failed with undefined USE_PERLIO for Win32
2002-04-12 Jarkko Hietaniemi Integrate change #15879 from maint-5.6;
2002-03-26 Mattia Barbon Win32 w/o multiplicity build fails
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Paul Marquess From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2002-02-25 Nikola Knezevic Re: [PATCH bleadperl] socketpair.t
2002-02-12 Jan Dubois Re: [PATCH 5.6.1] Win32: Give user control over window...
2002-01-26 Nick Ing-Simmons Win32 signal emulation cleanup.
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-13 Nick Ing-Simmons Win32 fixes:
2002-01-11 Nick Ing-Simmons Install dummy signal() handlers for Win32's SIGINT...
2002-01-11 Nick Ing-Simmons A mostly-stable version of "new" Win32 signal/kill...
2002-01-10 Nick Ing-Simmons More signal hackery
2002-01-09 Nick Ing-Simmons Skeleton coding of more kill() support on Win32.
2002-01-09 Nick Ing-Simmons (Re-)implement alarm() for Win32.
2001-12-22 Nick Ing-Simmons Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
2001-12-10 Rocco Caputo [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
2001-11-21 Jarkko Hietaniemi Integrate change #13145 from maintperl;
2001-11-17 Jarkko Hietaniemi Integrate change #13058 from maintperl;
2001-10-28 Jarkko Hietaniemi Integrate change #12747 from maintperl;
2001-10-28 Jarkko Hietaniemi Integrate changes #12724 and #12725 from maintperl;
2001-10-26 Gurusamy Sarathy avoid compiler warning
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-10-24 Jarkko Hietaniemi Integrate change #12615 from maintperl;
2001-10-22 Jarkko Hietaniemi Integrate change #12559 from maintperl;
2001-09-22 Jarkko Hietaniemi Manual eror in #12147.
2001-09-22 Jarkko Hietaniemi Integrate change #12146 from maintperl;
2001-09-18 Nikola Knezevic added tainting for getcwd for Win32
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-03 John Kristian Re: [ID 20010731.105] MinGW can't compile win32.c on...
2001-07-18 Nick Ing-Simmons Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes...
next