* configure.in: Check for rl_cleanup_after_signal.
[bpt/guile.git] / ChangeLog
index 736e423..d389c61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,385 @@
+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