Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-05-18 | c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with... | Jason Thorpe | 1 | -2/+8 |
2002-05-03 | re PR c/6547 (misleading printf '$' format) | Joseph Myers | 1 | -5/+5 |
2002-04-19 | builtins.c: Include langhooks.h. | Neil Booth | 1 | -7/+2 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -2/+2 |
2002-02-20 | re PR c/4389 (Improper constant folding) | Jakub Jelinek | 1 | -5/+4 |
2001-11-25 | c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New. | Joseph Myers | 1 | -10/+46 |
2001-10-30 | Localization fixes. | Paolo Bonzini | 1 | -8/+8 |
2001-10-22 | fix spelling typo in comment | Nick Clifton | 1 | -2/+2 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -2/+2 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -2/+2 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -37/+37 |
2001-10-02 | c-common.c (c_format_attribute_table): Make format and format_arg attributes ... | Joseph Myers | 1 | -218/+142 |
2001-10-02 | attribs.c (decl_attributes): Possibly call insert_default_attributes to inser... | Joseph Myers | 1 | -80/+10 |
2001-10-02 | c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94. | Joseph Myers | 1 | -1/+1 |
2001-09-22 | c-format.c (init_function_format_info): Check __builtin_printf and __builtin_... | Joseph Myers | 1 | -5/+8 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -26/+46 |
2001-08-27 | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 1 | -12/+4 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |