cparser
2008-12-11 Christoph MallonDo not record error entities of kind ENTITY_COMPOUND_ME...
2008-12-11 Christoph MallonGet rid of repeated unused variable warnings.
2008-12-11 Christoph MallonPrettify printing of qualified pointer types.
2008-12-11 Christoph MallonGet rid of unnecessary negation.
2008-12-11 Christoph MallonResolve warning.
2008-12-11 Christoph MallonMark variables used in sub initializers as read.
2008-12-11 Christoph MallonWhitespace.
2008-12-11 Christoph MallonMinor formatting nit in the manpage.
2008-12-11 Christoph MallonDo not print an error, that the operand of delete does...
2008-12-11 Christoph MallonFix typo in comment.
2008-12-10 Matthias Braunfirst revision of jna writer
2008-12-10 Christoph MallonSuppress warning about +/- in <</>>, if the +/- is...
2008-12-10 Christoph MallonImprove handling of statement expressions ({}):
2008-12-10 Michael Beck- recognize __attribute__((returns_twice)) and __declsp...
2008-12-10 Michael Beck- updated hash_pointer_type for based pointers
2008-12-09 Christoph MallonCalculate the size of a typedefed VLA right where the...
2008-12-09 Christoph MallonRemove two unnecessary return;.
2008-12-09 Christoph MallonAdd one more case to -Wparentheses: x + y << z.
2008-12-09 Matthias Braunmore stuff lying around here
2008-12-09 Matthias Braunadapt to latest firm changes
2008-12-09 Matthias Braunadapt for latest firm changes
2008-12-09 Matthias Braunfix warning
2008-12-09 Christoph MallonRemove dead variable initialisation.
2008-12-09 Matthias Braundo NOT add default: cases to enum switches
2008-12-09 Matthias Braunuse C linkage for implicit functions
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-12-08 Moritz KrollResolved some uninitialized variable warnings
2008-12-08 Moritz KrollCompiles now with Cygwin, if -Werror is disabled in...
2008-12-08 Moritz KrollFixed name mangling of implicitly declared functions...
2008-12-08 Christoph MallonRemove trailing \n from panic messages.
2008-12-08 Moritz KrollAdapted tokens.inc for Cygwin and MinGW
2008-12-08 Christoph MallonMap a few more GCC builtin functions to libc equivalents.
2008-12-08 Christoph MallonRepair L"a" "b" concatenation.
2008-12-08 Christoph Mallon- Repair evaluating && with constant left hand side...
2008-12-08 Christoph MallonRemove false_block != NULL tests, which never can be...
2008-12-08 Christoph MallonImprove error recovery, if the : of a ?: operator is...
2008-12-08 Christoph MallonAllow sizeof(void) and __alignof__(void) as GCC extension.
2008-12-08 Christoph MallonStore an unsigned char in the current lexer character...
2008-12-08 Christoph Mallon"Support" more GCC builtin functions, i.e. tell the...
2008-12-08 Christoph MallonCorrectly print octal escape sequences, when the char...
2008-12-07 Christoph MallonEvaluate the argument of va_end for its side effects.
2008-12-07 Christoph MallonCompound literals are lvalues.
2008-12-07 Christoph MallonSlightly change whitespace when printing for-statements.
2008-12-07 Christoph MallonImplement -Wparentheses.
2008-12-07 Michael Beck- select_addr() must create an constant in constant...
2008-12-07 Michael Beck- fixed assertiton (used ENTIFY_PARAMETER yet)
2008-12-06 Christoph Mallon| needs to be escaped, too.
2008-12-06 Christoph MallonAdd partial support for C++ wchar_t.
2008-12-05 Christoph MallonPrint scalar initialisers as assignment expressions...
2008-12-05 Christoph MallonAdd print_assignment_expression() as shortcut for print...
2008-12-05 Christoph MallonOne more declaration-with-no-declarators-null-pointer...
2008-12-04 Christoph MallonSimplify array_access_addr() by using adjust_for_pointe...
2008-12-04 Christoph MallonConvert the value before taking the shortcut in adjust_...
2008-12-03 Matthias Braunremove output in error case
2008-12-03 Christoph MallonAccept the undocumented GCC extension escape sequence...
2008-12-03 Christoph MallonRepair semantic of return-statements for C and implemen...
2008-12-03 Christoph MallonIndentation.
2008-12-03 Christoph MallonProperly print parameters, which have no type (identifi...
2008-12-03 Christoph MallonParameter identifier lists are no prototypes.
2008-12-03 Christoph MallonWhen parsing k&r parameter identifier lists, do not...
2008-12-03 Christoph MallonBefore setting volatility, check that FIRM did not...
2008-12-03 Matthias Brauncreate mode from cparser type not from ir_nodes which...
2008-12-03 Matthias Braunfix bad construction of logical binops with constant...
2008-12-03 Matthias Braunspecify error label for expect macro, fix wrong anchor...
2008-12-03 Christoph MallonRemove incorrect assertion. It is perfectly valid for...
2008-12-02 Christoph MallonAdhere §6.7.6:2 footnote 126: Empty parentheses in...
2008-12-02 Christoph MallonC++ operator can be at the start of a statement, too.
2008-12-02 Christoph MallonUpdate comment.
2008-12-02 Christoph MallonAdd C++ tokens to the anchors in parse_compound_stateme...
2008-12-02 Christoph MallonDo not unnecessarily throw away typedef information...
2008-12-02 Christoph MallonAdd billions and billions of anchors to parse_compound_...
2008-12-02 Christoph MallonDo not print a space in a return statement, which has...
2008-12-02 Christoph MallonBuild AST, even if the select expression (->) is invalid.
2008-12-01 Matthias Braunadd manpage to release
2008-12-01 Matthias Braunincrement version for next release
2008-12-01 Matthias Braunincrement version number for release
2008-12-01 Matthias Braunuse american style date
2008-12-01 Matthias Braunwe have a bugtracker
2008-12-01 Matthias Brauncall symbols identifiers in error messages
2008-12-01 Christoph MallonUpdate NEWS.
2008-11-30 Christoph MallonOnly warn about a superfluous "packed" attribute for...
2008-11-30 Christoph MallonDo not show typedefs, which were created for error...
2008-11-30 Christoph MallonRemove wrong symbol from warning messages.
2008-11-30 Christoph MallonUse quotes more consistently in error and warning messages.
2008-11-30 Christoph MallonFix typo, document -Wl, and -Wp,.
2008-11-30 Christoph MallonImplement (and document \o/) -Werror-implicit-function...
2008-11-30 Christoph MallonDocument some more switches.
2008-11-29 Christoph MallonStart writing a manpage for cparser.
2008-11-29 Christoph MallonResolve another null pointer access.
2008-11-29 Christoph MallonResolve several null pointer accesses, when encounterin...
2008-11-29 Christoph MallonImprove warning message, when there are too few format...
2008-11-29 Christoph MallonSay '\0' instead of NUL in warning messages.
2008-11-29 Christoph MallonUse fprintf and %lc to output a wchar_t.
2008-11-29 Christoph MallonRevert r24133.
2008-11-29 Matthias Braun- Mixing wchar and normal output is forbidden by the...
2008-11-29 Christoph MallonAvoid null pointer access in the format string checker...
2008-11-29 Matthias Braunarg might be NULL
2008-11-28 Matthias Braunnewer gcc need filetype for preprocessing .s apparently
2008-11-28 Matthias Braunarch_op is no more
2008-11-28 Matthias Braunimprove token display
next