summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 03:28:10 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-12 03:28:10 +0000
commit63cb03494e6cd6f8fc3a800305e5e12399e11e5c (patch)
tree37ebf2509f768da8bb06c185c5ed69c71f12d2c9
parent183970f49e3d015732f63af3ca1549072bf3b118 (diff)
* string.c (sym_to_i): really removed. [ruby-dev:34641]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b45697912e..8d8f4cfe7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 12 12:24:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * string.c (sym_to_i): really removed. [ruby-dev:34641]
+
Mon May 12 11:15:55 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* gc.c (assign_heap_slot): put the binary search routine in order.