aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-02 15:45:09 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-02 15:45:09 +0000
commit7054856938ad771b32e612f480e4767977dcab3f (patch)
treefc18c847df490bbae61018a9f072c8824d12f3e7 /ChangeLog
parente66470a106108a591b52e708e95d36ab13e83b25 (diff)
downloadruby-7054856938ad771b32e612f480e4767977dcab3f.tar.gz
* method.h (rb_method_type_t): remove a comma at end of
enumerator list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25192 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 4c309cd799..81f169b360 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 3 00:43:52 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * method.h (rb_method_type_t): remove a comma at end of
+ enumerator list.
+
Sat Oct 3 00:31:04 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* range.c (discrete_object_p): needs the argument type to get rid