basic-block.h: Fix comment typos.
[gcc.git] / gcc / c-format.c
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 ...