From 17f8d40ce9ba20f597ffe5027ad1de72734925cd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 10 Oct 1998 12:59:50 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 +++++++++ README | 21 +++++++++++++-------- doc/stamp-vti | 4 ++-- libguile/ChangeLog | 8 ++++++++ 4 files changed, 32 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c9947ab5..a557c71f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1998-10-10 Jim Blandy + + * 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 * configure.in: Call AC_C_INLINE, so we can use inline happily in diff --git a/README b/README index b3cc2d338..efe772842 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is a nightly snapshot of Guile, a portable, embeddable Scheme +This is beta release 1.2.90 of Guile, a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. @@ -12,12 +12,14 @@ guile --- a stand-alone interpreter for Guile, usually installed in /usr/local/bin. With no arguments, this is a simple interactive Scheme interpreter. It can also be used as an interpreter for script files; see the NEWS file for details. +guile-config --- a Guile script which provides the information necessary + to link your programs against the Guile library. libguile.a --- an object library containing the Guile interpreter, usually installed in /usr/local/lib. You can use Guile in your own programs by linking against this. -libqt.a --- an object library containing the QuickThreads primitives. - If you enabled thread support when you configured Guile, you - will need to link your code against this too. +libqthreads.a --- an object library containing the QuickThreads + primitives. If you enabled thread support when you configured + Guile, you will need to link your code against this too. , --- header files for libguile.a, usually installed in /usr/local/include. ice-9, ice-9/*.scm --- run-time support for Guile: the module @@ -37,15 +39,15 @@ libguile: The Guile Scheme interpreter --- both the object library for you to link with your programs, and the executable you can run. ice-9: Guile's module system, initialization code, and other infrastructure. - +guile-config: + Source for the guile-config script. qt: A cooperative threads package from the University of Washington, which Guile can use. If you configure Guile with the --with-threads flag, you will need to link against the -lqt library, found in this directory. Qt is under a separate copyright; see `qt/README' for more details. - -(The present release doesn't include any documentation; the Guile -manual is incomplete, and is currently being revised.) +doc: Some preliminary documentation for Guile. The real Guile + manual is incomplete, and is currently being revised.. Anonymous CVS Access and FTP snapshots =============================== @@ -91,6 +93,9 @@ different. Obtaining Guile ====================================================== +This beta release of Guile is available via anonymous FTP from +ftp.red-bean.com, as pub/guile/guile-1.2.90.tar.gz. + The latest official Guile release is available via anonymous FTP from prep.ai.mit.edu, as /pub/gnu/guile-1.2.tar.gz. diff --git a/doc/stamp-vti b/doc/stamp-vti index 392ee12ad..eb7ffa1a7 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,3 +1,3 @@ @set UPDATED 7 October 1998 -@set EDITION 1.3a -@set VERSION 1.3a +@set EDITION 1.2.90 +@set VERSION 1.2.90 diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4b554a112..5550ca5b0 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +1998-10-10 Jim Blandy + + * gc.c (scm_return_first): Remove #ifdef __STDC__ garbage; Guile + requires ANSI now. + + * numbers.c (big2str): Protect t from garbage collection until + we're done. (Thanks to Gary Houston.) + 1998-10-09 Jim Blandy * Makefile.am (libguile_la_LDFLAGS): Increment shared library