aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-format.c
AgeCommit message (Expand)Author
2005-05-06cvs update -Pd -jgcc-3_4-branch:20050{222,506}Jakub Jelinek
2003-12-20 * c-format.c (print_char_table): Allow 'I' flag on floating pointJoseph Myers
2003-11-08 PR c/3190Joseph Myers
2003-09-21 * c-format.c (gcc_diag_char_table): Add %J.Richard Henderson
2003-07-18 * c-common.c: Don't undefine GCC_DIAG_STYLE.Gabriel Dos Reis
2003-07-12 * c-format.c: Fix comment formatting.Kazu Hirata
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-30 * c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth
2003-06-30gcc:Kaveh Ghazi
2003-06-28 * diagnostic.h (diagnostic_set_info): Replace file and linenoNathan Sidwell
2003-06-28 * c-format.c (check_format_string, get_constant)Zack Weinberg
2003-06-23 * basic-block.h: Fix comment formatting.Kazu Hirata
2003-06-202003-06-20 Andreas Tobler <toa@pop.agri.ch>Andreas Tobler
2003-06-19 * c-aux-info.c: Convert to ISO C99.Andreas Jaeger
2003-06-16 * c-format.c (dynamic_format_types): New pointer for dynamic data.Kaveh Ghazi
2003-06-13gcc:Kaveh Ghazi
2003-06-09Patch from Osku SalermaOsku Salerma
2003-06-02 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.Kaveh Ghazi
2003-05-31 * c-format.c (format_length_info, format_char_info,Kaveh Ghazi
2003-05-17gcc:Kaveh Ghazi
2003-05-01 * input.h (lineno): Rename to ...Nathan Sidwell
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-12-01 PR c++/8332Mark Mitchell
2002-09-22 * ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-15 * ChangeLog: Follow spelling conventions.Kazu Hirata
2002-08-01 * c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth
2002-07-212002-07-21 Gabriel Dos Reis <gdr@nerim.net>Gabriel Dos Reis
2002-07-21 * c-format.c (T99_I, T99_UI): Remove.Neil Booth
2002-06-05 * toplev.h (report_error_function): Remove.Gabriel Dos Reis
2002-05-23* builtin-attrs.def: Update copyright years.Jason Thorpe
2002-05-23* c-common.c (warn_nonnull): Declare.Jason Thorpe
2002-05-18* c-common.c (c_common_post_options): Warn if -Wformat-zero-lengthJason Thorpe
2002-05-03 * c-format.c (check_format_info_main): Don't check for presence ofJoseph Myers
2002-04-19 * builtins.c: Include langhooks.h.Neil Booth
2002-04-01 * c-common.c (unsigned_conversion_warning, convert_and_check,Neil Booth
2002-02-20 PR c/4389Roger Sayle
2001-11-25 * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.Joseph Myers
2001-10-302001-10-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2001-10-22fix spelling typo in commentNick Clifton
2001-10-21 * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosKaveh Ghazi
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-10-07 * builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh Ghazi
2001-10-02 * c-common.c (c_format_attribute_table): Make format andJoseph Myers
2001-10-02 * attribs.c (decl_attributes): Possibly callJoseph Myers
2001-10-02 * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.Joseph Myers
2001-09-22 * c-format.c (init_function_format_info): Check __builtin_printfJoseph Myers
2001-09-21 Table-driven attributes.Joseph Myers
2001-08-27 * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-04-25 * c-format.c (check_format_info_recurse): HandleJakub Jelinek