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