summaryrefslogtreecommitdiff
path: root/gcc/c-format.c
Commit message (Expand)AuthorAgeFilesLines
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-9/+28
* c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis2003-07-181-1/+1
* c-format.c: Fix comment formatting.Kazu Hirata2003-07-121-2/+2
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-2/+2
* builtin-attrs.def (gcc_diag, [...]): New format attributes.Kaveh R. Ghazi2003-06-301-4/+274
* diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell2003-06-281-1/+1
* * c-format.c (check_format_string, get_constant)Zack Weinberg2003-06-281-2/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-1/+1
* c-format.c: Change _Bool to bool reverting part of the last patch.Andreas Tobler2003-06-201-2/+2
* c-aux-info.c: Convert to ISO C99.Andreas Jaeger2003-06-191-81/+38
* c-format.c (dynamic_format_types): New pointer for dynamic data.Kaveh R. Ghazi2003-06-161-38/+71
* c-format.c (format_types_orig): Disallow '*' width/precision in asm_fprintf f...Kaveh R. Ghazi2003-06-131-1/+1
* Patch from Osku SalermaOsku Salerma2003-06-091-68/+72
* builtin-attrs.def (ATTR_ASM_FPRINTF): New.Kaveh R. Ghazi2003-06-021-72/+175
* c-format.c (format_length_info, [...]): De-const-ify structure members.Kaveh R. Ghazi2003-05-311-37/+37
* builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi2003-05-171-6/+5
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-3/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell2002-12-011-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-3/+3
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-1/+1
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-27/+0
* c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis2002-07-211-1/+1
* * c-format.c (T99_I, T99_UI): Remove.Neil Booth2002-07-211-2/+0
* toplev.h (report_error_function): Remove.Gabriel Dos Reis2002-06-051-4/+4
* builtin-attrs.def: Update copyright years.Jason Thorpe2002-05-231-5/+0
* c-common.c (warn_nonnull): Declare.Jason Thorpe2002-05-231-95/+35
* c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe2002-05-181-2/+8
* re PR c/6547 (misleading printf '$' format)Joseph Myers2002-05-031-5/+5
* builtins.c: Include langhooks.h.Neil Booth2002-04-191-7/+2
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-2/+2
* re PR c/4389 (Improper constant folding)Jakub Jelinek2002-02-201-5/+4
* c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.Joseph Myers2001-11-251-10/+46
* Localization fixes.Paolo Bonzini2001-10-301-8/+8
* fix spelling typo in commentNick Clifton2001-10-221-2/+2
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-2/+2
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-2/+2
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-37/+37
* c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers2001-10-021-218/+142
* attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers2001-10-021-80/+10
* c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.Joseph Myers2001-10-021-1/+1
* c-format.c (init_function_format_info): Check __builtin_printf and __builtin_...Joseph Myers2001-09-221-5/+8
* Table-driven attributes.Joseph Myers2001-09-211-26/+46
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-12/+4
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string.Jakub Jelinek2001-04-251-0/+40
* print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin2001-03-021-12/+14
* c-common.c: Move format checking code to ...Joseph Myers2001-01-131-0/+2507