From 49e28e5373e536b491fb3a7bb05ecf076b94b08c Mon Sep 17 00:00:00 2001 From: ocean Date: Thu, 14 Apr 2005 08:02:03 +0000 Subject: * bcc32/Makefile.sub: failed to remove debug information files. fixed: [ruby-dev:26034] (written by nobu) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa7f1cbd4..2516b2c44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 14 16:57:40 2005 Nobuyoshi Nakada + + * bcc32/Makefile.sub: failed to remove debug information files. + fixed: [ruby-dev:26034] + Wed Apr 13 23:40:21 2005 Kouhei Sutou * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. @@ -33,7 +38,7 @@ Tue Apr 12 02:21:55 2005 Hidetoshi NAGAI Mon Apr 11 23:47:21 2005 Masatoshi SEKI - * lib/drb/drb.r: [druby-ja:123] fix: When reference of my object is + * lib/drb/drb.rb: [druby-ja:123] fix: When reference of my object is loaded, the object is tainted. * test/drb/test_drb.rb: ditto. -- cgit