Age | Commit message (Expand) | Author |
---|---|---|
2010-05-14 | Support macro invocations with multiple tokens for a single argument. | Carl Worth |
2010-05-14 | Rename list_t and node_t to string_list_t and string_node_t. | Carl Worth |
2010-05-13 | Add support for the structure of function-like macros. | Carl Worth |
2010-05-13 | Make the lexer distinguish between identifiers and defined macros. | Carl Worth |
2010-05-12 | Convert lexer to talloc and add xtalloc wrappers. | Carl Worth |
2010-05-12 | Fix defines involving both literals and other defined macros. | Carl Worth |
2010-05-10 | Implment #define | Carl Worth |
2010-05-10 | Add some compiler warnings and corresponding fixes. | Carl Worth |