summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-15 13:14:11 +0000
committerseki <seki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-15 13:14:11 +0000
commit381751042c924cf8caea4842abe38fd348dafb05 (patch)
tree2e47eda26e6e07b619031173fba13b6f8bce898c /ChangeLog
parentad76d75ea594d0bbf84b3ae94e5897680b454312 (diff)
use raise(exception) [ruby-dev:26164]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8462 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 b6213eb6e0..ba3820b59a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 15 22:11:33 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
+
+ * lib/drb/drb.rb (DRbObject#method_missing): use raise(exception).
+ [ruby-dev:26164]
+
Sun May 15 18:56:35 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs