summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another VarArgs fix.madmaxoft2014-01-161-6/+4
| | | | 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().madmaxoft2014-01-151-7/+9
| | | | This seems to be the only reasonable C++03-only solution.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-1/+1
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+169