[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4007-gc93888d
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4007-gc93888d |
Date: |
Thu, 2 Jul 2020 11:29:26 -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-5.1-stable has been updated
via c93888d0bc6a1170edaac3f8cee4e13aac2abda9 (commit)
from efd054b9800ec926587d2903f0712c68d4591d43 (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=c93888d0bc6a1170edaac3f8cee4e13aac2abda9
commit c93888d0bc6a1170edaac3f8cee4e13aac2abda9
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Jul 2 18:29:07 2020 +0300
Document -I in the reference card.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4f8142d..0a4c379 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,6 +1,7 @@
2020-07-02 Arnold D. Robbins <arnold@skeeve.com>
* gawk.1, gawktexi.in: Document -I/--trace option.
+ * awkcard.in: Document -I/--trace option.
2020-06-25 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/doc/awkcard.in b/doc/awkcard.in
index b032276..f19665d 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -273,6 +273,8 @@ options on \*(FCstdout\*(FR, then exit zero.
.TI "\*(FC\-i \*(FIfile\*(FR, \*(FC\-\^\-include \*(FIfile\*(FR
Include library AWK code in \*(FIfile\*(FR.
See \fHAwk Program Execution\*(FR.
+.TI "\*(FC\-I\*(FR, \*(FC\-\^\-trace\*(FR
+Print the internal byte code names as they are executed.
.TI "\*(FC\-l \*(FIlib\*(FR, \*(FC\-\^\-load \*(FIlib\*(FR
Load dynamic extension \*(FIlib\fP.
See \fHDynamic Extensions\*(FR.
@@ -298,8 +300,7 @@ Enable internal optimizations (default is on).
.TI "\*(FC\-p\*(FR[\*(FC\*(FIfile\*(FR],
\*(FC\-\^\-profile\*(FR[\*(FC=\*(FIfile\*(FR]
Send profiling data to \*(FIfile\*(FR
(default: \*(FCawkprof.out\*(FR).
-The profile contains execution counts in the left margin
-of each statement in the program.
+The profile contains execution counts in the left margin.
.TI "\*(FC\-P\*(FR, \*(FC\-\^\-posix\*(FR
Disable common and GNU extensions.
.TI "\*(FC\-r\*(FR, \*(FC\-\^\-re\-interval\*(FR
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 1 +
doc/awkcard.in | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4007-gc93888d,
Arnold Robbins <=