mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 03:30:22 +02:00
Changes from arch/CVS synchronization
This commit is contained in:
parent
8edec42a34
commit
3b58a13b8b
8 changed files with 50 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-06-07 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* api-control.texi (Dynamic Wind): Fixed typo. Reported by
|
||||
Norman Hardy.
|
||||
|
||||
2007-05-16 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||
|
||||
* posix.texi (Network Sockets and Communication): Fixed typo:
|
||||
|
|
|
@ -1164,7 +1164,7 @@ lexical variables, this will be, well, inconvenient.
|
|||
|
||||
Therefore, Guile offers the functions @code{scm_dynwind_begin} and
|
||||
@code{scm_dynwind_end} to delimit a dynamic extent. Within this
|
||||
dynamic extent, which is calles a @dfn{dynwind context}, you can
|
||||
dynamic extent, which is called a @dfn{dynwind context}, you can
|
||||
perform various @dfn{dynwind actions} that control what happens when
|
||||
the dynwind context is entered or left. For example, you can register
|
||||
a cleanup routine with @code{scm_dynwind_unwind_handler} that is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue