* strports.c (scm_stptob, prinstpt, noop0): Removed
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
69bc9ff3
GH
11999-07-24 Gary Houston <ghouston@easynet.co.uk>
2
3 * gdbint.c (gdb_print, gdb_read): call scm_truncate_file.
4
5 * ports.c (scm_truncate_file): renamed from scm_ftruncate.
6 allow the 1st argument to be a fdes or filename as well as a
7 port (as in the filesys.c version).
8
9 * filesys.c (scm_truncate_file): removed.
10
096d0b15
MD
111999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
12
13 * readline.c, readline.h: Removed.
14
15 * objects.c, objects.h (scm_port_class): Added.
16 (scm_class_of): Look up port class in scm_port_class.
17 (SCM_IN_PCLASS_INDEX, SCM_OUT_PCLASS_INDEX,
18 SCM_INOUT_PCLASS_INDEX): Added.
19
aafe2718
MD
201999-07-23 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
21
22 * init.c: Make sure that scm_post_boot_init_modules is called only
23 once. (Important when using a dumped image.; Thanks to Bernard
24 Urban.)
25
3144e1a9
JB
261999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
27
8e1e60f1
JB
28 * guardians.c (scm_guardian_zombify): Separate scanning for
29 zombies from marking the pairs of the free list.
30
a825bb0e
JB
31 * guardians.c (scm_guardian_zombify): Don't set marks manually ---
32 use the macros. (Thanks to Michael Livshin.)
33
4d4c53ac
JB
34 * eval.c (scm_m_lambda): Let bodycheck check the body of the
35 lambda. Let your sins be purified by the blood of the lambda.
36 (Thanks to Eric Hanchrow.)
37
d9ad6919
JB
38 * net_db.c (h_errno): Don't declare this if it's #defined. Eew.
39 (Thanks to Valdis Kletnieks.)
40
3144e1a9 41