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-2-8-g6234


From: Michael Gran
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-8-g6234ff2
Date: Wed, 19 Aug 2009 05:36:19 +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=6234ff203d640f56bc5d160d9fe882b0f02b1401

The branch, master has been updated
       via  6234ff203d640f56bc5d160d9fe882b0f02b1401 (commit)
      from  f59cf9981a84515b56359c5af56d7e787ad4d474 (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 6234ff203d640f56bc5d160d9fe882b0f02b1401
Author: Michael Gran <address@hidden>
Date:   Tue Aug 18 22:32:08 2009 -0700

    Display wide strings using escapes
    
    * libguile/print.c (iprin1): for now, display wide strings
      as escaped strings

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

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

diff --git a/libguile/print.c b/libguile/print.c
index c398572..152baef 100644
--- a/libguile/print.c
+++ b/libguile/print.c
@@ -658,8 +658,7 @@ iprin1 (SCM exp, SCM port, scm_print_state *pstate)
               scm_remember_upto_here_1 (exp);
             }
           else
-            scm_lfwrite (scm_i_string_chars (exp), scm_i_string_length (exp),
-                         port);
+            scm_lfwrite_str (exp, port);
           scm_remember_upto_here_1 (exp);
           break;
        case scm_tc7_symbol:


hooks/post-receive
-- 
GNU Guile




reply via email to

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