summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* win32_fstat has a potential buffer overrun problemJan Dubois2004-03-081-0/+4
* Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3Rafael Garcia-Suarez2004-03-041-0/+6
* win32_chsize bugletKevin Chase2003-12-291-1/+1
* Fix a little syntax error, reported by Marcus Holland-MoritzRafael Garcia-Suarez2003-12-281-1/+1
* 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILESNigel Sandever2003-12-281-0/+57
* kill 'INT' doesn't work on WindowsJan Dubois2003-08-091-0/+10
* Re: win32.c bug - handle leakJan Dubois2003-08-031-6/+12
* Extend Win32::GetOSVersion() to return additional informationJan Dubois2003-07-301-12/+60
* Win32: fix WM_TIMER handlingMattia Barbon2003-07-031-1/+4