* __scm.h: Added section for debugging options.
[bpt/guile.git] / ChangeLog
index ae03e1a..373bcf7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,26 @@
+2000-05-01  Gary Houston  <ghouston@arglist.com>
+
+       * Makefile.am: add include_HEADERS.
+       libguile.h: moved from libguile directory.  maybe libguile.h should
+       be installed in $prefix/include/libguile/libguile.h instead?
+
+2000-04-21  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * qthreads.m4: Removed THREADS_CPPFLAGS.
+
+       * acinclude.m4: Removed qthreads macros.  They are provided in
+       qthreads.m4, so these were redundant.
+
+       * acconfig.h (GUILE_DEBUG_MALLOC): New.
+
+       * configure.in: New --enable-debug-malloc configuration option.
+
 2000-03-29  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 
        * 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>