summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an unused variable left over from change #26041Steve Hay2005-11-081-1/+1
* Remove unused USING_WIDE code from win32 and wince branchesJan Dubois2005-11-081-362/+96
* RE: [perl #37571] -z FH broken with Borland build Paul Marquess2005-11-021-1/+23
* Make change 25286 betterSteve Hay2005-08-121-6/+6
* Silence Win32 compiler warnings following change 25280Steve Hay2005-08-111-3/+3
* Silence Win32 warnings when not using USE_LARGE_FILESSteve Hay2005-07-221-3/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-19/+19
* Silence some cast warnings from bcc32 on Win32Steve Hay2005-07-011-0/+12
* Fix typo in win32.cSteve Hay2005-06-241-1/+1
* Make opendir() filename const in Win32-land & friendsSteve Hay2005-06-241-1/+1
* Silence some bcc32 compiler warningsSteve Hay2005-06-221-2/+2
* Silence STDERR grumblings from Borland's math library.Steve Hay2005-06-171-0/+10
* Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()Jan Dubois2005-06-171-0/+4
* Fix USE_SITECUSTOMIZE on Win32Steve Hay2005-03-311-1/+2
* Fix [perl #24269] socket() call uses non-IFS providersSteve Hay2004-08-061-2/+0
* Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().Steve Hay2004-07-161-11/+30
* This seems to be needed to get COW working on Win32Nicholas Clark2004-07-151-2/+4
* Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)bilbo@ua.fm2004-05-061-2/+3
* re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of...Jan Dubois2004-04-141-7/+6