summaryrefslogtreecommitdiff
path: root/driver/ghc/ghc.c
Commit message (Collapse)AuthorAgeFilesLines
* Release console for ghci wrapperTamar Christina2017-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | Summary: It seems the call that caused issues with the gcc wrapper before was needed for the ghci wrapper in order for the child process to be the one handling console events. This code slightly refactors the wrappers to make sure only ghci calls FreeConsole and nothing else. Test Plan: ./validate , open ghci.exe press ctrl+c Reviewers: RyanGlScott, austin, hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, erikd GHC Trac Issues: #14150 Differential Revision: https://phabricator.haskell.org/D4028
* Use the standard C wrapper code for the ghc-$version.exe wrapperIan Lynagh2010-06-221-147/+9
|
* Remove unused variablesIan Lynagh2009-05-241-2/+0
|
* Make versioned ghc and ghci programs on Windows; fixes trac #2827Ian Lynagh2009-02-171-0/+154