LOGONLY mark 30fcd6 as NODOC (deparse fix, doesn't seem majorly important)
[p5sagit/p5-mst-13.2.git] / win32 / win32.c
2009-12-17 Jan Dubois Implement win32_isatty()
2009-11-23 Steve Hay Fix code-before-declaration error on Win32 with recent...
2009-11-21 Jan Dubois Always add a manifest resource to perl.exe to specify...
2009-11-13 Jan Dubois Support $! stringification of socket error codes on...
2009-11-13 Jan Dubois flock() on Windows should set proper errno numbers.
2009-11-10 Sisyphus Add mingw64 support
2009-09-13 Leon Brocard Remove broken links for hip communications inc.
2009-08-11 Jan Dubois On Windows normalize $^X using GetLongPathName()
2009-05-21 Nicholas Clark Remove all the 5005threads specific mutex macros, which...
2009-04-17 Steve Hay Add reference to MS KB article describing leak in putenv()
2009-04-17 Steve Hay Remove last vestiges of USE_WIN32_RTL_ENV
2009-02-20 Nicholas Clark Add a parameter to win32_get_{priv,site,vendor}lib...
2008-04-29 Jan Dubois Win32 process ids can have more than 16 bits
2008-03-25 Steve Hay RE: [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 Hay Silence Borland compiler warnings (except for warnings...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-08 Robert May Give Win32 message windows proper window procedures
2008-02-08 Robert May win32_async_check() doesn't loop enough.
2007-12-23 Steve Peters Nullch and others were still alive and well in some...
2007-06-28 Jan Dubois RE: Problem in Win32CORE when building PAR-Packer-0...
2007-06-08 Steve Hay Change 31347 should also have removed win32_free_argvw()
2007-06-08 Steve Hay Move win32_create_message_window() out of #ifdef HAVE_I...
2007-06-07 Steve Hay Stop VC++ from warning "all references to 'SHELL32...
2007-05-13 Jan Dubois Restore Windows NT support
2007-05-10 David Mitchell Re: [perl #42869] Problem killing a pseudo-forked child...
2007-04-19 Jan Dubois Allow sending SIGINT to child processes on Windows...
2007-04-17 Jan Dubois Fix kill(0, $pid) on Windows
2007-04-10 Jan Dubois Restore Win64 compilation with the Windows Platform SDK
2007-02-22 Yitzchak Scott-Tho... Re: Win32 modules & cygwin
2007-01-23 Devin Heitmueller [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
2007-01-18 Jan Dubois Re: [PATCH] win32_async_check() can still loop indefinitely
2007-01-09 Jan Dubois Re: [PATCH] ANSIfy the PATH environment variable on...
2007-01-09 Rafael Garcia-Suarez Revert change #29708 (useless)
2007-01-07 Yves Orton Re: [PATCH] ANSIfy the PATH environment variable on...
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-05 Jan Dubois ANSIfy the PATH environment variable on Windows
2007-01-05 Jan Dubois Add error handling to win32_ansipath
2007-01-03 Jan Dubois [PATCH] Use short pathnames in $^X and @INC if the...
2006-12-21 Jan Dubois Implement killpg() for MSWin32
2006-12-20 Jan Dubois let readdir() return the alternate (short) filename...
2006-12-12 Jan Dubois get ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Jan Dubois re: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan Dubois Second patch from:
2006-12-05 Jarkko Hietaniemi Re: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-04 Steve Hay Change #29424 may well be correct in itself, but curren...
2006-11-30 Steve Hay I think #29060 / #29073 missed this
2006-11-06 Steve Hay Get Visual C++ 2005 (aka Visual C++ 8.x) support off...
2006-10-30 Steve Peters It seems only HWND__* is needed by MinGW g++.
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('\\\...
next