aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-25 15:15:18 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-25 15:15:18 +0000
commit6535bd5d3149a2bf477857e01a7917410fc0d431 (patch)
treeb70e7d38a81e7e94cb693d5984a0cbc8a3c8f603 /ChangeLog
parent835c0535e6916ca41940e11106f5184b68d37c34 (diff)
downloadruby-6535bd5d3149a2bf477857e01a7917410fc0d431.tar.gz
* test/ruby/test_extlibs.rb: check existance of extension libraries
which not depend on outer libraries. (experimental) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f61fa0627..233b06ab3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 26 00:13:48 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * test/ruby/test_extlibs.rb: check existance of extension libraries
+ which not depend on outer libraries. (experimental)
+
Thu Dec 25 21:58:15 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/fiddle/extconf.rb: make PIC objects if it will be linked as