1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00
guile/doc
Neil Jerram b0f07fa20c Merge GDS (except for breakpoints) from CVS HEAD:
* debugger/commands.scm (evaluate, info-args, info-frame,
position, up, down): Improve/fix doc strings.

* Makefile.am (SUBDIRS): Add debugging.
(ice9_sources): Add gds-client.scm and gds-server.scm.

* scheme-debugging.texi: Remove lots of text that is now
duplicated (exactly) elsewhere, leaving only the `Tracing' node.

* guile.texi: Replace `Debugging Features' (scheme-debugging.texi)
by `Using Guile Interactively' and `Using Guile in Emacs'
(scheme-using.texi).  Move the `Tracing' content of
scheme-debugging.texi to the Modules section.

* api-options.texi (Evaluator trap options): Move doc for
with-traps and debug-object? to here.

* api-modules.texi (Included Guile Modules): Change reference from
`Debugging Features' to `Tracing'.

* api-evaluation.texi (Evaluator Behaviour): Add reference to
`Evaluator trap options'.

* api-debug.texi (Examining the Stack): Minor improvements to
display-backtrace doc.

* api-debug.texi (Debug on Error): New text on how to catch errors
and the error stack.

* api-debug.texi (High Level Traps): New.

* api-debug.texi (Debugging): New intro text.  New subsection
"Evaluation Model".  Moved existing subsections "Capturing the
Stack or Innermost Stack Frame", "Examining the Stack", "Examining
Stack Frames", "Source Properties", "Decoding Memoized Source
Expressions" and "Starting a New Stack" under "Evaluation Model".
(Capturing the Stack or Innermost Stack Frame): Some new text, and
correction to doc for last-stack-frame.
(Debug on Error): Renamed from "Interactive Debugging".

* configure.in (AC_CONFIG_FILES): Add emacs/Makefile and
ice-9/debugging/Makefile.

* Makefile.am (SUBDIRS): Add emacs.
2008-03-12 00:57:41 +00:00
..
example-smob * LICENSE: Change COPYING.LIB to COPYING.LESSER. 2008-01-22 21:29:54 +00:00
goops (Next-method): Minor improvements to the 2008-02-06 22:46:42 +00:00
maint The FSF has a new address. 2005-05-23 19:57:22 +00:00
r5rs Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
ref Merge GDS (except for breakpoints) from CVS HEAD: 2008-03-12 00:57:41 +00:00
sources Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
tutorial Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
.cvsignore * .cvsignore: add stamp-vti.1 2002-09-15 01:09:47 +00:00
BUGS Move doc files into guile-core distribution (6) 2001-03-09 09:20:46 +00:00
ChangeLog * LICENSE: Change COPYING.LIB to COPYING.LESSER. 2008-01-22 21:29:54 +00:00
ChangeLog-guile-doc Move doc files into guile-core distribution (6) 2001-03-09 09:20:46 +00:00
groupings.alist Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-api.alist Update. 2002-05-12 05:29:39 +00:00
guile.1 * guile.1: New file, from Robert Merkel and Rob Browning. 2001-04-24 23:23:05 +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 Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
mbapi.texi Move doc files into guile-core distribution (1) 2001-03-09 08:22:00 +00:00
mltext.texi * Fix doc snapshot build problems by avoiding use of ../AUTHORS file. 2001-08-27 21:25:44 +00:00
NEWS Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
oldfmt.c * libguile.h: Update copyright statement to LGPL. 2008-01-22 21:12:07 +00:00
README * Remove r4rs from distribution. 2001-04-22 13:22:51 +00:00
recipe-guidelines.txt * Added recipe-guidelines.txt. 2001-04-20 11:20:06 +00:00
THANKS * Grammar fix. 2001-06-27 18:12:46 +00:00
use-cases.fig Created a usecase diagram for Guile. 2001-05-24 08:46:50 +00:00
use-cases.txt Created a usecase diagram for Guile. 2001-05-24 08:46:50 +00:00

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/.