summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-2218-5889/+22
* Fix Win32 build after unusual breakage caused by #30327Steve Hay2007-02-161-2/+2
* Apply #30197 to win32/makefile.mk tooSteve Hay2007-02-121-0/+8
* Defend against cmd.exe stupidity (on Win2k at least)Yves Orton2007-02-101-0/+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
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-1/+1
* Re: [PATCH] ANSIfy the PATH environment variable on WindowsYves Orton2007-01-071-0/+3
* Do the same as #29697 for Win32Steve Hay2007-01-052-0/+2
* Silence various VC6 warningsSteve Hay2007-01-051-2/+1
* ANSIfy the PATH environment variable on WindowsJan Dubois2007-01-052-0/+107
* 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-035-60/+130
* Check miniperl exists before using it to run uupacktool.plSteve Hay2007-01-022-2/+2
* Implement killpg() for MSWin32Jan Dubois2006-12-2111-60/+199
* Re: [PATCH] Making adding binary files possibleYves Orton2006-12-205-117/+108
* Update cwd() to return the "short" pathname if the long one doesn't fit the c...Jan Dubois2006-12-202-36/+106
* let readdir() return the alternate (short) filename if the long name is outsi...Jan Dubois2006-12-201-9/+60
* Do the same as #29514 for Win32Steve Hay2006-12-131-0/+7
* Restore (differently) the setting of $Config{osvers} on Win32Steve Hay2006-12-121-2/+7
* 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
* First patch from:Jan Dubois2006-12-113-5/+13
* Move Win32 from win32/ext/Win32 to ext/Win32Jan Dubois2006-12-073-1273/+0
* Makefile.PL changes to compiler Win32.xs using cygwinJan Dubois2006-12-071-2/+6
* Make the check for PERL_IMPLICIT_SYS betterSteve Hay2006-12-051-1/+1
* Extend d_pseudofork to Win32-land and set it when appropriateSteve Hay2006-12-059-0/+32
* Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: ...Jarkko Hietaniemi2006-12-052-6/+4
* Change #29424 may well be correct in itself, but currently doesn'tSteve Hay2006-12-043-17/+9
* Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testingYves Orton2006-12-031-3/+13
* I think #29060 / #29073 missed thisSteve Hay2006-11-302-0/+4
* Building with Visual C++ 2005 now works except for one test failureSteve Hay2006-11-282-6/+6
* Give perl.exe an icon when built with MinGW and BorlandSteve Hay2006-11-281-5/+8
* Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 cannedSteve Hay2006-11-278-0/+20
* Make the win32/makefile.mk a little saferSteve Hay2006-11-271-11/+11
* Remove redundant macros from win32 makefilesSteve Hay2006-11-242-158/+4
* Silence VC8's warnings about "unsafe" CRT functions and POSIX CRTSteve Hay2006-11-232-0/+12
* Update makefile.mk as per Makefile w.r.t. #29308 and #29323Steve Hay2006-11-221-1/+1
* Extend the test-reonly make target on windows (Yves Orton)Rafael Garcia-Suarez2006-11-201-1/+1
* Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"Steve Hay2006-11-201-3/+8
* [perl #36909] $^R undefined on matches involving backreferencesyves orton2006-11-171-1/+1
* Fix the XXX in #29303Steve Hay2006-11-171-8/+3
* Tidy up Makefile part of #29260 and apply to makefile.mk tooSteve Hay2006-11-172-9/+10
* Install perl-static.exe if it was builtSteve Hay2006-11-172-0/+2
* Add perl-static.exe support to win32/makefile.mkSteve Hay2006-11-172-6/+80
* Add missing d_ctermid/HAS_CTERMID to Win32 canned configsSteve Hay2006-11-178-0/+28
* Fix Extensions_static dependencies to avoid relinking every timeYves Orton2006-11-161-1/+1