Include string encoding in string_t.
[cparser] / preprocessor.c
2012-06-14 Christoph MallonInclude string encoding in string_t.
2012-06-14 Christoph MallonPush finishing the string into make_string()/identify_s...
2012-05-23 Christoph MallonAugment MATCH_NEWLINE() in the preprocessor so its...
2012-05-23 Christoph MallonReduce code duplication in parse_headername().
2012-05-23 Christoph MallonMerge the implementations of parse_character_constant...
2012-05-23 Christoph MallonMerge TP_WIDE_CHARACTER_CONSTANT into TP_CHARACTER_CONS...
2012-05-23 Christoph MallonMerge TP_WIDE_STRING_LITERAL into TP_STRING_LITERAL.
2012-05-18 Matthias Braunpreprocessor: rework headername parsing
2012-05-18 Matthias Braunpreprocessor: correctly implement "" includes
2012-05-18 Matthias Braunpreprocessor: implement -o in pptest
2012-05-14 Christoph MallonSimplify a check in parse_ifdef_ifndef_directive().
2012-05-14 Christoph MallonMove the symbol to token_base_t.
2012-05-05 Christoph MallonRemove T_ERROR and TP_ERROR.
2011-08-19 Christoph MallonSimplify sizeof(x) / sizeof(x[0]) to lengthof(x).
2011-08-09 Matthias Braunpreprocessor: escape sequence, octal parsing in utf32
2011-08-09 Matthias Braunmove grow_symbol function into unicode.h
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-08-09 Matthias Braunstart working on include searchpath management
2011-08-09 Matthias Braunredo preprocessor output concerning spaces,newlines
2011-08-09 Matthias Braundo not add searchpath stuff into parse_headername
2011-08-09 Matthias Braunadapt preprocessor to coding standards
2011-08-09 Matthias Braunpreprocessor: cleanup, use new input functions
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-22 Christoph MallonSimplify some do-while-0 macros.
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-04 Christoph MallonRename the attribute linenr of struct source_position_t...
2011-02-04 Christoph MallonWhitespace fixes.
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2008-12-17 Christoph MallonPut { of function on separate line.
2008-12-11 Christoph MallonResolve warnings.
2008-11-14 Michael Beck- fixed a lot of 'enum type mixed with ...' warnings
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-07 Matthias Braunmore work towards expansion of macros with arguments
2008-11-04 Matthias Braunfix parsing of define argument lists, fix subtle proble...
2008-11-03 Matthias Braunif(n)def implementation
2008-11-03 Matthias Braunimplemented #include
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...