From aed6bddf4e79cdd14e82841d9b533d989d4f6f84 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 28 Aug 2004 14:14:11 +0000 Subject: * bignum.c (rb_big_and): protect parameters from GC. [ruby-talk:110664] * error.c (exc_equal): exceptions are equal if they share same class, message and backtrace. [ruby-talk:110354] * error.c (name_err_mesg_equal): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5cfbadb0..f72dcdb1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Aug 28 23:04:41 2004 Yukihiro Matsumoto + + * bignum.c (rb_big_and): protect parameters from GC. + [ruby-talk:110664] + Fri Aug 27 12:13:50 2004 Tanaka Akira * ext/stringio/stringio.c (Init_stringio): add StringIO#readpartial as @@ -18,6 +23,13 @@ Wed Aug 25 15:18:52 2004 Nobuyoshi Nakada * eval.c (rb_longjmp): Exception#to_str is no longer defined. +Wed Aug 25 11:39:10 2004 Yukihiro Matsumoto + + * error.c (exc_equal): exceptions are equal if they share same + class, message and backtrace. [ruby-talk:110354] + + * error.c (name_err_mesg_equal): ditto. + Tue Aug 24 16:41:48 2004 Shugo Maeda * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do not -- cgit