log directive.c @ 209:256f51fde64c default tip

age author description
2017-08-01 David A. Holland Abort on line numbering or column numbering overflow.
2016-09-04 David A. Holland Add a -debuglog option to send an execution trace to a file.
2015-06-12 David A. Holland Don't use <stdbool.h> unless __STDC__ is large enough.
2015-06-12 David A. Holland Replace Joerg's place_setfile with something that at least sort of works.
2015-06-12 David A. Holland Suppress blank lines later.
2015-06-12 David A. Holland directive.c needs limits.h
2015-06-12 David A. Holland Fix Joerg's #line code.
2015-06-12 David A. Holland Merge upstream into Joerg's changes.
2015-02-27 Joerg Sonnenberger Fully implement #line.
2015-06-12 David A. Holland Wrap up the current and next line position when invoking directives.
2013-06-15 David A. Holland Don't expand macros within character constants.
2013-06-12 David A. Holland fix for #if handling:
2013-06-11 David A. Holland Make -Wcomment work again
2013-06-11 David A. Holland Pass -Wunused.