aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
AgeCommit message (Expand)Author
2001-06-05 * c-common.h (flag_dump_translation_unit): Remove.nathan
2001-05-01 * c-common.c (c_promoting_integer_type_p): New function, from therth
2001-03-27 * c-common.h (DECL_NUM_STMTS): New macro.mmitchel
2001-01-13 * c-common.c: Move format checking code to ...jsm28
2001-01-11 * c-common.h (CTI_VOID_LIST): Remove.mmitchel
2001-01-04 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.jsm28
2001-01-03 * c-common.c (c_common_lang_init): New function. Warn if formatjsm28
2001-01-02 * c-common.h (ASM_INPUT_P): New.rth
2001-01-02 * c-decl.c (c_decode_option): Remove support ofaj
2000-12-20 * c-typeck.c (build_asm_stmt): New, broken out from ...rth
2000-12-18 * c-common.c (STD_C9L, ADJ_STD): Define.jsm28
2000-12-07 * c-common.c (warn_format_security): New variable.jsm28
2000-12-01 * c-common.c (warn_format, warn_format_y2k,jsm28
2000-12-01 * c-common.c: Include "defaults.h".jsm28
2000-11-28 * c-common.h: Remove flag_digraphs.neil
2000-11-26 * c-common.h (DECL_C_HARD_REGISTER): New.rth
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.neil
2000-11-21 * c-common.c (c_unsafe_for_reeval): New function.rth
2000-11-14 * c-common.h (CTI_C_SIZE_TYPE): Update comment.jsm28
2000-11-13 * c-common.c (boolean_increment): New function.jsm28
2000-11-10 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel
2000-10-18 * c-common.h (flag_no_builtin): Declare.mmitchel
2000-10-18 * c-common.c (back_end_hook): New variable.mmitchel
2000-10-17Improved sequence point warningsbernds
2000-10-17 * c-common.h (warn_missing_format_attribute): New variable.jsm28
2000-10-08 * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm28
2000-10-06 * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi
2000-09-19 * Makefile.in (c-common.o): Depend on diagnostic.h.ghazi
2000-09-17 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel
2000-09-12 * c-common.h (genrtl_clear_out_block): Remove.mmitchel
2000-09-10 * c-common.h (add_stmt): Change prototype.mmitchel
2000-09-07 * c-common.h (prep_stmt): Declare.mmitchel
2000-09-07 Move statement-tree facilities from C++ to C front-end.mmitchel
2000-09-07Integrated preprocessor.zack
2000-09-06 * extend.texi: Mark named return value extension as deprecated.mmitchel
2000-09-01 * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.jsm28
2000-08-29top level:zack
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel
2000-08-21 * c-tree.h (flag_hosted): Move declaration from here...jsm28
2000-08-06 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE andjsm28
2000-08-04 * c-common.h (flag_isoc94): Declare.jsm28
2000-08-04 * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.jsm28
2000-08-02 * c-common.h: Prototype min_precision and c_build_qualified_type here...zack
2000-07-13 * c-common.h (flag_digraphs): New.neil
2000-07-102000-07-10 Benjamin Chelf <chelf@codesourcery.com>chelf
2000-07-032000-07-02 Benjamin Chelf <chelf@codesourcery.com>chelf
2000-07-022000-07-01 Benjamin Chelf <chelf@codesourcery.com>chelf
2000-06-30 * Makefile.in (c-common.o): Don't depend on c-tree.h or c-lex.h.mmitchel
2000-06-30 * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.mmitchel
2000-06-19 * c-common.h (IF_COND): Added documentation.chelf