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