summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--contrib/hdtbl/examples/col_rowspan_colors.roff2
-rw-r--r--contrib/hdtbl/examples/color_boxes.roff2
-rw-r--r--contrib/hdtbl/examples/color_nested_tables.roff2
-rw-r--r--contrib/hdtbl/examples/color_table_cells.roff2
5 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e64d8adbe..545e52d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-11-19 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ contrib/hdtbl/examples/*.roff: Seed RNG.
+
+ * contrib/hdtbl/examples/col_rowspan_colors.roff:
+ * contrib/hdtbl/examples/color_boxes.roff:
+ * contrib/hdtbl/examples/color_nested_tables.roff:
+ * contrib/hdtbl/examples/color_table_cells.roff:
+ Support reproducible builds by seeding hdtbl's random number
+ generator (in contrib/hdtbl/examples/common.roff).
+
+ Fix issue https://savannah.gnu.org/bugs/?52462.
+
2017-11-18 G. Branden Robinson <g.branden.robinson@gmail.com>
tmac/groff_mdoc.7.man: Use unstripped symbol names.
diff --git a/contrib/hdtbl/examples/col_rowspan_colors.roff b/contrib/hdtbl/examples/col_rowspan_colors.roff
index 83589bbd5..c41905d00 100644
--- a/contrib/hdtbl/examples/col_rowspan_colors.roff
+++ b/contrib/hdtbl/examples/col_rowspan_colors.roff
@@ -30,6 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
.
.de color#
.nr # +1
+.\" Seed the random number generator for reproducible builds.
+.random-seed 131545532 19201711
.random#
.defcolor c\\n# rgb \\*[#random]
..
diff --git a/contrib/hdtbl/examples/color_boxes.roff b/contrib/hdtbl/examples/color_boxes.roff
index 06a902825..a5073efe3 100644
--- a/contrib/hdtbl/examples/color_boxes.roff
+++ b/contrib/hdtbl/examples/color_boxes.roff
@@ -26,6 +26,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
.
.so \*[sopath]examples/common.roff
.
+.\" Seed the random number generator for reproducible builds.
+.random-seed 131545532 19201711
.time start
.
.H Horizontal Rules and Boxes .br with Randomly Colored Border and Background
diff --git a/contrib/hdtbl/examples/color_nested_tables.roff b/contrib/hdtbl/examples/color_nested_tables.roff
index 19e0bb15a..9c9b722df 100644
--- a/contrib/hdtbl/examples/color_nested_tables.roff
+++ b/contrib/hdtbl/examples/color_nested_tables.roff
@@ -29,6 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
.so \*[sopath]examples/common.roff
.
.
+.\" Seed the random number generator for reproducible builds.
+.random-seed 131545532 19201711
.time start
.
.PN 15 Text before first table.
diff --git a/contrib/hdtbl/examples/color_table_cells.roff b/contrib/hdtbl/examples/color_table_cells.roff
index 8219eb714..e4cb1e11b 100644
--- a/contrib/hdtbl/examples/color_table_cells.roff
+++ b/contrib/hdtbl/examples/color_table_cells.roff
@@ -28,6 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
.
.so \*[sopath]examples/common.roff
.
+.\" Seed the random number generator for reproducible builds.
+.random-seed 131545532 19201711
.time start
.
.H Horizontal Rules and Randomly Colored Table Cells