Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another VarArgs fix. | madmaxoft | 2014-01-16 | 1 | -1/+1 |
| | | | | This time using va_copy() on platforms that have it and simple assignment on platforms that don't. | ||||
* | Using a 2nd argument instead of va_copy(). | madmaxoft | 2014-01-15 | 1 | -4/+4 |
| | | | | This seems to be the only reasonable C++03-only solution. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+30 |