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.0-164-gdf941


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.0-164-gdf941b5
Date: Tue, 05 Apr 2011 23:49:34 +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=df941b5b62721d061ce5381a1a6400609e8a10b8

The branch, stable-2.0 has been updated
       via  df941b5b62721d061ce5381a1a6400609e8a10b8 (commit)
      from  78d1be4aef408248bbb545d4b94b4b1335a4ab88 (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 df941b5b62721d061ce5381a1a6400609e8a10b8
Author: Mark H Weaver <address@hidden>
Date:   Tue Apr 5 19:42:06 2011 -0400

    Undeprecate read syntax for uniform complex vectors
    
    * libguile/read.c (scm_read_sharp): Move the "#c..." case outside of
      #if SCM_ENABLE_DEPRECATED, and to the same section which handles
      "#s...", "#u..." and "#f...".
      Thanks to Andreas Rottmann <address@hidden> for the bug report.

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

Summary of changes:
 libguile/read.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libguile/read.c b/libguile/read.c
index 5be3bd9..a05a86d 100644
--- a/libguile/read.c
+++ b/libguile/read.c
@@ -1329,6 +1329,7 @@ scm_read_sharp (scm_t_wchar chr, SCM port)
     case 's':
     case 'u':
     case 'f':
+    case 'c':
       /* This one may return either a boolean or an SRFI-4 vector.  */
       return (scm_read_srfi4_vector (chr, port));
     case 'v':
@@ -1348,7 +1349,6 @@ scm_read_sharp (scm_t_wchar chr, SCM port)
 #if SCM_ENABLE_DEPRECATED
       /* See below for 'i' and 'e'. */
     case 'a':
-    case 'c':
     case 'y':
     case 'h':
     case 'l':


hooks/post-receive
-- 
GNU Guile



reply via email to

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