Mercurial > ~dholland > hg > tradcpp > index.cgi
log main.c @ 71:dc63e70e425d
age | author | description |
---|---|---|
2013-06-10 | David A. Holland | Accept and ignore -traditional. |
2013-03-31 | Joerg Sonnenberger | Skip option itself, before passing down to handler. |
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. |
2013-03-31 | David A. Holland | Sort the option lists to match the comparison used to search them. duh. |
2010-12-20 | David A. Holland | copyrights |
2010-12-20 | David A. Holland | deal with macro parameters |
2010-12-20 | David A. Holland | added macro table |
2010-12-20 | David A. Holland | handle directives |
2010-12-20 | David A. Holland | woops |
2010-12-20 | David A. Holland | simplify places |
2010-12-20 | David A. Holland | move seenfiles to place.c too |
2010-12-20 | David A. Holland | split place stuff to its own file |
2010-12-20 | David A. Holland | make places work better |