guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-8-119-gfb


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-8-119-gfbda9ef
Date: Thu, 18 Mar 2010 22:48:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=fbda9ef1b24d70edd3ebab0f9e8a29b8fdfba852

The branch, master has been updated
       via  fbda9ef1b24d70edd3ebab0f9e8a29b8fdfba852 (commit)
       via  d6ed9b92c5a9bcc6d7a5203034a78c15553d1b0c (commit)
      from  e4955559c6f541c32811c5caaa9b0224abb2c85a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fbda9ef1b24d70edd3ebab0f9e8a29b8fdfba852
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 18 23:48:49 2010 +0100

    Bump version number for 1.9.9.
    
    * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.

commit d6ed9b92c5a9bcc6d7a5203034a78c15553d1b0c
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 18 23:48:12 2010 +0100

    Update `NEWS'.

-----------------------------------------------------------------------

Summary of changes:
 GUILE-VERSION |    2 +-
 NEWS          |   14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index 0bad19d..53c1c05 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -2,7 +2,7 @@
 
 GUILE_MAJOR_VERSION=1
 GUILE_MINOR_VERSION=9
-GUILE_MICRO_VERSION=8
+GUILE_MICRO_VERSION=9
 
 GUILE_EFFECTIVE_VERSION=2.0
 
GUILE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}.${GUILE_MICRO_VERSION}
diff --git a/NEWS b/NEWS
index 4205cb3..cc06bdb 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,20 @@ The 1.9 series has had overly verbose backtraces, which 
showed frames
 internal to the implementation of the REPL. This has been mostly fixed.
 Please report bugs to address@hidden
 
+** Additions to the foreign function interface (FFI)
+
+The `(system foreign)' module now provides additional foreign types
+corresponding to C's `int', `long', `size_t', etc.
+
+In addition, the `dynamic-link' procedure can now be called without any
+argument, in which case it returns a "global symbol handle", allowing
+symbols currently available to the program to be looked up.
+
+** Documentation of `syntax-rules' macros
+
+The documentation of macros in the manual is now separate from that of
+procedures.  A new section on `syntax-rules' macros has been added.
+
 ** Effective version bump to 2.0
 
 Guile has had an "effective version" for some time, typically generated


hooks/post-receive
-- 
GNU Guile




reply via email to

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