2002-07-20 Han-Wen <hanwen@cs.uu.nl>
[bpt/guile.git] / ChangeLog
index 7e0a4ed..73413fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+2002-07-20  Han-Wen  <hanwen@cs.uu.nl>
+
+       * autogen.sh (mscripts): find and check version number of
+       autoconf. Complain if 2.53 is not found.
+
+2002-07-20  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * benchmark-guile.in:  Copied from check-guile.in and adapted for
+       use with benchmarks.
+
+       * Makefile.am:  Recurse into the benchmark-suite subdir.
+
+       * configure.in:  Added benchmarking files.
+
+2002-07-12  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check dynamic linking before modules.  Add dynl.c
+       if dynamic linking is available, i.e., unless --with-modules=no
+       was given to configure.
+
+2002-07-09  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * autogen.sh: Patch libltdl/ltdl.c to avoid a nasty bug in
+       libtool-1.4.2.
+
+2002-07-07  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * autogen.sh: Do not copy INSTALL from workbook since it is not
+       uniform across branches.
+       * INSTALL: Re-added to repository.
+       
+       Crosscompiling and Cygwin fixes from Jan Nieuwenhuizen.  Thanks!
+       
+       * autogen.sh: Only fix libltdl/configure.in if it exists.  Current
+       libtool CVS does not need this fix.
+
+       * configure.in (AC_LIBTOOL_WIN32_DLL): Add for shared Cygwin
+       build.
+       Add --with-cc-for-build option to re-enable cross building.
+       Add --with-guile-for-build option to re-enable cross building.
+
+2002-06-30  Gary Houston  <ghouston@arglist.com>
+
+       * autogen.sh: Changed the path to the scripts directory.
+       In libltdl, run aclocal before autoconf and automake: this
+       eliminated various warnings after upgrading to newer automake.
+
+2002-05-22  Marius Vollmer  <mvo@zagadka.ping.de>
+
+        From John W. Eaton <jwe@bevo.che.wisc.edu>
+
+       * configure.in (AC_CHECK_FUNCS): Check for copysign.
+
+2002-05-10  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * libguile.h: Added inclusion of "extensions.h".
+
+2002-05-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Include <sys/types.h> before <netinet/in.h> when
+       checking vor IPv6.  This is for NetBSD 1.5.  Thanks to Greg
+       Troxel!
+
+       From John W. Eaton.
+       
+       * configure.in (AC_CHECK_HEADERS): Check for floatingpoint.h
+       ieeefp.h, and nan.h.
+       (AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
+
+2002-05-01  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * autogen.sh: Add call to $mscripts/render-bugs
+       to create BUGS file.
+
+       * BUGS: bye bye
+
+2002-04-27  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am (EXTRA_DIST): Remove qthreads.m4.
+
+2002-04-26  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * guile-aclocal.sh: Replaced with a simple invocation of "aclocal
+       -I guile-config".  This works as of automake 1.5.
+       * qthreads.m4: Moved to guile-config/.
+
+2002-04-18  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+        * autogen.sh: Call automake twice for guile-core so that two
+       copies of mdate-sh get a chance of being installed (one in
+       doc/ref/ and one in doc/tutorial/).
+
+2002-04-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): New, to request version 1.5.
+       (EXTRA_DIST): Don't distribute acconfig.h, which is gone.
+       (dist-hook): Removed.
+       (DISTCLEANFILES): Added check-guile.log.
+       (EXTRA_DIST): Don't distribute TODO.
+
+       * configure.in: Bump required autoconf version to 2.53.  Move uses
+       of AC_LIBOBJ after AC_PROG_CC.  AC_LIBOBJ needs OBJEXT which is
+       set by AC_PROG_CC.
+
+2002-04-10  Rob Browning  <rlb@defaultvalue.org>
+
+       * configure.in: updates for new autoconf -- add definitions to
+       AC_DEFINE calls, and convert occurences of LIBOBJS to AC_LIBOBJ
+       calls.
+
+       * acinclude.m4: add definitions to AC_DEFINE calls for new
+       autoconf.
+
+       * acconfig.h: removed -- newer autoconf doesn't like it, and now
+       we don't need it.
+
+       * .cvsignore: add autom4te.cache and pre-inst-guile.
+
+2002-04-03  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * RELEASE: bye bye
+
+2002-03-31  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * Makefile.am: Update copyright.
+       (dist-hook): Add, including related am/maintainers-dirs,
+       surrounded by "if MAINTAINER_MODE".
+
+       * TODO: bye bye
+
+       * autogen.sh: Add usage comment.
+       Add workbook specification.
+       Add dist-files symlinking.
+
+       * ANON-CVS, HACKING, INSTALL, SNAPSHOTS: bye bye
+
+2002-03-06  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * guile-tools.in: Handle "--source" option.
+
+2002-03-04  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * configure.in (top_srcdir_absolute): New AC_SUBST var.
+
+       * pre-inst-guile.in, check-guile.in (top_srcdir):
+       Use `top_srcdir_absolute' AC_SUBST var.
+
+       * pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
+
 2002-02-27  Thien-Thi Nguyen  <ttn@giblet.glug.org>
 
        * pre-inst-guile.in: Typofix; nfc.