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

24 commits

Author SHA1 Message Date
Marius Vollmer
3229f68b5a Big reorganization of the whole manual to give it a simpler structure. 2004-04-21 14:33:05 +00:00
Kevin Ryde
f1c6bec637 Tweak a few words from:
(Continuations): Rewrite with more detail.
2004-04-05 23:14:55 +00:00
Kevin Ryde
0e43f514aa (while do): Expand and clarify `do', in
particular note iterating binds fresh locations, rather than values
"stored".
2004-02-14 23:04:55 +00:00
Marius Vollmer
2da09c3fde Added Copyright notice. 2004-01-21 22:40:39 +00:00
Marius Vollmer
f1da8e4e0b Renamed scm_frame_unwind to scm_frame_unwind_handler, and
scm_frame_rewind to scm_frame_rewind_handler.
2004-01-11 00:56:05 +00:00
Marius Vollmer
42155d759e More stuff about flow control. Bug fixes in example. 2004-01-08 17:04:02 +00:00
Marius Vollmer
6394add195 Adapt to new 'frame' names. Document scm_c_with_fluid,
scm_c_with_fluids, and scm_frame_fluid.
2004-01-07 18:13:07 +00:00
Marius Vollmer
becc4b2716 Document scm_on_unwind_with_scm and scm_on_rewind_with_scm. 2004-01-06 18:17:17 +00:00
Marius Vollmer
e911f3ff4b Minor markup fixes. 2004-01-04 23:43:20 +00:00
Marius Vollmer
86272eedd0 Document the frames stuff and other random changes. 2004-01-03 21:56:18 +00:00
Kevin Ryde
53872505f0 (Catch): Add scm_internal_catch.
(Lazy Catch): Add scm_internal_lazy_catch.
2003-08-29 23:49:49 +00:00
Kevin Ryde
d61d8580a5 (Multiple Values): In values, show args as "arg1
... argN".  In scm_values, note args is a list and returned object
shares structure with it.
2003-08-29 23:22:30 +00:00
Kevin Ryde
bbdbcf35ae (while do): Update `while' for code rewrite, in
particular describe break and continue.
2003-08-12 21:48:27 +00:00
Kevin Ryde
807a30f1db (Continuations): Rewrite with more detail. 2003-07-24 00:30:31 +00:00
Kevin Ryde
54148bb85a (Dynamic Wind): Untabify.
(Multiple Values): Use @result.
Reported by Stephen Compall <s11@member.fsf.org>.
2003-07-23 23:53:39 +00:00
Kevin Ryde
63226e80ef (Handling Errors): Fix regexp error key, should
be `regular-expression-syntax'.
2003-05-11 22:37:40 +00:00
Kevin Ryde
43bc657a46 (Handling Errors): Index entries for error keys. 2003-05-10 01:18:29 +00:00
Kevin Ryde
f8a6b8be67 (Handling Errors): Revise C support section to
get index entries, and clarify parameters.  Remove scm_regex_error, no
longer exists and wasn't available to applications.
2003-05-09 23:08:57 +00:00
Neil Jerram
a95dbade59 scm_sysmissing doc fix from Kevin Ryde. 2003-04-26 15:02:56 +00:00
Neil Jerram
f2ba76aea5 * Manual work on debugging infrastructure 2002-04-20 15:52:13 +00:00
Thien-Thi Nguyen
85a9b4ed19 Spell check. 2002-01-08 08:29:00 +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
9401323e63 * Documentation work. 2001-11-11 15:01:52 +00:00
Neil Jerram
a0e07ba4ec * Organize documentation into per-manual directories (halfway point commit). 2001-08-24 09:40:29 +00:00