summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-intro.texi
AgeCommit message (Collapse)AuthorFilesLines
2019-11-17Add R7RS documentation and --r7rs command-line optionwip-r7rsAndy Wingo1-4/+4
* doc/ref/Makefile.am: Add r7rs.texi. * doc/ref/guile-invoke.texi (Command-line Options): Document --r7rs. * doc/ref/guile.texi (Guile Modules): Link to R7RS. * doc/ref/intro.texi (Guile and Scheme): Update for R7RS support. * doc/ref/r7rs.texi: New file. * doc/ref/scheme-intro.texi (Guile Scheme): Update for R7RS. * module/ice-9/command-line.scm (*usage*, compile-shell-switches): Add --r7rs option.
2017-03-09Fix a couple of typos in the docsVladislav Ivanishin1-1/+1
* doc/ref/scheme-ideas.texi: the some way -> the same way * doc/ref/scheme-intro.texi: Use @math inside a texinfo command (turns out $math$ is not processed in this context and thus is not rendered correctly).
2009-12-18Update and simplify statement about RnRS supportNeil Jerram1-8/+5
* doc/ref/scheme-intro.texi (Guile Scheme): Mention R6RS as well as R5RS. Simplify text.
2009-12-18make the use of the 5-argument @xref command consistentBrian Gough1-2/+2
A few of the @xref references to external manuals in the documentation are using an old 4-argument form that produces an undefined reference in the printed manual. The following patch makes them consistent with the 5-argument @xrefs used elsewhere in the manual. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ >From 6ca0417830dc5a98699a15808591dc1f2a90dfac Mon Sep 17 00:00:00 2001 From: Brian Gough <bjg@gnu.org> Date: Mon, 14 Dec 2009 21:34:59 +0000 Subject: [PATCH] make the use of the 5-argument @xref command consistent when referring to other manuals.
2004-04-21Big reorganization of the whole manual to give it a simpler structure.Marius Vollmer1-2/+1
2004-01-21Added Copyright notice.Marius Vollmer1-0/+6
2002-04-20Manual debugging and refactoring work.Neil Jerram1-20/+2
2002-04-01Update vector docs.Neil Jerram1-3/+2
Remove Guile extensions index. A few other odds and ends.
2001-08-24* Organize documentation into per-manual directories (halfway point commit).Neil Jerram1-0/+55