From ce44928d2b4d32b41f9a19097fb7bd7b2c13c4bd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 5 Apr 2004 15:55:09 +0000 Subject: * error.c (Init_Exception): remove Exception#to_str. [Ruby2] * eval.c (error_print): should no call "to_str" anymore use "message" method instead. * io.c (rb_f_open): Kernel#open() calls "to_open" if the first argument responds to it. [Ruby2] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2742c6cc43..f0ab3b1db6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Apr 6 00:14:43 2004 Yukihiro Matsumoto + + * error.c (Init_Exception): remove Exception#to_str. [Ruby2] + + * eval.c (error_print): should no call "to_str" anymore use + "message" method instead. + + * io.c (rb_f_open): Kernel#open() calls "to_open" if the first + argument responds to it. [Ruby2] + Tue Apr 6 00:13:43 2004 Masatoshi SEKI * lib/rinda/rinda.rb: add require 'drb/drb' -- cgit v1.2.3