summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-21 03:50:23 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-21 03:50:23 +0000
commit39fd4a87e8d745cdb76fd3573a9c59e82e7a7ece (patch)
tree4cbf274b15fd06cf0d0d84a1b33da189f94ffb63 /ChangeLog
parent84b90070c6111c5a69648819d36d2bc9e6bac17f (diff)
iseq.c (rb_iseq_defined_string): trim redundant semi-colon
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47666 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 b5eb7e536b..fc0cfcc8e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 21 12:49:11 2014 Eric Wong <e@80x24.org>
+
+ * iseq.c (rb_iseq_defined_string): trim redundant semi-colon
+
Sun Sep 21 12:19:29 2014 Eric Wong <e@80x24.org>
* file.c (rb_find_file_ext_safe): clear tmp buffer on failure