Age | Commit message (Expand) | Author | Files | Lines |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-01-13 | c-common.c: Move format checking code to ... | Joseph Myers | 1 | -2453/+4 |
2001-01-09 | c-common.c (enum format_type): Add format_type_error. | Joseph Myers | 1 | -13/+34 |
2001-01-07 | builtins.def (BUILT_IN_FPRINTF): New entry. | Kaveh R. Ghazi | 1 | -1/+103 |
2001-01-07 | c-common.c (c_common_nodes_and_builtins): Add _Exit builtin. | Joseph Myers | 1 | -1/+3 |
2001-01-05 | builtins.def (BUILT_IN_CONJ, [...]): Define. | Joseph Myers | 1 | -0/+73 |
2001-01-05 | VECTOR_TYPE fixes for aliasing, and dwarf2 output. | Daniel Berlin | 1 | -1/+5 |
2001-01-04 | c-common.c (SIZE_TYPE, WCHAR_TYPE): Define. | Joseph Myers | 1 | -0/+158 |
2001-01-03 | c-common.c (c_common_lang_init): New function. | Joseph Myers | 1 | -0/+23 |
2001-01-02 | update copyrights | Kaveh Ghazi | 1 | -1/+1 |
2001-01-02 | c-common.c (c_common_nodes_and_builtins): Set prototype parameters for __buil... | Kaveh R. Ghazi | 1 | -12/+34 |
2000-12-28 | c-common.c (enum format_type): Add strfmon_format_type. | Joseph Myers | 1 | -49/+137 |
2000-12-23 | builtins.def (BUILT_IN_LABS, [...]): Don't define. | Joseph Myers | 1 | -6/+3 |
2000-12-23 | c-common.c (builtin_function_2): New function. | Joseph Myers | 1 | -213/+208 |
2000-12-20 | c-typeck.c (build_asm_stmt): New, broken out from ... | Richard Henderson | 1 | -2/+2 |
2000-12-18 | c-common.c (STD_C9L, ADJ_STD): Define. | Joseph Myers | 1 | -20/+26 |
2000-12-17 | c-common.c (c_common_nodes_and_builtins): Create a cstring_endlink, use it. | Kaveh R. Ghazi | 1 | -58/+36 |
2000-12-09 | c-common.c (check_function_format): Don't suggest adding format attributes to... | Joseph Myers | 1 | -2/+19 |
2000-12-07 | c-common.c (warn_format_security): New variable. | Joseph Myers | 1 | -2/+9 |
2000-12-07 | c-common.c (check_format_info): Warn for non-constant format strings with str... | Joseph Myers | 1 | -2/+23 |
2000-12-07 | c-common.c (format_wanted_type): Add reading_from_flag. | Joseph Myers | 1 | -15/+38 |
2000-12-07 | c-common.c (parse_in): Make a cpp_reader *. | Neil Booth | 1 | -1/+1 |
2000-12-03 | builtins.c (expand_builtin_strcat, [...]): New functions. | Kaveh R. Ghazi | 1 | -9/+35 |
2000-12-02 | c-common.c (combine_strings): When the ISO C standard specifies the maximum l... | Geoffrey Keating | 1 | -2/+2 |
2000-12-02 | Make alpha build again. | Bernd Schmidt | 1 | -0/+4 |
2000-12-01 | c-common.c (warn_format, [...]): Define. | Joseph Myers | 1 | -18/+48 |
2000-12-01 | builtins.def (BUILT_IN_IMAXABS): Add. | Joseph Myers | 1 | -2/+15 |
2000-12-01 | c-common.c: Include "defaults.h". | Joseph Myers | 1 | -0/+38 |
2000-11-30 | * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status | Alexandre Oliva | 1 | -9/+9 |
2000-11-27 | builtins.c (expand_builtin_strncmp, [...]): New functions. | Kaveh R. Ghazi | 1 | -2/+28 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -88/+0 |
2000-11-24 | Fix bug in previous change. | Bernd Schmidt | 1 | -0/+3 |
2000-11-24 | Overhaul sequence point warnings (again) | Bernd Schmidt | 1 | -204/+354 |
2000-11-21 | c-common.c (c_unsafe_for_reeval): New function. | Richard Henderson | 1 | -0/+15 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 1 | -4/+2 |
2000-11-15 | tree.c (build_type_no_quals): New function. | Andrew Haley | 1 | -3/+1 |
2000-11-13 | c-common.c (boolean_increment): New function. | Joseph Myers | 1 | -0/+41 |
2000-11-13 | builtins.c (expand_builtin): Handle BUILT_IN_INDEX and BUILT_IN_RINDEX. | Kaveh R. Ghazi | 1 | -0/+10 |
2000-11-10 | Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | Mark Mitchell | 1 | -0/+18 |
2000-11-09 | builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max. | Jakub Jelinek | 1 | -0/+6 |
2000-11-07 | * c-common.c (combine_strings): Only warn about long strings for C. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-11-07 | builtins.c (expand_builtin_strpbrk): New function. | Kaveh R. Ghazi | 1 | -1/+5 |
2000-11-02 | c-common.c (get_flag_spec, [...]): Use strchr () instead of index (). | Joseph Myers | 1 | -21/+22 |
2000-11-01 | builtins.c (expand_builtin_strstr): New function. | Kaveh R. Ghazi | 1 | -0/+24 |
2000-10-20 | c-common.c (check_format_info_recurse): Extract string constant initializers ... | Joseph Myers | 1 | -0/+27 |
2000-10-18 | c-common.h (flag_no_builtin): Declare. | Mark Mitchell | 1 | -27/+25 |
2000-10-18 | c-common.c (check_format_types): Check for writing through a NULL pointer arg... | Joseph Myers | 1 | -0/+9 |
2000-10-18 | c-common.c (CPLUSPLUS_STD_VER, [...]): Define. | Joseph Myers | 1 | -36/+38 |
2000-10-18 | c-common.c (check_format_info_main): Minor cleanup... | Joseph Myers | 1 | -36/+30 |
2000-10-18 | c-common.c (back_end_hook): New variable. | Mark Mitchell | 1 | -0/+4 |