summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-0/+4
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-1/+1
* Use lnats to avoid overflowing when allocating large amountsIan Lynagh2012-05-051-8/+8
* Fix warnings on Win64Ian Lynagh2012-04-262-3/+3
* Fix the Win32 build: A CPP symbol name was wrongIan Lynagh2012-03-201-1/+1
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-1/+1
* For now, turn off the SEH code on Win64Ian Lynagh2012-03-161-1/+4
* Remove an unused variable; fixes a warning on Win64Ian Lynagh2012-03-161-3/+1
* Fix a real bug, exposed by my recent change to the rts_evalIO() API. Yay!Simon Marlow2011-12-091-2/+2
* Fix Windows buildSimon Marlow2011-12-091-1/+1
* Define getNumberOfProcessors() even when !THREADED_RTSSimon Marlow2011-12-071-0/+5
* Time handling overhaulSimon Marlow2011-11-252-147/+62
* Close the handle for the ticker thread (#5604)Simon Marlow2011-11-111-1/+2
* fix dynamic way on Win32 (missing bits from flushStdHandles changes)Dimitrios Vytiniotis2011-11-091-0/+2
* Close some handle leaks (#5604)Simon Marlow2011-11-091-9/+21
* Add rts time util getUnixEpochTimeDuncan Coutts2011-10-261-0/+40
* Delete some old Win9x C codeDuncan Coutts2011-10-261-24/+0
* SafeHaskell: Fix compilation errors.David Terei2011-06-171-2/+2
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+2
* Fix compilation of rts/win32/GetEnv.cunknown2011-06-051-2/+3
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-0/+61
* Fix Windows buildSimon Marlow2010-12-211-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-14/+1
* Fix Windows memory freeing: add a check for fb == NULL; fixes trac #4506Ian Lynagh2010-12-081-40/+51
* On Windows, when returning memory to the OS, we try to release itIan Lynagh2010-11-011-3/+87
* Whitespace only, in rts/win32/OSMem.cIan Lynagh2010-10-291-20/+20
* Replace some exit(n) calls with stg_exit(n); fixes trac #4445Ian Lynagh2010-10-281-4/+4
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+2
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+19
* errno corresponding to ERROR_NO_DATA should be EPIPE (non-threaded RTS)Simon Marlow2010-09-151-1/+10
* implement setThreadAffinity on Windows (#1741)Simon Marlow2010-09-141-2/+19
* Return memory to the OS; trac #698Ian Lynagh2010-08-131-0/+36
* Integrate new I/O manager, with signal supportJohan Tibell2010-07-242-4/+4
* Win32 getProcessElapsedTime: use a higher-resolution time sourceSimon Marlow2010-07-081-3/+27
* Fix crash in non-threaded RTS on WindowsSimon Marlow2010-04-201-0/+5
* Expand the scope of the event_buf_mutex to cover io_manager_eventSimon Marlow2010-04-201-15/+26
* Make ioManagerDie() idempotentSimon Marlow2010-04-011-0/+4
* avoid single quote in #errorSimon Marlow2010-03-301-1/+1
* Don't Terminate the ticker thread (#3748)Simon Marlow2010-01-271-6/+15
* Win32 yieldThread(): use SwitchToThread() instead of Sleep(0)Simon Marlow2010-01-271-1/+1
* fix warningsSimon Marlow2010-01-271-1/+1
* Windows DLLs: use DLL aware runSparks_closure instead of base_GHCziConc_runSp...Ben.Lippmeier@anu.edu.au2009-11-231-0/+3
* Windows DLLs: remove dup symbol from def fileBen.Lippmeier@anu.edu.au2009-11-171-1/+0
* Windows DLLs: use one import lib for each DLL the RTS needs.Ben.Lippmeier@anu.edu.au2009-11-113-26/+34
* Break recursive imports between the RTS and base library on Windows.Ben.Lippmeier@anu.edu.au2009-11-061-0/+64
* Windows-specific fix for #1185 patchSimon Marlow2009-11-121-1/+1
* Windows build fixesSimon Marlow2009-08-031-1/+1
* Windows build fixesSimon Marlow2009-08-034-7/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-026-24/+21
* wibble in setExecutableAustin Seipp2009-03-201-1/+1