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

ruby-changes:46273

From: nobu <ko1@a...>
Date: Tue, 18 Apr 2017 11:58:50 +0900 (JST)
Subject: [ruby-changes:46273] nobu:r58386 (trunk): enc/depend: remove Unicode versions

nobu	2017-04-18 11:58:44 +0900 (Tue, 18 Apr 2017)

  New Revision: 58386

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

  Log:
    enc/depend: remove Unicode versions
    
    * enc/depend (enc/unicode.o): remove hardcoded Unicode versions.
      this object file must be compiled by toplevel make.

  Modified files:
    trunk/enc/depend
Index: enc/depend
===================================================================
--- enc/depend	(revision 58385)
+++ enc/depend	(revision 58386)
@@ -638,8 +638,6 @@ enc/unicode.$(OBJEXT): $(top_srcdir)/reg https://github.com/ruby/ruby/blob/trunk/enc/depend#L638
 enc/unicode.$(OBJEXT): config.h
 enc/unicode.$(OBJEXT): defines.h
 enc/unicode.$(OBJEXT): enc/unicode.c
-enc/unicode.$(OBJEXT): enc/unicode/9.0.0/casefold.h
-enc/unicode.$(OBJEXT): enc/unicode/9.0.0/name2ctype.h
 enc/unicode.$(OBJEXT): intern.h
 enc/unicode.$(OBJEXT): missing.h
 enc/unicode.$(OBJEXT): onigmo.h

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

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