* autogen.sh: don't run flex here.
[bpt/guile.git] / ChangeLog
index a6a3e71..10e22b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,253 @@
+2001-06-27  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * autogen.sh: don't run flex here.
+
+       * HACKING: clarify that newer versions of flex should be just
+       fine.
+
+2001-06-26  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
+
+       * configure.in: Added some header and function checks.
+
+2001-06-25  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
+
+2001-06-25  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * autogen.sh: Added message about what to do next.  Tell them to
+       use `--enable-maintainer-mode'.
+
+2001-06-25  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * HACKING: mention flex.
+
+       * autogen.sh: generate libguile/c-tokenize.c.
+
+2001-06-20  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * libguile.h: Removed inclusion of libguile/tag.h.
+
+2001-06-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
+       these when using threads.
+
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * libguile.h: Added deprecated section with the olde type names.
+
+       * configure.in: Check for header <stdint.h>.  Check for uintptr_t
+       type.  Use AC_CHECK_TYPES for this.  Do not caus ptrdiff_t to be
+       `#defined'.
+
+       * acconfig.h (ptrdiff_t): Removed.
+
+2001-06-05  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Generate examples/box-dynamic-module/Makefile.
+
+2001-06-03  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
+       guile-snarf.
+
+2001-06-02  Rob Browning  <rlb@cs.utexas.edu>
+
+       * configure.in: changes for autoconf 2.50.
+       (AC_PREREQ): require at least autoconf 2.50.
+       (AC_INIT): no longer takes an arg.
+       (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
+       (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
+       (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
+       (AC_STRUCT_ST_BLOCKS): use it rather than our version.
+       (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
+       (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
+       (AC_OUTPUT): no longer takes args.
+       
+       * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
+       unconditionally .
+
+2001-06-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Check for mkstemp via AC_REPLACE_FUNCS.  Thanks to
+       I. N. Golubev!
+
+2001-06-01  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Generate examples/box-dynamic/Makefile.
+
+2001-05-31  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
+
+       * configure.in: Added all Makefiles in the `examples' directory to
+       AC_OUTPUT.
+
+2001-05-31  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
+       don't generate guile-snarf.awk.
+
+       * Makefile.am (EXTRA_DIST): add test-suite.
+
+2001-05-28  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * check-guile.in: fix to be runnable when srcdir!=builddir.
+
+2001-05-26  Michael Livshin  <mlivshin@bigfoot.com>
+
+       revert the controversial part of the 2001-05-23 changes
+
+2001-05-23  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
+       also, make sure that the integral type choosen to represent an SCM
+       has exactly the same size as a void pointer.
+
+       * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
+       SCM_SIZEOF_BITS_T, ptrdiff_t.
+
+2001-05-16  Rob Browning  <rlb@cs.utexas.edu>
+
+       * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
+
+       * GUILE-VERSION
+       (GUILE_VERSION): now MAJOR.MINOR.MICRO
+       (GUILE_MICRO_VERSION): new variable, records final revision.
+       i.e. the 5 in 1.6.5.  MINOR_VERSION is now just the middle number,
+       i.e. the 6.
+
+2001-05-16  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * acconfig.h, configure.in:  Renamed
+       GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
+
+2001-05-15  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * acinclude.m4: Removed copy of "libtool.m4".
+
+2001-05-14  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * configure.in (SCM_DEBUG_DEPRECATED):  Always defined.
+
+2001-05-13  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
+
+       * HACKING: Update copyright.
+       Add blurb pointing to devel/tasks.text.
+
+2001-05-11  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * check-guile.in: For SRFI testing, set and export env
+       var `LTDL_LIBRARY_PATH'.
+
+2001-05-07  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * AUTHORS: Add docs-related authorship details.
+
+2001-05-05  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in (--enable-deprecated): Recognize "shutup" option
+       argument and turn it into the default warning level "no".
+
+2001-05-05  Gary Houston  <ghouston@arglist.com>
+
+       * acconfig.h: add HAVE_IPV6.
+       * configure.in: check whether we can compile with IPv6 support.
+
+2001-05-04  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * guile-tools.in: New file.
+
+       * configure.in (AC_OUTPUT): Add guile-tools, and make
+       executable.
+
+       * Makefile.am (bin_SCRIPTS): New var.
+
+2001-05-04  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check whether uint32_t is defined when netdb.h
+       is included.
+       acconfig.h: added HAVE_UINT32_T.
+
+2001-05-02  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * configure.in: Added handling of `--enable-deprecated'.
+
+       * acconfig.h (SCM_DEBUG_DEPRECATED,
+       GUILE_WARN_DEPRECATED_DEFAULT): Added.
+
+2001-04-29  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * Makefile.am (SUBDIRS): Add "scripts".
+
+       * configure.in (AC_OUTPUT): Add scripts/Makefile.
+
+2001-04-29  Gary Houston  <ghouston@arglist.com>
+
+       * libguile.h: include rw.h.
+
+2001-04-27  Rob Browning  <rlb@cs.utexas.edu>
+
+       * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
+       the new odd/even ustable/stable version numbering scheme.
+       (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
+       libguile.  In the future, libguile and libguileqthreads may not
+       stay in sync.  This still doesn't appear to affect
+       libguileqthreads, but we'll fix that next.
+
+2001-04-25  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * configure.in: Don't treat srfi directory specially, just create
+       the Makefile there (thanks to Neil Jerram for the patch).
+
+2001-04-23  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * Makefile.am (SUBDIRS): Added `srfi'.
+
+       * configure.in: Added subdirectory `srfi' to build process.
+
+       * libguile.h: Added inclusion of `values.h'.
+
+2001-04-22  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: check for inet_pton and inet_ntop.
+
+2001-04-20  Gary Houston  <ghouston@arglist.com>
+
+       * acconfig.h: include HAVE_SIN6_SCOPE_ID.
+       * configure.in: check for sin6_scope_id in sockaddr_in6.
+
+2001-04-19  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
+
+2001-04-17  Gary Houston  <ghouston@arglist.com>
+
+       * configure.in: run the autoconf BIGENDIAN check.
+
+2001-04-12  Niibe Yutaka  <gniibe@m17n.org>
+
+       * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
+       LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
+       LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
+
+       * configure.in: Likewise.
+
+2001-04-11  Keisuke Nishida  <kxn30@po.cwru.edu>
+
+       * configure.in (AC_CHECK_FUNCS): Don't check bzero.
+       (GUILE_FUNC_DECLARED): Removed checking of bzero.
+       Thanks to NIIBE Yutaka.
+
+2001-04-10  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>
+
+       * Undeprecated scm_init_oop_goopscore_module.
+
 2001-03-25  Thien-Thi Nguyen  <ttn@revel.glug.org>
 
        * check-guile.in: Fix sh standard conformance bug: Replace