summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-control.texi
AgeCommit message (Collapse)AuthorFilesLines
2004-08-02* scheme-binding.texi: Renamed to api-binding.texi.Marius Vollmer1-0/+0
* scheme-compound.texi: Renamed to api-compound.texi. * scheme-control.texi: Renamed to api-control.texi. * scheme-data.texi: Renamed to api-data.texi. * scheme-debug.texi: Renamed to api-debug.texi. * deprecated.texi: Renamed to api-deprecated.texi. * scheme-evaluation.texi: Renamed to api-evaluation.texi. * ref-init.texi: Renamed to api-init.texi. * scheme-io.texi: Renamed to api-io.texi. * scheme-memory.texi: Renamed to api-memory.texi. * scheme-modules.texi: Renamed to api-modules.texi. * scheme-options.texi: Renamed to api-options.texi. * scm.texi: Renamed to api-overview.texi. * scheme-procedures.texi: Renamed to api-procedures.texi. * scheme-scheduling.texi: Renamed to api-scheduling.texi. * scheme-scm.texi: Renamed to api-scm.texi. * scheme-smobs.texi: Renamed to api-smobs.texi. * scheme-snarf.texi: Renamed to api-snarf.texi. * scheme-translation.texi: Renamed to api-translation.texi. * scheme-utility.texi: Renamed to api-utility.texi. * debugging.texi: Renamed to scheme-debugging.texi. * scripts.texi: Renamed to scheme-scripts.texi. * program.texi: Renamed to libguile-program.texi.
2004-07-24Make it vindex instead:Kevin Ryde1-1337/+0
(Frames): Add @vindex for SCM_F_WIND_EXPLICITLY.
2004-07-24(Frames): Add @findex for SCM_F_WIND_EXPLICITLY.Kevin Ryde1-0/+1
2004-04-21Big reorganization of the whole manual to give it a simpler structure.Marius Vollmer1-140/+21
2004-04-05Tweak a few words from:Kevin Ryde1-5/+5
(Continuations): Rewrite with more detail.
2004-02-14(while do): Expand and clarify `do', inKevin Ryde1-12/+61
particular note iterating binds fresh locations, rather than values "stored".
2004-01-21Added Copyright notice.Marius Vollmer1-0/+6
2004-01-11Renamed scm_frame_unwind to scm_frame_unwind_handler, andMarius Vollmer1-12/+12
scm_frame_rewind to scm_frame_rewind_handler.
2004-01-08More stuff about flow control. Bug fixes in example.Marius Vollmer1-36/+110
2004-01-07Adapt to new 'frame' names. Document scm_c_with_fluid,Marius Vollmer1-16/+16
scm_c_with_fluids, and scm_frame_fluid.
2004-01-06Document scm_on_unwind_with_scm and scm_on_rewind_with_scm.Marius Vollmer1-3/+11
2004-01-04Minor markup fixes.Marius Vollmer1-4/+4
2004-01-03Document the frames stuff and other random changes.Marius Vollmer1-61/+223
2003-08-29(Catch): Add scm_internal_catch.Kevin Ryde1-0/+45
(Lazy Catch): Add scm_internal_lazy_catch.
2003-08-29(Multiple Values): In values, show args as "arg1Kevin Ryde1-1/+6
... argN". In scm_values, note args is a list and returned object shares structure with it.
2003-08-12(while do): Update `while' for code rewrite, inKevin Ryde1-4/+34
particular describe break and continue.
2003-07-24(Continuations): Rewrite with more detail.Kevin Ryde1-43/+134
2003-07-23(Dynamic Wind): Untabify.Kevin Ryde1-19/+20
(Multiple Values): Use @result. Reported by Stephen Compall <s11@member.fsf.org>.
2003-05-11(Handling Errors): Fix regexp error key, shouldKevin Ryde1-2/+3
be `regular-expression-syntax'.
2003-05-10(Handling Errors): Index entries for error keys.Kevin Ryde1-0/+10
2003-05-09(Handling Errors): Revise C support section toKevin Ryde1-33/+30
get index entries, and clarify parameters. Remove scm_regex_error, no longer exists and wasn't available to applications.
2003-04-26scm_sysmissing doc fix from Kevin Ryde.Neil Jerram1-4/+1
2002-04-20* Manual work on debugging infrastructureNeil Jerram1-0/+11
2002-01-08Spell check.Thien-Thi Nguyen1-5/+5
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-12/+19
reference manual documentation.
2001-11-11* Documentation work.Neil Jerram1-0/+138
2001-08-24* Organize documentation into per-manual directories (halfway point commit).Neil Jerram1-0/+823