summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-16 19:38:27 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-16 19:38:27 +0000
commitb3376c4df6bfd0407a53abf10bc5b7df07edfe89 (patch)
treeee88c5e514218b8b00f37198da0c5dc535e39f51 /ChangeLog
parent09edb78ff0548cba7a545b3fd579b1cdcd5a36be (diff)
* range.c (range_step): fixed integer overflow. [ruby-dev:31763]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13453 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 031b1d45b0..4a8ecbd0d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 17 04:37:10 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * range.c (range_step): fixed integer overflow. [ruby-dev:31763]
+
Fri Sep 7 17:06:16 2007 Vincent Isambart <vincent.isambart@gmail.com>
* eval.c (rb_thread_start_0): should unset time_thread_alive_p.