* script.c (scm_compile_shell_switches): Add 1997 to copyright
[bpt/guile.git] / ChangeLog
index 40ea0b8..9063c9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,204 @@
+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.