summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
Commit message (Expand)AuthorAgeFilesLines
* Document multiple-value returns in forms taking a let-expression bodyDaniel Llorens2023-01-251-29/+26
* Add internal definitions to derived formsLinus2023-01-241-12/+13
* Fix doc for string args to error C APIDaniel Llorens2022-09-301-7/+7
* Typo fix: Use correct variable name in exampleVijay Marupudi2022-02-231-1/+1
* Fix doc typoDaniel Llorens2021-11-221-1/+1
* doc: Fix typos in the manual.Jan Synacek2020-05-271-2/+2
* Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.Ludovic Courtès2020-02-111-1/+1
* Remove traces of 'scm_memory_error'.Ludovic Courtès2020-02-101-2/+1
* Update documentation for with-exception-handler et alAndy Wingo2019-11-131-337/+476
* Documentation fixesMikael Djurfeldt2019-05-231-1/+1
* Fix documentation buildAndy Wingo2017-03-071-1/+1
* Add thread local fluidsAndy Wingo2017-03-071-0/+3
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-071-0/+15
* Add suspendable-continuation?Andy Wingo2016-12-121-0/+27
* Minor parameters doc changeAndy Wingo2016-12-061-5/+8
* Update fluids / dynstate docsAndy Wingo2016-12-061-18/+35
* Move fluids, parameters docs nearer to dynamic-windAndy Wingo2016-12-061-0/+297
* Documentation fixesEthan Stefan Day2016-08-071-3/+3
* Favor "escape continuation" over "one-shot continuation" in manualAndy Wingo2016-06-241-4/+2
* Big ports documentation updateAndy Wingo2016-06-081-2/+2
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2014-04-281-8/+8
|\
| * Remove SMOB tutorial; update manual.Andy Wingo2014-04-281-8/+8
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-161-1/+2
|\ \ | |/
| * Print the faulty object upon invalid-keyword errors.Ludovic Courtès2013-06-041-1/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-04-141-1/+55
|\ \ | |/
| * doc: Link exceptions and escape continuations.Ludovic Courtès2013-04-071-1/+8
| * Add `call/ec' and `let/ec'.Ludovic Courtès2013-04-051-1/+48
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-4/+4
|\ \ | |/
| * excise use of "iff" in the manualJason Earl2013-03-101-1/+1
| * doc: Fix build with Texinfo 5.0.Ludovic Courtès2013-03-011-3/+3
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-07-061-3/+18
|\ \ | |/
| * add scm_c_nvalues with docs; also, docs for scm_c_valuesAndy Wingo2012-07-041-3/+18
* | faster (make-prompt-tag); default-prompt-tag is a parameterAndy Wingo2012-03-071-3/+6
|/
* Support => within case, and improve error messages for cond and caseMark H Weaver2012-02-081-1/+18
* Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons2012-02-041-19/+23
* add when, unlessAndy Wingo2012-01-201-5/+37
* Add `scm_c_value_ref' to allow access to multiple returned values from CMark H Weaver2012-01-181-0/+7
* deprecate SCM_ASRTGOAndy Wingo2012-01-081-9/+1
* document invalidity of (begin) as expression; add back-compat shimAndy Wingo2011-12-211-16/+61
* Document SCM_ASSERT_TYPE and SCM_ASRTGO macrosMike Gran2011-10-081-0/+11
* add docs for shift and resetAndy Wingo2011-06-161-0/+108
* fix break exampleAndy Wingo2011-04-281-1/+1
* allow while as an expressionAndy Wingo2011-04-281-3/+15
* Misc textual editingNeil Jerram2011-02-131-1/+1
* docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues2011-02-091-2/+2
* Document `scm_misc_error' (bug #31969).Ludovic Courtès2011-01-041-2/+7
* Document scm_wrong_type_arg_msgNeil Jerram2010-09-111-1/+6
* a number of doc fixesAndy Wingo2010-08-161-3/+3
* Merge branch 'master' into wip-manual-2Neil Jerram2010-04-101-164/+197
|\
| * add a section to the manual on promptsAndy Wingo2010-03-161-6/+112