1. 10 May, 2009 1 commit
  2. 22 Apr, 2009 1 commit
  3. 28 Mar, 2009 1 commit
  4. 18 Nov, 2008 1 commit
  5. 27 Aug, 2008 1 commit
  6. 01 Feb, 2008 1 commit
  7. 08 Nov, 2007 1 commit
  8. 07 Mar, 2007 1 commit
  9. 22 Oct, 2006 1 commit
  10. 20 Nov, 2005 1 commit
  11. 17 Sep, 2005 1 commit
    • re PR fortran/15586 (gfortran should support i18n in its compiler messages) · 31043f6c
      	PR fortran/15586
      
      	* arith.c (gfc_arith_error): Add translation support
      	for error messages.
      	* array.c (gfc_match_array_ref): Likewise.
      	(gfc_match_array_spec): Likewise.
      	* check.c (must_be): Add msgid convention to third argument.
      	(same_type_check): Add translation support for error message.
      	(rank_check): Likewise.
      	(kind_value_check): Likewise.
      	(gfc_check_associated): Correct typo.
      	(gfc_check_reshape): Add translation support for error message.
      	(gfc_check_spread): Likewise.
      	* error.c (error_printf): Add nocmsgid convention to argument.
      	(gfc_warning, gfc_notify_std, gfc_warning_now, gfc_warning_check)
      	(gfc_error, gfc_error_now): Likewise.
      	(gfc_status): Add cmsgid convention to argument.
      	* expr.c (gfc_extract_int): Add translation support
              for error messages.
      	(gfc_check_conformance): Add msgid convention to argument.
      	(gfc_check_pointer_assign): Correct tabbing.
      	* gfortran.h: Include intl.h header. Remove prototype
      	for gfc_article.
      	* gfortranspec.c: Include intl.h header.
      	(lang_specific_driver): Add translation support for --version.
      	* io.c (check_format): Add translation support for
      	error message.
      	(format_item_1): Likewise.
      	(data_desc): Likewise.
      	* matchexp.c: Likewise.
      	* misc.c (gfc_article): Remove function.
      	* module.c (bad_module): Use msgid convention. Add
      	translation support for error messages.
      	(require_atom): Add translation support for error messages.
      	* parse.c (gfc_ascii_statement): Likewise.
      	(gfc_state_name): Likewise.
      	* primary.c (match_boz_constant): Reorganise error
      	messages for translations.
      	* resolve.c (resolve_entries): Likewise.
      	(resolve_operator): Add translation support for error messages.
      	(gfc_resolve_expr): Use msgid convention. Reorganise error
              messages for translations.
      	(resolve_symbol): Add translation support for error messages.
      	* symbol.c (gfc_add_procedure): Remove use of gfc_article function.
      	* trans-const.c (gfc_build_string_const): Use msgid convention.
      
      	* exgettext: Add a new nocmsgid convention for arguments
      	that should be marked as no-c-format.
      	* gcc.pot: Regenerate.
      
      From-SVN: r104372
      Francois-Xavier Coudert committed
  12. 01 Jul, 2005 1 commit
  13. 07 Jun, 2005 1 commit
  14. 06 Apr, 2005 1 commit
  15. 25 Feb, 2005 1 commit
  16. 27 Nov, 2004 1 commit
  17. 09 Nov, 2004 1 commit
  18. 06 Nov, 2004 1 commit
  19. 08 Oct, 2004 1 commit
  20. 06 Oct, 2004 1 commit
    • pretty-print.c: Include tree.h. · d5706a1e
      	* pretty-print.c: Include tree.h.
      	(pp_base_prepare_to_format): New function, logic from
      	text_specifies_location.
      	(pp_base_format_text): Use gcc_assert.
      	* pretty-print.h (pp_prepare_to_format): New macro.
      	(pp_base_prepare_to_format): Prototype.
      	* diagnostic.c (text_specifies_location): Delete.
      	(bug_report_request): Delete.
      	(diagnostic_set_info): Don't call text_specifies_location.
      	(diagnostic_action_after_output): Put text from
      	bug_report_request inline here.  Use gcc_unreachable.
      	(diagnostic_report_current_function): Fix comment.
      	(diagnostic_report_diagnostic): Clarify logic for error recursion.
      	Call pp_prepare_to_format before diagnostic_starter.
      	(trim_filename): Use IS_DIR_SEPARATOR.
      	(fatal_error, internal_error): Use gcc_unreachable.
      	(error_recursion): Call diagnostic_action_after_output to
      	issue the bug_report_request message and exit.
      	* Makefile.in (diagnostic.o, pretty-print.o): Update dependencies.
      
      	* c-parse.in: Add list of diagnostic messages to insulate
      	translation template from version of yacc/bison used to
      	compile the grammar.
      java:
      	* parse.y, parse-scan.y: Add list of diagnostic messages to
      	insulate translation template from version of yacc/bison used
      	to compile the grammar.
      treelang:
      	* parse.y: Add list of diagnostic messages to insulate
      	translation template from version of yacc/bison used to
      	compile the grammar.
      po:
      	* gcc.pot: Regenerate.
      
      From-SVN: r88590
      Zack Weinberg committed
  21. 30 Sep, 2004 1 commit
  22. 16 Sep, 2004 1 commit
  23. 14 Sep, 2004 1 commit
  24. 18 May, 2004 1 commit
    • Makefile.def, [...]: Remove all mention of libf2c. · b4117c30
      top:
      	* Makefile.def, Makefile.tpl, configure.in: Remove all mention
      	of libf2c.
      	* configure, Makefile.in: Regenerate.
      contrib:
      	* gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
      	from list of files to be touched.
      	* convert_to_f2c, convert_to_g2c, download_f2c: Delete.
      gcc:
      	* f: Entire directory removed
      
      	* c-common.h (CTI_G77_INTEGER_TYPE, CTI_G77_UINTEGER_TYPE)
      	(CTI_G77_LONGINT_TYPE, CTI_G77_ULONGINT_TYPE)
      	(g77_integer_type_node, g77_uinteger_type_node)
      	(g77_longint_type_node, or g77_ulongint_type_node): Delete.
      	* c-common.c (c_common_nodes_and_builtins): Do not initialize
      	the above set of variables.
      
      	* config/i386/uwin.h: No need to define WIN32_UWIN_TARGET.
      	* doc/invoke.texi, doc/standards.texi: Remove cross-references
      	to g77 manual.
      gcc/po:
      	* exgettext (spec_error_string): Do not scan beyond the end of
      	the string for a close brace.  Do not bail out at the first
      	incidence of %%e.
      	* gcc.pot: Regenerate.
      
      From-SVN: r81967
      Zack Weinberg committed
  25. 14 May, 2004 1 commit
  26. 06 Feb, 2004 1 commit
  27. 25 Jan, 2004 1 commit
  28. 20 Nov, 2003 1 commit
  29. 25 Oct, 2003 1 commit
  30. 22 Mar, 2003 1 commit
    • c-common.c: Include intl.h. · d9b2742a
      	* c-common.c: Include intl.h.
      	(shadow_warning): Rewrite to allow better diagnostic translations.
      	* c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
      	* c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
      	use it throughout.
      	* Makefile.in (c-common.o): Add intl.h.
      cp:
      	* decl.c: Update calls to shadow_warning.
      po:
      	* gcc.pot: Regenerate.
      
      From-SVN: r64699
      Zack Weinberg committed
  31. 30 Dec, 2002 1 commit
  32. 23 Apr, 2002 1 commit
  33. 17 Feb, 2002 1 commit
    • final.c (output_operand_lossage): Changed to accept printf style arguments. · a52453cc
      2002-02-17  Philipp Thomas  <pthomas@suse.de>
      
      	* final.c (output_operand_lossage): Changed to accept
      	printf style arguments. Change calls where necessary.
      	* output.h (output_operand_lossage): Change declaration
      	accordingly. Update copyright.
      	* config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
      	config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
      	Update copyright date where necessary.
      
      	* config/i386/i386.c (print_operand): Likewise. Remove use of
      	sprintf.
      
      	* config/cris/cris.c (cris_operand_lossage): Likewise.
      	Rename parameter so that exgettext recognizes it as
      	translatable message.
      	(LOSE_AND_RETURN): Rename parameter to msgid.
      
      	* po/gcc.pot: Regenerate.
      
      From-SVN: r49820
      Philipp Thomas committed
  34. 11 Feb, 2002 1 commit
  35. 04 Feb, 2002 1 commit
  36. 23 Jan, 2002 1 commit
  37. 20 Dec, 2001 1 commit
  38. 18 Dec, 2001 1 commit
  39. 15 Dec, 2001 2 commits