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

ruby-changes:17263

From: naruse <ko1@a...>
Date: Thu, 16 Sep 2010 00:40:24 +0900 (JST)
Subject: [ruby-changes:17263] Ruby:r29264 (trunk): * ext/readline/extconf.rb: Remove Readline 6 check because

naruse	2010-09-16 00:40:15 +0900 (Thu, 16 Sep 2010)

  New Revision: 29264

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

  Log:
    * ext/readline/extconf.rb: Remove Readline 6 check because
      Ruby's license is now GPLv3 compatible. [ruby-core:28736]

  Modified files:
    trunk/ChangeLog
    trunk/ext/readline/extconf.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29263)
+++ ChangeLog	(revision 29264)
@@ -1,3 +1,8 @@
+Thu Sep 16 00:36:25 2010  NARUSE, Yui  <naruse@r...>
+
+	* ext/readline/extconf.rb: Remove Readline 6 check because
+	  Ruby's license is now GPLv3 compatible. [ruby-core:28736]
+
 Thu Sep 16 00:26:00 2010  NARUSE, Yui  <naruse@r...>
 
 	* COPYING: change Ruby's License from a dual license with GPLv2
Index: ext/readline/extconf.rb
===================================================================
--- ext/readline/extconf.rb	(revision 29263)
+++ ext/readline/extconf.rb	(revision 29264)
@@ -24,11 +24,6 @@
 dir_config('termcap')
 dir_config("readline")
 enable_libedit = enable_config("libedit")
-$readline_extra_check = (proc {|src| src << <<EOS} unless enable_config("readline-v6"))
-#if RL_VERSION_MAJOR >= 6
-#error GPLv2 incompatible
-#endif
-EOS
 
 have_library("user32", nil) if /cygwin/ === RUBY_PLATFORM
 have_library("ncurses", "tgetnum") ||

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

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