2002-07-20 Han-Wen <hanwen@cs.uu.nl>
[bpt/guile.git] / ChangeLog
index 6287432..73413fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,299 @@
+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.
+
+2002-02-27  Stefan Jahn  <stefan@lkcc.org>
+
+       * Makefile.am (SUBDIRS): Added the `am' directory.
+
+2002-02-26  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * pre-inst-guile.in: New file.
+
+       * pre-inst-guile, pre-inst-guile.am: bye bye
+
+       * configure.in (top_builddir_absolute): New AC_SUBST var.
+       (AC_CONFIG_FILES): Add am/Makefile, pre-inst-guile.
+       (AC_CONFIG_COMMANDS): Also chmod +x pre-inst-guile.
+
+       * check-guile.in (top_builddir): Use AC_SUBST var
+       `top_builddir_absolute'.
+       (guile): Look for pre-inst-guile in $top_builddir.
+
+       * Makefile.am (EXTRA_DIST): Remove pre-inst-guile,
+       pre-inst-guile.am.
+
+2002-02-24  Rob Browning  <rlb@defaultvalue.org>
+
+       * GUILE-VERSION: move all but guile-readline library versioning
+       information here.  guile-readline is still standalone.  Bump
+       CURRENT interfaces to 15 to allow some headroom for 1.6 release at
+       Thi-Thien's request.
+
+       * configure.in: AC_SUBST the centralized shared lib versioning
+       variables from ./GUILE-VERSION.
+       (LIBQTHREADS_INTERFACE_CURRENT): new AC_SUBST.
+       (LIBQTHREADS_INTERFACE_REVISION): new AC_SUBST.
+       (LIBQTHREADS_INTERFACE_AGE): new AC_SUBST.
+       (LIBQTHREADS_INTERFACE): new AC_SUBST.
+       (LIBGUILE_INTERFACE_CURRENT): new AC_SUBST.
+       (LIBGUILE_INTERFACE_REVISION): new AC_SUBST.
+       (LIBGUILE_INTERFACE_AGE): new AC_SUBST.
+       (LIBGUILE_INTERFACE): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_4_INTERFACE): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE): new AC_SUBST.
+       (LIBGUILE_SRFI_SRFI_13_14_INTERFACE): new AC_SUBST.
+
+       * autogen.sh: make absolutely sure we can't have stale files from
+       old versions lying around the libltdl dir since libtoolize
+       doesn't.  Also hack libltdl's configure.in to require autoconf 2.5
+       so the main tree and libltdl can't get out of sync again.
+
+       * RELEASE: update release building instructions.
+
+2002-02-21  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Use [] rather than
+       "" for multiword string.  Thanks to Christopher Cramer for
+       pointing this out.
+
+2002-02-11  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * acconfig.h (GUILE_DEBUG_MALLOC): Refer to scm_gc_malloc, etc,
+       instead of to scm_must_malloc.
+
+2002-02-07  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * Makefile.am (EXTRA_DIST): Added pre-inst-guile and
+       pre-inst-guile.am.
+
+2002-02-05  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * pre-inst-guile.am, pre-inst-guile: New files.
+
+       * check-guile.in (srcdir): Delete var.
+       (top_builddir, top_srcdir, guile_opts): New vars.
+
+       Use "set -e".
+       No longer set LTDL_LIBRARY_PATH.
+       Use ${top_srcdir}/pre-inst-guile instead of libguile/guile.
+
+       * configure.in (libguile/guile-snarf-docs-texi): Remove
+       from `AC_CONFIG_FILES' and `AC_CONFIG_COMMANDS'.
+
+       * check-guile.in (top_builddir): Fix bug: Use cwd.
+       (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'.
+       (GUILE_LOAD_PATH): No longer include $top_srcdir.
+
+       * pre-inst-guile: Fix bug: Use ":" in `case' pattern to prevent
+       prefix aliasing.
+
+2002-01-31  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
+       `libltdl.dll'.
+
+2002-01-28  Stefan Jahn  <stefan@lkcc.org>
+
+       * configure.in (guile_cv_have_uint32_t): Look also in
+       `stdint.h' for uint32_t.
+
+2002-01-13  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * Makefile.am (SUBDIRS): Added lang.
+
+       * configure.in (AC_CONFIG_FILES): Added Makefiles in lang,
+       lang/elisp, lang/elisp/internals and lang/elisp/primitives.
+
+2002-01-11  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * acconfig.h (SCM_ENABLE_ELISP): New conditional.
+
+       * configure.in (SCM_ENABLE_ELISP): Define this conditional (or
+       not) according to absence (or presence) of `--disable-elisp'
+       in the configure args.
+
+2001-12-31  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * TODO: Added two items.
+
+2001-12-26  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in (HAVE_MAKEINFO): Check for the makeinfo program and
+       set this conditional accordingly.
+
+2001-12-01  Thien-Thi Nguyen  <ttn@giblet.glug.org>
+
+       * README: Fix virulent typo.
+
+2001-11-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * acconfig.h (HAVE_INLINE): Added template.
+       * configure.in (HAVE_INLINE): Define it when the compiler supports
+       inline functions.
+
+       * libguile.h: Include "libguile/inline.h".
+
+2001-11-22  Gary Houston  <ghouston@arglist.com>
+
+       * HACKING: Modified the Hacking It Yourself section.  Removed the
+       version numbers from the tools.
+       HACKING, README, ANON-CVS: updates.
+
 2001-11-21  Gary Houston  <ghouston@arglist.com>
 
        * HACKING: Removed reference to no longer practiced * in ChangeLog