summaryrefslogtreecommitdiff
path: root/includes/shell-tools.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove left-over shell-tools.cHerbert Valerio Riedel2016-04-101-139/+0
| | | | | | | | | | | | | | | | The last user of this file was the "-dynload wrapper" which was removed in 169f5972d5398e75c4cf7f831b6ce703288ec73c for addressing #4275 Reviewers: austin, erikd, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2098 GHC Trac Issues: #4275
* Fix setting argv[0] in shell-utils.c on WindowsIan Lynagh2008-01-231-2/+3
|
* Escape arguments for Windows in shell-tools.cIan Lynagh2008-01-231-1/+6
|
* Refactor cross-plattform process spawning from ghc-inplace into shell-tools.cClemens Fruhwirth2008-01-101-0/+133