From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel,gmane.lisp.guile.user Subject: GNU Guile 1.9.13 released (beta) Date: Sun, 17 Oct 2010 15:03:17 +0200 Message-ID: <87pqv9hsyy.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1287320630 11436 80.91.229.12 (17 Oct 2010 13:03:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2010 13:03:50 +0000 (UTC) Cc: guile-user@gnu.org To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 17 15:03:48 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P7Stv-0004mA-Kh for guile-devel@m.gmane.org; Sun, 17 Oct 2010 15:03:48 +0200 Original-Received: from localhost ([127.0.0.1]:47247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7Stv-00083z-44 for guile-devel@m.gmane.org; Sun, 17 Oct 2010 09:03:47 -0400 Original-Received: from [140.186.70.92] (port=33813 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P7Stq-00082l-Jn for guile-devel@gnu.org; Sun, 17 Oct 2010 09:03:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P7Sto-0000jR-VK for guile-devel@gnu.org; Sun, 17 Oct 2010 09:03:42 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:35931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P7Sto-0000iR-AF for guile-devel@gnu.org; Sun, 17 Oct 2010 09:03:40 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P7Stl-0004iL-FA for guile-devel@gnu.org; Sun, 17 Oct 2010 15:03:37 +0200 Original-Received: from reverse-83.fdn.fr ([80.67.176.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Oct 2010 15:03:37 +0200 Original-Received: from ludo by reverse-83.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Oct 2010 15:03:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.lisp.guile.devel Original-Lines: 239 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: reverse-83.fdn.fr X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 =?iso-8859-1?Q?Vend=E9miaire?= an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:aFRTF4wt9ZrBFoQ1RvjPTFpLWYg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11048 gmane.lisp.guile.user:8202 Archived-At: --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable We are pleased to announce GNU Guile release 1.9.13. This may be the last pre-release before the 2.0 release. It provides many new noteworthy features, most notably the addition of a compiler and virtual machine. We encourage you to test them and provide feedback to `guile-devel@gnu.org'. The Guile web page is located at http://gnu.org/software/guile/, and among other things, it contains a link to the Guile FAQ and pointers to the mailing lists. Guile is an implementation of the Scheme programming language, with support for many SRFIs, packaged for use in a wide variety of environments. In addition to implementing the R5RS Scheme standard and a large subset of R6RS, Guile includes a module system, full access to POSIX system calls, networking support, multiple threads, dynamic linking, a foreign function call interface, and powerful string processing. Guile can run interactively, as a script interpreter, and as a Scheme compiler to VM bytecode. It is also packaged as a library so that applications can easily incorporate a complete Scheme interpreter/VM. An application can use Guile as an extension language, a clean and powerful configuration language, or as multi-purpose "glue" to connect primitives provided by the application. It is easy to call Scheme code From=20C code and vice versa. Applications can add new functions, data types, control structures, and even syntax to Guile, to create a domain-specific language tailored to the task at hand. Here are the compressed sources: ftp://alpha.gnu.org/gnu/guile/guile-1.9.13.tar.gz (5.1MB) Here are the GPG detached signatures[*]: ftp://alpha.gnu.org/gnu/guile/guile-1.9.13.tar.gz.sig To reduce load on the main server, use a mirror listed at: http://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: ac10b460d006fd1b7a95286d14f6d4cf guile-1.9.13.tar.gz e8067a26aa2d01a856c0cd5bc73e7e8b4fa6429a guile-1.9.13.tar.gz [*] You can use either of the above signature files to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify guile-1.9.13.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys EA52ECF4 and rerun the `gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.68 Automake 1.11.1 Libtool 2.2.6b Gnulib v0.0-4219-g84cdd8b This is a new release series with many new features and differences compared to 1.8. The complete list of changes compared to the 1.8.x series is available in the `NEWS' file. Changes since the 1.9.12 pre-release: ** SRFI support The following SRFIs have been added: - SRFI-27 "Sources of Random Bits" - SRFI-42 "Eager Comprehensions" - SRFI-45 "Primitives for Expressing Iterative Lazy Algorithms" - SRFI-67 "Compare Procedures" Thanks to Andreas Rottmann. ** (system foreign) API changes The `make-foreign-function' procedure was renamed to `pointer->procedure'. ** (system xref) source database The `(system xref)' module can now map from source locations to procedures. See the `source-procedures' and `source-closures' functions. ** New procedures: `scm_to_latin1_stringn', `scm_from_latin1_stringn' Use these procedures when you know you have latin1-encoded or ASCII-encoded strings. ** New procedures: `scm_to_stringn', `scm_from_stringn' Use these procedures if you want to encode or decode from a particular locale. ** Removed support shlibs for SRFIs 1, 4, 13, 14, and 60 Though these SRFI support libraries did expose API, they encoded a strange version string into their library names. That version was never programmatically exported, so there was no way people could use the libs. This was a fortunate oversight, as it allows us to remove the need for extra, needless shared libraries --- the C support code for SRFIs 4, 13, and 14 was already in core --- and allow us to incrementally return the SRFI implementation to Scheme. ** Simplifications to the set of low-level hooks exported by the VM See "VM Hooks" in the manual, for more information. ** New traps system See "Traps" in the manual, for more information. ** Breakpoints, tracepoints and source stepping now available at the REPL See "Interactive Debugging" in the manual, for more information. The new REPL commands are: break, break-at-source, tracepoint, traps, delete, disable, enable, step, step-instruction, next, next-instruction, finish, and registers. ** Remove obsolete debug-options Removed `breakpoints', `trace', `procnames', `indent', `frames', `maxdepth', and `debug' debug-options. ** Remove obsolete print-options The `source' and `closure-hook' print options are obsolete, and have been removed. ** Remove obsolete read-options The "elisp-strings" and "elisp-vectors" read options were unused and obsolete, so they have been removed. ** Remove eval-options and trap-options Eval-options and trap-options are obsolete with the new VM and evaluator. ** Remove (ice-9 debugger) and (ice-9 debugging) See "Traps" and "Interactive Debugging" in the manual, for information on their replacements. ** Remove the GDS Emacs integration See "Using Guile in Emacs" in the manual, for info on how we think you should use Guile with Emacs. ** Remove vm-version, vm options These procedures introduced during the 1.9 series had no effect. ** Add `call-with-vm' and ability to set VM engine `call-with-vm' applies a procedure to arguments in a context in which a given VM is current. `set-vm-engine!' can be used to specify the engine for a VM, which will become current at the next `call-with-vm' invocation. ** Default to "regular" VM engine for noninteractive use The "debug" engine is used when the user specifies --debug, or when running interactively. A debug VM allows hooks to run; see "VM Hooks" in the manual. ** `backtrace' debug option on by default Given that Guile 2.0 can always give you a backtrace, backtraces are now on by default. ** `turn-on-debugging' deprecated ** New compilation warning: `-Wformat' The `-Wformat' warning can indicate a number of common format string errors. See "Compilation" in the manual, for more information. ** Add `(system repl server)' module and `--listen' command-line argument The `(system repl server)' module exposes procedures to listen on sockets for connections, and serve REPLs to those clients. The --listen command-line argument allows any Guile program to thus be remotely debuggable. See "Invoking Guile" for more information on `--listen'. ** Big manual updates The GOOPS documentation got a lot of attention this cycle, as well as the sections on interactive use and debugging. We don't know of any sections of the manual that are out-of-date at this point. ** And of course, the usual collection of bugfixes Interested users should see the ChangeLog for more information. You can follow Guile development in the Git repository and on the Guile mailing lists. Guile builds from the `master' branch of Git have version number 1.9.x. Guile versions with an odd middle number, e.g., 1.9.*, are unstable development versions. Even middle numbers indicate stable versions. This has been the case since the 1.3.* series. Please report bugs to `bug-guile@gnu.org'. We also welcome reports of successful builds, which can be sent to the same email address. Ludovic Court=E8s, on behalf of the Guile team. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (GNU/Linux) iEYEARECAAYFAky69CAACgkQd92V4upS7PTx1gCgpWOnYEZ8g7Q52ujGZbLDYN7i YhIAn3oxX0gCd5QV95wg7Om1l0om+vfz =wkih -----END PGP SIGNATURE----- --=-=-=--