* dynl.c (print_dynl_obj): Indicate whether the dynamic object has
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
9ea54cc6
GH
1Mon Apr 28 06:10:14 1997 Gary Houston <ghouston@actrix.gen.nz>
2
3 * async.c (scm_sys_tick_async_thunk): commented out. I'm not
4 sure how this was supposed to work.
5 (scm_async_click): don't send SCM_TICK_SIGNAL.
6 (scm_init_async): don't initialize %tick-thunk.
7
8 * the following change doesn't affect the Scheme interface:
9 gc-thunk is called at the end of garbage collection. however it's
10 no longer implemented by pretending it's a signal.
11
12 * gc.c (scm_gc_end): don't call scm_take_signal. instead mark the
13 system async corresponding to scm_gc_thunk.
14 * async.h: declare scm_gc_async.
15 * async.c (scm_sys_gc_async_thunk): apply the thunk named by
16 gc-thunk directly, instead of going through a signal handler.
17 (scm_gc_async): new variable, points to the GC system-async.
18 (scm_init_async): save the GC async as scm_gc_async instead
19 of using system_signal_asyncs.
20 (scm_gc_vcell): new variable, stores the gc-thunk vcell.
21
10830232
JB
22Mon Apr 28 19:14:44 1997 Jim Blandy <jimb@floss.cyclic.com>
23
24 * Makefile.am (libpath.h, cpp_err_symbols.c, cpp_sig_symbols.c):
25 Don't screw up if we're interrupted.
26 * Makefile.in: Regeneradet.
27
28c682fa
JB
28Sun Apr 27 17:57:15 1997 Jim Blandy <jimb@floss.cyclic.com>
29
30 * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
31
32 * Makefile.am (modincludedir): Use "ice-9" instead of "@module@";
33 we're not using AM_INIT_GUILE_MODULE any more.
34 * Makefile.in: Reneregated.
35
20108301
JB
36Thu Apr 24 00:41:08 1997 Jim Blandy <jimb@floss.cyclic.com>
37
4616e355
JB
38