[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5539-ga228c487
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5539-ga228c487 |
Date: |
Sat, 5 Oct 2024 13:24:18 -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.3-stable has been updated
via a228c487b0c9c749023004f4e7237bcc6e340145 (commit)
from f949fd3199f0e16f36fb48811102a42a45f3ef02 (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=a228c487b0c9c749023004f4e7237bcc6e340145
commit a228c487b0c9c749023004f4e7237bcc6e340145
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sat Oct 5 20:23:51 2024 +0300
Manual fix to generate better HTML.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 0a0b81a6..482cb3a4 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.texi: Move @cindex lines to be before @enumerate /
+ @itemize. Otherwise there are empty lines in the HTML.
+ Thanks to Thérèse Godefroy <godef.th@free.fr> for the report.
+
2024-09-17 Arnold D. Robbins <arnold@skeeve.com>
* 5.3.1: Release tar made.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 74b24802..7a9c4c2e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -10906,10 +10906,10 @@ Full discussion is delayed until
Here are some things to bear in mind when using the
special @value{FN}s that @command{gawk} provides:
-@itemize @value{BULLET}
@cindex compatibility mode (@command{gawk}) @subentry file names
@cindex file names @subentry in compatibility mode
@cindex POSIX mode
+@itemize @value{BULLET}
@item
Recognition of the @value{FN}s for the three standard preopened
files is disabled only in POSIX mode.
@@ -31310,9 +31310,9 @@ given @var{domain}.
To use these facilities in your @command{awk} program, follow these steps:
-@enumerate
@cindex @code{BEGIN} pattern @subentry @code{TEXTDOMAIN} variable and
@cindex @code{TEXTDOMAIN} variable @subentry @code{BEGIN} pattern and
+@enumerate
@item
Set the variable @code{TEXTDOMAIN} to the text domain of
your program. This is best done in a @code{BEGIN} rule
@@ -31579,8 +31579,8 @@ As written, it won't work on other versions of
@command{awk}.
However, it is actually almost portable, requiring very little
change:
-@itemize @value{BULLET}
@cindex @code{TEXTDOMAIN} variable @subentry portability and
+@itemize @value{BULLET}
@item
Assignments to @code{TEXTDOMAIN} won't have any effect,
because @code{TEXTDOMAIN} is not special in other @command{awk}
implementations.
@@ -40719,9 +40719,9 @@ division and remainder
@item
Changes and/or additions in the command-line options:
-@itemize @value{MINUS}
@cindex @env{AWKPATH} environment variable
@cindex environment variables @subentry @env{AWKPATH}
+@itemize @value{MINUS}
@item
The @env{AWKPATH} environment variable for specifying a path search for
the @option{-f} command-line option
@@ -40920,9 +40920,9 @@ in the order they were added to @command{gawk}.
Version 2.10 of @command{gawk} introduced the following features:
-@itemize @value{BULLET}
@cindex @env{AWKPATH} environment variable
@cindex environment variables @subentry @env{AWKPATH}
+@itemize @value{BULLET}
@item
The @env{AWKPATH} environment variable for specifying a path search for
the @option{-f} command-line option
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 6 ++++++
doc/gawk.texi | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5539-ga228c487,
Arnold Robbins <=