*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-03-29 10:44:28 +00:00
commit 64e3bf6c38
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@
* acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
* configure.in: Enable workaround for COOP-linuxthreads
compatibility on Linux systems (currently disabled).
compatibility on Linux systems.
2000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>

View file

@ -1,3 +1,7 @@
2000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* coop.c (coop_create): Set `specific' field, not `data' to NULL.
2000-03-29 Dirk Herrmann <D.Herrmann@tu-bs.de>
* smob.h (SCM_NEWSMOB, SCM_NEWSMOB2, SCM_NEWSMOB3, SCM_SMOB_DATA,