guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] [SCM] GNU Guile branch, string-abstraction, updated. 2fb


From: Mike Gran
Subject: [Guile-commits] [SCM] GNU Guile branch, string-abstraction, updated. 2fbadb37c561659d9ae9f73b472061551309c571
Date: Thu, 23 Apr 2009 15:36:10 +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".

The branch, string-abstraction has been updated
       via  2fbadb37c561659d9ae9f73b472061551309c571 (commit)
       via  3c67fc8de99775dc0850049c86e7f4e88147ac13 (commit)
       via  d3ce92a5fc343a92ccbb458732f5ef38251bb19f (commit)
      from  26127f846cc24279882a7c4ea76008f7cf4e6160 (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 2fbadb37c561659d9ae9f73b472061551309c571
Author: Michael Gran <address@hidden>
Date:   Thu Apr 23 08:34:58 2009 -0700

    Change the write format of strings to use R6RS escapes.
    
        * strings.c (scm_i_to_write_string): Change the write format
        of strings to take advantage of the R6RS string escapes.

commit 3c67fc8de99775dc0850049c86e7f4e88147ac13
Author: Michael Gran <address@hidden>
Date:   Thu Apr 23 08:30:30 2009 -0700

    Fix broken string escapes for backspace and hex
    
        * read.c (scm_read_string): Fix broken string escapes for
        backspace and for prematurely terminated hex escapes.

commit d3ce92a5fc343a92ccbb458732f5ef38251bb19f
Author: Michael Gran <address@hidden>
Date:   Thu Apr 23 08:27:28 2009 -0700

    Add tests for R6Rs-compatible string write format
    
        * strings.test: Add tests for the write format of strings, and fix
        a broken string escape test.

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

Summary of changes:
 libguile/read.c               |    6 +-
 libguile/strings.c            |  123 +++++++++++++++++++++++++++++-----------
 test-suite/tests/strings.test |   70 ++++++++++++++++++++++-
 3 files changed, 159 insertions(+), 40 deletions(-)


hooks/post-receive
--
GNU Guile




reply via email to

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