[前][次][番号順一覧][スレッド一覧]

ruby-changes:23505

From: naruse <ko1@a...>
Date: Mon, 7 May 2012 11:09:17 +0900 (JST)
Subject: [ruby-changes:23505] naruse:r35556 (ruby_1_9_3): Revert r35536.

naruse	2012-05-07 11:09:06 +0900 (Mon, 07 May 2012)

  New Revision: 35556

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35556

  Log:
    Revert r35536.
    
    The behavior is expected because of the Unicode 4.1.0. [ruby-dev:45619]

  Modified files:
    branches/ruby_1_9_3/enc/unicode.c
    branches/ruby_1_9_3/version.h

Index: ruby_1_9_3/enc/unicode.c
===================================================================
--- ruby_1_9_3/enc/unicode.c	(revision 35555)
+++ ruby_1_9_3/enc/unicode.c	(revision 35556)
@@ -322,6 +322,7 @@
  { 0x0232, {1, {0x0233}}},
  { 0x023b, {1, {0x023c}}},
  { 0x023d, {1, {0x019a}}},
+ { 0x0241, {1, {0x0294}}},
  { 0x0345, {1, {0x03b9}}},
  { 0x0386, {1, {0x03ac}}},
  { 0x0388, {1, {0x03ad}}},
@@ -1299,6 +1300,7 @@
  { 0x028a, {1, {0x01b1 }}},
  { 0x028b, {1, {0x01b2 }}},
  { 0x0292, {1, {0x01b7 }}},
+ { 0x0294, {1, {0x0241 }}},
  { 0x03ac, {1, {0x0386 }}},
  { 0x03ad, {1, {0x0388 }}},
  { 0x03ae, {1, {0x0389 }}},
Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 35555)
+++ ruby_1_9_3/version.h	(revision 35556)
@@ -1,10 +1,10 @@
 #define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 203
+#define RUBY_PATCHLEVEL 204
 
-#define RUBY_RELEASE_DATE "2012-05-04"
+#define RUBY_RELEASE_DATE "2012-05-07"
 #define RUBY_RELEASE_YEAR 2012
 #define RUBY_RELEASE_MONTH 5
-#define RUBY_RELEASE_DAY 4
+#define RUBY_RELEASE_DAY 7
 
 #include "ruby/version.h"
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]