aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-01 15:32:08 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-01 15:32:08 +0000
commit6909ea443fee4daadfad78df81ab4577c30b5ace (patch)
tree5b8a56fb9ae9f62e90efbae49f4fbb902aa835da /ChangeLog
parenteb70987c2d1b74704e17dbb4455f1ab565800dd3 (diff)
downloadruby-6909ea443fee4daadfad78df81ab4577c30b5ace.tar.gz
* include/ruby/st.h (st_table): Added comment why we need __extension__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30757 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 9947f00af3..b36d01df65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 2 00:30:43 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * include/ruby/st.h (st_table): Added comment why we need __extension__.
+
Tue Feb 1 20:45:44 2011 Tanaka Akira <akr@fsij.org>
* enc/encdb.c: parenthesize macro arguments.