summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Salvage parts of #19667.Jarkko Hietaniemi2003-06-031-3/+12
* Retract #19667, #19660, #19659, #19658, #19657, #19656,Jarkko Hietaniemi2003-06-031-12/+3
* resurrect change#19628 and make it work by generalizingGurusamy Sarathy2003-06-021-2/+4
* don't use File::Temp to implement PerlIO_tmpfile() on windows;Gurusamy Sarathy2003-06-021-3/+12
* change#19628 broke many win32/system.t tests, so back it outGurusamy Sarathy2003-06-021-1/+1
* Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XPJan Dubois2003-05-281-1/+1
* fix Embed.t failure on windows: PERL_SYS_TERM() is implementedGurusamy Sarathy2003-05-111-0/+7
* silence compiler warningsAbe Timmerman2003-05-021-3/+3
* Integrate:Jarkko Hietaniemi2003-03-201-0/+2
* win32_msgwait() problemGurusamy Sarathy2003-01-031-4/+3
* integrate change#18377 from maint-5.6 branchGurusamy Sarathy2002-12-311-9/+13
* fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>Gurusamy Sarathy2002-12-181-2/+7
* windows: support for large filesGurusamy Sarathy2002-12-181-0/+49
* Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)Alain Barbet2002-10-221-3/+4
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-8/+0
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-16/+9
* integrate change#17566 from maint-5.6 branchGurusamy Sarathy2002-07-161-1/+24
* uname() was returning "unknown" on IA64; handle other missingGurusamy Sarathy2002-06-071-4/+41
* Rework #16506 some more.Jarkko Hietaniemi2002-05-081-1/+25
* Rework #16503 a bit to keep all the HiRes implementationJarkko Hietaniemi2002-05-081-25/+1
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+32
* aTHX may be emptyGurusamy Sarathy2002-05-081-0/+4
* 5005threads builds again on windowsGurusamy Sarathy2002-05-081-4/+9
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-3/+3
* Several of non-default builds now seem to work reasonably wellNick Ing-Simmons2002-05-031-0/+1
* Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.Nick Ing-Simmons2002-05-021-0/+52
* another windows fix: only create a new console for subprocessesGurusamy Sarathy2002-04-221-5/+5
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-10/+6
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-19/+64
* Devel::DProf Real Elapsed TimesLuc St-Louis2002-04-171-4/+3
* RE: failed with undefined USE_PERLIO for Win32Vadim Konovalov2002-04-171-0/+3
* Integrate change #15879 from maint-5.6;Jarkko Hietaniemi2002-04-121-32/+57
* Win32 w/o multiplicity build failsMattia Barbon2002-03-261-0/+14
* From: "Paul Marquess" <paul_marquess@yahoo.co.uk>Paul Marquess2002-03-201-2/+2
* Re: [PATCH bleadperl] socketpair.tNikola Knezevic2002-02-251-2/+3
* Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of s...Jan Dubois2002-02-121-0/+31
* Win32 signal emulation cleanup.Nick Ing-Simmons2002-01-261-84/+159
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-0/+3
* Win32 fixes:Nick Ing-Simmons2002-01-131-3/+11
* Install dummy signal() handlers for Win32's SIGINT and SIGBREAKNick Ing-Simmons2002-01-111-2/+11
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-15/+21
* More signal hackeryNick Ing-Simmons2002-01-101-2/+75
* Skeleton coding of more kill() support on Win32.Nick Ing-Simmons2002-01-091-16/+65