cparser
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
2008-11-28 Matthias BraunI give up with modulo shift - doing the right thing...
2008-11-28 Christoph MallonEscape ;, too. Sort.
2008-11-28 Matthias Braunmore gcc compatibility flags
2008-11-28 Matthias Braunimplement -print-file-name
2008-11-28 Matthias Braunmore escaping needed
2008-11-28 Matthias Brauncrude implementation of -Wp
2008-11-28 Christoph MallonUse fputs/fputc where appropriate.
2008-11-28 Christoph MallonFix typo.
2008-11-28 Christoph MallonFix typo in comment, correct other comment.
2008-11-28 Michael Beck-some doxygen docu added
2008-11-27 Moritz KrollAdjusted code to mode-less Const and Const_type constru...
2008-11-27 Christoph MallonHandle another GCC perversion: Global arrays without...
2008-11-27 Christoph MallonUpdate NEWS.
2008-11-27 Matthias Braun+TODO
2008-11-27 Christoph MallonSimplify code a bit.
2008-11-27 Matthias Braundon't abort if symbol is NULL in record_declaration
2008-11-27 Matthias Braunfix builting expect handling and implement taking addre...
2008-11-27 Christoph MallonSmall cleanup.
2008-11-26 Christoph MallonResolve redundant declaration warning when parsing...
2008-11-26 Christoph MallonImprove error recovery when parsing the declaration...
2008-11-26 Christoph MallonLet make clean delete builtins.h, too.
2008-11-26 Christoph MallonUpdate version number.
2008-11-25 Christoph MallonRemove \n, which do not belong into a error message.
2008-11-25 Matthias Braunfix transparent unions
2008-11-25 Matthias Braunprint transparent union modifiers for types
2008-11-25 Matthias BraunI should at least compile before commiting
2008-11-25 Matthias Braunfix one more problematic omitted conditional case
2008-11-25 Matthias Braunfix
2008-11-25 Matthias Braun- Introduce ENTITY_PARAMETER
2008-11-24 Christoph MallonImprove error recovery, when parsing case statements.
2008-11-24 Christoph MallonImprove warning message, when there are too few format...
2008-11-24 Christoph Mallon'*' and '&' can start declarations with implicit int.
2008-11-24 Christoph MallonAdd '' around several %K and %T in error and warning...
2008-11-21 Christoph MallonFix error in last commit.
2008-11-21 Christoph Mallons/bash/sh/ and use tar -C instead of pushd.
2008-11-21 Christoph MallonNot Bourne Again.
2008-11-21 Matthias Braunreduce not supported error to a warning
2008-11-21 Christoph Mallonk&r style parameters need array/function type to pointe...
2008-11-21 Matthias Braunget rid of scope->parent
2008-11-20 Christoph MallonRemove unreachable statements.
2008-11-20 Christoph MallonOnly warn about unreachable declaration statements...
2008-11-20 Christoph MallonFix r23842 for for statements without condition.
2008-11-20 Christoph MallonCheck for (un)reachable code in statement expressions...
next