[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4258-g95be5d2
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4258-g95be5d2 |
Date: |
Fri, 18 Jun 2021 05:37:46 -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 95be5d26304d7336ec62a36bb906a224a3f5f291 (commit)
via 53c47ff6561a2451c4062c8f701217c086c7cdda (commit)
from 2088e95f3a6b41443b9951c2a4d7dfbe3df0ce27 (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=95be5d26304d7336ec62a36bb906a224a3f5f291
commit 95be5d26304d7336ec62a36bb906a224a3f5f291
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Jun 18 12:37:29 2021 +0300
Remove extension/po/remove-potcdate.sed.
diff --git a/extension/po/ChangeLog b/extension/po/ChangeLog
index e74f393..cb0b8e3 100644
--- a/extension/po/ChangeLog
+++ b/extension/po/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * remove-potcdate.sed: Deleted. It gets nuked by 'make distclean.
+
2021-05-06 Arnold D. Robbins <arnold@skeeve.com>
* remove-potcdate.sed: New file.
diff --git a/extension/po/remove-potcdate.sed b/extension/po/remove-potcdate.sed
deleted file mode 100644
index edb38d7..0000000
--- a/extension/po/remove-potcdate.sed
+++ /dev/null
@@ -1,11 +0,0 @@
-/^"POT-Creation-Date: .*"$/{
-x
-s/P/P/
-ta
-g
-d
-bb
-:a
-x
-:b
-}
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=53c47ff6561a2451c4062c8f701217c086c7cdda
commit 53c47ff6561a2451c4062c8f701217c086c7cdda
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Jun 18 12:36:00 2021 +0300
Small doc fix.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4b1134c..cc2cabd 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Internationalization): Fix indexing. Thanks to
+ Antonio Columbo for pointing it out.
+
2021-06-17 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Internationalization): Add some appropriate quotes.
diff --git a/doc/gawk.info b/doc/gawk.info
index ecb3716..079c2d2 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -37485,12 +37485,12 @@ Index
* Robbins, Arnold <2>: Passwd Functions. (line 90)
* Robbins, Miriam <2>: Passwd Functions. (line 90)
* Robbins, Arnold <3>: Alarm Program. (line 6)
+* Robbins, Malka: Internationalization.
+ (line 6)
* Robbins, Arnold <4>: General Data Types. (line 6)
* Robbins, Arnold <5>: Contributors. (line 154)
* Robbins, Arnold <6>: Maintainers. (line 14)
* Robbins, Arnold <7>: Future Extensions. (line 6)
-* Robbins, Malka: Internationalization.
- (line 6)
* Rommel, Kai Uwe: Contributors. (line 43)
* round to nearest integer: Numeric Functions. (line 24)
* round() user-defined function: Round Function. (line 16)
diff --git a/doc/gawk.texi b/doc/gawk.texi
index ab8498f..7c4cb23 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30756,7 +30756,7 @@ they should be added to the core interpreter only as a
last resort.
@node Internationalization
@chapter Internationalization with @command{gawk}
-@cindex Robbins, Malka
+@cindex Robbins @subentry Malka
@cindex Moon, Sailor
@cindex Sailor Moon @seeentry{Moon, Sailor}
@quotation
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index fba1d78..3b6a669 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29638,7 +29638,7 @@ they should be added to the core interpreter only as a
last resort.
@node Internationalization
@chapter Internationalization with @command{gawk}
-@cindex Robbins, Malka
+@cindex Robbins @subentry Malka
@cindex Moon, Sailor
@cindex Sailor Moon @seeentry{Moon, Sailor}
@quotation
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.info | 4 ++--
doc/gawk.texi | 2 +-
doc/gawktexi.in | 2 +-
extension/po/ChangeLog | 4 ++++
extension/po/remove-potcdate.sed | 11 -----------
6 files changed, 13 insertions(+), 15 deletions(-)
delete mode 100644 extension/po/remove-potcdate.sed
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4258-g95be5d2,
Arnold Robbins <=