[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] [SCM] GNU Guile branch, string-abstraction, updated. 261
From: |
Mike Gran |
Subject: |
[Guile-commits] [SCM] GNU Guile branch, string-abstraction, updated. 26127f846cc24279882a7c4ea76008f7cf4e6160 |
Date: |
Thu, 23 Apr 2009 06:16:02 +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 26127f846cc24279882a7c4ea76008f7cf4e6160 (commit)
via 56c1dfbfedf4a959144271bdf51d7e80326dbecf (commit)
via 976c0f44d554c72cbbfa09ed80ac5b8af1fee27f (commit)
via ce3bde38a622ea2bcc1512eeccf4a2fe20570113 (commit)
via b871ef7488acf0c698fddb9a76cd32e83854f4cd (commit)
via 91cf2ffbead65c615b2b4700e87039340a688106 (commit)
from b32459b1e195687a4abe45348b93f40c548008f0 (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 26127f846cc24279882a7c4ea76008f7cf4e6160
Merge: 56c1dfbfedf4a959144271bdf51d7e80326dbecf
b32459b1e195687a4abe45348b93f40c548008f0
Author: Michael Gran <address@hidden>
Date: Wed Apr 22 23:13:04 2009 -0700
Merge branch 'string-abstraction' of ssh://address@hidden/srv/git/guile
into string-abstraction
commit 56c1dfbfedf4a959144271bdf51d7e80326dbecf
Author: Michael Gran <address@hidden>
Date: Wed Apr 22 23:09:06 2009 -0700
Document new character names
* api-data.texi (Characters): Add info about R6RS-style hex
character escapes. Put R6RS character names first. Discuss the
character names for C1 control characters.
commit 976c0f44d554c72cbbfa09ed80ac5b8af1fee27f
Author: Michael Gran <address@hidden>
Date: Wed Apr 22 23:05:58 2009 -0700
Add R6RS-style string escapes to the reader
* read.c (scm_read_string): Add missing R6RS string escape \b
and R6RS hex string escapes
commit ce3bde38a622ea2bcc1512eeccf4a2fe20570113
Author: Michael Gran <address@hidden>
Date: Wed Apr 22 23:04:53 2009 -0700
Change 'write' format of chars to R6RS hex style
* print.c (iprin1): Change the 'write' format of non-ASCII,
unnamed characters to the hex format to match R6RS.
commit b871ef7488acf0c698fddb9a76cd32e83854f4cd
Author: Michael Gran <address@hidden>
Date: Wed Apr 22 22:57:59 2009 -0700
Add tests for R6RS-style string escapes
* strings.test ("string escapes"): Add tests to exercise
R6RS-style string escapes including their style of hex escapes
commit 91cf2ffbead65c615b2b4700e87039340a688106
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
-----------------------------------------------------------------------
Summary of changes:
doc/ref/api-data.texi | 114 ++++++++++++++++++++++++++++++++++-------
libguile/print.c | 5 ++-
libguile/read.c | 98 ++++++++++++++++++++---------------
test-suite/tests/strings.test | 105 +++++++++++++++++++++++++++++++++++++
4 files changed, 259 insertions(+), 63 deletions(-)
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] [SCM] GNU Guile branch, string-abstraction, updated. 26127f846cc24279882a7c4ea76008f7cf4e6160,
Mike Gran <=