Age | Commit message (Expand) | Author | Files | Lines |
2005-03-29 | builtin-types.def, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-20 | c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_... | Joseph Myers | 1 | -7/+2 |
2005-03-18 | c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi... | Joseph Myers | 1 | -1/+2 |
2004-11-09 | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 1 | -6/+8 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -2/+2 |
2004-10-03 | c-aux-info.c, [...]: Follow code formatting conventions. | Joseph Myers | 1 | -22/+22 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -38/+38 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -49/+33 |
2004-07-26 | basic-block.h (reorder_block_def): Rename to reorder_block_def_p. | Bernardo Innocenti | 1 | -13/+19 |
2004-07-25 | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 1 | -2/+2 |
2004-07-19 | Makefile.in (c-format.o): Depend on c-format.h. | Daniel Jacobowitz | 1 | -407/+192 |
2004-07-01 | re PR c/1027 (slightly misleading printf format warning) | Joseph Myers | 1 | -70/+88 |
2004-06-30 | c-common.h (check_function_format): Remove first parameter. | Joseph Myers | 1 | -140/+101 |
2004-05-29 | pretty-print.c (pp_base_format_text): Support %< instead of %` and %> as well... | Joseph Myers | 1 | -17/+14 |
2004-05-24 | intl.h (open_quote, [...]): New. | Joseph Myers | 1 | -48/+56 |
2004-05-15 | re PR c/15444 (Bad warning message in printf format checking) | Joseph Myers | 1 | -0/+36 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+1 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -2/+2 |
2003-12-20 | c-format.c (print_char_table): Allow 'I' flag on floating point decimal formats. | Joseph Myers | 1 | -14/+14 |
2003-11-08 | re PR c/3190 (-Wformat-y2k doesn't belong to -Wall - it's hard to avoid) | Joseph Myers | 1 | -1/+1 |
2003-09-20 | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 1 | -9/+28 |
2003-07-18 | c-common.c: Don't undefine GCC_DIAG_STYLE. | Gabriel Dos Reis | 1 | -1/+1 |
2003-07-12 | c-format.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-30 | c-common.c (enum c_language_kind, flag_objc): Remove. | Neil Booth | 1 | -2/+2 |
2003-06-30 | builtin-attrs.def (gcc_diag, [...]): New format attributes. | Kaveh R. Ghazi | 1 | -4/+274 |
2003-06-28 | diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a... | Nathan Sidwell | 1 | -1/+1 |
2003-06-28 | * c-format.c (check_format_string, get_constant) | Zack Weinberg | 1 | -2/+2 |
2003-06-23 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-20 | c-format.c: Change _Bool to bool reverting part of the last patch. | Andreas Tobler | 1 | -2/+2 |
2003-06-19 | c-aux-info.c: Convert to ISO C99. | Andreas Jaeger | 1 | -81/+38 |
2003-06-16 | c-format.c (dynamic_format_types): New pointer for dynamic data. | Kaveh R. Ghazi | 1 | -38/+71 |
2003-06-13 | c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf f... | Kaveh R. Ghazi | 1 | -1/+1 |
2003-06-09 | Patch from Osku Salerma | Osku Salerma | 1 | -68/+72 |
2003-06-02 | builtin-attrs.def (ATTR_ASM_FPRINTF): New. | Kaveh R. Ghazi | 1 | -72/+175 |
2003-05-31 | c-format.c (format_length_info, [...]): De-const-ify structure members. | Kaveh R. Ghazi | 1 | -37/+37 |
2003-05-17 | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 1 | -6/+5 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-01 | re PR c++/8332 (strlen/template interaction causes ICE) | Mark Mitchell | 1 | -1/+1 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-15 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-08-01 | c-common.c: Define all C/ObjC/C++ warning and flag variables. | Neil Booth | 1 | -27/+0 |
2002-07-21 | c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'. | Gabriel Dos Reis | 1 | -1/+1 |
2002-07-21 | * c-format.c (T99_I, T99_UI): Remove. | Neil Booth | 1 | -2/+0 |
2002-06-05 | toplev.h (report_error_function): Remove. | Gabriel Dos Reis | 1 | -4/+4 |
2002-05-23 | builtin-attrs.def: Update copyright years. | Jason Thorpe | 1 | -5/+0 |
2002-05-23 | c-common.c (warn_nonnull): Declare. | Jason Thorpe | 1 | -95/+35 |