summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-22 13:27:26 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-22 13:27:26 +0000
commit999be5f5fd879b582955689487598ea3f825e229 (patch)
tree0616bde20da78986dc91bcbc8b4150998f9e8e55 /ChangeLog
parent29db76b3a8c4764d737a181bf5c7f56ae9541bd9 (diff)
downloadruby-999be5f5fd879b582955689487598ea3f825e229.tar.gz
ruby-999be5f5fd879b582955689487598ea3f825e229.tar.xz
ruby-999be5f5fd879b582955689487598ea3f825e229.zip
* method.h : Commas at end of enum list not allowed as of C89
* vm_method.c (rb_add_method): avoid C++ comment * vm_insnhelper.c (vm_call_cfunc): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88e4cb215..6c0480363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jul 22 22:16:48 2009 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * method.h : Commas at end of enum list not allowed as of C89
+
+ * vm_method.c (rb_add_method): avoid C++ comment
+
+ * vm_insnhelper.c (vm_call_cfunc): ditto.
+
Wed Jul 22 20:42:52 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/extconf.rb: define IPPROTO_IPV6 macro for recent Windows