summaryrefslogtreecommitdiff
path: root/usr.bin/m4/trace.c
AgeCommit message (Expand)Author
2006-03-20report function m4errx, that shows app-specific data (filename/linenumber)Marc Espie
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2005-01-21more portable code, stderr is not necessarily a constant.Marc Espie
2005-01-20remove unused variables, extra declarations.Marc Espie
2003-06-30Fold trace status into the single hash table that's left.Marc Espie
2003-06-30replace old hash structure with open hashing.Marc Espie
2003-06-30Make the trace status of a macro an actual argument that gets pushedMarc Espie
2003-06-12switch from linked list to hash table for traced macros.Marc Espie
2002-04-26use ansi function declarations. ok millert@Marc Espie
2002-04-26fix indentation errorMarc Espie
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-29show level of macro expansion, not dummy 1 (finally found some gnu-m4Marc Espie
2001-09-27traceon/traceoff built-ins.Marc Espie
2001-09-18Tracing facilities. Same style as gnu-m4, because it's mostly used forMarc Espie