summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-242-0/+28
* [perl #42648] [PATCH] crash in win32/VMem.h when out of memory Devin Heitmueller2007-04-241-0/+8
* Re: new C3 MRO patchBrandon Black2007-04-193-0/+4
* 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
* Run buildtoc --build-allRafael Garcia-Suarez2007-04-121-4/+4
* Add the perlreapi man page, by Ævar Arnfjörð BjarmasonRafael Garcia-Suarez2007-04-121-0/+4
* Add CPANPLUS 0.78Rafael Garcia-Suarez2007-04-102-2/+8
* Restore Win64 compilation with the Windows Platform SDKJan Dubois2007-04-101-3/+18
* Re: [PATCH] microperl plus missing config varsJarkko Hietaniemi2007-04-041-0/+1
* microperl plus missing config varsJarkko Hietaniemi2007-04-014-1/+15
* Make sure Win32CORE.pm gets cleaned upSteve Hay2007-03-222-0/+2
* Add the new man page, perlunifaq, in relevant placesRafael Garcia-Suarez2007-03-071-0/+4
* 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