Avoid printing a space at the beginning of lines in the output.
[mesa.git] / glcpp.h
2010-05-20 Carl WorthAvoid printing a space at the beginning of lines in...
2010-05-20 Carl WorthAvoid re-expanding a macro name that has once been...
2010-05-19 Carl WorthUse new token_list_t rather than string_list_t for...
2010-05-19 Carl WorthPerform "re lexing" on string list values rathern than...
2010-05-19 Carl WorthAdd a wrapper function around the lexer.
2010-05-19 Carl WorthRewrite macro handling to support function-like macro...
2010-05-14 Carl WorthSupport macro invocations with multiple tokens for...
2010-05-14 Carl WorthRename list_t and node_t to string_list_t and string_no...
2010-05-13 Carl WorthAdd support for the structure of function-like macros.
2010-05-13 Carl WorthMake the lexer distinguish between identifiers and...
2010-05-12 Carl WorthConvert lexer to talloc and add xtalloc wrappers.
2010-05-12 Carl WorthFix defines involving both literals and other defined...
2010-05-10 Carl WorthImplment #define
2010-05-10 Carl WorthAdd some compiler warnings and corresponding fixes.