From: Rob Browning <rlb@defaultvalue.org>
Cc: guile-devel@gnu.org
Subject: Guile 1.6.4 has been released.
Date: Mon, 21 Apr 2003 14:53:19 -0500 [thread overview]
Message-ID: <87he8rvd8w.fsf@raven.i.defaultvalue.org> (raw)
We are pleased to announce the availability of a new Guile release.
This is the next maintenance release for the 1.6 stable series.
You can find it here:
ftp://ftp.gnu.org/gnu/guile/guile-1.6.4.tar.gz.
Guile is Project GNU's extension language library, an interpreter for
Scheme, packaged as a library that you can link into your applications
to give them their own scripting language. Guile should eventually
support other languages as well, giving users of Guile-based
applications a choice of languages.
This is primarily a bugfix release. Highlights include:
- Various architecture (and compiler optimization) related bugs have
been fixed: these changes should improve the situation on at least
ia64, arm, m68k, alpha, and powerpc.
- Readline prompt problem fixed: previously, the readline prompt
disappeared when running Guile in non-echoing terminal mode (for
example under GDB in Emacs).
- Printing bug fixed: previously, the state of writingp in the print
state could be altered by recursive calls to printing functions.
- syntax-case bugs have been fixed
- eqv? and equal? are now primitive generic functions: this means
that it is possible to provide custom comparisons for new classes
by specializing `eqv?' and `equal?' to those classes.
- GOOPS/GC bug fixed: the class layout slot, which informs the GC
about which slots to GC protect, is now initialized correctly.
- GOOPS class redefinition bug fixed: the class redefinition
protocol now properly removes the old accessor methods from their
accessors.
- GOOPS method dispatch bug fixed: previously, the code updating the
method cache in generic functions got confused if handed method
code created in a null environment (environment = empty list). It
now stands every environment imaginable (think about it!).
- GOOPS init-thunks can now be primitive procedures: previously,
attempts to provide something else than a closure as value for the
#:init-thunk slot option would yield a segmentation fault. Now,
it's possible to supply a primitive procedure as init-thunk.
Non-allowed values result in an error.
- GOOPS longer creates layout entries for non-instance slots.
- Garbage collection frequency improved for large malloc heaps: the
decision when to run the GC is now done in a way that avoids GCs
with a small yield for heaps with a large amount of malloced
storage. The minimum expected yield for malloc storage is now
relative to the heap size, and not a fixed amount as it was
previously.
- Append mode in hooks: append mode in hooks (adding the hook last
in the list) now works correctly.
- %fast-slot-ref no longer checks slot boundness: this makes the
<active-class> metaclass in (oop goops active-slot) working again.
- New snarf macros: SCM_PRIMITIVE_GENERIC, SCM_PRIMITIVE_GENERIC_1.
These provide a way of adding primitive generics which is
equivalent to SCM_DEFINE and SCM_DEFINE1.
The Guile WWW page is located at
http://www.gnu.org/software/guile/guile.html
It contains a link to the Guile FAQ and pointers to the mailing lists,
among other things.
Any bugs found in this release will be addressed by further bugfix
releases numbered 1.6.*. The next stable Guile release with
significant functional improvements will be version 1.8.0.
In between 1.6.x and 1.8.x, you can follow Guile development in CVS
and in the Guile mailing lists (see ANON-CVS and HACKING). Guile
builds from the development branch of CVS will have version number
1.7.0.
Guile versions with an odd middle number, i.e. 1.5.* are unstable
development versions. Even middle numbers indicate stable versions.
This has been the case since the 1.3.* series.
Please send bug reports to bug-guile@gnu.org.
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
reply other threads:[~2003-04-21 19:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87he8rvd8w.fsf@raven.i.defaultvalue.org \
--to=rlb@defaultvalue.org \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).