summaryrefslogtreecommitdiff
path: root/rts/win32
Commit message (Expand)AuthorAgeFilesLines
* rts: delint/detab/dewhitespace win32/WorkQueue.cAustin Seipp2014-07-281-26/+27
* rts: delint/detab/dewhitespace win32/WorkQueue.hAustin Seipp2014-07-281-1/+1
* rts: delint/detab/dewhitespace win32/ThrIOManager.cAustin Seipp2014-07-281-7/+7
* rts: delint/detab/dewhitespace win32/OSThreads.cAustin Seipp2014-07-281-1/+2
* rts: delint/detab/dewhitespace win32/OSMem.cAustin Seipp2014-07-281-15/+21
* rts: delint/detab/dewhitespace win32/IOManager.cAustin Seipp2014-07-281-259/+286
* rts: delint/detab/dewhitespace win32/IOManager.hAustin Seipp2014-07-281-26/+26
* rts: delint/detab/dewhitespace win32/GetTime.cAustin Seipp2014-07-281-8/+8
* rts: delint/detab/dewhitespace win32/GetEnv.cAustin Seipp2014-07-281-1/+1
* rts: delint/detab/dewhitespace win32/ConsoleHandler.cAustin Seipp2014-07-281-87/+88
* rts: delint/detab/dewhitespace win32/AwaitEvent.cAustin Seipp2014-07-281-3/+3
* rts: delint/detab/dewhitespace win32/AsyncIO.hAustin Seipp2014-07-281-4/+4
* rts: delint/detab/dewhitespace win32/AsyncIO.cAustin Seipp2014-07-281-150/+166
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-2/+1
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-1/+0
* fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closureSergei Trofimovich2014-05-031-0/+1
* Untabify and delete trailing whitespace.Austin Seipp2013-10-261-23/+23
* Fix Windows build.Austin Seipp2013-10-263-3/+5
* rts: Add getPhysicalMemorySizeBen Gamari2013-10-251-0/+18
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-171-1/+1
* Fix line endings in rts/win32/ThrIOManager.cIan Lynagh2013-02-171-159/+159
* Small refactoring; patch from nusIan Lynagh2013-02-161-9/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-161-0/+1
* commentsSimon Marlow2013-02-071-1/+11
* Fix threadDelay on Windows; fixes ThreadDelay001 failuresIan Lynagh2013-02-061-2/+24
* Use usecs rather than msecs for microsecondsIan Lynagh2013-02-054-10/+10
* More OS X build fixesIan Lynagh2012-09-141-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-15/+15
* New functions to get kernel thread Id + serialisable task IdDuncan Coutts2012-07-071-1/+7
* Fix the dynlib build on WindowsIan Lynagh2012-06-021-0/+1
* Follow the move of the Word type to ghc-primIan Lynagh2012-05-221-1/+0
* Move getMonotonicUSec from base to the RTS.Paolo Capriotti2012-05-081-27/+47
* 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