X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/244fdc2f4be27a42fa0a8ffb06a57b441ac9c690..3a9809dfdee081cc8f0897b2360bd91eae729c28:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 01fc86a74..373bcf75a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2000-05-01 Gary Houston + + * 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 + + * 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 + + * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable. + + * configure.in: Enable workaround for COOP-linuxthreads + compatibility on Linux systems. + +2000-03-19 Mikael Djurfeldt + + * devel: New directory. Intended to carry documentation related + to Guile development (as opposed to the doc directory which + contains documentation related to the use of the current Guile). + This directory (devel) is not included in the Guile distribution, + but is accessible via anonymous CVS. + +2000-03-13 Mikael Djurfeldt + + * configure.in: Don't add iselect.o to LIBOBJS. + +2000-03-13 Mikael Djurfeldt + + * configure.in: Added end-tag for local variables. (Thanks to + Thien-Thi Nguyen.) + 2000-03-12 Gary Houston * README (Guile Documentation, About This Distribution): updated.