Age | Commit message (Expand) | Author | Files | Lines |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-10-08 | c-pretty-print.c (pp_c_postfix_expression): Fix thinko. | Jason Merrill | 1 | -1/+1 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-09-18 | tree.def (FFS_EXPR, [...]): Delete unused tree codes. | Roger Sayle | 1 | -4/+1 |
2003-09-18 | c-pretty-print.h (pp_type_specifier_seq): Fix thinko. | Gabriel Dos Reis | 1 | -55/+153 |
2003-09-17 | re PR c++/11357 ([DR 425] no conversion of build-in binary operator argument ... | Gabriel Dos Reis | 1 | -1/+6 |
2003-09-07 | re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static) | Gabriel Dos Reis | 1 | -12/+14 |
2003-08-25 | pretty-print.h (pp_maybe_newline_and_indent): New macro. | Gabriel Dos Reis | 1 | -624/+746 |
2003-08-22 | builtin-attrs.def: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-08-19 | builtins.c: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2003-08-10 | pretty-print.c (pp_base_indent): Rename from pp_indent. | Gabriel Dos Reis | 1 | -204/+707 |
2003-08-05 | pretty-print.h (pp_set_line_maximum_length): Make macro. | Gabriel Dos Reis | 1 | -21/+21 |
2003-08-03 | pretty-print.h: Adjust macro definitions. | Gabriel Dos Reis | 1 | -3/+1 |
2003-07-25 | Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC. | Gabriel Dos Reis | 1 | -15/+18 |
2003-07-14 | *** empty log message *** | Gabriel Dos Reis | 1 | -2/+53 |
2003-06-30 | c-common.c (enum c_language_kind, flag_objc): Remove. | Neil Booth | 1 | -4/+4 |
2003-06-22 | c-lex.c: Convert to ISO C90. | Andreas Jaeger | 1 | -200/+111 |
2003-05-21 | c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX. | Kaveh R. Ghazi | 1 | -5/+2 |
2003-04-07 | tree.c (tree_size): For all 'c' and 'x' nodes... | Zack Weinberg | 1 | -24/+0 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 1 | -1/+2 |
2002-09-08 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -2/+1 |
2002-08-22 | c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR. | Jason Merrill | 1 | -1/+1 |
2002-08-14 | c-pretty-print.h: Guard against multiple inclusion. | Gabriel Dos Reis | 1 | -0/+29 |
2002-08-13 | c-pretty-print.c: #include "c-tree.h". | Gabriel Dos Reis | 1 | -84/+188 |
2002-08-12 | diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer. | Gabriel Dos Reis | 1 | -1/+112 |
2002-07-30 | c-pretty-print.h (pp_c_statement): Declare. | Gabriel Dos Reis | 1 | -4/+251 |
2002-07-30 | c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR. | Gabriel Dos Reis | 1 | -1/+31 |
2002-07-29 | c-pretty-print.h (struct c_pretty_print_info): Add new member. | Gabriel Dos Reis | 1 | -6/+143 |
2002-07-29 | Makefile.in (C_OBJS): Include c-pretty-print.o | Gabriel Dos Reis | 1 | -0/+835 |