From: Eric S. Raymond Date: Fri, 17 Feb 2012 00:14:35 +0000 (-0500) Subject: Note the Python translation. X-Git-Tag: 2.2~117 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=edc7dca77e348a54021dbf189a79525ce3bf2a11;hp=2b60ee942cfa8c86db7bb57a701d0371c640b434 Note the Python translation. --- diff --git a/doc/sst-doc.xml b/doc/sst-doc.xml index c50cd83..a7469a7 100644 --- a/doc/sst-doc.xml +++ b/doc/sst-doc.xml @@ -1883,7 +1883,7 @@ command descriptions, and changed some logic in sst.c to match. I've cleaned up a lot of grubby FORTRANisms in the code internals — used sizeof(), replaced magic numeric constants with #defines, -that sort of thing. +that sort of thing. Later I translated the code from C to Python. I fixed a surprising number of typos in the code and documentation.