summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-14 22:57:33 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-11-14 22:57:33 +0000
commit321da41379488d2cc808ecca667cf063b9c1ecea (patch)
tree539f3a812e1ee0c3ae8ff836647956678b5c3bdc /ChangeLog
parent5c9130aaa397370431b95c9354574a91d9816a4c (diff)
* ostruct.rb: fix a bug in inspect which called String#+ with Symbol.
[ruby-dev:18788] * profile.rb: illegal use of Array#sort!. replaced it with non-bang method. [ruby-dev:18792] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b71a2ec65..b8210a49ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Nov 15 07:51:24 2002 NAKAMURA Hiroshi <nakahiro@sarion.co.jp>
+
+ * ostruct.rb: fix a bug in inspect which called String#+ with Symbol.
+ [ruby-dev:18788]
+
+ * profile.rb: illegal use of Array#sort!. replaced it with non-bang
+ method. [ruby-dev:18792]
+
Sat Nov 9 16:06:57 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.