- 10 May, 2009 1 commit
-
-
From-SVN: r147335
Joseph Myers committed
-
- 22 Apr, 2009 1 commit
-
-
From-SVN: r146598
Joseph Myers committed
-
- 28 Mar, 2009 1 commit
-
-
From-SVN: r145162
Joseph Myers committed
-
- 18 Nov, 2008 1 commit
-
-
From-SVN: r141973
Joseph Myers committed
-
- 27 Aug, 2008 1 commit
-
-
gcc/po: * gcc.pot: Regenerate. libcpp/po: * cpplib.pot: Regenerate. From-SVN: r139630
Joseph Myers committed
-
- 01 Feb, 2008 1 commit
-
-
From-SVN: r132000
Joseph Myers committed
-
- 08 Nov, 2007 1 commit
-
-
From-SVN: r130026
Joseph Myers committed
-
- 07 Mar, 2007 1 commit
-
-
From-SVN: r122667
Joseph Myers committed
-
- 22 Oct, 2006 1 commit
-
-
From-SVN: r117953
Joseph Myers committed
-
- 20 Nov, 2005 1 commit
-
-
From-SVN: r107255
Joseph Myers committed
-
- 17 Sep, 2005 1 commit
-
-
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
-
- 01 Jul, 2005 1 commit
-
-
2006-07-01 Kelley Cook <kcook@gcc.gnu.org> * gcc.pot: Regenerate. From-SVN: r101496
Kelley Cook committed
-
- 07 Jun, 2005 1 commit
-
-
* cpplib.pot: Regenerate. * gcc.pot: Regenerate. From-SVN: r100724
Jakub Jelinek committed
-
- 06 Apr, 2005 1 commit
-
-
gcc/ 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. From-SVN: r97759
Richard Sandiford committed
-
- 25 Feb, 2005 1 commit
-
-
From-SVN: r95559
Joseph Myers committed
-
- 27 Nov, 2004 1 commit
-
-
From-SVN: r91389
Joseph Myers committed
-
- 09 Nov, 2004 1 commit
-
-
From-SVN: r90339
Joseph Myers committed
-
- 06 Nov, 2004 1 commit
-
-
From-SVN: r90158
Joseph Myers committed
-
- 08 Oct, 2004 1 commit
-
-
From-SVN: r88743
Joseph Myers committed
-
- 06 Oct, 2004 1 commit
-
-
* 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
-
- 30 Sep, 2004 1 commit
-
-
From-SVN: r88363
Joseph Myers committed
-
- 16 Sep, 2004 1 commit
-
-
From-SVN: r87590
Joseph Myers committed
-
- 14 Sep, 2004 1 commit
-
-
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po, sv.po, tr.po: Update. * gcc.pot: Regenerate. From-SVN: r87507
Joseph Myers committed
-
- 18 May, 2004 1 commit
-
-
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
-
- 14 May, 2004 1 commit
-
-
From-SVN: r81862
Joseph Myers committed
-
- 06 Feb, 2004 1 commit
-
-
From-SVN: r77366
Joseph Myers committed
-
- 25 Jan, 2004 1 commit
-
-
* EXCLUDES: Update. * gcc.pot: Regenerate. From-SVN: r76588
Joseph Myers committed
-
- 20 Nov, 2003 1 commit
-
-
* exgettext: Use --copyright-holder and --msgid-bugs-address. * gcc.pot: Regenerate. From-SVN: r73760
Joseph Myers committed
-
- 25 Oct, 2003 1 commit
-
-
* be.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po, sv.po, tr.po: Update. * gcc.pot: Regenerate. From-SVN: r72936
Joseph Myers committed
-
- 22 Mar, 2003 1 commit
-
-
* 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
-
- 30 Dec, 2002 1 commit
-
-
From-SVN: r60641
Joseph Myers committed
-
- 23 Apr, 2002 1 commit
-
-
From-SVN: r52665
Philipp Thomas committed
-
- 17 Feb, 2002 1 commit
-
-
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
-
- 11 Feb, 2002 1 commit
-
-
From-SVN: r49683
Zack Weinberg committed
-
- 04 Feb, 2002 1 commit
-
-
From-SVN: r49483
Zack Weinberg committed
-
- 23 Jan, 2002 1 commit
-
-
From-SVN: r49124
Zack Weinberg committed
-
- 20 Dec, 2001 1 commit
-
-
From-SVN: r48190
Joseph Myers committed
-
- 18 Dec, 2001 1 commit
-
-
* po/gcc.pot: Regenerate. cp: * call.c, decl2.c, init.c: Use "built-in" and "bit-field" spellings in messages. From-SVN: r48148
Joseph Myers committed
-
- 15 Dec, 2001 2 commits
-
-
* c-typeck.c, config/i386/i386.h, config/mcore/mcore.h, config/ns32k/ns32k.h, config/rs6000/sysv4.h, fold-const.c, toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and "bit-field" spellings in messages. * po/gcc.pot: Regenerate. ch: * expr.c: Use "built-in" spelling in messages. From-SVN: r48048
Joseph Myers committed -
* gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use American spelling in messages. * po/gcc.pot: Regenerate. ch: * decl.c, parse.c, typeck.c: Use American spelling in messages. cp: * lang-options.h: Use American spelling in messages. From-SVN: r48047
Joseph Myers committed
-