| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c (combine_strings): Only warn about long strings for C. | ghazi | 2000-11-07 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_strpbrk): New function. | ghazi | 2000-11-07 | 1 | -1/+5 |
* | * c-common.c (get_flag_spec, check_format_info_main, | jsm28 | 2000-11-02 | 1 | -21/+22 |
* | * builtins.c (expand_builtin_strstr): New function. | ghazi | 2000-11-01 | 1 | -0/+24 |
* | * c-common.c (check_format_info_recurse): Extract string constant | jsm28 | 2000-10-20 | 1 | -0/+27 |
* | * c-common.h (flag_no_builtin): Declare. | mmitchel | 2000-10-18 | 1 | -27/+25 |
* | * c-common.c (check_format_types): Check for writing through a | jsm28 | 2000-10-18 | 1 | -0/+9 |
* | * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define. | jsm28 | 2000-10-18 | 1 | -36/+38 |
* | * c-common.c (check_format_info_main): Minor cleanup: move | jsm28 | 2000-10-18 | 1 | -36/+30 |
* | * c-common.c (back_end_hook): New variable. | mmitchel | 2000-10-18 | 1 | -0/+4 |
* | * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define. | jsm28 | 2000-10-17 | 1 | -8/+23 |
* | Improved sequence point warnings | bernds | 2000-10-17 | 1 | -0/+264 |
* | * c-common.h (warn_missing_format_attribute): New variable. | jsm28 | 2000-10-17 | 1 | -1/+17 |
* | * c-common.c (format_check_results): New structure. | jsm28 | 2000-10-16 | 1 | -67/+235 |
* | * c-common.c (c_expand_builtin): PARAMS-ize prototype. | aoliva | 2000-10-13 | 1 | -1/+1 |
* | * c-common.c (decl_attributes): Don't allow strftime formats with | jsm28 | 2000-10-12 | 1 | -0/+8 |
* | * c-common.c (scanf_flag_specs): Add flags ' and I. | jsm28 | 2000-10-12 | 1 | -16/+23 |
* | * c-common.c (print_char_table): Use the unpromoted type for | jsm28 | 2000-10-12 | 1 | -3/+11 |
* | * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new | ghazi | 2000-10-09 | 1 | -3/+1 |
* | * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define. | jsm28 | 2000-10-08 | 1 | -2/+8 |
* | * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE, | jsm28 | 2000-10-08 | 1 | -260/+519 |
* | * builtins.c (is_valid_printf_arglist, expand_builtin_printf): | ghazi | 2000-10-06 | 1 | -4/+193 |
* | * c-common.c (format_char_info): Add flags2; update comments. | jsm28 | 2000-09-25 | 1 | -64/+67 |
* | * c-common.c (check_format_info): Warn for a wide character string | jsm28 | 2000-09-24 | 1 | -0/+5 |
* | * builtins.def (BUILT_IN_LLABS): Add. | jsm28 | 2000-09-24 | 1 | -0/+12 |
* | * builtins.c (expand_builtin_fputs): Also expand when length!=1. | ghazi | 2000-09-21 | 1 | -1/+5 |
* | * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New | ghazi | 2000-09-19 | 1 | -1/+27 |
* | * Makefile.in (c-common.o): Depend on diagnostic.h. | ghazi | 2000-09-19 | 1 | -83/+118 |
* | * c-common.c (check_format_info): Properly save the argument | jsm28 | 2000-09-18 | 1 | -20/+55 |
* | * c-common.c (format_char_info): Add 'W' flag to comment. | jsm28 | 2000-09-18 | 1 | -17/+16 |
* | * c-common.c (check_format_types): Reorganise and clean up, | jsm28 | 2000-09-18 | 1 | -89/+100 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -10/+317 |
* | * c-common.c (format_wanted_type): New structure. | jsm28 | 2000-09-15 | 1 | -47/+153 |
* | * builtins.c (built_in_decls): New array. | ghazi | 2000-09-12 | 1 | -0/+20 |
* | * c-common.h (add_stmt): Change prototype. | mmitchel | 2000-09-10 | 1 | -0/+12 |
* | * c-common.c (time_char_table): Allow %#b and %#h. | jsm28 | 2000-09-07 | 1 | -3/+2 |
* | Move statement-tree facilities from C++ to C front-end. | mmitchel | 2000-09-07 | 1 | -0/+112 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -102/+2 |
* | * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE. | jsm28 | 2000-09-01 | 1 | -198/+310 |
* | top level: | zack | 2000-08-29 | 1 | -5/+12 |
* | * c-common.c (time_char_table): Don't allow width and flags with | jsm28 | 2000-08-25 | 1 | -1/+2 |
* | Fix ia64-linux setjmp failures due to attribute aligned on typedef bug. | wilson | 2000-08-24 | 1 | -8/+14 |
* | * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'. | gkm | 2000-08-24 | 1 | -0/+2 |
* | * c-common.c (time_char_table): Don't allow width with %F. | jsm28 | 2000-08-24 | 1 | -3/+4 |
* | * c-common.c (print_char_table): Allow 'I' flag with %d, %i and | jsm28 | 2000-08-23 | 1 | -3/+5 |
* | * c-common.c (check_format_info): Give the 'some locales' warning | jsm28 | 2000-08-22 | 1 | -3/+4 |
* | * c-common.c (init_dollar_format_checking, | jsm28 | 2000-08-21 | 1 | -32/+236 |
* | * c-tree.h (flag_hosted): Move declaration from here... | jsm28 | 2000-08-21 | 1 | -29/+40 |
* | * c-common.c (scan_char_table): Add 'w' to flags for all formats | jsm28 | 2000-08-21 | 1 | -24/+52 |
* | * c-common.c (combine_strings, check_format_info): Refer to ISO C | jsm28 | 2000-08-08 | 1 | -26/+35 |