1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
Commit graph

16 commits

Author SHA1 Message Date
Kevin Ryde
548b104750 (Expression Syntax): Add findex entries for
quote and quasiquote no longer using @deffn.
2004-02-20 23:04:04 +00:00
Marius Vollmer
a8551448a3 (Expression Syntax): Turned syntax description into a table, @deffn is
not really up to the task.
2004-02-20 17:14:41 +00:00
Marius Vollmer
b6f9dbaeee (Expression Syntax): Use an empty name for the function call syntax
definition.  Otherwise, TeX complains about unbalanced parenthesis.
2004-02-18 20:01:57 +00:00
Kevin Ryde
676483a68a (Expression Syntax): Fill section with
function calling etc, and quote and quasiquote.
2004-02-18 00:38:39 +00:00
Marius Vollmer
2da09c3fde Added Copyright notice. 2004-01-21 22:40:39 +00:00
Kevin Ryde
0e97e58d9d (Fly Evaluation): In apply, reword for
clarity, drop the "append" example.  Add scm_apply, scm_apply_0,
scm_apply_1, scm_apply_2, scm_apply_3.
Add scm_call_0, scm_call_1, scm_call_2, scm_call_3.
In apply:nconc2last, move down after "apply", reword for clarity, note
correspondence to apply params.
2003-07-18 01:21:05 +00:00
Kevin Ryde
f0d1cf6f29 (Delayed Evaluation): Add delay, reword
promise? and force a bit, describe recursive forcing of a promise by
its own code.
2003-06-04 16:32:25 +00:00
Neil Jerram
c936bede42 Doc updates, including contribution from Ian Sheldon. 2002-09-25 00:06:38 +00:00
Marius Vollmer
21fabda15d (eval-string): Updated. 2002-08-13 22:06:14 +00:00
Gary Houston
c3164ca85e * scheme-modules.texi: split "Scheme and modules" into
"provide and require" and "Environments".  Mention R5RS
	environments.
2002-08-02 22:58:38 +00:00
Neil Jerram
e8f1ff7188 Minor changes for syncing with stable branch. 2002-03-29 20:25:24 +00:00
Neil Jerram
c16da59f61 Manual updates. 2002-03-16 13:51:03 +00:00
Neil Jerram
413d32b658 Various minor enhancements ported from the stable CVS branch. 2002-03-12 21:08:57 +00:00
Neil Jerram
8f85c0c6c3 * Adding C function declarations from the SCM interface to the
reference manual documentation.
2001-11-16 15:04:17 +00:00
Neil Jerram
a599743cdc * Remove doc for read-and-eval! and eval2. 2001-10-05 18:05:10 +00:00
Neil Jerram
a0e07ba4ec * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00