summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostic.c: Fix typos in comments.Phil Edwards2000-12-011-5/+5
* stringpool.c: New file.Zack Weinberg2000-11-171-2/+2
* diagnostic.c (finish_abort): New fn.Jason Merrill2000-11-151-9/+22
* diagnostic.c (vbuild_message_string, [...]): Add ATTRIBUTE_PRINTF.Joseph Myers2000-11-131-3/+6
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-2/+2
* diagnostic.c: Remove EGCS reference in comment.Joseph Myers2000-10-211-1/+1
* * diagnostic.c (output_format): Add missing break.Richard Henderson2000-10-051-0/+1
* diagnostic.h (output_clear_message_text): New function.Gabriel Dos Reis2000-09-281-8/+7
* flags.h: Declare warning flag warn_system_headers.Branko Cibej2000-09-251-1/+3
* diagnostic.c (output_last_position): Define.Gabriel Dos Reis2000-09-251-2/+19
* toplev.c (display_help): Fix thinko in documentation.Gabriel Dos Reis2000-09-061-2/+20
* diagnostic.c (finish_diagnostic): Define.Gabriel Dos Reis2000-08-241-6/+11
* diagnostic.h (output_buffer_state): New macro.Gabriel Dos Reis2000-08-221-13/+15
* diagnostic.h (report_problematic_module): Declare.Gabriel Dos Reis2000-08-221-20/+28
* diagnostic.c (context_as_prefix): Export.Gabriel Dos Reis2000-08-211-18/+58
* c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.Gabriel Dos Reis2000-08-201-33/+92
* diagnostic.c (fatal_function): New variable.Richard Kenner2000-08-151-4/+49
* collect2.c (main): Typo fixed.Jeffrey Oldham2000-07-221-1/+1
* diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg2000-07-211-41/+98
* diagnostic.h (report_diagnostic): Change prototype.Gabriel Dos Reis2000-07-181-29/+30
* diagnostic.c (doing_line_wrapping, [...]): Remove.Gabriel Dos Reis2000-07-151-242/+71
* diagnostic.c (vline_wrapper_message_with_location, [...]): Remove.Gabriel Dos Reis2000-07-131-226/+49
* c-typeck.c (pedwarn_c99): Move toGabriel Dos Reis2000-07-121-3/+6
* diagnostic.c (save_output_state): Remove.Gabriel Dos Reis2000-07-121-153/+138
* diagnostic.c (output_octal): Second parameter is unsigned.Gabriel Dos Reis2000-07-101-15/+22
* diagnostic.c (wrap_text): New function.Gabriel Dos Reis2000-07-091-50/+121
* diagnostic.c (diagnostic_args): New macro.Gabriel Dos Reis2000-07-091-57/+325
* c-decl.c: Mark strings for translation.Philipp Thomas2000-06-281-1/+1
* [multiple changes]Richard Henderson2000-06-261-6/+3
* diagnostic.c (output_maximum_width): Remove.Gabriel Dos Reis2000-06-061-20/+61
* top level:Zack Weinberg2000-05-201-1/+1
* diagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.Gabriel Dos Reis2000-05-141-2/+33
* bb-reorder.c (get_next_bb_note, [...]): Prototype.Kaveh R. Ghazi2000-05-041-15/+16
* diagnostic.c (init_output_buffer): Don't initialize format_args.Richard Henderson2000-04-221-14/+10
* diagnostic.h: New file.Gabriel Dos Reis2000-04-221-114/+243
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-4/+4
* * diagnostic.c (init_output_buffer): Handle case of null PREFIX.Richard Kenner2000-02-231-1/+1
* fix commentJason Merrill2000-02-221-1/+1
* diagnostic.c (init_output_buffer): Make it possible to output at least 32 cha...Gabriel Dos Reis2000-02-211-1/+8
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-20/+19
* diagnostic.c (build_message_string, [...]): Add ATTRIBUTE_PRINTF_*.Kaveh R. Ghazi2000-01-281-10/+20
* cccp.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-141-67/+68
* 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>Gabriel Dos Reis2000-01-121-30/+409
* diagnostic.c (v_message_with_decl): Use .* format specifier instead of buildi...Kaveh R. Ghazi1999-12-271-8/+1
* toplev.c (notice, [...]): Move to diagnostic.cGabriel Dos Reis1999-12-181-0/+926