Commit graph

8 commits

Author SHA1 Message Date
Gabor Melis b3bfe02876 doc: update generated texinfo files 2026-06-29 14:01:31 +02:00
Jan Moringen 2606dceae9 sb-acl-repl: Use newly generated documentation snippets in manual 2018-01-13 15:31:03 +01:00
Douglas Katzman bdf211ee45 Fix whitespace by manually removing stamp file.
Apparently the canonicalizer can latch into a state where it thinks
it does not need to run; however if run, it will have an effect.
2016-02-11 20:07:16 -05:00
Christophe Rhodes 3bdadd34bc 0.8.12.50:
Various fixes from Vincent Arkesteijn
	... just text fixes for now
2004-07-22 07:46:31 +00:00
Christophe Rhodes ef8fd235fa 0.8.9.48:
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
2004-04-16 14:17:39 +00:00
Rudi Schlatte b93f08e862 0.8.9.39:
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.
2004-04-14 08:55:42 +00:00
Christophe Rhodes 91fa18ee11 0.8.9.35:
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)
2004-04-11 21:10:53 +00:00
Rudi Schlatte f5a3b5bfc0 0.8.9.33:
* 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.
2004-04-09 20:54:24 +00:00