Start advent430 branch for correctness testing.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 14 Mar 2023 12:03:24 +0000 (08:03 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 23 Mar 2023 15:28:53 +0000 (11:28 -0400)
commit12f909bcc9ffddade92fb1e310d67671c1470425
tree0217c99e734075d441322bc3f0cf5fead27706db
parent935d8b8e68c90ca5fed1c66cc13ee427af2ca0f7
Start advent430 branch for correctness testing.

The purpose of this branch is to create a version of the game from
before the bug fixes, refactoring, and logic changes.  We want this so
we can run it against our 100% coverage test suite and see all changes
in behavior.

This branch is forked from the point where the prompt and the oldstyle
option were added.  At this point there had been only two logic
changes:

1. Do initialization of the LCG with gettimeofday(). Note that
this change will not affectt regression testing, since the
initialization done in this way will nbe overridden in the
logs by seed commands.

2. Refactor the input routines to a normal Unixy organization.
This is required for the -l option to work.

This commit just builds the binary at advent430 where it
won't collide with the production version.
Makefile