summaryrefslogtreecommitdiff
path: root/tools/windows/process.c
Commit message (Collapse)AuthorAgeFilesLines
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
|
* Update copyright 2012Emile Joubert2012-02-021-1/+1
|
* Remove trailing whitespaceDavid Wragg2011-07-051-8/+8
|
* Update copyright noticesDavid Wragg2011-03-011-19/+7
| | | | And generally bring debian/copyright up to date.
* Comment typo fixesDavid Wragg2010-11-241-3/+4
|
* Construct the command line to conform to Windows escaping conventionsDavid Wragg2010-10-271-8/+28
| | | | | | Those conventions are crazier than I thought. I leaned about this from <http://blogs.msdn.com/b/oldnewthing/archive/2010/09/17/10063629.aspx>.
* We were neglecting to free the constructed command linebug22825David Wragg2010-07-281-1/+3
| | | | And fix a tyop in an error message.
* A Windows port, using MinGW/MSYSDavid Wragg2010-05-301-0/+204