2006-02-01 Ludovic Courtès <ludovic.courtes@laas.fr>
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
aa092c5d
MV
12006-01-30 Marius Vollmer <mvo@zagadka.de>
2
3 * eval.c (scm_eval_body): Lock source_mutex with a dynwind context
4 so that it gets unlocked in all cases.
5 (SCM_APPLY, CEVAL): Likewise.
6
661ae7ab
MV
72006-01-29 Marius Vollmer <mvo@zagadka.de>
8
ee51ba31
MV
9 * ramap.c: (scm_array_map_x): Don't use scm_array_p, use
10 scm_is_typed_array instead.
11
661ae7ab
MV
12 Renamed the "frames" that are related to dynamic-wind to "dynamic
13 contexts. Renamed all functions from scm_frame_ to scm_dynwind_.
14 Updated documentation.
15
99e370f6
MV
16 Disabled "futures":
17
18 * futures.h, futures.c: Wrap whole contents in "#if 0"/"#endif".
19 * eval.c, init.c: Comment out all 'future' related things.
20
15ccf10b
MV
212006-01-28 Marius Vollmer <mvo@zagadka.de>
22
23 * inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.c
24 to inline.h to make it inline.
25
fd0a5bbc
HWN
26