1. 27 Jan, 2012 1 commit
  2. 21 Jun, 2011 1 commit
  3. 24 Mar, 2011 1 commit
  4. 17 Mar, 2011 1 commit
  5. 05 Mar, 2011 1 commit
  6. 18 Dec, 2010 1 commit
  7. 13 Nov, 2010 1 commit
  8. 12 Nov, 2010 1 commit
  9. 10 Nov, 2010 1 commit
  10. 22 Oct, 2010 1 commit
  11. 06 Apr, 2010 1 commit
  12. 26 Mar, 2010 1 commit
  13. 04 Feb, 2010 1 commit
  14. 11 Jan, 2010 1 commit
  15. 03 Dec, 2009 1 commit
  16. 02 Dec, 2009 1 commit
  17. 17 Oct, 2009 1 commit
  18. 10 May, 2009 1 commit
  19. 22 Apr, 2009 1 commit
  20. 28 Mar, 2009 1 commit
  21. 18 Nov, 2008 1 commit
  22. 27 Aug, 2008 1 commit
  23. 01 Feb, 2008 1 commit
  24. 08 Nov, 2007 1 commit
  25. 07 Mar, 2007 1 commit
  26. 22 Oct, 2006 1 commit
  27. 20 Nov, 2005 1 commit
  28. 17 Sep, 2005 1 commit
    • fxcoudert's avatar
      PR fortran/15586 · 41481754
      fxcoudert authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104372 138bc75d-0d04-0410-961f-82ee72b054a4
      41481754
  29. 01 Jul, 2005 1 commit
  30. 07 Jun, 2005 1 commit
  31. 06 Apr, 2005 1 commit
    • rsandifo's avatar
      gcc/ · b1fcce27
      rsandifo authored
      	PR other/20792
      	* Makefile.in (gcc.pot): Remove options.c dependency.
      	* optc-gen.awk: Don't quote help strings with N_().
      
      gcc/po/
      	PR other/20792
      	* exgettext: Don't scan options.c.  Scan .opt files for help strings.
      	* gcc.pot: Regenerate.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97759 138bc75d-0d04-0410-961f-82ee72b054a4
      b1fcce27
  32. 25 Feb, 2005 1 commit
  33. 27 Nov, 2004 1 commit
  34. 09 Nov, 2004 1 commit
  35. 06 Nov, 2004 1 commit
  36. 08 Oct, 2004 1 commit
  37. 06 Oct, 2004 1 commit
    • zack's avatar
      * pretty-print.c: Include tree.h. · 583fa9e0
      zack authored
      	(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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88590 138bc75d-0d04-0410-961f-82ee72b054a4
      583fa9e0
  38. 30 Sep, 2004 1 commit
  39. 16 Sep, 2004 1 commit
  40. 14 Sep, 2004 1 commit