Merged from mvo-vcell-cleanup-1-branch.
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
7c33806a
DH
12001-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * eval.c (scm_init_eval): Initialize scm_undefineds and
4 scm_listofnull.
5
6 * gc.c (scm_debug_newcell, scm_debug_newcell2): Fixed to behave
7 like the SCM_NEWCELL macro counterparts.
8
9 (scm_init_storage, scm_init_gc): Moved initialization of
10 scm_tc16_allocated from scm_init_gc to scm_init_storage.
11
12 (scm_init_storage): Moved initialization of scm_undefineds and
13 scm_listofnull to eval.c, initializion of scm_nullstr to
14 strings.c, initializion of scm_nullvect to vectors.c.
15
16 * gc.h (SCM_NEWCELL, SCM_NEWCELL2): Prefer SCM_NULLP over
17 SCM_IMP, as in scm_debug_newcell and scm_debug_newcell2.
18
19 * init.c (scm_init_guile_1): Reordered some initializations and
20 added dependcy information comments.
21
22 * load.c (scm_init_load): Use scm_nullstr.
23
24 * strings.c (scm_init_strings): Initialize scm_nullstr.
25
26 * vectors.c (scm_init_vectors): Initialize scm_nullvect.
27
11bbab47
MV
282001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
29
30 * values.c (print_values): Print as a unreadable object, not as
31