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-11-114-ga


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-114-ga2e0b12
Date: Sat, 19 Jun 2010 12:48:37 +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=a2e0b12608ccc578f66473f67ffaafa4309b2c14

The branch, master has been updated
       via  a2e0b12608ccc578f66473f67ffaafa4309b2c14 (commit)
      from  0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a (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 a2e0b12608ccc578f66473f67ffaafa4309b2c14
Author: Andreas Rottmann <address@hidden>
Date:   Sat Jun 19 14:51:04 2010 +0200

    add rnrs unicode to the compound rnrs module
    
    * module/rnrs.scm: import rnrs unicode and export all of its procedures.

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

Summary of changes:
 module/rnrs.scm |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/module/rnrs.scm b/module/rnrs.scm
index 5df53fe..4ba9e2a 100644
--- a/module/rnrs.scm
+++ b/module/rnrs.scm
@@ -212,7 +212,18 @@
          make-variable-transformer syntax syntax-case identifier?
          bound-identifier=? free-identifier=? syntax->datum datum->syntax
          generate-temporaries with-syntax quasisyntax unsyntax
-         unsyntax-splicing syntax-violation)
+         unsyntax-splicing syntax-violation
+
+         ;; (rnrs unicode)
+         
+         char-upcase char-downcase char-titlecase char-foldcase
+         char-ci=? char-ci<? char-ci>? char-ci<=? char-ci>=?
+         char-alphabetic? char-numeric? char-whitespace? char-upper-case?
+         char-lower-case? char-title-case? char-general-category
+         string-upcase string-downcase string-titlecase string-foldcase
+         string-ci=? string-ci<? string-ci>? string-ci<=? string-ci>=?
+         string-normalize-nfd string-normalize-nfkd string-normalize-nfc
+         string-normalize-nfkc)
 
   (import (rnrs arithmetic bitwise (6))
          (rnrs arithmetic fixnums (6))
@@ -237,4 +248,5 @@
          (rnrs records procedural (6))
          (rnrs records syntactic (6))
          (rnrs sorting (6))
-         (rnrs syntax-case (6))))
+         (rnrs syntax-case (6))
+         (rnrs unicode (6))))


hooks/post-receive
-- 
GNU Guile



reply via email to

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