summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* On Windows normalize $^X using GetLongPathName()Jan Dubois2009-08-121-0/+12
* Add reference to MS KB article describing leak in putenv()Steve Hay2009-04-221-1/+2
* Remove last vestiges of USE_WIN32_RTL_ENVSteve Hay2009-04-221-1/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-0/+10
* Integrate:Dave Mitchell2008-05-271-1/+1
* Integrate:Nicholas Clark2008-05-101-4/+2
* Integrate:Nicholas Clark2008-03-281-5/+5
* Integrate:Robert May2008-03-281-58/+182
* Integrate:Nicholas Clark2008-03-261-2/+15
* Integrate:Nicholas Clark2008-01-301-26/+26
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-281-8/+10
* Change 31347 should also have removed win32_free_argvw()Steve Hay2007-06-081-10/+0
* Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERNSteve Hay2007-06-081-13/+12
* Stop VC++ from warning "all references to 'SHELL32.dll' discardedSteve Hay2007-06-071-26/+0
* Restore Windows NT supportJan Dubois2007-05-131-7/+13
* Re: [perl #42869] Problem killing a pseudo-forked child on Win32David Mitchell2007-05-101-0/+1
* Allow sending SIGINT to child processes on Windows *if* they are running PerlJan Dubois2007-04-191-0/+10
* Fix kill(0, $pid) on WindowsJan Dubois2007-04-171-3/+4
* Restore Win64 compilation with the Windows Platform SDKJan Dubois2007-04-101-3/+18
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-60/+8
* [perl #41318] Patch: win32.c typo in #define MULTIPLICITYDevin Heitmueller2007-01-231-1/+1
* Re: [PATCH] win32_async_check() can still loop indefinitelyJan Dubois2007-01-181-1/+1
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-091-88/+89
* Revert change #29708 (useless)Rafael Garcia-Suarez2007-01-091-3/+0
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsYves Orton2007-01-071-0/+3
* Silence various VC6 warningsSteve Hay2007-01-051-2/+1
* ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-051-0/+96
* Add error handling to win32_ansipathJan Dubois2007-01-051-19/+23
* [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres...Jan Dubois2007-01-031-12/+100
* Implement killpg() for MSWin32Jan Dubois2006-12-211-49/+189
* let readdir() return the alternate (short) filename if the long name is outsi...Jan Dubois2006-12-201-9/+60
* get ext/Win32/Win32.xs to compile on cygwinJan Dubois2006-12-121-1/+31
* re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xsJan Dubois2006-12-111-1/+2
* Second patch from:Jan Dubois2006-12-111-503/+30
* Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ...Jarkko Hietaniemi2006-12-051-3/+2
* Change #29424 may well be correct in itself, but currently doesn'tSteve Hay2006-12-041-2/+3
* I think #29060 / #29073 missed thisSteve Hay2006-11-301-0/+2
* Get Visual C++ 2005 (aka Visual C++ 8.x) support off the groundSteve Hay2006-11-061-0/+25
* It seems only HWND__* is needed by MinGW g++.Steve Peters2006-10-301-1/+1
* Patch 29155 breaks VCYves Orton2006-10-301-2/+8
* Initial cleanups to support compiling Win32 with MinGW g++.Steve Peters2006-10-301-7/+10
* Re: [PATCH] Patch for win32.c to fix #38723 and #39531Andrew Savige2006-09-201-11/+11
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-0/+1
* win32_async_check must *always* check for pending signalsJan Dubois2006-03-201-0/+2
* win32_pclose() error exit doesn't unlock mutexJan Dubois2006-03-171-0/+1
* win32_async_check() can loop indefinitely; 5.8.8 regressionJan Dubois2006-03-171-1/+10
* Implement ${^WIN32_SLOPPY_STAT}Jan Dubois2006-02-231-10/+16
* stat() on Windows doesn't handle trailing slashes/backslashes correctlyJan Dubois2006-02-161-6/+20
* Fix bug in change #26379Jan Dubois2005-12-211-1/+1
* RE: PeekMessage() call in win32\win32.c win32_async_checkJan Dubois2005-12-161-102/+136