| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup Win32 artifacts | Michael Steinert | 2012-05-17 | 4 | -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 guards | Michael Steinert | 2012-05-17 | 2 | -0/+8 |
| | | | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com> | ||||
| * | Automated relicensing of source files MPL/GPL -> MIT | Marek Majkowski | 2012-04-12 | 4 | -113/+89 |
| | | |||||
| * | Update copyright 2012 | Emile Joubert | 2012-02-02 | 4 | -4/+4 |
| | | |||||
| * | Remove trailing whitespace | David Wragg | 2011-07-05 | 1 | -8/+8 |
| | | |||||
| * | Update copyright notices | David Wragg | 2011-03-01 | 4 | -76/+28 |
| | | | | | And generally bring debian/copyright up to date. | ||||
| * | Comment typo fixes | David Wragg | 2010-11-24 | 1 | -3/+4 |
| | | |||||
| * | Fix a bug in the asprintf implementation | David Wragg | 2010-10-28 | 1 | -3/+6 |
| | | | | | *strp[len] does not mean (*strp)[len] | ||||
| * | Construct the command line to conform to Windows escaping conventions | David Wragg | 2010-10-27 | 1 | -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 linebug22825 | David Wragg | 2010-07-28 | 1 | -1/+3 |
| | | | | | And fix a tyop in an error message. | ||||
| * | A Windows port, using MinGW/MSYS | David Wragg | 2010-05-30 | 4 | -0/+387 |
