aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)Author
2001-01-28 * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh Ghazi
2001-01-13 * c-common.c: Move format checking code to ...Joseph Myers
2001-01-09 * c-common.c (enum format_type): Add format_type_error.Joseph Myers
2001-01-07 * builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh Ghazi
2001-01-07 * c-common.c (c_common_nodes_and_builtins): Add _Exit builtin.Joseph Myers
2001-01-05 * builtins.def (BUILT_IN_CONJ, BUILT_IN_CREAL, BUILT_IN_CIMAG):Joseph Myers
2001-01-05VECTOR_TYPE fixes for aliasing, and dwarf2 output.Daniel Berlin
2001-01-04 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers
2001-01-03 * c-common.c (c_common_lang_init): New function. Warn if formatJoseph Myers
2001-01-02update copyrightsKaveh Ghazi
2001-01-02 * c-common.c (c_common_nodes_and_builtins): Set prototypeKaveh Ghazi
2000-12-28 * c-common.c (enum format_type): Add strfmon_format_type.Joseph Myers
2000-12-23 * builtins.def (BUILT_IN_LABS, BUILT_IN_LLABS, BUILT_IN_IMAXABS):Joseph Myers
2000-12-23 * c-common.c (builtin_function_2): New function.Joseph Myers
2000-12-20 * c-typeck.c (build_asm_stmt): New, broken out from ...Richard Henderson
2000-12-18 * c-common.c (STD_C9L, ADJ_STD): Define.Joseph Myers
2000-12-17 * c-common.c (c_common_nodes_and_builtins): Create aKaveh Ghazi
2000-12-09 * c-common.c (check_function_format): Don't suggest adding formatJoseph Myers
2000-12-07 * c-common.c (warn_format_security): New variable.Joseph Myers
2000-12-07 * c-common.c (check_format_info): Warn for non-constant formatJoseph Myers
2000-12-07 * c-common.c (format_wanted_type): Add reading_from_flag.Joseph Myers
2000-12-07 * c-common.c (parse_in): Make a cpp_reader *.Neil Booth
2000-12-03 * builtins.c (expand_builtin_strcat, expand_builtin_strncat,Kaveh Ghazi
2000-12-02 * c-common.c (combine_strings): When the ISO C standard specifiesGeoffrey Keating
2000-12-02Make alpha build again.Bernd Schmidt
2000-12-01 * c-common.c (warn_format, warn_format_y2k,Joseph Myers
2000-12-01 * builtins.def (BUILT_IN_IMAXABS): Add.Joseph Myers
2000-12-01 * c-common.c: Include "defaults.h".Joseph Myers
2000-11-30* c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load statusAlexandre Oliva
2000-11-27 * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): NewKaveh Ghazi
2000-11-25 * c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth
2000-11-24Fix bug in previous change.Bernd Schmidt
2000-11-24Overhaul sequence point warnings (again)Bernd Schmidt
2000-11-21 * c-common.c (c_unsafe_for_reeval): New function.Richard Henderson
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-11-152000-11-13 Andrew Haley <aph@redhat.com>Andrew Haley
2000-11-13 * c-common.c (boolean_increment): New function.Joseph Myers
2000-11-13 * builtins.c (expand_builtin): Handle BUILT_IN_INDEX andKaveh Ghazi
2000-11-10 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell
2000-11-09 * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.Jakub Jelinek
2000-11-07 * c-common.c (combine_strings): Only warn about long strings for C.Kaveh Ghazi
2000-11-07 * builtins.c (expand_builtin_strpbrk): New function.Kaveh Ghazi
2000-11-02 * c-common.c (get_flag_spec, check_format_info_main,Joseph Myers
2000-11-01 * builtins.c (expand_builtin_strstr): New function.Kaveh Ghazi
2000-10-20 * c-common.c (check_format_info_recurse): Extract string constantJoseph Myers
2000-10-18 * c-common.h (flag_no_builtin): Declare.Mark Mitchell
2000-10-18 * c-common.c (check_format_types): Check for writing through aJoseph Myers
2000-10-18 * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.Joseph Myers
2000-10-18 * c-common.c (check_format_info_main): Minor cleanup: moveJoseph Myers
2000-10-18 * c-common.c (back_end_hook): New variable.Mark Mitchell