(TESTS): List tests explicitely instead of using a wildcard.
[bpt/guile.git] / ChangeLog
index 572301e..2f5f0ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,54 @@
+2001-08-07  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
+       EXTRA_DIST to SUBDIRS.
+
+       * configure.in: Added "test-suite/Makefile".
+
+2001-08-01  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Added `--disable-linuxthreads' option and do not
+       define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
+       given.  Thanks to Cris Cramer!
+
+2001-07-23  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (SUBDIRS): Build libguile before ice-9.
+
+2001-07-22  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Check for "inttypes.h".
+
+2001-07-19  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: add checks for setitimer and getitimer.
+       Add --enable-error-on-warning.
+
+2001-07-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * INSTALL, Makefile.am, configure.in: Updated copyright notice.
+
+2001-07-15  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * HACKING: Remove onerous authorship-info deletion clause.
+
+2001-07-13  Keisuke Nishida  <knishida@nurs.or.jp>
+
+       * autogen.sh: Call libtoolize with --force.
+
+2001-07-10  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * INSTALL: Point to HACKING for tool versions.
+
 2001-07-08  Rob Browning  <rlb@defaultvalue.org>
 
+       * TODO: updated to include relevant itemized post-1.6-RELEASE
+       tasks that are distributable so we can check them off as they are
+       done, and delete 1.6.0 tasks.
+
+       * RELEASE: add a note that the RELEASE instructions are out of
+       date now that we're using branches.
+
        * AUTHORS: add "many files throughout" for myself.
 
 2001-06-28  Thien-Thi Nguyen  <ttn@revel.glug.org>