*** empty log message ***
[bpt/guile.git] / ChangeLog
index 12e8031..2c66a27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2000-04-21  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * 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.
+
+2000-03-19  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * 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  <mdj@thalamus.nada.kth.se>
+
+       * configure.in: Don't add iselect.o to LIBOBJS.
+
+2000-03-13  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * configure.in: Added end-tag for local variables.  (Thanks to
+       Thien-Thi Nguyen.)
+
+2000-03-12  Gary Houston  <ghouston@arglist.com>
+
+       * README (Guile Documentation, About This Distribution): updated.
+
+2000-03-12  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * configure.in (ac_cv_struct_timespec): Added test for struct
+       timespec.
+
+       * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
+
+2000-01-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * autogen.sh: Call libtoolize.  Pass --add-missing option to
+       automake.  Do not decent into libltdl directory.  The libltdl
+       directory is now populated by libtoolize and does not need any
+       further autogeneration.
+
+2000-01-23  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check for fchown.
+
+Tue Jan 18 12:55:15 2000  Mikael Djurfeldt  <mdj@r11n07-s.pdc.kth.se>
+
+       * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
+       instead of $(top_builddir)/libltdl to includepath.
+
+2000-01-18  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * emacs: New subdirectory for elisp tools.
+
+2000-01-15  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * README, HACKING: Moved "Hacking it yourself" section from README
+       to HACKING.  Updated recommended libtool version to be 1.3.4.
+
+2000-01-14  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: needs to have --disable-networking, not
+       --disable-net.
+
+2000-01-12  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
+
+       * libltdl/acconfig.h: New file: Needed by autogen.sh.
+
+Tue Jan 11 13:42:35 2000  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * autogen.sh: Added messages as we run autogen in subdirectories.
+
+       * configure.in: Output libugile/guile-func-name-check script, and
+       chmod +x it. 
+
 2000-01-11  Marius Vollmer  <mvo@zagadka.ping.de>
 
        * libltdl/autogen.sh: New file.