[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-306
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3063-gc5fed09 |
Date: |
Wed, 24 Oct 2018 13:38:08 -0400 (EDT) |
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.2-stable has been updated
via c5fed09ab5c3b94643498bef7b62c8d58f177114 (commit)
from 42ebcfc9b53cad17bacd37097e0dff2b45d1768c (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=c5fed09ab5c3b94643498bef7b62c8d58f177114
commit c5fed09ab5c3b94643498bef7b62c8d58f177114
Author: Arnold D. Robbins <address@hidden>
Date: Wed Oct 24 20:37:47 2018 +0300
Improve usage message when debugging enabled.
diff --git a/ChangeLog b/ChangeLog
index aadbce4..3847e18 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-24 Arnold D. Robbins <address@hidden>
+
+ * main.c (usage): Improve output for -Y and add -Z in the help.
+
2018-10-23 Arnold D. Robbins <address@hidden>
* config.sub: Updated from GNULIB.
diff --git a/main.c b/main.c
index 9d2b329..c9591ad 100644
--- a/main.c
+++ b/main.c
@@ -612,7 +612,10 @@ usage(int exitval, FILE *fp)
fputs(_("\t-W nostalgia\t\t--nostalgia\n"), fp);
#endif
#ifdef GAWKDEBUG
- fputs(_("\t-Y\t\t--parsedebug\n"), fp);
+ fputs(_("\t-Y\t\t\t--parsedebug\n"), fp);
+#endif
+#ifdef GAWKDEBUG
+ fputs(_("\t-Z\t\t\t--locale\n"), fp);
#endif
/* This is one string to make things easier on translators. */
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
main.c | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3063-gc5fed09,
Arnold Robbins <=