install.texi (Installation): Remove obsolete description for libstdc++ which is now...
[platform/upstream/gcc.git] / gcc / c-common.c
2000-12-01 Joseph Myersc-common.c (warn_format, [...]): Define.
2000-12-01 Joseph Myersbuiltins.def (BUILT_IN_IMAXABS): Add.
2000-12-01 Joseph Myersc-common.c: Include "defaults.h".
2000-11-30 Alexandre Oliva* c-common.c (status_warning) [! ANSI_PROTOTYPES]:...
2000-11-27 Kaveh R. Ghazibuiltins.c (expand_builtin_strncmp, [...]): New functions.
2000-11-25 Neil Boothc-common.c: Remove USE_CPPLIB conditional inclusions.
2000-11-24 Bernd SchmidtFix bug in previous change.
2000-11-24 Bernd SchmidtOverhaul sequence point warnings (again)
2000-11-21 Richard Hendersonc-common.c (c_unsafe_for_reeval): New function.
2000-11-17 Zack Weinbergstringpool.c: New file.
2000-11-15 Andrew Haleytree.c (build_type_no_quals): New function.
2000-11-13 Joseph Myersc-common.c (boolean_increment): New function.
2000-11-13 Kaveh R. Ghazibuiltins.c (expand_builtin): Handle BUILT_IN_INDEX...
2000-11-10 Mark MitchellMakefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-09 Jakub Jelinekbuiltins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for...
2000-11-07 Kaveh R. Ghazi* c-common.c (combine_strings): Only warn about long...
2000-11-07 Kaveh R. Ghazibuiltins.c (expand_builtin_strpbrk): New function.
2000-11-02 Joseph Myersc-common.c (get_flag_spec, [...]): Use strchr () instea...
2000-11-01 Kaveh R. Ghazibuiltins.c (expand_builtin_strstr): New function.
2000-10-20 Joseph Myersc-common.c (check_format_info_recurse): Extract string...
2000-10-18 Mark Mitchellc-common.h (flag_no_builtin): Declare.
2000-10-18 Joseph Myersc-common.c (check_format_types): Check for writing...
2000-10-18 Joseph Myersc-common.c (CPLUSPLUS_STD_VER, [...]): Define.
2000-10-18 Joseph Myersc-common.c (check_format_info_main): Minor cleanup...
2000-10-18 Mark Mitchellc-common.c (back_end_hook): New variable.
2000-10-17 Joseph Myersc-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
2000-10-17 Bernd SchmidtImproved sequence point warnings
2000-10-17 Joseph Myersc-common.h (warn_missing_format_attribute): New variable.
2000-10-16 Joseph Myersc-common.c (format_check_results): New structure.
2000-10-13 Alexandre Oliva* c-common.c (c_expand_builtin): PARAMS-ize prototype.
2000-10-12 Joseph Myersc-common.c (decl_attributes): Don't allow strftime...
2000-10-12 Joseph Myersc-common.c (scanf_flag_specs): Add flags ' and I.
2000-10-12 Joseph Myersc-common.c (print_char_table): Use the unpromoted type...
2000-10-09 Kaveh R. Ghazic-common.c (c_expand_builtin_printf): Set the TREE_TYPE...
2000-10-08 Joseph Myerstm.texi (INTMAX_TYPE, [...]): Define.
2000-10-08 Joseph Myersc-common.c (FMT_FLAG_ARG_CONVERT, [...]): Define.
2000-10-06 Kaveh R. Ghazibuiltins.c (is_valid_printf_arglist, [...]): Move funct...
2000-09-25 Joseph Myersc-common.c (format_char_info): Add flags2; update comments.
2000-09-24 Joseph Myersc-common.c (check_format_info): Warn for a wide charact...
2000-09-24 Joseph Myersbuiltins.def (BUILT_IN_LLABS): Add.
2000-09-21 Kaveh R. Ghazibuiltins.c (expand_builtin_fputs): Also expand when...
2000-09-19 Kaveh R. Ghazibuiltins.c (is_valid_printf_arglist, [...]): New functions.
2000-09-19 Kaveh R. GhaziMakefile.in (c-common.o): Depend on diagnostic.h.
2000-09-18 Joseph Myersc-common.c (check_format_info): Properly save the argum...
2000-09-18 Joseph Myersc-common.c (format_char_info): Add 'W' flag to comment.
2000-09-18 Joseph Myersc-common.c (check_format_types): Reorganise and clean...
2000-09-17 Mark Mitchellsplay-tree.c (splay_tree_predecessor): Fix typo in...
2000-09-15 Joseph Myersc-common.c (format_wanted_type): New structure.
2000-09-12 Kaveh R. Ghazibuiltins.c (built_in_decls): New array.
2000-09-10 Mark Mitchellc-common.h (add_stmt): Change prototype.
2000-09-07 Joseph Myersc-common.c (time_char_table): Allow %#b and %#h.
2000-09-07 Mark MitchellMove statement-tree facilities from C++ to C front...
2000-09-07 Zack WeinbergIntegrated preprocessor.
2000-09-01 Joseph Myersc-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
2000-08-29 Zack Weinbergtop level:
2000-08-25 Joseph Myersc-common.c (time_char_table): Don't allow width and...
2000-08-24 Jim WilsonFix ia64-linux setjmp failures due to attribute aligned...
2000-08-24 Greg McGarytree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
2000-08-24 Joseph Myersc-common.c (time_char_table): Don't allow width with %F.
2000-08-23 Joseph Myersc-common.c (print_char_table): Allow 'I' flag with...
2000-08-22 Joseph Myersc-common.c (check_format_info): Give the 'some locales...
2000-08-21 Joseph Myersc-common.c (init_dollar_format_checking, [...]): New...
2000-08-21 Joseph Myersc-tree.h (flag_hosted): Move declaration from here...
2000-08-21 Joseph Myersc-common.c (scan_char_table): Add 'w' to flags for...
2000-08-08 Joseph Myersc-common.c (combine_strings, [...]): Refer to ISO C...
2000-08-06 Joseph Myersc-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYP...
2000-08-05 Joseph Myersc-common.c (print_char_table): Add entries for the...
2000-08-04 Joseph Myersc-common.c (time_char_table): Mark up formats added...
2000-08-04 Joseph Myersc-common.h (flag_isoc94): Declare.
2000-08-04 Joseph Myersstddef.h: Don't declare wint_t unless __need_wint_t.
2000-07-31 Joseph Myersc-common.c (init_function_format_info): Add C99 format...
2000-07-17 Joseph Myersc-common.c (scan_char_table): Allow "z" length modifier...
2000-07-17 Chip Salzenbergc-common.c (shorten_compare): Quiet warnings about...
2000-07-17 Joseph Myersc-common.c (check_format_info): Do not make a pedantic...
2000-07-12 Kaveh R. Ghazic-common.c (combine_strings): Emit a pedantic warning...
2000-06-30 Mark MitchellMakefile.in (c-common.o): Don't depend on c-tree.h...
2000-06-30 Catherine Moorec-common.c (decl_attributes): Differentiate between...
2000-06-30 Mark Mitchellc-common.c: Include c-common.h, not c-lex.h or c-tree.h.
2000-06-25 Bernd SchmidtVector support: type node creation & debugging support
2000-06-18 Kaveh R. Ghazi* c-common.c (add_c_tree_codes): Fix definition for...
2000-06-17 Benjamin Chelfc-common.c (c_tree_code_type): New array.
2000-06-14 Jakub Jelinektree.h (TYPE_USER_ALIGN, [...]): Define.
2000-06-12 Mark Mitchell* c-common.c (lang_get_alias_set): Fix typo.
2000-06-06 Mark Mitchellc-common.h (c_language_kind): New type.
2000-06-03 Richard Hendersonalias.c (lang_get_alias_set): Remove.
2000-06-02 Jakub Jelinekc-common.c (c_get_alias_set): Check whether signed_type...
2000-06-01 Richard Kenneralias.c (get_alias_set): Don't call language-specific...
2000-05-31 Richard KennerMakefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-27 Richard Kennertree.h (TREE_CODE_LENGTH): New macro.
2000-05-20 Richard Kenneralias.c (aliases_everything_p): Don't special-case...
2000-05-05 Catherine Moorec-common.c (decl_attributes): For TYPE_DECLs attach...
2000-04-28 Mark Mitchellc-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPE...
2000-04-20 Zack Weinbergc-common.c (decl_attributes): Set TREE_USED on the...
2000-04-17 Richard Hendersonbuiltins.c (expand_builtin_expect): New.
2000-04-13 Jan Hubickaalias.c (nonlocal_reference_p): Take a care for CALL_IN...
2000-03-30 Geoff Keatingc-common.c (c_common_nodes_and_builtins): The first...
2000-03-29 Kaveh R. Ghazic-common.c (c_common_nodes_and_builtins): Don't special...
2000-03-24 Kaveh R. Ghazibuiltins.c (expand_builtin_bzero): New function.
2000-03-23 Kaveh R. Ghazibuiltins.c (expand_builtin): Handle bcmp.
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
next