mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-27 23:40:24 +02:00
symbols.c (scm_symbol_to_string), vports.c (scm_make_soft_port): Change R4RS references to R5RS. * guile-snarf.awk.in: Fixes so that (i) blank lines in the docstring source are correctly reproduced in the output (ii) we don't anymore get occasional trailing quotes. Also reorganized and commented the code a little. * scmsigs.c (scm_raise), throw.c (scm_throw): Docstring format fixes. * new-docstrings.texi, posix.texi, scheme-control.texi, scheme-data.texi, scheme-debug.texi, scheme-evaluation.texi, scheme-io.texi, scheme-memory.texi, scheme-procedures.texi: Automatic docstring updates (mostly argument name updates and blank lines). * scheme-modules.texi: Change double hyphens to single. * scheme-control.texi (Lazy Catch): Completed. * posix.texi (Network Databases and Address Conversion): New subsubsection `IPv6 Address Conversion'. |
||
---|---|---|
.. | ||
example-smob | ||
maint | ||
sources | ||
.cvsignore | ||
api.txt | ||
appendices.texi | ||
AUTHORS | ||
BUGS | ||
ChangeLog | ||
ChangeLog-guile-doc | ||
ChangeLog-guile-doc-ref | ||
ChangeLog-guile-doc-tutorial | ||
COPYING | ||
data-rep.texi | ||
deprecated.texi | ||
env.texi | ||
expect.texi | ||
extend.texi | ||
format.texi | ||
gh.texi | ||
goops-tutorial.texi | ||
goops.texi | ||
guile-tut.texi | ||
guile.1 | ||
guile.texi | ||
hacks.el | ||
hierarchy.eps | ||
hierarchy.txt | ||
indices.texi | ||
intro.texi | ||
Makefile.am | ||
mbapi.texi | ||
mltext.texi | ||
mop.text | ||
new-docstrings.texi | ||
NEWS | ||
oldfmt.c | ||
posix.texi | ||
preface.texi | ||
r5rs.texi | ||
README | ||
recipe-guidelines.txt | ||
repl-modules.texi | ||
scheme-binding.texi | ||
scheme-control.texi | ||
scheme-data.texi | ||
scheme-debug.texi | ||
scheme-evaluation.texi | ||
scheme-ideas.texi | ||
scheme-indices.texi | ||
scheme-intro.texi | ||
scheme-io.texi | ||
scheme-memory.texi | ||
scheme-modules.texi | ||
scheme-options.texi | ||
scheme-procedures.texi | ||
scheme-reading.texi | ||
scheme-scheduling.texi | ||
scheme-translation.texi | ||
scheme-utility.texi | ||
scm.texi | ||
script-getopt.texi | ||
scripts.texi | ||
scsh.texi | ||
slib.texi | ||
srfi-13-14.texi | ||
srfi-modules.texi | ||
tcltk.texi | ||
texinfo.tex | ||
THANKS |
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/.