guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-347-g7f74d


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-347-g7f74dcb
Date: Wed, 10 Apr 2013 06:15:30 +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=7f74dcb4a5439bb2247875f458b5f0a20710af07

The branch, stable-2.0 has been updated
       via  7f74dcb4a5439bb2247875f458b5f0a20710af07 (commit)
       via  800c094382c2e506c46c6e98e7b867d3df2e066f (commit)
      from  039300a1ebee116082d50d61e6b3aeafc8a741ec (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 7f74dcb4a5439bb2247875f458b5f0a20710af07
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 10 07:52:36 2013 +0200

    Mention `open-file' in NEWS.

commit 800c094382c2e506c46c6e98e7b867d3df2e066f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 10 07:52:25 2013 +0200

    doc: Require libunistring 0.9.3 in `README'.
    
    * README: Require libunistring 0.9.3.  The <unitypes.h> header in 0.9.1
      lacks the _UC_ATTRIBUTE_CONST definition, leading to build failures.

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

Summary of changes:
 NEWS   |    6 +++---
 README |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 3b75de6..5913301 100644
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,9 @@ some mirrors may have picked it up.  Please do not use it.
 
 The following procedures that open files now support keyword arguments
 to request binary I/O or to specify the character encoding for text
-files: `open-input-file', `open-output-file', `call-with-input-file',
-`call-with-output-file', `with-input-from-file', `with-output-to-file',
-and `with-error-to-file'.
+files: `open-file', `open-input-file', `open-output-file',
+`call-with-input-file', `call-with-output-file', `with-input-from-file',
+`with-output-to-file', and `with-error-to-file'.
 
 It is also now possible to specify whether Guile should scan files for
 Emacs-style coding declarations.  This scan was done by default in
diff --git a/README b/README
index 480ef66..215f9e5 100644
--- a/README
+++ b/README
@@ -72,7 +72,7 @@ Guile requires the following external packages:
     libltdl is used for loading extensions at run-time.  It is
     available from http://www.gnu.org/software/libtool/ .
 
-  - GNU libunistring
+  - GNU libunistring, at least version 0.9.3
 
     libunistring is used for Unicode string operations, such as the
     `utf*->string' procedures.  It is available from


hooks/post-receive
-- 
GNU Guile



reply via email to

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