1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/ChangeLog
2005-10-15 20:47:35 +00:00

2307 lines
73 KiB
Text
Raw Blame History

2005-10-15 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.8 release candidate 0.
2005-10-14 Rob Browning <rlb@defaultvalue.org>
* configure.in: Check for socklen_t and set HAVE_SOCKLEN_T if it's
available. This is required by the socket.c compile fixes.
2004-12-21 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.7 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2004-12-19 Rob Browning <rlb@defaultvalue.org>
* pre-inst-guile.in (subdirs_with_ltlibs): Remove libguile-ltdl
since lt_dlopen (and friends) aren't called on any libraries in
./libguile-ltdl.
2004-11-28 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.6 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2004-11-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* pre-inst-guile.in (subdirs_with_ltlibs): Added libguile-ltdl.
2004-09-19 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.5 released.
2004-08-29 Rob Browning <rlb@defaultvalue.org>
* pre-inst-guile.in: modify to handle move of readline.scm to
ice-9 subdir of guile-readline.
2004-08-27 Kevin Ryde <user42@zip.com.au>
* configure.in (AC_CHECK_MEMBERS): Add struct sockaddr.sin_len and
struct sockaddr_in6.sin6_len. Reported by Michael Tuexen.
2004-08-10 Kevin Ryde <user42@zip.com.au>
* configure.in (AC_CHECK_FUNCS): Add unsetenv and _NSGetEnviron.
(AC_CHECK_HEADERS): Add crt_externs.h.
2004-08-10 Marius Vollmer <mvo@zagadka.de>
* guile-tools.in (guileversion): Use effective version. Thanks to
Francesco Salvestrini!
2004-07-31 Kevin Ryde <user42@zip.com.au>
* configure.in (GUILE_FUNC_DECLARED): Quote AC_DEFUN name as required
by autoconf 1.8.
* acinclude.m4 (GUILE_STRUCT_UTIMBUF, GUILE_NAMED_CHECK_FUNC): Ditto.
Reported by Maciej W. Rozycki.
2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* configure.in: Removed code for --enable-htmldoc; support for
HTML is now included in automake.
2004-04-20 Rob Browning <rlb@defaultvalue.org>
* configure.in: add --fno-strict-aliasing when compiling with gcc.
2004-02-22 Kevin Ryde <user42@zip.com.au>
* configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of
HP-UX. Define HAVE_CRYPT rather than HAVE_LIBCRYPT. Reported by
Andreas Voegele.
2004-01-13 Rob Browning <rlb@defaultvalue.org>
* configure.in (have_libc_stack_end): fix check.
Patch by Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
2003-06-10 Marius Vollmer <mvo@zagadka.de>
* configure.in (HAVE_LIBC_STACK_END): New check, to be used in
libguile/gc_os_dep.c
2003-04-21 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.4 released.
2003-04-11 Rob Browning <rlb@defaultvalue.org>
* Makefile.am (CLEANFILES): add guile-procedures.txt.
2003-02-01 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.3 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2003-01-30 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.2 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2002-12-18 Rob Browning <rlb@defaultvalue.org>
* debian/: initial set of Debian packaging files added (rewritten
from scratch). Not yet ready for prime time, but close, and not
in the distribution (yet?).
2002-12-16 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.1 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2002-12-08 Rob Browning <rlb@defaultvalue.org>
* configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it.
(AC_CONFIG_FILES): separate out the files that need to be chmodded
at the end of config.status. Our "default" approach using
AC_CONFIG_COMMANDS quit working (and would have needed to be
changed to AC_CONFIG_COMMANDS(,,CMDS) rather than our previous
AC_CONFIG_COMMANDS(default,CMDS), but I the new approach, using
per-file AC_CONFIG_FILES calls appears to be more "correct" in the
current autoconf docs.
* GUILE-VERSION (GUILE_EFFECTIVE_VERSION): new variable.
2002-10-28 Rob Browning <rlb@defaultvalue.org>
* configure.in: accidentally turned -Werror on by default -- turn
it off.
* configure.in: rearrange things so that --enable-error-on-warning
uses GUILE_ERROR_ON_WARNING as an indicator and actually set the
value of CFLAGS to include -Werror at the end of configure.in so
it doesn't break any of the non-Werror clean configure tests.
Add check for assert.h since it's used in config.h.in.
2002-10-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
Integrated libguile-ltdl/ from HEAD branch.
* configure.in: Do not call AC_LTDL_INSTALLABLE and do not recurse
into libltdl subdirectory. Call AC_LIB_LTDL. Do not substitute
INCLLTDL and LIBLTDL, they are not needed. Create
libguile-ltdl/Makefile.am and libguile-ltdl/upstream/Makefile.am.
* libguile-ltdl/: Copied from HEAD branch.
* autogen.sh: Do not populate libltdl/ directory.
* Makefile.am (SUBDIRS): Use libguile-ltdl instead of libltdl.
2002-09-04 Rob Browning <rlb@defaultvalue.org>
* Guile 1.6.0 released.
* GUILE-VERSION (GUILE_MINOR_VERSION): bump for release!
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2002-08-24 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.8 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2002-08-19 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.7 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
* .cvsignore: add config.h.
* autogen.sh (mscripts): (one more time) change from ../scripts to
../guile-scripts to match the module name in the cvs repository.
2002-08-05 Rob Browning <rlb@defaultvalue.org>
* configure.in: change our config header from libguile/scmconfig.h
to be the traditional ./config.h. libguile/scmconfig.h is now
built from that during the build process.
2002-07-20 Rob Browning <rlb@defaultvalue.org>
* autogen.sh (mscripts): change back to ../scripts for now.
* configure.in (LIBGUILE_SRFI_SRFI_4_MAJOR): replaces
LIBGUILE_SRFI_SRFI_4_LTHACK.
(LIBGUILE_SRFI_SRFI_13_14_MAJOR): replaces
LIBGUILE_SRFI_SRFI_13_14_LTHACK.
* autogen.sh (mscripts): change from ../scripts to
../guile-scripts to match the module name in the cvs repository.
* GUILE-VERSION: adjust versions and just name dlsymable libs with
their major version number, not the whole version. That should be
sufficient for now.
* Makefile.am (EXTRA_DIST): add README-PACKAGING
2002-07-13 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.
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!
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-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* Makefile.am (EXTRA_DIST): Do not distribute qthtreads.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-17 Marius Vollmer <mvo@zagadka.ping.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-25 Thien-Thi Nguyen <ttn@giblet.glug.org>
* autogen.sh: Remove explicit "set -x", which can be
enabled by the user on the command line,
and which construction is not portable.
Thanks to Matthias Koeppe.
2002-04-17 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* autogen.sh: Removed dirt from a previous, careless commit: call
guile-aclocal.sh instead of aclocal. Sorry.
2002-04-16 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-14 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.
* 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-09 Rob Browning <rlb@defaultvalue.org>
* configure.in: autoconf 2.53 compliance. Add documentation for
many AC_DEFINEs. Convert LIBOBJS uses to AC_LIBOBJ. Fix
LIBLOBJS, EXTRA_DOT_DOC_FILES, and EXTRA_DOT_X_FILES LIBLOBJS
computation to match template in autoconf info pages. Add
LIBGUILE_SRFI_SRFI_4_LTHACK and LIBGUILE_SRFI_SRFI_13_14_LTHACK
substs.
* acinclude.m4: add documentation for AC_DEFINEs.
* acconfig.h: removed -- newer autoconf doesn't like it, and now
we don't need it.
* GUILE-VERSION: hack around dynamic-link problems by using
painfully explicit lib names.
(LIBGUILE_SRFI_SRFI_4_LTHACK): new var (1.6 only).
(LIBGUILE_SRFI_SRFI_13_14_LTHACK): new var (1.6 only).
* .cvsignore: add autom4te.cache.
2002-04-08 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (dist-hook): Removed.
(DISTCLEANFILES): Added check-guile.log.
(EXTRA_DIST): Don't distribute TODO.
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 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.6 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for release.
2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
* configure.in (top_srcdir_absolute): New AC_SUBST var.
* check-guile.in, pre-inst-guile.in (top_srcdir):
Use `top_srcdir_absolute' AC_SUBST var.
2002-03-04 Rob Browning <rlb@defaultvalue.org>
* pre-inst-guile.in (top_srcdir): fail if "cd" fails.
* GUILE-VERSION: ages adjusted to give some headroom.
2002-03-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
* pre-inst-guile.in (top_srcdir): Fix ref bug: Force absolute.
2002-03-03 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.5 released.
* GUILE-VERSION: bump minor version for release.
* .cvsignore: add pre-inst-guile.
2002-02-27 Thien-Thi Nguyen <ttn@giblet.glug.org>
* Makefile.am (SUBDIRS): Add `am'.
* pre-inst-guile.in: Typofix; nfc.
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.
* 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-23 Rob Browning <rlb@defaultvalue.org>
* .cvsignore: add stamp-h1.
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-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.
(GUILE_LOAD_PATH): No longer include $top_srcdir.
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'.
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-19 Thien-Thi Nguyen <ttn@glug.org>
* BUGS (11): Set "fixed: no-need".
2001-11-19 Rob Browning <rlb@defaultvalue.org>
* configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
system libltdl when it's available. Aside from the normal reasons
to prefer installed shared libs, this means other apps that link
with libguile and also use libltdl will be more likely to work
right.
2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
* BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
2001-11-15 Thien-Thi Nguyen <ttn@glug.org>
* guile-tools.in: Handle command "list" specially: list scripts dir.
(help): Make more informative.
2001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
* autogen.sh: Pass `--force' to libtoolize. Recurse into libltdl
directory and invoke autoconf there.
2001-11-11 Thien-Thi Nguyen <ttn@glug.org>
* HACKING: Restrict documentation change log
waiver to only apply to ChangeLog files.
2001-11-10 Thien-Thi Nguyen <ttn@glug.org>
* BUGS (11): New.
2001-11-06 Thien-Thi Nguyen <ttn@glug.org>
* TODO (sync srfi-modules.texi): New, done.
* BUGS (9, 10): New.
2001-10-26 Thien-Thi Nguyen <ttn@glug.org>
* BUGS (7, 8): New.
2001-10-25 Thien-Thi Nguyen <ttn@glug.org>
* BUGS: Expand on file format description.
(1): Update "fixed" field.
(2, 3, 4, 5, 6): New.
2001-10-14 Gary Houston <ghouston@arglist.com>
* configure.in: include sys/types.h when testing uint32_t.
thanks to Bill Schottstaedt.
2001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
* configure.in: Do not use an absolute path for <unistd.h> when
checking for return type of usleep. Thanks to Michael Carmack.
2001-09-30 Thien-Thi Nguyen <ttn@glug.org>
* BUGS: New file.
* Makefile.am (EXTRA_DIST): Add BUGS file.
2001-09-27 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.4 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
2001-09-22 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.3 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
2001-09-20 Rob Browning <rlb@defaultvalue.org>
* configure.in (AC_CONFIG_FILES): add libguile/version.h.
2001-09-11 Rob Browning <rlb@defaultvalue.org>
* RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
the testing list since they're no longer functional.
2001-09-05 Rob Browning <rlb@defaultvalue.org>
* Guile beta 1.5.2 released.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
2001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
* HACKING (Sample GDB Initialization File): New section.
* TODO (1.8.0): Add "move .gdbinit" entry.
2001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
* HACKING: Mention libtool ./configure-regeneration requirement.
2001-08-26 Marius Vollmer <mvo@zagadka.ping.de>
* check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
libltdl provides it itself.
2001-08-24 Neil Jerram <neil@ossau.uklinux.net>
* configure.in (AC_CONFIG_FILES): Add Makefiles for per-manual
subdirectories.
2001-08-15 Rob Browning <rlb@defaultvalue.org>
* configure.in
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
* GUILE-VERSION (GUILE_MICRO_VERSION): bump for beta release.
(LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILE_INTERFACE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
(LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
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-14 Thien-Thi Nguyen <ttn@revel.glug.org>
* TODO: Mention "make check" tests for subdir `examples'.
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 RELEASE tasks that
are distributable so we can check them off as they are done.
* 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>
* README: Also mention guile-tools.
* README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
2001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
* RELEASE: Move todo items to file TODO.
* TODO: Initial revision
* Makefile.am (EXTRA_DIST): Add TODO.
* HACKING: Refer to TODO and SNAPSHOTS.
No longer refer to devel/tasks.text.
* SNAPSHOTS: Fix reference bug; recommended tool
versions are in HACKING.
* TODO: Add completion and ownership protocol to header comments.
* RELEASE: Add TODO-processing to spiffing checklist.
* HACKING: Update deprecation procedure to refer to TODO.
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
"test -e" with "test -f". Thanks to Alexander Klimov.
2001-03-19 Gary Houston <ghouston@arglist.com>
* check-guile.in: rename $parent to $srcdir. if it's equal to "."
set it to `pwd`.
* check-guile.in: 16 documentation tests were failing if "make
check" was run before Guile had been installed with the current
--prefix. made various changes to the script so that it runs
without a cd to the test-suite directory. For the -i option,
don't point GUILE_LOAD_PATH to the current directory, but let it
use it's own scheme library.
2001-03-18 Gary Houston <ghouston@arglist.com>
* check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
the current directory (build dir) not srcdir to find guile
executable. otherwise "make check" doesn't work with a separate
build directory. create the test log in
$build_dir/check-guile.log instead of in srcdir/test-suite
directory.
* configure.in: don't define or substitute test_suite_dir.
2001-03-17 Gary Houston <ghouston@arglist.com>
* configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
since EXTRA_DOT_DOC_FILES is redefined later. define
EXTRA_DOT_X_FILES and hand it to AC_SUBST.
2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* configure.in: Added header checks for crypt.h, sys/resource.h
and sys/file.h, function checks for chroot, flock, getlogin,
cuserid, getpriority, setpriority, getpass, sethostname,
gethostname, and for crypt() in libcrypt.
2001-03-09 Neil Jerram <neil@ossau.uklinux.net>
* configure.in (htmldoc): Merge handling of `--enable-htmldoc'
option from guile-doc/configure.in.
2001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
* libguile.h: Removed #include "libguile/dump.h".
2001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
* libguile.h: Added #include "libguile/dump.h".
2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* libguile.h: Added #include "libguile/rdelim.h".
2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
The following patch was sent by Thien-Thi Nguyen.
* check-guile.in: New file.
* Makefile.am: Add TESTS rule.
* configure.in: Add support for "make check".
2000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
* acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
2000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
version number to 10 due to the merge of GOOPS.
* oop: New directory.
2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
* libguile.h: #include "libguile/properties.h".
2000-09-17 Gary Houston <ghouston@arglist.com>
* configure.in, acconfig.h: remove the GCSE test: it doesn't seem
to be reliable on all platforms.
2000-08-18 Gary Houston <ghouston@arglist.com>
* acconfig.h: added BROKEN_GCSE.
* configure.in: check for a gcc GCSE optimisation bug.
2000-07-31 Gary Houston <ghouston@arglist.com>
* acconfig.h: added HAVE_H_ERRNO
* configure.in: removed some dnl'd & obsolete cygwin stuff.
added a test for h_errno.
2000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* Guile 1.4 released.
2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* GUILE-VERSION: Changed to work also when included by a Makefile
(e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
(LIBGUILE_MAJOR_VERSION): Bumped to 9.
(GUILE_MINOR_VERSION): Bumped to 4.
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* libguile.h: Removed #include "libguile/kw.h".
* Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
(The rule will cd to $(top_srcdir).)
* configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
substitute it into libguile/Makefile.
* HACKING: Updated recommended libtool version to be 1.3.5.
* RELEASE: Say that we should update HACKING to reflect the
versions of the tools we're using rather than README.
2000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* NOTES: Removed.
* TODO: Moved to devel/.
2000-06-01 Craig Brozefsky <craig@red-bean.com>
* GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
define libguile.so version in a well-lit place.
* configure.in: added AC_SUBST lines for the new LIBGUILE version
variables.
2000-06-01 Michael Livshin <mlivshin@bigfoot.com>
* autogen.sh: call ./guile-aclocal.sh instead of aclocal.
* guile-aclocal.sh: new file, works around aclocal problems.
2000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
USE_PCTHREADS_PTHREADS): Removed.
2000-05-01 Gary Houston <ghouston@arglist.com>
* Makefile.am: add include_HEADERS.
libguile.h: moved from libguile directory. maybe libguile.h should
be installed in $prefix/include/libguile/libguile.h instead?
2000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* qthreads.m4: Removed THREADS_CPPFLAGS.
* acinclude.m4: Removed qthreads macros. They are provided in
qthreads.m4, so these were redundant.
* 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.
* autogen.sh: Invoke libltdl/autogen.sh.
2000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
Finally applied the libltdl patch from Thomas Tanner, with slight
modifications. All code copied from the libtool package is from
libtool-1.3.4.
* configure.in: Make "--with-modules=yes" the default. Do not
clear INCLTDL, LIBLTDL prior to processing "--with-modules".
1999-07-25 Thomas Tanner <tanner@ffii.org>
* Makefile.am: add libltdl to SUBDIRS, automake automatically
includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
* acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
(no need to install libtool any more)
* configure.in: replace --enable-dynamic-linking with
--with-modules, required modules can be specified using
--with-modules="/path/to/mod.la" and will be linked
statically on platforms that don't support dynamic loading,
configure libltdl, configure libtool for dlopening
* libltdl: added using libtoolize -c --ltdl
2000-01-09 Gary Houston <ghouston@arglist.com>
* configure.in: check whether localtime caches TZ. copied from
Emacs 20.5.
* acconfig.h: add LOCALTIME_CACHE.
Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
* configure.in: Make it be guile-snarf.awk, since we'll be
switching names for guile-doc-snarf. (I wouldn't have changed
this, but I was getting ready to commit this way when the below
change was committed).
1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Create guile-doc-snarf.awk.
1999-12-12 Greg J. Badros <gjb@cs.washington.edu>
* configure.in: Create guile-doc-snarf, chmod +x that script after
AC_OUTPUTted.
1999-12-10 Greg J. Badros <gjb@cs.washington.edu>
* NEWS: More complete description for --enable-debug-freelist.
1999-12-09 Gary Houston <ghouston@freewire.co.uk>
* configure.in (CFLAGS): don't add -Wpointer-arith, since it
causes numerous spurious warnings with recent gcc and/or glibc
versions.
1999-11-19 Gary Houston <ghouston@freewire.co.uk>
* acconfig.h: add HAVE_ARRAYS.
* configure.in: add --disable-arrays option, probably temporary.
1999-11-17 Gary Houston <ghouston@freewire.co.uk>
* configure.in: check for hstrerror.
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* autogen.sh: Don't call autoreconf at all; it's not reliable.
Instead, call the various tools explicitly. Invoke
guile-readline's autogen.sh script.
Straighten up the situation regarding guile.m4 and qthreads.m4.
We can't have .m4 files which are installed where aclocal can
see them, but also used by guile's own configure.in, because
aclocal will read both copies, complain about duplicate macro
definitions, and refuse to generate aclocal.m4 at all. This
happens if you invoke it as `aclocal -I .', as autoreconf does.
This is probably a flaw in the autotools, but Guile doesn't need
that flaw fixed immediately.
guile.m4 is intended for use by people linking against guile, so
it needs to be installed. But Guile itself doesn't use it. So
move guile.m4 into guile-config. That makes sense, since
guile.m4's GUILE_FLAGS macro is just an easy way to call
guile-config.
qthreads.m4 is indented to help configure a qthreads tree. It's
only useful to a package which actually includes a qthreads tree,
and it's intimately related to that tree, so it's not useful to
install this. So don't install it.
* guile.m4: Moved to guile-config.
* Makefile.am (aclocaldir, aclocal_DATA): Delete.
(EXTRA_DIST): Move qthreads.m4 here.
Don't store generated files in the repository any more. Instead,
require people to run autogen.sh on trees from snapshots and CVS.
* Makefile.in, aclocal.m4, configure: Deleted.
* autogen.sh: New file.
* ANON-CVS, SNAPSHOTS: Updated instructions.
1999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
* acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
1999-09-27 Greg J. Badros <gjb@cs.washington.edu>
* configure.in: Added --enable-debug-freelist option.
* acconfig.h: Added GUILE_DEBUG_FREELIST.
1999-09-23 Gary Houston <ghouston@freewire.co.uk>
* acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
* configure.in: new options --disable-posix, --disable-net
and --disable-regex
export HAVE_POSIX and HAVE_NETWORKING definitions.
don't add regex-posix.o to LIBOBJS if regex disabled.
LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
conditionally.
1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
* Guile 1.3.4 released.
1999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
* configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
libtool knows how to get ANSI C behavior from the compiler.
* configure: Regenerated.
1999-09-20 Gary Houston <ghouston@freewire.co.uk>
* configure.in: check availability of siginterrupt.
1999-09-18 Gary Houston <ghouston@freewire.co.uk>
* configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
testing for SA_RESTART.
1999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* configure.in: Removed ice-9/version.scm from AC_OUTPUT.
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
* configure.in (GUILE_STAMP): Don't set this variable, or
substitute it into anything. Full explanation in ice-9/ChangeLog.
* configure, Makefile.in: Regenerated.
1999-09-06 James Blandy <jimb@mule.m17n.org>
Propagate the changes of 2 Sept the rest of the way through.
* configure: Regenerated.
* Makefile.in: Regenerated. Not sure why this diff is so big.
1999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
* acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
variable name. (Thanks to Bill Schottstaedt.)
* aclocal.m4: Regenerated.
1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* configure.in: Test for presence of function on_exit.
1999-09-01 James Blandy <jimb@mule.m17n.org>
* configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
the system doesn't have memmove. Don't test for memmove and bcopy
with AC_CHECK_FUNCS.
* configure: Regenerated.
1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
* configure.in: Test for atexit.
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
* configure.in: Test for presence of S_ISLNK in sys/stat.h.
(Thanks to Bernard Urban.)
Test for memmove and bcopy. (Thanks to
suzukis@file.phys.tohoku.ac.jp.)
* acconfig.h: Added HAVE_S_ISLNK.
1999-08-20 James Blandy <jimb@mule.m17n.org>
* Guile 1.3.2 released.
* Makefile.in: Regenerated.
1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* README, config.guess, config.sub, liconfig, ltmain.sh: Switched
to libtool-1.3.3.
1999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
Added guile-readline subdirectory with the removed readline
support.
* guile-readline: New directory, see ChangeLog there.
* configure.in: Cause configure to descend into guile-readline
dir.
* Makefile.am: Likewise for make.
* NEWS: Explain how to activate the readline support.
* configure, Makefile.in: Regenerated.
1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
Fixes for EMX from Mikael St<53>ldal.
* configure.in: Check for <io.h>.
* configure: Regenerated.
1999-07-18 Jim Blandy <jimb@savonarola.red-bean.com>
* qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration
name can have suffixes, like alphaev56-unknown-linux-gnu.
* aclocal.m4, configure: Rebuilt.
(Thanks to Sebastien Villemot.)
1999-07-04 Gary Houston <ghouston@easynet.co.uk>
* configure.in: don't check for ways to violate stdio abstraction.
1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
* configure.in (AC_CHECK_FUNCS): Fill in list of functions that
libguile/net_db.h wants to use. (Add setprotoent, setservent.)
1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
Remove all automatic readline support, to avoid copyright
confusion.
* INSTALL: Update text.
* NEWS: Explain the situation.
* configure.in: Remove configury for readline and its supporting
libraries.
* configure: Regenerated.
* README: Change URL's for automake and autoconf.
* Makefile.in, configure: Regenerated with autoconf 2.13, automake
1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to
all the right tools, according to README, but I'm still getting
different results than Mikael is. Hmm.
1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* New libtool: 1.2f
* ltmain.sh, ltconfig, config.guess, config.sub: New versions.
* README: Mention new version number of libtool.
1999-03-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
New automake: 1.4
* config.guess, config.sub, install-sh, mdate-sh, missing,
mkinstalldirs: New versions.
* Makefile.in, aclocal.m4, configure: Regenerated.
* README: Mention new version numbers on autoconf and automake.
1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
* configure.in: Add --with-readline flag.
* configure: Rebuilt.
1999-02-09 Maciej Stachowiak <mstachow@alum.mit.edu>
* NEWS: Added entry for optargs module.
1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
* configure: Regenerated using autoconf 2.12.
1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Removed test AC_C_BIGENDIAN. (This test was
considered to encourage bad coding style.)
1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Added test AC_C_BIGENDIAN.
1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Remove quotes around ac_cv_lib_readline_main and
ac_cv_var_rl_getc_function. They should both always be set to
non-null values; this way, we get error messages.
* configure: Regenerated.
1999-01-10 Jim Blandy <jimb@savonarola.red-bean.com>
* configure.in: Cite the variable ac_cv_lib_readline_main, not
ac_cv_lib_readline_readline; the latter isn't set any more, since
we look for 'main' in libreadline now. Add quotes around
reference to the variable references, too, so this will work even
when a variable's value is the empty string.
* configure: Regenerated.
1999-01-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* acconfig.h: Added HAVE_LONG_LONGS.
* configure.in: Added AC_CHECK_SIZEOF(long), AC_CHECK_SIZEOF(int);
Added check for long longs.
1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Check for tgoto in ncurses, then termcap.
S.u.S.E. Linux doesn't have a termcap. (Thanks to Karl
Eichwalder.)
* configure: Regenerated.
1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Call AM_PROG_CC_STDC, to see what flags we should
pass the compiler to make it support ANSI. (Thanks to Bernard
Urban.)
* aclocal.m4, configure: Regenerated.
1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
* Guile 1.3 released.
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
* GUILE-VERSION: Bump to 1.3.
* Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
* Makefile.in: Regenerated.
1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
* qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
to the Makefile which explicitly tells it to pass assembly files
through the preprocessor. (Thanks to Perry Metzger.)
* aclocal.m4, configure, Makefile.in: Regenerated.
1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Define SCM_SINGLES whenever a float can fit in a
long, not only when a float is the same size as a long. This gets
us SCM_SINGLES defined on alphas. (Thanks to Clark McGrew.)
* configure: Regenerated.
* configure.in: Construct libguile/versiondat.h here; see
log entry in libguile/ChangeLog for details.
* configure: Regenerated.
* configure.in: Allow tabs and whitespace between `void' and
`usleep'. (Thanks to Harvey J. Stein.)
* configure: Regenerated.
Don't redefine sleep/usleep.
* configure.in: Remove tests for usleep's argument type; we only
need that if we're going to replace it.
* acconfig.h (USLEEP_ARG_TYPE): Delete. All the other SLEEP
garbage is needed just to use usleep and sleep without compiler
warnings.
* configure: Regenerated.
1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
* configure: Regenerated.
* configure.in (GUILE_FUNC_DECLARED): Name the cache variables
starting with guile_cv_; ac_cv_ is autoconf's namespace.
The type of the argument to usleep varies from system to system,
as does the return type. We really shouldn't be redefining usleep
at all, but I don't have time to clean that up before the 1.3
release. It's on the schedule for afterwards.
* configure.in: Cache results from usleep return value test.
Test for the type of the usleep argument, and cache that too.
* acconfig.h (USLEEP_ARG_TYPE): New macro.
1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
* acconfig.h (HAVE_RL_GETC_FUNCTION): Fix this entry.
1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
* GUILE-VERSION: bump to 1.2.91, since we're doing snapshots again.
* Guile 1.2.90 released --- beta.
* GUILE-VERSION: Set to 1.2.90. This would appear to be a
regression from 1.3a, but everyone knows that the next release is
1.3, I want to switch to a more coherent version numbering system,
and now is the time.
1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Call AC_C_INLINE, so we can use inline happily in
libguile.
* configure: Regenerated.
1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if
we do find the rl_getc_function variable in the readline library;
AC_CHECK_FUNCS used to do this for us, but we're not using it any
more.
* acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
* configure.in: Properly test for the presence of rl_getc_function;
it's a variable, not a function.
* configure: Regenerated.
* doc: New subdirectory.
* Makefile.am (SUBDIRS): List it.
* configure.in (AC_OUTPUT): Build its Makefile.
* configure, Makefile.in: Regenerated.
* guile.m4 (GUILE_FLAGS): New macro.
* guile.m4 (AM_INIT_GUILE_MODULE): Deleted; it doesn't do anything
terribly helpful any more, nobody's using it, and this is not
really the way I want to handle modules anyway.
1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's
stdio implementation. (Thanks to David Tillman.)
* configure: Rebuilt.
* guile-config: Renamed from `build'.
* Makefile.am (SUBDIRS): Mention `guile-config', not `build'.
* configure.in: Create `guile-config/Makefile.in', not
`build/Makefile.in'. Doc fix, too.
* qthreads.m4: Doc fix.
* Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
1998-10-03 <jimb@savonarola.red-bean.com>
* configure.in: Check for a missing `sleep' declaration.
* acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
* configure: Regenerated.
* configure.in: Don't use the canonical host name to decide
whether `bzero' and `usleep' have declarations --- that's going
back to the bad old days before autoconf. Remove the call to
AC_CANONICAL_HOST and the subsequent case statement.
(GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
declarations for `bzero', `usleep', and (new!) `strptime'.
* acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
(MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
Added. I think this naming convention is more consistent with the
rest of autoconf; names generally describes the system, not what
the package should do to accomodate the system.
* configure: Regenerated.
1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Remove --disable-debug option. The debugging
support is pretty stable now, and it's confusing people.
* configure: Regenerated.
* HACKING: Remove -Wstrict-prototypes from the list of requested
flags (to match 1998-07-30 change).
1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Don't use -Wstrict-prototypes after all.
* configure: Regenerated.
1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
* configure.in: Request more warnings.
* configure: Regenerated.
* HACKING: Ask people not to make changes that introduce those
warnings. Now I have to go through the code and actually bring it
up to standards... :(
* Makefile.in, aclocal.m4, configure: Regenerated using the last
public version of automake, not the hacked Cygnus version.
* config.guess, config.sub, ltconfig, ltmain.sh: New versions from
libtool.
* configure.in, qthreads.m4: Display a message about how the
threads configuration went.
* aclocal.m4, configure: Regenerated.
1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
Remove the TOTORO kludge. We're not doing snapshots any more, so
totoro is completely uninvolved. (Poor Totoro!)
* configure.in: Remove code to check the hostname and #define
TOTORO.
* acconfig.h: Remove comments for TOTORO symbol.
* configure, Makefile.in: Regenerated.
* qthreads.m4 (QTHREADS_CONFIGURE): We *can* use AC_REQUIRE here
to get AC_PROG_LN_S.
* aclocal.m4, configure: Regenerated.
1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
Clean up thread configuration.
* qthreads.m4: New file, which knows how to configure the qthreads
library.
* configure.in: Replace all thread package selection code. Do the
--with-threads argument processing here. Enable the appropriate
thread interface files in libguile. Remove all qthreads
configuration code; call QTHREADS_CONFIGURE instead. Set
GUILE_LIBS using the info provided by QTHREADS_CONFIGURE.
* threads.m4: Removed; not used any more.
* Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4.
* Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!)
Note that these were regenerated with the tools available from
Cygnus's source tree, which have patches not available to the
general public. I'm not sure this was a good idea; feel free to
revert them to the latest released versions of the tools.
Upgrade to the version of libtool available at Cygnus. See note
above.
* config.guess, config.sub, ltconfig, ltmain.sh: Upgraded.
1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in
totoro kludge.
Sat Jul 11 21:54:29 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
* acconfig.h, configure.in: Define TOTORO if configuring on
totoro.red-bean.com.
* configure.in: Check for strdup.
1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Check for rl_cleanup_after_signal.
1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Added test for rl_getc_function. Warn if
libreadline is found but not this function.
1998-05-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so
that suitable HAVE_<function name> symbols get defined.
1998-04-25 Mikael Djurfeldt <mdj@kenneth>
* configure.in: Define USLEEP_RETURNS_VOID on some systems.
(Thanks to Julian Satchell.)
1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Check for usleep; Define DECLARE_BZERO and
DECLARE_USLEEP on Solaris 2.5 since it supplies those functions
without declaring them.
* acconfig.h: Added DECLARE_BZERO, DECLARE_USLEEP
1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Define HAVE_DLOPEN also when HAVE_LIBDL is
defined.
1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in (GUILE_LIBS): New variable. Contains libraries
which libguile needs to be linked with. Substituted into
libpath.h.
* threads.m4 (threads_package): Don't add $LDFLAGS and $LIBS to
$cy_cv_threads_libs.
1998-04-11 Mikael Djurfeldt <mdj@kenneth>
New libtool: 1.2
* ltconfig, ltmain.sh, config.sub, config.guess: Updated.
New automake: 1.3
* Makefile.in, aclocal.m4, configure: Regenerated.
* README: Mention new version numbers on libtool and automake.
1997-12-11 Tim Pierce <twp@skepsis.com>
* HACKING: Note that SSH is mandatory for CVS access.
Sun Dec 7 06:11:24 1997 Gary Houston <ghouston@actrix.gen.nz>
* README: using Automake 1.2d
* configure.in: AC_CHECK_FUNCS: add "system".
1997-12-01 Tim Pierce <twp@skepsis.com>
* acconfig.h: Add USCORE.
1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* configure.in: Added code to enable GUILE_ISELECT on systems
which have the necessary functions (gettimeofday, select).
* acconfig.h: Added GUILE_ISELECT.
1997-11-24 Tim Pierce <twp@twp.tezcat.com>
* acinclude.m4: Assume dlsym does not add underscore if
cross-compiling.
* aclocal.m4, configure: Regenderated.
1997-11-21 Tim Pierce <twp@twp.tezcat.com>
* acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
<hag@ai.mit.edu>.
* configure.in: Use it.
* configure: Regenerated.
* acconfig.h (DLSYM_ADDS_USCORE): New #define.
1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
* README (libtool): Tell people to use version 1.0e.
Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
Call the QuickThreads library libqthreads.a, not libqt.a. The old
name conflicts with the Qt user interface toolkit.
* threads.m4 (CY_AC_WITH_THREADS): Use new library name.
* configure.in: Same.
* aclocal.m4, configure: Regenerated.
Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
* configure.in: Check for the readline library, and the termcap
library (on which readline relies).
* configure: Regenerated.
Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
New libtool: 1.0e
* ltconfig, ltmain.sh, config.sub, config.guess: Updated.
* configure, aclocal.m4: Regenerated.
1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
* configure.in: Check whether dlopen can be found without -ldl.
Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.in: Regenerated with automake 1.2c.
Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.am: Add new `build' subdirectory to SUBDIRS.
* configure.in: Add build/Makefile to AC_OUTPUT clause.
* Makefile.in, configure: Regenerated.
* Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* README, ltconfig, ltmain.sh: New libtool: 1.0c.
Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* ltmain.sh: Added a missing '\' before \n on line 32.
Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
New libtool: 1.0b.
* ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
* Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.in: Regenerated, so it uses "tar", not "gtar".
* configure.in: Use the QuickThreads assembler fragment with Irix
dynamic linking support for Irix 6 as well as Irix 5. Thanks to
Jesse Glick.
* configure: Regenerated.
Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
* acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
so that test for the same function can be performed multiple
times.
* configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
rx/rxposix.h. Add library rx only if regcomp can't be found
without it.
* acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
it for some reason!
Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
* THANKS: New file.
* Makefile.in, aclocal.m4, configure: Regenerated.
Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
* configure.in: Added thread support for the alpha architecture.
configure: Regenerated.
Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
* configure.in: use AC_CHECK_FUNCS for sethostent etc.,
so scmconfig.h is updated with the test results. this may
disable one of the cygwin hacks.
Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
Changes to compile under gnu-win32, from Marcus Daniels:
* configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
to indicate that Unix domain sockets will work.
Check for socketpair, getgroups, setwent, pause, and tzset
(cygwin currently lacks these them).
Check for sethostent endhostent getnetent setnetent endnetent
getprotoent endprotoent getservent endservent getnetbyaddr
getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
lacks them). In the case of cygwin, temporarily prefix these
functions with "cygwin32_", the way that netdb.h does.
Don't define HAVE_REGCOMP unless both regcomp and regex.h are
available (cygwin b18 came distributed without a working regex.h
file).
* acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
* configure: Regenerated.
Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
* ltmain.sh: Remove any trailing colon on $shlibpath_var
(i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
Patch sent to bug-libtool.
Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
* configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
Backus for reporting this problem and suggesting a fix).
* configure: Regenerated.
Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
* Guile 1.2 released.
* configure.in: Check for librx after libm; fundamentals need to
come first.
* configure: Regenerated.
Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
* aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
`am_cv_path_LD'.
* configure: Regenerated.
Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
Try to detect when people are using one version of libguile and a
different version of ice-9. People have been skewing things and
sending in bug reports.
* configure.in: Provide libguile its version information through a
separate header file generated by the Makefile, not through
scmconfig.h.
(GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
AC_SUBST these, instead of AC_DEFINE'ing them.
(GUILE_STAMP): New AC_SUBST: the time we configured the tree.
(AC_OUTPUT): Create ice-9/version.scm.
* acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
GUILE_VERSION): Deleted.
* Makefile.in: Regenerated.
* aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
* Makefile.am (EXTRA_DIST): Include acconfig.h in the
distribution.
* Makefile.in: Regenerated.
Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
* ltmain.sh (line 1191): Don't forget 'test' in if statement.
* ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
* ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
* configure.in: By default, include functions in Guile to allow
linking with dynamic libraries at run-time. In other words,
--enable-dynamic-linking is now the default.
* configure: Rebuilt.
* configure.in: Remove space between AC_CHECK_LIB and opening
paren in check for Rx.
* configure: Regenerated.
* configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
It's never used.
* configure, Makefile.in: Regenerated.
Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
* configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
-dl, -dld) before checks for functions.
* configure: Regenerated.
Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
* config.guess: New copy from autoconf-2.12, which recognizes
OpenBSD.
Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
* configure.in: Check for Rx, so we will use its routines (which I
pretty much trust) if it is installed.
* configure: Regenerated.
Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
* acconfig.h: mention HAVE_RESTARTS.
* configure.in: check for sigaction and restartable system calls.
Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
* configure.in: Check for presence of regcomp.
* configure: Regenerated.
Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
* COPYING: New address for FSF.
* configure.in: We don't need to add fileblocks.o to LIBOBJS if
struct stat doesn't have the st_blocks field. We take care of
that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
definition, edited appropriately. (Bernard URBAN)
* configure: Regenerated.
Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
* configure.in: Don't link against -lnsl or -lsocket unless we
actually need to. This causes trouble on Irix. (Thanks to Larry
Schwimmer.)
* config.sub: Get newer version, that recognizes the i686.
Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
* README: Changed Mikael's threads work attribution in order
to sooth Anthony's enormous, but wounded, ego.
Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
Just kidding!!!
Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
Guile 1.1 released.
* GUILE-VERSION: Bump to 1.1.
Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
Switch to automake-1.1p.
* Makefile.in, aclocal.m4, configure: Regenerated.
Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
* threads.m4: Copy Anthony's change here, so it'll actually
survive.
Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
* aclocal.m4: Fixes for building with coop threads in a
seperate compilation directory.
* configure: Rebuilt.
Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
Upgrade to libtool 0.9e.
* ltconfig, ltmain.sh, config.guess, config.sub: New versions,
supplied by libtool.
* configure.in: When configuring qt, sunos needs the underscore
files; Solaris and Linux both need the normal files.
* configure: Reebilt.
Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
* configure.in: Get the paths for qt's md files right, so it can
build correctly when using a separate compilation directory.
* configure: Regenerated.
Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
Get threads to work again.
* Makefile.am (SUBDIRS): List libguile last, so qt gets built
first.
* Makefile.in: Regenerated.
* aclocal.m4, configure: Regenerate, with modern definition of
CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
Reduced Guile distribution: one configure script, no plugins.
* configure.in: Merged the old text from qt/configure.in and
libguile/configure.in; Tom Tromey says automake only wants one
configure.in script. This seems fishy, but...
* Makefile.am: List the subdirectories explicitly; no more PLUGIN
gubbish.
* acconfig.h, acinclude.m4: Moved here from libguile, since
libguile's configure script lives here now.
* AUTHORS, INSTALL, README: Updated.
* Makefile.in, aclocal.m4 configure: Regenerated. Just like
amputated amphibian limbs.
Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
* newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
* newdoc/ref/Makefile.in: Regenerated.
Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
* threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
need to link against libthreads; the files it used to contain
are now a part of libguile.
Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
* guile.m4: Revert change of Mar 15, and use the new 'no-define'
argument to the AM_INIT_AUTOMAKE macro.
Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
* ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
* README: Say where to find libtool 0.9d.
Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
Changes to work with automake-1.1n, which has better libtool
support. Also use libtool 0.8.
* README: Note new version numbers for automake and libtool.
* missing: New file required by new automake.
* Makefile.in: Regenerated.
Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
* newdoc/ref/scheme.texi (set-object-property!): Fix function name.
* Makefile.am: Omit doc subtree.
* configure.in: Omit makefiles in doc subtree.
* Makefile.in, configure: Rebuilt.
Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
with its definition and commented out definition of PACKAGE. This
changed seemed necessary after having removed PACKAGE from
libguile/acconfig.h.
Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* ltconfig, ltmain.sh: New versions from libtool-0.9.
* configure.in: Added AM_MAINTAINER_MODE
Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
* config.sub, config.guess: New versions, that handle i686, etc.
Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
* newdoc/tutorial/guile-tut.texi: started checking in the Guile
tutorial rewrite, but have not merged much into it yet.
Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
* newdoc/ref/guile-ref.texi: started checking in parts of the
reference manual re-write.
Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
* ltconfig, ltmain.sh: New files for libtool support. libguile,
rx, gh and gtcltk-lib can now be build as shared libraries.
* Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
* Guile 1.0 released. This is the first release by the Free
Software Foundation; Cygnus has also released earlier versions of
Guile.
* GUILE-VERSION: Updated version number.
* NEWS: Added comments for all the user-visible changes marked in
the ChangeLogs.
* README: Updated for release.
Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
* scsh: new directory.
Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
* configure.in: Generate doc/guile-programmer/Makefile and
doc/guile-user/Makefile.
Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
* aclocal.m4: Now automatically generated by aclocal.
* threads.m4: New file.
* guile.m4: New file.
* Makefile.am, doc/Makefile.am: New files.
* configure.in: Updated for Automake. Avoid excessively verbose
"greet" messages.
Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
* lgh: directory renamed to gh, along with all prefixes of the
high level library procedures.
Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.in (TAGS tags): Find the source files in $srcdir.
Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
* configure.in: Added some configuration magic from the Cygnus
distribution.
* aclocal.m4: New file. For now used for thread support
configuration.
Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
* Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
* PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
directories, to arrange for lgh to the last thing
configured/built.
Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
* lgh/: added the directory in which I implement the high level
libguile library (lgh_) for this release of Guile. See the
ChangeLog in there for further details.
Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
* doc/ (guile-user and guile-programmer): added the guile-user and
guile-programmer directories which contain the user and programmer
manuals. See the ChangeLog entries there for detail.
Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.in (distclean): Don't forget to delete doc/Makefile.
* Makefile.in (distclean): Don't forget to delete
config.build-subdirs.
Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.in (tags): New name for `TAGS' target, which will
always run the commands.
Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
* README: Doc fixes.
Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.in (TAGS): Produce a single tags file for all of Guile.
Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
* configure.in: Check for -ldl, so the check for Tcl won't fail
spuriously.
Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
Change the way we decide whether to build gtcltk-lib, so that it's
omitted from the build process when appropriate, but never from
the dist process.
* configure.in: Don't edit all_subdirs depending on the
availability of Tk; let that be the list of all PLUGIN
subdirectories present, as it used to be. Instead, edit a new
variable, build_subdirs; write its final value, the list of
subdirs we do want to compile in, to config.build-subdirs.
Substitute that into the top-level Makefile too.
* Makefile.in (subdirs): Set this to @build_subdirs@, so we only
recurse on the subdirectories we should build.
(distdirs): Set this to @existingdirs@, so it includes the subdirs
we decided not to build.
* doc/gtcltk.texi: File resurrected from old Guile releases.
* doc/Makefile.in (info): Build the gtcltk documentation.
(DIST_FILES): Include it in the distribution.
* configure.in: If we can find the library for tcl7.5, build
gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
compiler (not sure this is necessary).
Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
* NEWS: Fix bug reporting address.
Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
* AUTHORS: New file, in accordance with the GNU maintainers'
standards.
Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
* README: Renamed from ANNOUNCE; include bug report address,
description, and short tour.
* INSTALL: Renamed from BUILDING.
* NEWS: New file.
* Makefile.in (DISTFILES): Update appropriately.
Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
* doc/Makefile.in: Added pattern targets for creating DVI and
PostScript files.
(%.ps, %.dvi, %.txt): New targets.
(DVIPS, TEXI2DVI): New variables.
* GUILE-VERSION: Updated to 1.0b3.
Rehashed distribution system, in preparation for nightly
snapshots. Other changes in subdirectories.
* Makefile.in (dist): Rewritten --- the old target was out of
date, dependent on files that we don't have, and relied on GNU
tar. The new target is simpler.
(VERSION, srcdir, dist_dirs): New variables.
(DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
TODO.
(localtreats): Variable removed. We don't have this file.
(info): cd to doc and make info there; don't make info in every
${subdir}; those Makefiles don't know what to do.
(distname, distdir, treats, announcefile): Variables removed.
(manifest-file): Target removed.
(dist-dir): New target, responsible for distributable files in
this directory.
(GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
controlling the 'dist' target.
* configure.in: Substitute GUILE-VERSION into the top-level
Makefile. Build doc/Makefile from doc/Makefile.in.
* doc/Makefile.in: New file.