Just documentation
... make the compiler messages in the Compiler chapter match
reality slightly more;
... Slightly Less Capitalization All Over The Place When It's
Not Really Necessary (I realise this may be
controversial :-)
... more index entries, etc;
... annotate various bits with FIXMEs
Documentation changes:
* Document run-program
* Create docstrings from contrib modules (see MODULES in Makefile)
... include some docstrings in sb-rotate-byte and sb-md5
documentation to test it.
... unloadable contrib modules break docstring generation for now ...
* Frob docstrings slightly: convert SYMBOL-LOOKALIKES to
@code{symbol-lookalikes}, or @var{symbol-lookalikes} if they're part
of the arglist.
... written in a slightly roundabout (line-based) way that will be
useful for detecting common itemization / table formatting
idioms in sbcl's docstrings.
... Bug fix: don't downcase docstrings.
Slightly MORE DOCUMENTATION
... minimal, unpolished sb-md5 and sb-rotate-byte documentation
... whitespace fixup in sbcl.texinfo
... add a couple of index terms to sb-aclrepl.texinfo
(It Would Be Nice to be able to include contrib docstrings;
it ought to be possible, but possibly we need to zap the
asdf-install 'binary' and require (ha ha) that REQUIRE should
work from within the build tree [with SBCL_HOME set appropriately]
on _all_ contribs)
* infrastructure for contrib/ documentation in the main manual:
contrib;**;*.texinfo get automagically included in the chapter
"Contributed Modules"
... rename docstrings.sh to make-tempfiles.sh, since it makes more
than docstrings now
... test it all by converting sb-aclrepl/README to texinfo format.