guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SNUGGLE 0.4 available


From: Thien-Thi Nguyen
Subject: SNUGGLE 0.4 available
Date: Sat, 22 Jun 2013 13:46:08 +0200

release notes:

  Ready, set, stop!

  thi

README excerpt:

  SNUGGLE: Neutralize Uncharacteristically Grotesque GUILE Library Entropy!

  This package is for programmers frustrated with libguile API churn.
  It provides a command-line program that helps manange a (very thin)
  abstraction layer between the installed libguile API and your program.

NEWS excerpt:

  - 0.4 | 2013-06-22

    - last release / planned disappearance: 2014-06-30

        SNUGGLE files and snuggle(1) functionality have now migrated to
        Guile-BAUX (http://www.gnuvola.org/software/guile-baux/), where
        things can evolve more quickly and there is some (faint hints of)
        documentation.  Thus, this is the last release.

        Migration is straightforward.  In autogen.sh (or equivalent),
        replace snuggle(1) invocations with "guile-baux-tool snuggle".

        NB: The Guile-BAUX humdrum.h lacks ‘VECREF’, which was deemed
        not so useful.  You need to use ‘VECTOR_REF’ (new, see below)
        and change callers to pass a C integer as 2nd arg, instead.

        The SNUGGLE dist dir (http://www.gnuvola.org/software/snuggle)
        WILL BE REMOVED after 2014-06-30.

    - bugfixes

      - defsmob.h ‘DEFSMOB’ handles ‘NULL’ correctly

        Previously for Guile 1.8+, the mark, free and print funcs were
        blindly assigned to the specified values.  This would cause a
        segfault when ‘NULL’ is specified and those funcs are called.
        Now, a ‘NULL’ value is never assigned.

      - say "SNUGGLE_FLAGS" in snuggle.m4 comments

        It used to say "GUILE_FLAGS", a holdover from Guile 1.4.x roots.

    - new humdrum.h elements
      - C_CHAR
      - C_DOUBLE
      - C_LONG
      - DEFINE_PUBLIC
      - GC_PROTECT
      - GC_UNPROTECT
      - INTEGERP
      - LIST1
      - LIST2
      - LIST3
      - LIST4
      - LIST5
      - MODULE_LOOKUP
      - SYMBOLN
      - SYMBOLP
      - VECTORP
      - VECTOR_REF

    - bootstrap tools upgraded
      - GNU Automake 1.13.4

tarball, etc, in dir:

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

atom feed:

  http://www.gnuvola.org/NEWS.atom

-- 
Thien-Thi Nguyen
GPG key: 4C807502

Attachment: pgpUptl2c3HBs.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]