aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-format.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-30Localization fixes.Paolo Bonzini1-8/+8
2001-10-22fix spelling typo in commentNick Clifton1-2/+2
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-2/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-2/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-37/+37
2001-10-02c-common.c (c_format_attribute_table): Make format and format_arg attributes ...Joseph Myers1-218/+142
2001-10-02attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers1-80/+10
2001-10-02c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.Joseph Myers1-1/+1
2001-09-22c-format.c (init_function_format_info): Check __builtin_printf and __builtin_...Joseph Myers1-5/+8
2001-09-21Table-driven attributes.Joseph Myers1-26/+46
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-12/+4
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-04-25c-format.c (check_format_info_recurse): Handle PLUS_EXPR for format string.Jakub Jelinek1-0/+40
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-12/+14
2001-01-13c-common.c: Move format checking code to ...Joseph Myers1-0/+2507