Julian Graham 8fc9367bbd Update SRFI-11 docs to use correct name for let*-values. 16 éve
..
example-smob e9d9445b50 Rename `ChangeLog' files to `ChangeLog-2008'. 16 éve
goops f23f643881 Fix compilation of the hard copy of the R5RS, tutorial and GOOPS manual. 16 éve
maint e9d9445b50 Rename `ChangeLog' files to `ChangeLog-2008'. 16 éve
r5rs f23f643881 Fix compilation of the hard copy of the R5RS, tutorial and GOOPS manual. 16 éve
ref 8fc9367bbd Update SRFI-11 docs to use correct name for let*-values. 16 éve
sources 8073f24ccd Add `ChangeLog-2008' files to the distribution. 16 éve
tutorial f23f643881 Fix compilation of the hard copy of the R5RS, tutorial and GOOPS manual. 16 éve
.gitignore 8422eb9290 More `.gitignore'. 17 éve
BUGS c2dc2842b6 Move doc files into guile-core distribution (6) 24 éve
ChangeLog-2008 e9d9445b50 Rename `ChangeLog' files to `ChangeLog-2008'. 16 éve
ChangeLog-guile-doc c2dc2842b6 Move doc files into guile-core distribution (6) 24 éve
Makefile.am 25bb753140 Add "guile(1)" man page. 16 éve
NEWS 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 éve
README b9bf148fa2 * Remove r4rs from distribution. 24 éve
THANKS 02d9f38817 * Grammar fix. 23 éve
groupings.alist 0ab652a386 Added 2006 to copyright years in every file, as per the new rules. 19 éve
guile-api.alist bbccda7e3e Update. 22 éve
guile.1 49eb8fa20e Update "guile(1)" man page. 16 éve
hacks.el 4320facb00 * hacks.el: Some handy helper functions for working on the manual. 26 éve
mbapi.texi 38a93523eb Move doc files into guile-core distribution (1) 24 éve
mltext.texi b45898cae3 * Fix doc snapshot build problems by avoiding use of ../AUTHORS file. 23 éve
oldfmt.c 8fd0f8a672 * libguile.h: Update copyright statement to LGPL. 17 éve
recipe-guidelines.txt a26fb67d83 * Added recipe-guidelines.txt. 24 éve
use-cases.fig 4a0ef52435 Created a usecase diagram for Guile. 23 éve
use-cases.txt 4a0ef52435 Created a usecase diagram for Guile. 23 éve

README

This directory contains documentation on the Guile core. -*-text-*-

The documentation consists of the following manuals.

- The Guile Tutorial (guile-tut.texi) contains a tutorial introduction
to using Guile.

- The Guile Reference Manual (guile.texi) contains (or is intended to
contain) reference documentation on all aspects of Guile.

- The GOOPS Manual (goops.texi) contains both tutorial-style and
reference documentation for using GOOPS, Guile's Object Oriented
Programming System.

- The Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).

Please be aware that this is all very much work in progress (apart
from the Revised^5 Report). Bug reports and contributions are
welcome!

The file `oldfmt.c' contains a function which can be used by
application writers to support both old-style and new-style error
format strings.

The `sources' directory includes some stuff relevant to the Guile
reference manual, and which may eventually be folded in to it. It's
not immediately relevant, however, which is why it's not in this
directory.

The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
it is completely superseded by the Revised^5 Report. If you need to
consult R4RS, it is still widely available, for example at
http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.