aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-29 09:38:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-29 09:38:31 +0000
commit7d61b7e13fd848449770f2226a7dc7dbd41fadfd (patch)
tree335a12c22a6e47e7c11c3a054b4219ce064009ea /ChangeLog
parent3e85e584117f21b7d31e56274da4eb8585a39a9a (diff)
downloadruby-7d61b7e13fd848449770f2226a7dc7dbd41fadfd.tar.gz
* tool/config.sub (x64): regularize only for pc vendor, and strip
useless 64 suffix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b38c831c7d..a5b058e18d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 29 18:38:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * tool/config.sub (x64): regularize only for pc vendor, and strip
+ useless 64 suffix.
+
Wed Sep 29 17:53:02 2010 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (BIGDECIMAL_ENABLE_VPRINT):
@@ -51,7 +56,7 @@ Tue Sep 28 20:06:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>
Mon Sep 27 23:30:34 2010 Koichi Sasada <ko1@atdot.net>
- * insns.def (opt_case_dispatch), vm_insnhelper.c:
+ * insns.def (opt_case_dispatch), vm_insnhelper.c:
execute the procedures of "when" clauses by bytecode
instead of st_foreach() when the object does not hit
prepared hash. [ruby-dev:42304]