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 19:38:29 +00:00
parent 2f263a6a0b
commit 99e370f645

View file

@ -4,6 +4,11 @@
contexts. Renamed all functions from scm_frame_ to scm_dynwind_.
Updated documentation.
Disabled "futures":
* futures.h, futures.c: Wrap whole contents in "#if 0"/"#endif".
* eval.c, init.c: Comment out all 'future' related things.
2006-01-28 Marius Vollmer <mvo@zagadka.de>
* inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.c