aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-21 07:09:36 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-21 07:09:36 +0000
commit643ffa6bd9c2ab7fd8b362fb9b2aab2ae965f57c (patch)
treedaabab384d3a2f54aae3ca754be2bce92d67770e /ChangeLog
parent8f7ce17dc7f3f78364cb86cf27f24d2a3ee968d4 (diff)
downloadruby-643ffa6bd9c2ab7fd8b362fb9b2aab2ae965f57c.tar.gz
load.c (ruby_dln_librefs): make static
This isn't used outside of load.c, so there appears to be no reason to expose it to other modules. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e70174f6f1..52aca3bbed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 21 16:08:53 2015 Eric Wong <e@80x24.org>
+
+ * load.c (ruby_dln_librefs): make static
+
Tue Jul 21 13:36:54 2015 yuuji.yaginuma <yuuji.yaginuma@gmail.com>
* lib/optparse.rb (complete): [DOC] fix typo. [Fix GH-973]