summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 03:32:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 03:32:54 +0000
commit11ef85d237f78d40aba84ae1804449cb738bde58 (patch)
tree2b56dd8042de267f3beb577805ac72a3d0226de2 /ChangeLog
parenta3730a7eec89c948a72fe0575e60063e3d6e4424 (diff)
ruby.c: load statically linked extensions before rubygems
* ruby.c (process_options): load statically linked extensions before rubygems, because of ext/thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 362600217f..7190ef281d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Mon Oct 14 12:22:24 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Mon Oct 14 12:32:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ruby.c (process_options): load statically linked extensions before
+ rubygems, because of ext/thread.
* ruby.c (process_options): use gem_prelude instead of requiring
rubygems directly when --enable=gems is given.