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.117 available
Date: Sat, 26 Apr 2008 13:18:47 +0200	[thread overview]
Message-ID: <87iqy4q2y0.fsf@ambire.localdomain> (raw)

release notes:

  Cleaning up, moving towards harmonization w/ official Guile.
  I figure it is important to start w/ guile-tools reflection,
  and encourage official Guile maintainers to add support for
  "guile-tools -p" as soon as possible.  I may supply a patch,
  myself, once i figure out how to handle git + remote repos.

  BTW, the atom feed is now more detailed.

  thi

NEWS excerpt:

  - 1.4.1.117 | 2008-04-26
  
    - bugfix: AF_UNIX filename for socket ops can now be a shared substring
  
        Previously, such ops (full set: `connect', 'bind', `sendto')
        would signal a "No such file or directory" error if the shared
        substring did not happen to be followed by a #\nul in memory.
  
    - changes to guile-tools
  
      - dropped option: --scriptsdir
      - dropped option: --guileversion
      - dropped option: --help-all
  
        No Big Deal (these misfeatures were never used internally; a
        query to the guile-user mailing list about --scriptsdir received
        no responses).
  
      - new option: --probe (or -p)
  
        This allows the idiom:
  
        if guile-tools | grep -q foo ; then
           guile-tools foo bar baz
        fi
  
        to be condensed to:
  
        foo=$(guile-tools -p foo) || foo=:
        $foo bar baz
  
        (presuming `bar baz' evaluates w/o undesirable side-effects).
  
    - new guile.m4 macro: GUILE_TOOLS_PROG
  
        This builds on new "guile-tools -p" support (see above).
        A typical usage would be:
  
        # configure.ac
        GUILE_TOOLS_PROG([mmc],[make-module-catalog])
  
        # Makefile.am
        install-data-hook:
                $(mmc) $(GUILE_SITELIB)
  
    - `simple-format' now understands ~a, ~s, ~~, ~%
  
        This is in addition to handling ~A and ~S, as before.  Any other
        tilde-escape (excluding tilde at end of format string) results
        in an "unsupported format option" error.  Also, `simple-format'
        now signals a "missing argument" error if there are fewer
        arguments than tilde-escapes.
  
        Compatibility note: This change brings `simple-format' into line
        with other Guile versions.

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-04-26 11:18 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=87iqy4q2y0.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).