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

ruby-changes:41516

From: duerst <ko1@a...>
Date: Tue, 19 Jan 2016 17:03:42 +0900 (JST)
Subject: [ruby-changes:41516] duerst:r53590 (trunk): * common.mk: Added Unicode data file CaseFolding.txt to be additionally

duerst	2016-01-19 17:04:21 +0900 (Tue, 19 Jan 2016)

  New Revision: 53590

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53590

  Log:
    * common.mk: Added Unicode data file CaseFolding.txt to be additionally
      downloaded (with Kimihito Matsui)

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53589)
+++ ChangeLog	(revision 53590)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Jan 19 17:03:40 2016  Martin Duerst  <duerst@i...>
+
+	* common.mk: Added Unicode data file CaseFolding.txt to be additionally
+	  downloaded (with Kimihito Matsui)
+
 Tue Jan 19 10:09:58 2016  Sho Hashimoto  <sho-h@r...>
 
 	* lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
Index: common.mk
===================================================================
--- common.mk	(revision 53589)
+++ common.mk	(revision 53590)
@@ -1006,7 +1006,8 @@ extract-gems: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1006
 
 UNICODE_FILES = $(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/UnicodeData.txt \
 		$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/CompositionExclusions.txt \
-		$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/NormalizationTest.txt
+		$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/NormalizationTest.txt \
+		$(srcdir)/enc/unicode/data/$(UNICODE_VERSION)/CaseFolding.txt
 
 UNICODE_FILES_DEPS = $(srcdir)/.unicode-$(UNICODE_VERSION).time
 

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

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