c-opts.c (c_common_parse_file): Only start/end main source file if debug hooks says...
[platform/upstream/gcc.git] / gcc / c-format.c
2005-03-20 Joseph Myersc-common.c (handle_aligned_attribute, [...]): Do not...
2005-03-18 Joseph Myersc-common.c, [...]: Use %D for declarations in diagnosti...
2004-11-09 Joseph Myersbuiltins.c, [...]: Say "argument" instead of "arg"...
2004-11-09 Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-10-03 Joseph Myersc-aux-info.c, [...]: Follow code formatting conventions.
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-15 Joseph Myersattribs.c, [...]: Use %<, %> and %q for quoting in...
2004-09-07 Nathan Sidwellc-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-07-25 Bernardo Innocentibasic-block.h (reorder_block_def): Rename to reorder_bl...
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-19 Daniel JacobowitzMakefile.in (c-format.o): Depend on c-format.h.
2004-07-01 Joseph Myersre PR c/1027 (slightly misleading printf format warning)
2004-06-30 Joseph Myersc-common.h (check_function_format): Remove first parameter.
2004-05-29 Joseph Myerspretty-print.c (pp_base_format_text): Support %< instea...
2004-05-24 Joseph Myersintl.h (open_quote, [...]): New.
2004-05-15 Joseph Myersre PR c/15444 (Bad warning message in printf format...
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2003-12-20 Joseph Myersc-format.c (print_char_table): Allow 'I' flag on floati...
2003-11-08 Joseph Myersre PR c/3190 (-Wformat-y2k doesn't belong to -Wall...
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-07-18 Gabriel Dos Reisc-common.c: Don't undefine GCC_DIAG_STYLE.
2003-07-12 Kazu Hiratac-format.c: Fix comment formatting.
2003-07-01 Kazu Hiratabasic-block.h: Fix comment typos.
2003-06-30 Neil Boothc-common.c (enum c_language_kind, flag_objc): Remove.
2003-06-30 Kaveh R. Ghazibuiltin-attrs.def (gcc_diag, [...]): New format attributes.
2003-06-28 Nathan Sidwelldiagnostic.h (diagnostic_set_info): Replace file and...
2003-06-28 Zack Weinberg* c-format.c (check_format_string, get_constant)
2003-06-23 Kazu Hiratabasic-block.h: Fix comment formatting.
2003-06-20 Andreas Toblerc-format.c: Change _Bool to bool reverting part of...
2003-06-19 Andreas Jaegerc-aux-info.c: Convert to ISO C99.
2003-06-16 Kaveh R. Ghazic-format.c (dynamic_format_types): New pointer for...
2003-06-13 Kaveh R. Ghazic-format.c (format_types_orig): Disallow '*' width...
2003-06-09 Osku SalermaPatch from Osku Salerma
2003-06-02 Kaveh R. Ghazibuiltin-attrs.def (ATTR_ASM_FPRINTF): New.
2003-05-31 Kaveh R. Ghazic-format.c (format_length_info, [...]): De-const-ify...
2003-05-17 Kaveh R. Ghazibuiltins.c (validate_arglist): Eliminate libiberty...
2003-05-01 Nathan Sidwellinput.h (lineno): Rename to ...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-01 Mark Mitchellre PR c++/8332 (strlen/template interaction causes...
2002-09-22 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-15 Kazu HirataChangeLog: Follow spelling conventions.
2002-08-01 Neil Boothc-common.c: Define all C/ObjC/C++ warning and flag...
2002-07-21 Gabriel Dos Reisc-decl.c (build_array_declarator): Say 'ISO C90', not...
2002-07-21 Neil Booth* c-format.c (T99_I, T99_UI): Remove.
2002-06-05 Gabriel Dos Reistoplev.h (report_error_function): Remove.
2002-05-23 Jason Thorpebuiltin-attrs.def: Update copyright years.
2002-05-23 Jason Thorpec-common.c (warn_nonnull): Declare.
2002-05-18 Jason Thorpec-common.c (c_common_post_options): Warn if -Wformat...
2002-05-03 Joseph Myersre PR c/6547 (misleading printf '$' format)
2002-04-19 Neil Boothbuiltins.c: Include langhooks.h.
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-02-20 Jakub Jelinekre PR c/4389 (Improper constant folding)
2001-11-25 Joseph Myersc-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
2001-10-30 Paolo BonziniLocalization fixes.
2001-10-22 Nick Cliftonfix spelling typo in comment
2001-10-21 Kaveh R. Ghazic-format.c (maybe_read_dollar_number): Use safe-ctype...
2001-10-11 Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-10-07 Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-10-02 Joseph Myersc-common.c (c_format_attribute_table): Make format...
2001-10-02 Joseph Myersattribs.c (decl_attributes): Possibly call insert_defau...
2001-10-02 Joseph Myersc-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
2001-09-22 Joseph Myersc-format.c (init_function_format_info): Check __builtin...
2001-09-21 Joseph MyersTable-driven attributes.
2001-08-27 Andreas Jaegeremit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-04-25 Jakub Jelinekc-format.c (check_format_info_recurse): Handle PLUS_EXP...
2001-03-02 John David Anglinprint-rtl.c (print_rtx): Cast enums to int for comparison.
2001-01-13 Joseph Myersc-common.c: Move format checking code to ...