1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1997-03-09 15:30:04 +00:00
parent c6ed3e26f4
commit b045e53287
2 changed files with 23 additions and 0 deletions

11
NOTES
View file

@ -15,6 +15,17 @@ snapshots or distributions, but is a strictly internal document.
CONVENTIONS: ChangeLog format. (Reverse chronological order.)
----------------------------------------------------------------------
Sun Mar 9 15:45:14 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* libguile/gc.c (scm_gc_sweep): The probability of collecting a
free cell should be very low (only occurring when a signal has
interrupted allocation). Nevertheless, the GC immediately exits
when the free cell test is enabled in the sweeper. Where does
this free cell come from?
* libguile/arbiters.c: Remove this file? When we've implemented
POSIX thread support, "arbiters" will be superfluous.
Thu Mar 6 00:54:59 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* libguile/unif.c: Introduce "fancy printing" for vectors. "Fancy

View file

@ -1,3 +1,15 @@
Sun Mar 9 14:14:39 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* arbiters.c (scm_make_arbiter): Bugfix: Must SCM_DEFER_INTS
before constructing arbiter.
* eval.c (scm_m_define): Bugfix: Check that the object is a
closure before setting the procedure property!
* ports.h: Removed prototype for scm_ungetc_char_ready_p.
* ports.c: Removed `ungetc-char-ready?'.
Sat Mar 8 00:27:05 1997 Gary Houston <ghouston@actrix.gen.nz>
* read.c (scm_init_read): intitialise scm_read_hash_procedures