*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Thu, 20 Jan 2005 14:41:14 +0000 (14:41 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 20 Jan 2005 14:41:14 +0000 (14:41 +0000)
libguile/ChangeLog

index cc31d69..a4ed9e6 100644 (file)
@@ -1,3 +1,10 @@
+2005-01-20  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * objects.c: Include goops.h for the scm_class_of prototype.
+
+       * hashtab.c (hashtable_size, HASHTABLE_SIZE_N): Restrict hashtable
+       sizes to be smaller than the maximum lengths of vectors.
+
 2005-01-18  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
 
        * ports.c, smob.c: Include "libguile/goops.h".