summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-26 14:59:09 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-26 14:59:09 +0000
commitfafa18cbd804a5e9fd9ac43b7828e60e3050a5b3 (patch)
tree657860ea3d9eadd41a2f953bacb45ff13f3ee63d /ChangeLog
parentc967ebdb0b16d3c17d5e9e2b769c5c654d0a9bc9 (diff)
downloadruby-fafa18cbd804a5e9fd9ac43b7828e60e3050a5b3.tar.gz
ruby-fafa18cbd804a5e9fd9ac43b7828e60e3050a5b3.tar.xz
ruby-fafa18cbd804a5e9fd9ac43b7828e60e3050a5b3.zip
* vm_method.c (rb_method_entry_eq): method defined from same
block/proc should be equal. [ruby-core:25755] [ruby-core:24791] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4f84ba62..6f44cd9ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,11 @@ Sat Sep 26 13:26:55 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/net/http.rb (transport_request): Handle timeout error by
closing socket if exception raised. [ruby-core:20976]
+Sat Sep 26 12:08:17 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * vm_method.c (rb_method_entry_eq): method defined from same
+ block/proc should be equal. [ruby-core:25755] [ruby-core:24791]
+
Sat Sep 26 08:35:12 2009 Koichi Sasada <ko1@atdot.net>
* iseq.c (compile_string): rename to parse_string(), because