gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-645


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-645-gf930a62
Date: Wed, 08 Apr 2015 17:26:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.1-stable has been updated
       via  f930a62c2dc2e4c6415b4ddd36cede366217b0ed (commit)
      from  38a62381d79aebbea120ed73921fb57a171d77e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=f930a62c2dc2e4c6415b4ddd36cede366217b0ed

commit f930a62c2dc2e4c6415b4ddd36cede366217b0ed
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Apr 8 20:26:01 2015 +0300

    Add a comment for tranlators in main.c.

diff --git a/ChangeLog b/ChangeLog
index bb02ecf..a56749d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
        * profile.c (set_prof_file): Call devopen_simple as appropriate,
        some additonal logic to hande fd to fp conversion.
 
+       Unrelated:
+
+       * main.c (usage): Add a comment for translators.
+
 2015-04-08  Eli Zaretskii  <address@hidden>
 
        * profile.c (set_prof_file): Interpret a file name of "-" to mean
diff --git a/main.c b/main.c
index 62f99a5..fa4bcee 100644
--- a/main.c
+++ b/main.c
@@ -583,6 +583,10 @@ usage(int exitval, FILE *fp)
        fputs(_("\t-h\t\t\t--help\n"), fp);
        fputs(_("\t-i includefile\t\t--include=includefile\n"), fp);
        fputs(_("\t-l library\t\t--load=library\n"), fp);
+       /*
+        * TRANSLATORS: the "fatal" and "invalid" here are literal
+        * values, they should not be translated. Thanks.
+        */
        fputs(_("\t-L[fatal|invalid]\t--lint[=fatal|invalid]\n"), fp);
        fputs(_("\t-M\t\t\t--bignum\n"), fp);
        fputs(_("\t-N\t\t\t--use-lc-numeric\n"), fp);

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 main.c    |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]