guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-113-g99d18


From: Mike Gran
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-113-g99d1843
Date: Thu, 21 Feb 2013 14:48:54 +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=99d1843e2a06f422cbe349804a67d2972c4dedd9

The branch, stable-2.0 has been updated
       via  99d1843e2a06f422cbe349804a67d2972c4dedd9 (commit)
      from  f5ea559aa04186534ea6771e3c15d5201fe85c67 (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 99d1843e2a06f422cbe349804a67d2972c4dedd9
Author: Mike Gran <address@hidden>
Date:   Thu Feb 21 06:44:42 2013 -0800

    Update predefined character sets to Unicode 6.2
    
    * libguile/srfi-14.i.c (cs_graphic_ranges, cs_printing_ranges, 
cs_symbol_ranges)
      (cs_designated_ranges): modified

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

Summary of changes:
 libguile/srfi-14.i.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libguile/srfi-14.i.c b/libguile/srfi-14.i.c
index f59a807..42a1c2c 100644
--- a/libguile/srfi-14.i.c
+++ b/libguile/srfi-14.i.c
@@ -4790,7 +4790,7 @@ scm_t_char_range cs_graphic_ranges[] = {
   ,
   {0x2090, 0x209c}
   ,
-  {0x20a0, 0x20b9}
+  {0x20a0, 0x20ba}
   ,
   {0x20d0, 0x20f0}
   ,
@@ -5906,7 +5906,7 @@ scm_t_char_range cs_printing_ranges[] = {
   ,
   {0x2090, 0x209c}
   ,
-  {0x20a0, 0x20b9}
+  {0x20a0, 0x20ba}
   ,
   {0x20d0, 0x20f0}
   ,
@@ -6897,7 +6897,7 @@ scm_t_char_range cs_symbol_ranges[] = {
   ,
   {0x208a, 0x208c}
   ,
-  {0x20a0, 0x20b9}
+  {0x20a0, 0x20ba}
   ,
   {0x2100, 0x2101}
   ,
@@ -7728,7 +7728,7 @@ scm_t_char_range cs_designated_ranges[] = {
   ,
   {0x2090, 0x209c}
   ,
-  {0x20a0, 0x20b9}
+  {0x20a0, 0x20ba}
   ,
   {0x20d0, 0x20f0}
   ,


hooks/post-receive
-- 
GNU Guile



reply via email to

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