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

ruby-changes:55809

From: Martin <ko1@a...>
Date: Fri, 24 May 2019 14:21:53 +0900 (JST)
Subject: [ruby-changes:55809] Martin D端rst: e713c2bde8 (trunk): switch UNICODE_BETA to NO

https://git.ruby-lang.org/ruby.git/commit/?id=e713c2bde8

From e713c2bde8117f3aaf39d827d3fc504cd5866976 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20D=C3=BCrst?= <duerst@i...>
Date: Sun, 12 May 2019 16:21:24 +0900
Subject: switch UNICODE_BETA to NO

Unicode version 12.1.0 was officially released on May 7th, 2019.
There were no changes at all from the "real" beta published shortly
after the new era name "Reiwa" was announced. So we can switch
UNICODE_BETA back to NO.

common.mk: switch UNICODE_BETA back to NO
tool/downloader.rb: add additional conditions to avoid an error
                    when moving from beta to final

diff --git a/lib/ruby/2.7.0 b/lib/ruby/2.7.0
new file mode 120000
index 0000000..aafb165
--- /dev/null
+++ b/lib/ruby/2.7.0
@@ -0,0 +1 @@
+../../.ext/common
\ No newline at end of file
diff --git a/lib/ruby/vendor_ruby b/lib/ruby/vendor_ruby
new file mode 120000
index 0000000..b870225
--- /dev/null
+++ b/lib/ruby/vendor_ruby
@@ -0,0 +1 @@
+../
\ No newline at end of file
-- 
cgit v0.10.2


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

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