1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2006-01-29 20:00:14 +00:00
parent 718866aa75
commit ee51ba3115

View file

@ -1,5 +1,8 @@
2006-01-29 Marius Vollmer <mvo@zagadka.de>
* ramap.c: (scm_array_map_x): Don't use scm_array_p, use
scm_is_typed_array instead.
Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts. Renamed all functions from scm_frame_ to scm_dynwind_.
Updated documentation.