summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
AgeCommit message (Expand)AuthorFilesLines
2024-10-20Fix typo in dynamic wind documentation.Andrew McNulty1-1/+1
2024-05-06Fix typos throughout codebase.Morgan Smith1-10/+10
2023-03-17Fix no-clause case-lambda in pevalDaniel Llorens1-1/+1
2023-02-24Fix typo in raise-exception documentationDaniel Llorens1-1/+1
2023-01-25Document multiple-value returns in forms taking a let-expression bodyDaniel Llorens1-29/+26
2023-01-24Add internal definitions to derived formsLinus1-12/+13
2022-09-30Fix doc for string args to error C APIDaniel Llorens1-7/+7
2022-02-23Typo fix: Use correct variable name in exampleVijay Marupudi1-1/+1
2021-11-22Fix doc typoDaniel Llorens1-1/+1
2020-05-27doc: Fix typos in the manual.Jan Synacek1-2/+2
2020-02-11Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.Ludovic Courtès1-1/+1
2020-02-10Remove traces of 'scm_memory_error'.Ludovic Courtès1-2/+1
2019-11-13Update documentation for with-exception-handler et alAndy Wingo1-337/+476
2019-05-23Documentation fixesMikael Djurfeldt1-1/+1
2017-03-07Fix documentation buildAndy Wingo1-1/+1
2017-03-07Add thread local fluidsAndy Wingo1-0/+3
2017-02-07Avoid stacks in dynamically-bound valuesAndy Wingo1-0/+15
2016-12-12Add suspendable-continuation?Andy Wingo1-0/+27
2016-12-06Minor parameters doc changeAndy Wingo1-5/+8
2016-12-06Update fluids / dynstate docsAndy Wingo1-18/+35
2016-12-06Move fluids, parameters docs nearer to dynamic-windAndy Wingo1-0/+297
2016-08-07Documentation fixesEthan Stefan Day1-3/+3
2016-06-24Favor "escape continuation" over "one-shot continuation" in manualAndy Wingo1-4/+2
2016-06-08Big ports documentation updateAndy Wingo1-2/+2
2014-04-28Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-8/+8
2014-04-28Remove SMOB tutorial; update manual.Andy Wingo1-8/+8
2013-07-16Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+2
2013-06-04Print the faulty object upon invalid-keyword errors.Ludovic Courtès1-1/+2
2013-04-14Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-1/+55
2013-04-07doc: Link exceptions and escape continuations.Ludovic Courtès1-1/+8
2013-04-05Add `call/ec' and `let/ec'.Ludovic Courtès1-1/+48
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-4/+4
2013-03-10excise use of "iff" in the manualJason Earl1-1/+1
2013-03-01doc: Fix build with Texinfo 5.0.Ludovic Courtès1-3/+3
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-3/+18
2012-07-04add scm_c_nvalues with docs; also, docs for scm_c_valuesAndy Wingo1-3/+18
2012-03-07faster (make-prompt-tag); default-prompt-tag is a parameterAndy Wingo1-3/+6
2012-02-08Support => within case, and improve error messages for cond and caseMark H Weaver1-1/+18
2012-02-04Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons1-19/+23
2012-01-20add when, unlessAndy Wingo1-5/+37
2012-01-18Add `scm_c_value_ref' to allow access to multiple returned values from CMark H Weaver1-0/+7
2012-01-08deprecate SCM_ASRTGOAndy Wingo1-9/+1
2011-12-21document invalidity of (begin) as expression; add back-compat shimAndy Wingo1-16/+61
2011-10-08Document SCM_ASSERT_TYPE and SCM_ASRTGO macrosMike Gran1-0/+11
2011-06-16add docs for shift and resetAndy Wingo1-0/+108
2011-04-28fix break exampleAndy Wingo1-1/+1
2011-04-28allow while as an expressionAndy Wingo1-3/+15
2011-02-13Misc textual editingNeil Jerram1-1/+1
2011-02-09docs: fix typos in manual, and a couple in code comments.Ralf Wildenhues1-2/+2
2011-01-04Document `scm_misc_error' (bug #31969).Ludovic Courtès1-2/+7