Mercurial > ~dholland > hg > tradcpp > index.cgi
log utils.h @ 191:c8d4ab9aeff0
age | author | description |
---|---|---|
2015-06-12 | David A. Holland | Don't use <stdbool.h> unless __STDC__ is large enough. |
2015-06-12 | David A. Holland | Don't need digits[], take it back out. |
2015-02-27 | Joerg Sonnenberger | Fully implement #line. |
2013-07-13 | David A. Holland | Allow complain(NULL, format, ...) |
2013-06-11 | David A. Holland | __unused -> UNUSED |
2013-06-11 | David A. Holland | don't rely on netbsd cdefs.h |
2013-03-31 | Joerg Sonnenberger | __dead + __printflike for clang |
2013-03-31 | David A. Holland | Pass the size to free; it makes debug checking easier. |
2013-03-31 | David A. Holland | Wrap free() in dofree() to allow instrumenting it for debugging. |
2010-12-20 | David A. Holland | copyrights |
2010-12-20 | David A. Holland | deal with macro parameters |
2010-12-20 | David A. Holland | expression evaluator |
2010-12-20 | David A. Holland | split place stuff to its own file |
2010-12-19 | David A. Holland | checkpoint - can find files |
2010-12-19 | David A. Holland | support code |