X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/e415cb066601d757beb588675baa0b268926a54e..454a8a8fffcfd86aaf0178e933403cf066449311:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b894a7ab0..5e239740b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,185 @@ +2001-04-19 Mikael Djurfeldt + + * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS + +2001-04-17 Gary Houston + + * configure.in: run the autoconf BIGENDIAN check. + +2001-04-12 Niibe Yutaka + + * 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 + + * 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 + + * Undeprecated scm_init_oop_goopscore_module. + +2001-03-25 Thien-Thi Nguyen + + * check-guile.in: Fix sh standard conformance bug: Replace + "test -e" with "test -f". Thanks to Alexander Klimov. + +2001-03-19 Gary Houston + + * 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 + + * 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 + + * 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 + + * 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 + + * configure.in (htmldoc): Merge handling of `--enable-htmldoc' + option from guile-doc/configure.in. + +2001-03-06 Dirk Herrmann + + * libguile.h: Removed #include "libguile/dump.h". + +2001-02-02 Keisuke Nishida + + * libguile.h: Added #include "libguile/dump.h". + +2001-01-29 Mikael Djurfeldt + + * libguile.h: Added #include "libguile/rdelim.h". + +2001-01-26 Dirk Herrmann + + 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 + + * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas. + +2000-10-25 Mikael Djurfeldt + + * 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 + + * libguile.h: #include "libguile/properties.h". + +2000-09-17 Gary Houston + + * configure.in, acconfig.h: remove the GCSE test: it doesn't seem + to be reliable on all platforms. + +2000-08-18 Gary Houston + + * acconfig.h: added BROKEN_GCSE. + * configure.in: check for a gcc GCSE optimisation bug. + +2000-07-31 Gary Houston + + * 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 + + * Guile 1.4 released. + +2000-06-20 Mikael Djurfeldt + + * 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 + + * 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 + + * NOTES: Removed. + + * TODO: Moved to devel/. + +2000-06-01 Craig Brozefsky + + * 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 + + * autogen.sh: call ./guile-aclocal.sh instead of aclocal. + + * guile-aclocal.sh: new file, works around aclocal problems. + +2000-05-30 Dirk Herrmann + + * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS, + USE_PCTHREADS_PTHREADS): Removed. + +2000-05-01 Gary Houston + + * 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 * qthreads.m4: Removed THREADS_CPPFLAGS. @@ -83,7 +265,7 @@ Tue Jan 11 13:42:35 2000 Greg J. Badros * autogen.sh: Added messages as we run autogen in subdirectories. * configure.in: Output libugile/guile-func-name-check script, and - chmod +x it. + chmod +x it. 2000-01-11 Marius Vollmer @@ -98,7 +280,7 @@ Tue Jan 11 13:42:35 2000 Greg J. Badros * configure.in: Make "--with-modules=yes" the default. Do not clear INCLTDL, LIBLTDL prior to processing "--with-modules". - + 1999-07-25 Thomas Tanner * Makefile.am: add libltdl to SUBDIRS, automake automatically @@ -131,7 +313,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 1999-12-12 Greg J. Badros - * configure.in: Create guile-doc-snarf, chmod +x that script after + * configure.in: Create guile-doc-snarf, chmod +x that script after AC_OUTPUTted. 1999-12-10 Greg J. Badros @@ -161,7 +343,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 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 @@ -242,7 +424,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros * 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 Propagate the changes of 2 Sept the rest of the way through. @@ -302,7 +484,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros * Makefile.am: Likewise for make. * NEWS: Explain how to activate the readline support. * configure, Makefile.in: Regenerated. - + 1999-07-19 Jim Blandy Fixes for EMX from Mikael Ståldal. @@ -342,7 +524,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 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 * New libtool: 1.2f @@ -461,7 +643,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 1998-10-12 Jim Blandy * configure: Regenerated. - + * configure.in (GUILE_FUNC_DECLARED): Name the cache variables starting with guile_cv_; ac_cv_ is autoconf's namespace. @@ -486,11 +668,11 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 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 * configure.in: Call AC_C_INLINE, so we can use inline happily in - libguile. + libguile. * configure: Regenerated. 1998-10-07 Jim Blandy @@ -521,7 +703,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros * 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 @@ -575,11 +757,11 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 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 Remove the TOTORO kludge. We're not doing snapshots any more, so @@ -709,7 +891,7 @@ Sun Dec 7 06:11:24 1997 Gary Houston * configure.in: Use it. * configure: Regenerated. * acconfig.h (DLSYM_ADDS_USCORE): New #define. - + 1997-10-26 Mikael Djurfeldt * README (libtool): Tell people to use version 1.0e. @@ -836,7 +1018,7 @@ Sat Jun 28 16:13:43 1997 Tim Pierce Thu Jun 26 20:43:31 1997 Jim Blandy * Guile 1.2 released. - + * configure.in: Check for librx after libm; fundamentals need to come first. * configure: Regenerated. @@ -854,7 +1036,7 @@ Sun Jun 22 15:43:07 1997 Jim Blandy sending in bug reports. * configure.in: Provide libguile its version information through a separate header file generated by the Makefile, not through - scmconfig.h. + 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. @@ -963,7 +1145,7 @@ Mon May 12 18:29:45 1997 Jim Blandy Thu May 8 11:48:40 1997 Anthony Green - * aclocal.m4: Fixes for building with coop threads in a + * aclocal.m4: Fixes for building with coop threads in a seperate compilation directory. * configure: Rebuilt. @@ -976,7 +1158,7 @@ Fri May 2 16:24:15 1997 Jim Blandy * 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 * configure.in: Get the paths for qt's md files right, so it can @@ -1024,7 +1206,7 @@ Fri Apr 11 15:43:07 1997 Jim Blandy * 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 Changes to work with automake-1.1n, which has better libtool @@ -1051,7 +1233,7 @@ Sat Mar 15 01:11:44 1997 Mikael Djurfeldt Mon Feb 24 21:43:26 1997 Mikael Djurfeldt * ltconfig, ltmain.sh: New versions from libtool-0.9. - + * configure.in: Added AM_MAINTAINER_MODE Fri Feb 7 17:57:46 1997 Jim Blandy @@ -1079,7 +1261,7 @@ Sun Jan 5 16:57:10 1997 Jim Blandy * 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. @@ -1110,7 +1292,7 @@ Wed Oct 16 07:32:14 1996 Mark Galassi Thu Oct 10 14:37:43 1996 Jim Blandy - * Makefile.in (TAGS tags): Find the source files in $srcdir. + * Makefile.in (TAGS tags): Find the source files in $srcdir. Wed Oct 9 19:37:14 1996 Jim Blandy @@ -1123,7 +1305,7 @@ Tue Oct 1 00:13:55 1996 Mikael Djurfeldt * aclocal.m4: New file. For now used for thread support configuration. - + Fri Sep 13 14:39:30 1996 Mark Galassi * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES