diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-21 14:12:45 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-21 14:12:45 +0000 |
commit | e415cb066601d757beb588675baa0b268926a54e (patch) | |
tree | 094ec9dbc67025330119acb37078aeb6b8b9a2b3 | |
parent | 500bdd65bc636f468e1c2e27eda25e77a8976f5f (diff) | |
download | guile-e415cb066601d757beb588675baa0b268926a54e.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 8 |
2 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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. @@ -76,6 +76,14 @@ A Guile compiled with this option provides the primitive `malloc-stats' which returns an alist with pairs of kind and the number of objects of that kind. +** All includes are now referenced relative to the root directory + +Since some users have had problems with mixups between Guile and +system headers, we have decided to always refer to Guile headers via +their parent directories. This essentially creates a "private name +space" for Guile headers. This means that the compiler only is given +-I options for the root build and root source directory. + * Changes to the stand-alone interpreter ** Dynamic linking now uses libltdl from the libtool package. |