1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 07:40:30 +02:00
guile/doc
Thien-Thi Nguyen 4701caa84f Update.
2002-05-13 21:50:41 +00:00
..
example-smob *** empty log message *** 2002-02-28 20:58:59 +00:00
.cvsignore * .cvsignore: add version-tutorial.texi, version.texi, and 2002-04-11 04:30:09 +00:00
api.txt * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
ChangeLog *** empty log message *** 2002-05-13 20:42:17 +00:00
COPYING Added in preparation for release. 1998-10-19 15:29:00 +00:00
data-rep.texi Comment out (w/ "@c essay " prefix) portions 2002-05-05 11:29:56 +00:00
format.texi * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00
groupings.alist Add copyright and commentary. 2002-05-09 23:02:52 +00:00
guile-api.alist Update. 2002-05-13 21:50:41 +00:00
guile.texi Initial revision. 2002-05-05 11:31:59 +00:00
hacks.el * hacks.el: Some handy helper functions for working on the manual. 1998-10-15 21:48:23 +00:00
Makefile.am (EXTRA_DIST): New var. 2002-05-13 20:41:18 +00:00
oldfmt.c * Deprecated scm_makfromstr and added scm_mem2string as a replacement. 2001-06-26 10:59:34 +00:00
preface.texi Back port from HEAD, with these differences: 2002-05-05 11:28:06 +00:00
README Replace "no manual yet" w/ "see manual on-line (for now)". 2002-05-04 20:50:58 +00:00
texinfo.tex * Removed texinfo.tex - it is supplied by Automake. 2001-08-24 11:06:33 +00:00

This directory contains documentation on the Guile core.

The file `data-rep.texi' is an essay on how to write C code that uses
Guile values.  If you're interested in writing a application which is
extensible via Guile, this is a good place to start.  Make builds the
`info' manual by default, designed to be read on-line; if you want to
print it out, go to the `doc' subdirectory of the tree you're building
in, and run `make data-rep.ps'.

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.

A full manual has been written but not yet integrated into this
distribution.  For now, you can see snapshots of it (work in progress)
on-line at:

  http://www.glug.org/docbits/guile-doc-out/

  NOTE: Some of the features described in the on-line manual
        do not apply to Guile 1.4.x series.