summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-26 08:32:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-26 08:32:23 +0000
commitdcbabddcd03659d49ab9c2ed1790e7b397beea8a (patch)
tree9c3c746cfd4ad362a47ce79bb8ede1fcd2da8032 /ChangeLog
parent983e9264bb282b507bdec2138db6af2ffc68297c (diff)
downloadruby-dcbabddcd03659d49ab9c2ed1790e7b397beea8a.tar.gz
ruby-dcbabddcd03659d49ab9c2ed1790e7b397beea8a.tar.xz
ruby-dcbabddcd03659d49ab9c2ed1790e7b397beea8a.zip
* include/ruby/ruby.h, gc.c: remove T_BLOCK.
* include/ruby/ruby.h: re-number T_xxx. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10ff73608..754bf8526 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Apr 26 17:30:11 2008 Koichi Sasada <ko1@atdot.net>
+
+ * include/ruby/ruby.h, gc.c: remove T_BLOCK.
+
+ * include/ruby/ruby.h: re-number T_xxx.
+
Sat Apr 26 17:31:09 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (rb_cProcessTms, rb_cProcessStatus): renamed.