From 2935e07bc9b01751bfcb2972f84f5df1bc82d75c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 8 Jul 2017 01:09:41 -0400 Subject: [PATCH] Documentation polishing. --- history.adoc | 8 +++++--- notes.adoc | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/history.adoc b/history.adoc index 43bc350..24f7fcf 100644 --- a/history.adoc +++ b/history.adoc @@ -23,9 +23,11 @@ in the 1995 release of Adventure 2.5, also known as 430-point Adventure The earliest port to C was by Jim Gillogly under an early Unix running at the Rand Corporation in 1977; this version was later, and still is, -included in the BSD Games collection. It was blessed by Crowther and -Woods and briefly marketed in 1981 under the name "The Original -Adventure". +included in the BSD Games collection. I have it from Don Woods directly +that "[Jim Gillogly] was one of the first to request and receive a copy +of the source" but that Woods did not actually know of the BSD port +until I brefed him on it in 2017. (This contradicts some implications +in third-party histories.) Many other people ported and extended the game in various directions. A notable version was the first game shipped for the IBM Personal diff --git a/notes.adoc b/notes.adoc index 8fbbbd5..d06f170 100644 --- a/notes.adoc +++ b/notes.adoc @@ -101,8 +101,8 @@ necessarily pretty ugly by modern standards. Encryption and checksumming have been discarded - it's pointless to try tamper-proofing saves when everyone has the source code. -A -r command-line been added. When it is given (with a file path -argument) it is functionally equivalent to a RESTORE command. +A -r command-line option has been added. When it is given (with a file +path argument) it is functionally equivalent to a RESTORE command. == Translation == @@ -113,7 +113,7 @@ ugly and quite unreadable. Jason Ninneman and I have moved it to what is almost, but not quite, idiomatic modern C. We refactored the right way, checking correctness against a comprehensive test suite that we built first and verified -with coverage tools (we have over 95% coverage, with the remaining +with coverage tools (we have over 98% coverage, with the remaining confined to exception cases that are very difficult to reach). This is what you are running when you do "make check". -- 2.31.1