OSDN Git Service

PR c/3190
[pf3gnuchains/gcc-fork.git] / gcc / c-format.c
2003-11-08 jsm28 PR c/3190
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-07-18 gdr * c-common.c: Don't undefine GCC_DIAG_STYLE.
2003-07-12 kazu * c-format.c: Fix comment formatting.
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-30 neil * c-common.c (enum c_language_kind, flag_objc): Remove.
2003-06-30 ghazigcc:
2003-06-28 nathan * diagnostic.h (diagnostic_set_info): Replace file...
2003-06-28 zack * c-format.c (check_format_string, get_constant)
2003-06-23 kazu * basic-block.h: Fix comment formatting.
2003-06-20 aj2003-06-20 Andreas Tobler <toa@pop.agri.ch>
2003-06-19 aj * c-aux-info.c: Convert to ISO C99.
2003-06-16 ghazi * c-format.c (dynamic_format_types): New pointer for...
2003-06-13 ghazigcc:
2003-06-09 wilsonPatch from Osku Salerma
2003-06-02 ghazi * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
2003-05-31 ghazi * c-format.c (format_length_info, format_char_info,
2003-05-17 ghazigcc:
2003-05-01 nathan * input.h (lineno): Rename to ...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-01 mmitchel PR c++/8332
2002-09-22 kazu * ChangeLog: Follow spelling conventions.
2002-09-15 kazu * ChangeLog: Follow spelling conventions.
2002-08-01 neil * c-common.c: Define all C/ObjC/C++ warning and flag...
2002-07-21 gdr2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
2002-07-21 neil * c-format.c (T99_I, T99_UI): Remove.
2002-06-05 gdr * toplev.h (report_error_function): Remove.
2002-05-23 thorpej* builtin-attrs.def: Update copyright years.
2002-05-23 thorpej* c-common.c (warn_nonnull): Declare.
2002-05-18 thorpej* c-common.c (c_common_post_options): Warn if -Wformat...
2002-05-03 jsm28 * c-format.c (check_format_info_main): Don't check...
2002-04-19 neil * builtins.c: Include langhooks.h.
2002-04-01 neil * c-common.c (unsigned_conversion_warning, convert_and...
2002-02-20 jakub PR c/4389
2001-11-25 jsm28 * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
2001-10-30 jsm282001-10-30 Paolo Bonzini <bonzini@gnu.org>
2001-10-22 nickcfix spelling typo in comment
2001-10-21 ghazi * c-format.c (maybe_read_dollar_number): Use safe...
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-07 ghazi * builtins.c (expand_builtin_setjmp_receiver): Const...
2001-10-02 jsm28 * c-common.c (c_format_attribute_table): Make format and
2001-10-02 jsm28 * attribs.c (decl_attributes): Possibly call
2001-10-02 jsm28 * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
2001-09-22 jsm28 * c-format.c (init_function_format_info): Check __buil...
2001-09-21 jsm28 Table-driven attributes.
2001-08-27 aj * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-04-25 jakub * c-format.c (check_format_info_recurse): Handle
2001-03-02 danglin * print-rtl.c (print_rtx): Cast enums to int for compa...
2001-01-13 jsm28 * c-common.c: Move format checking code to ...