aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.info4
-rw-r--r--doc/gawk.texi2
-rw-r--r--doc/gawktexi.in2
-rw-r--r--extension/po/ChangeLog4
-rw-r--r--extension/po/remove-potcdate.sed11
6 files changed, 13 insertions, 15 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 14afed84..8e91b00e 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 6b0919f0..0e8d2fdf 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -37612,12 +37612,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 9649d48e..476c3717 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30831,7 +30831,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 1b05a68e..8a6587c3 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -29713,7 +29713,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/extension/po/ChangeLog b/extension/po/ChangeLog
index e74f393d..cb0b8e30 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 edb38d70..00000000
--- 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
-}