summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-17 07:01:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-17 07:01:27 +0000
commit239897c2e6fa04dc3660a6234129b919e84ca51c (patch)
tree1301b82c32cb2a6e2899cb7a45659704dcd82d30 /ChangeLog
parent027375e5cdd7b12fea223da8dd5c48030e7c05b5 (diff)
* insns.def (opt_case_dispatch): need cast.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25815 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 e3e8d10fb..989d1b0eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 17 16:01:02 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * insns.def (opt_case_dispatch): need cast.
+
Tue Nov 17 15:46:23 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* dir.c (READDIR): this branch doesn't have rb_w32_readdir_with_enc().