index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
ref
/
api-control.texi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-20
Fix typo in dynamic wind documentation.
Andrew McNulty
1
-1
/
+1
2024-05-06
Fix typos throughout codebase.
Morgan Smith
1
-10
/
+10
2023-03-17
Fix no-clause case-lambda in peval
Daniel Llorens
1
-1
/
+1
2023-02-24
Fix typo in raise-exception documentation
Daniel Llorens
1
-1
/
+1
2023-01-25
Document multiple-value returns in forms taking a let-expression body
Daniel Llorens
1
-29
/
+26
2023-01-24
Add internal definitions to derived forms
Linus
1
-12
/
+13
2022-09-30
Fix doc for string args to error C API
Daniel Llorens
1
-7
/
+7
2022-02-23
Typo fix: Use correct variable name in example
Vijay Marupudi
1
-1
/
+1
2021-11-22
Fix doc typo
Daniel Llorens
1
-1
/
+1
2020-05-27
doc: Fix typos in the manual.
Jan Synacek
1
-2
/
+2
2020-02-11
Reintroduce 'SCM_MEMORY_ERROR' in terms of 'scm_report_out_of_memory'.
Ludovic Courtès
1
-1
/
+1
2020-02-10
Remove traces of 'scm_memory_error'.
Ludovic Courtès
1
-2
/
+1
2019-11-13
Update documentation for with-exception-handler et al
Andy Wingo
1
-337
/
+476
2019-05-23
Documentation fixes
Mikael Djurfeldt
1
-1
/
+1
2017-03-07
Fix documentation build
Andy Wingo
1
-1
/
+1
2017-03-07
Add thread local fluids
Andy Wingo
1
-0
/
+3
2017-02-07
Avoid stacks in dynamically-bound values
Andy Wingo
1
-0
/
+15
2016-12-12
Add suspendable-continuation?
Andy Wingo
1
-0
/
+27
2016-12-06
Minor parameters doc change
Andy Wingo
1
-5
/
+8
2016-12-06
Update fluids / dynstate docs
Andy Wingo
1
-18
/
+35
2016-12-06
Move fluids, parameters docs nearer to dynamic-wind
Andy Wingo
1
-0
/
+297
2016-08-07
Documentation fixes
Ethan Stefan Day
1
-3
/
+3
2016-06-24
Favor "escape continuation" over "one-shot continuation" in manual
Andy Wingo
1
-4
/
+2
2016-06-08
Big ports documentation update
Andy Wingo
1
-2
/
+2
2014-04-28
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-8
/
+8
2014-04-28
Remove SMOB tutorial; update manual.
Andy Wingo
1
-8
/
+8
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+2
2013-06-04
Print the faulty object upon invalid-keyword errors.
Ludovic Courtès
1
-1
/
+2
2013-04-14
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-1
/
+55
2013-04-07
doc: Link exceptions and escape continuations.
Ludovic Courtès
1
-1
/
+8
2013-04-05
Add `call/ec' and `let/ec'.
Ludovic Courtès
1
-1
/
+48
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-4
/
+4
2013-03-10
excise use of "iff" in the manual
Jason Earl
1
-1
/
+1
2013-03-01
doc: Fix build with Texinfo 5.0.
Ludovic Courtès
1
-3
/
+3
2012-07-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+18
2012-07-04
add scm_c_nvalues with docs; also, docs for scm_c_values
Andy Wingo
1
-3
/
+18
2012-03-07
faster (make-prompt-tag); default-prompt-tag is a parameter
Andy Wingo
1
-3
/
+6
2012-02-08
Support => within case, and improve error messages for cond and case
Mark H Weaver
1
-1
/
+18
2012-02-04
Make notation for Scheme repeated arguments more consistent in manual.
Bake Timmons
1
-19
/
+23
2012-01-20
add when, unless
Andy Wingo
1
-5
/
+37
2012-01-18
Add `scm_c_value_ref' to allow access to multiple returned values from C
Mark H Weaver
1
-0
/
+7
2012-01-08
deprecate SCM_ASRTGO
Andy Wingo
1
-9
/
+1
2011-12-21
document invalidity of (begin) as expression; add back-compat shim
Andy Wingo
1
-16
/
+61
2011-10-08
Document SCM_ASSERT_TYPE and SCM_ASRTGO macros
Mike Gran
1
-0
/
+11
2011-06-16
add docs for shift and reset
Andy Wingo
1
-0
/
+108
2011-04-28
fix break example
Andy Wingo
1
-1
/
+1
2011-04-28
allow while as an expression
Andy Wingo
1
-3
/
+15
2011-02-13
Misc textual editing
Neil Jerram
1
-1
/
+1
2011-02-09
docs: fix typos in manual, and a couple in code comments.
Ralf Wildenhues
1
-2
/
+2
2011-01-04
Document `scm_misc_error' (bug #31969).
Ludovic Courtès
1
-2
/
+7
[next]