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. b32


From: Mike Gran
Subject: [Guile-commits] [SCM] GNU Guile branch, string-abstraction, updated. b32459b1e195687a4abe45348b93f40c548008f0
Date: Wed, 22 Apr 2009 15:35:27 +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  b32459b1e195687a4abe45348b93f40c548008f0 (commit)
       via  228caa60c037917afa448f6daa85df90c3f18848 (commit)
       via  4691549ded7a5b52d8d6838abe721887313b01bf (commit)
       via  27abf3e1947b2b750576fcbbce3755ca79622fbb (commit)
      from  92778e4d9dbb2f09ddef716d9fd31e63a1ca949c (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 b32459b1e195687a4abe45348b93f40c548008f0
Author: Michael Gran <address@hidden>
Date:   Wed Apr 22 08:34:02 2009 -0700

    Keep test from dying when testing invalid char syntax
    
        * chars.test: use "with-input-from-string" to check lexical syntax
        errors without killing the test

commit 228caa60c037917afa448f6daa85df90c3f18848
Author: Michael Gran <address@hidden>
Date:   Wed Apr 22 08:31:12 2009 -0700

    Revert "Keep test dying when testing syntax errors"
    
    This reverts commit 4691549ded7a5b52d8d6838abe721887313b01bf.

commit 4691549ded7a5b52d8d6838abe721887313b01bf
Author: Michael Gran <address@hidden>
Date:   Wed Apr 22 08:27:52 2009 -0700

    Keep test dying when testing syntax errors
    
        * chars.test: use "with-input-from-string" to check lexical syntax
        errors without killing the test

commit 27abf3e1947b2b750576fcbbce3755ca79622fbb
Author: Michael Gran <address@hidden>
Date:   Wed Apr 22 08:07:40 2009 -0700

    add R6RS character names and hex escapes
    
        * chars.h: Remove reference to old list of named characters
    
        * chars.c: Add complete list of named characters for R6RS.
    
        * read.c (scm_read_character): Add capability for characters
        written as hex escapes, such as #\xFF.

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

Summary of changes:
 libguile/chars.c            |  103 ++++++++++++++++++++++++++++++++-----------
 libguile/chars.h            |    6 ---
 libguile/read.c             |   42 +++++++++++++----
 test-suite/tests/chars.test |   74 ++++++++++++++++++++++---------
 4 files changed, 162 insertions(+), 63 deletions(-)


hooks/post-receive
--
GNU Guile




reply via email to

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