summaryrefslogtreecommitdiff
path: root/driver/utils
Commit message (Expand)AuthorAgeFilesLines
* Lowercase windows importsMoritz Angermann2019-05-271-2/+2
* driver/utils/dynwrapper.c: Remove unused variableSimon Jakobi2018-02-251-1/+0
* Release console for ghci wrapperTamar Christina2017-09-262-3/+12
* Implement split-sections support for windows.Tamar Christina2017-07-081-0/+26
* Fix slash escaping in cwrapper.cTamar Christina2017-06-081-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Fix Windows GCC driverTamar Christina2017-03-141-5/+3
* Properly detect MinTTY when running GHCi on WindowsRyan Scott2017-01-102-0/+41
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+26
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-1/+1
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-1/+1
* Make dynamic GHC no Windows installable tooIan Lynagh2013-05-161-3/+1
* Define the right RTS config in the Windows dyn wrapper programsIan Lynagh2013-05-141-3/+5
* More work towards dynamic programs on WindowsIan Lynagh2013-05-121-0/+197
* Fix a tiny bug in cwrapper.cIan Lynagh2012-03-161-3/+3
* use Win32 CreateProcess() rather than mingw spawnv() (#4531)Simon Marlow2011-01-061-37/+94
* Fix build on WindowsIan Lynagh2010-02-192-3/+2
* Refactor gcc.c, pulling out the reusable codeIan Lynagh2010-02-182-0/+105
* Wrap gcc on Windows, to provide the -B flagsIan Lynagh2009-10-272-0/+44