summaryrefslogtreecommitdiff
path: root/tools/windows
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup Win32 artifactsMichael Steinert2012-05-174-349/+0
| | | | | | | 1. Standardize on `win32` vs `windows/win32` 2. Move `msinttypes` into platform directory Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Add config.h header guardsMichael Steinert2012-05-172-0/+8
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-124-113/+89
|
* Update copyright 2012Emile Joubert2012-02-024-4/+4
|
* Remove trailing whitespaceDavid Wragg2011-07-051-8/+8
|
* Update copyright noticesDavid Wragg2011-03-014-76/+28
| | | | And generally bring debian/copyright up to date.
* Comment typo fixesDavid Wragg2010-11-241-3/+4
|
* Fix a bug in the asprintf implementationDavid Wragg2010-10-281-3/+6
| | | | *strp[len] does not mean (*strp)[len]
* 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-304-0/+387