unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: guile-sources@gnu.org
Cc: guile-user@gnu.org
Subject: Guile 1.4.1.114 available
Date: Thu, 06 Mar 2008 19:17:12 +0100	[thread overview]
Message-ID: <87fxv3hg47.fsf@ambire.localdomain> (raw)

release notes:

  NEWS excerpt includes .113, which was not announced.
  Also, public repo now available (see below).

  thi

NEWS excerpt:

  - 1.4.1.114 | 2008-03-06
  
    - bugfix: add-to-load-path! synchronizes
  
        This proc from module (ice-9 session) now properly updates
        internal state (module catalog cache) for new directories.
  
    - bugfix: fortune cookie file handling more robust
  
        Previously, the procs in module (database fcookie) would fail
        ungracefully if the cookie file did not strictly begin and end
        with a "delimiter line", that is, for N cookies, there must be
        N+1 delim-lines.  Now, there can be N-1, N or N+1 delim-lines.
  
    - bugfix: SRFI 4 u64vector elements w/ high bit set
  
        Previously, reading, writing and internal processing of such
        numbers would incorrectly handle them as negative.  Now they are
        correctly handled as unsigned.
  
    - incompatible change: run-all-tests no longer supports "--log FILE"
  
        This option proved to be problematic in the presence of tests
        that (mis)managed their output streams.
  
    - extension to substring and make-shared-substring arg handling
  
        These procedures now take negative indices.  A negative index N
        is taken as -N counted from the end of the string.  For example:
        (substring "abcde" -4 -2) === (substring "abcde" 1 3) => "bc".
  
  - 1.4.1.113 | 2007-10-23
  
    - refinement of -lFOO config/usage
  
        Configuration no longer adds "-lgdbm", "-lpthread" and (if
        enabled) "-lreadline" to the var `LIBS'.  Thus, "guile-config
        link" no longer shows those elements, and the respective libs
        are no longer loaded on interpreter startup.
  
tarball, online docs, etc, in dir:

  http://www.gnuvola.org/software/guile/

atom feed:

  http://www.gnuvola.org/NEWS.xml.gz

public git repo:

  http://www.gnuvola.org/wip/  (g14)




                 reply	other threads:[~2008-03-06 18:17 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=87fxv3hg47.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=guile-sources@gnu.org \
    --cc=guile-user@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).