summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67db2f0715..651e1bd15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,10 @@ Fri Aug 25 20:35:57 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* test/wsdl/document/test_rpc.rb: remove echo.rb after test.
[ruby-dev:29337]
+Fri Aug 25 17:02:06 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * gc.c (gc_sweep): typo fixed.
+
Fri Aug 25 16:05:50 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* object.c (sym_call): check if the receiver is given.