summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (combine_strings): Only warn about long strings for C.ghazi2000-11-071-1/+1
* * builtins.c (expand_builtin_strpbrk): New function.ghazi2000-11-071-1/+5
* * c-common.c (get_flag_spec, check_format_info_main,jsm282000-11-021-21/+22
* * builtins.c (expand_builtin_strstr): New function.ghazi2000-11-011-0/+24
* * c-common.c (check_format_info_recurse): Extract string constantjsm282000-10-201-0/+27
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-27/+25
* * c-common.c (check_format_types): Check for writing through ajsm282000-10-181-0/+9
* * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.jsm282000-10-181-36/+38
* * c-common.c (check_format_info_main): Minor cleanup: movejsm282000-10-181-36/+30
* * c-common.c (back_end_hook): New variable.mmitchel2000-10-181-0/+4
* * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.jsm282000-10-171-8/+23
* Improved sequence point warningsbernds2000-10-171-0/+264
* * c-common.h (warn_missing_format_attribute): New variable.jsm282000-10-171-1/+17
* * c-common.c (format_check_results): New structure.jsm282000-10-161-67/+235
* * c-common.c (c_expand_builtin): PARAMS-ize prototype.aoliva2000-10-131-1/+1
* * c-common.c (decl_attributes): Don't allow strftime formats withjsm282000-10-121-0/+8
* * c-common.c (scanf_flag_specs): Add flags ' and I.jsm282000-10-121-16/+23
* * c-common.c (print_char_table): Use the unpromoted type forjsm282000-10-121-3/+11
* * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a newghazi2000-10-091-3/+1
* * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.jsm282000-10-081-2/+8
* * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,jsm282000-10-081-260/+519
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf):ghazi2000-10-061-4/+193
* * c-common.c (format_char_info): Add flags2; update comments.jsm282000-09-251-64/+67
* * c-common.c (check_format_info): Warn for a wide character stringjsm282000-09-241-0/+5
* * builtins.def (BUILT_IN_LLABS): Add.jsm282000-09-241-0/+12
* * builtins.c (expand_builtin_fputs): Also expand when length!=1.ghazi2000-09-211-1/+5
* * builtins.c (is_valid_printf_arglist, expand_builtin_printf): Newghazi2000-09-191-1/+27
* * Makefile.in (c-common.o): Depend on diagnostic.h.ghazi2000-09-191-83/+118
* * c-common.c (check_format_info): Properly save the argumentjsm282000-09-181-20/+55
* * c-common.c (format_char_info): Add 'W' flag to comment.jsm282000-09-181-17/+16
* * c-common.c (check_format_types): Reorganise and clean up,jsm282000-09-181-89/+100
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-10/+317
* * c-common.c (format_wanted_type): New structure.jsm282000-09-151-47/+153
* * builtins.c (built_in_decls): New array.ghazi2000-09-121-0/+20
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-0/+12
* * c-common.c (time_char_table): Allow %#b and %#h.jsm282000-09-071-3/+2
* Move statement-tree facilities from C++ to C front-end.mmitchel2000-09-071-0/+112
* Integrated preprocessor.zack2000-09-071-102/+2
* * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.jsm282000-09-011-198/+310
* top level:zack2000-08-291-5/+12
* * c-common.c (time_char_table): Don't allow width and flags withjsm282000-08-251-1/+2
* Fix ia64-linux setjmp failures due to attribute aligned on typedef bug.wilson2000-08-241-8/+14
* * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.gkm2000-08-241-0/+2
* * c-common.c (time_char_table): Don't allow width with %F.jsm282000-08-241-3/+4
* * c-common.c (print_char_table): Allow 'I' flag with %d, %i andjsm282000-08-231-3/+5
* * c-common.c (check_format_info): Give the 'some locales' warningjsm282000-08-221-3/+4
* * c-common.c (init_dollar_format_checking,jsm282000-08-211-32/+236
* * c-tree.h (flag_hosted): Move declaration from here...jsm282000-08-211-29/+40
* * c-common.c (scan_char_table): Add 'w' to flags for all formatsjsm282000-08-211-24/+52
* * c-common.c (combine_strings, check_format_info): Refer to ISO Cjsm282000-08-081-26/+35