summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug in previous change.bernds2000-11-241-0/+3
* Overhaul sequence point warnings (again)bernds2000-11-241-204/+354
* * c-common.c (c_unsafe_for_reeval): New function.rth2000-11-211-0/+15
* * stringpool.c: New file.zack2000-11-171-4/+2
* 2000-11-13 Andrew Haley <aph@redhat.com>aph2000-11-151-3/+1
* * c-common.c (boolean_increment): New function.jsm282000-11-131-0/+41
* * builtins.c (expand_builtin): Handle BUILT_IN_INDEX andghazi2000-11-131-0/+10
* * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel2000-11-101-0/+18
* * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.jakub2000-11-091-0/+6
* * 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