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-478


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-478-g350265f
Date: Mon, 10 Nov 2014 21:09:06 +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  350265fafb2a0153d4207c67d626f135b308ad34 (commit)
      from  b549d4314c75c5136bfc5ede78df5ecdfbd85690 (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=350265fafb2a0153d4207c67d626f135b308ad34

commit 350265fafb2a0153d4207c67d626f135b308ad34
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Nov 10 23:08:53 2014 +0200

    Don't add -Z to usage.

diff --git a/main.c b/main.c
index e3440b8..b9b7661 100644
--- a/main.c
+++ b/main.c
@@ -609,9 +609,6 @@ usage(int exitval, FILE *fp)
 #ifdef GAWKDEBUG
        fputs(_("\t-Y\t\t--parsedebug\n"), fp);
 #endif
-#if defined(LOCALEDEBUG)
-       fputs(_("\t-Z\t\t--locale\n"), fp);
-#endif
 
        /* This is one string to make things easier on translators. */
        /* TRANSLATORS: --help output 5 (end)

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

Summary of changes:
 main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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