summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-31 09:08:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-31 09:08:14 +0000
commit6001314def338002ae1dc50bcf120805bee78a44 (patch)
treef005d9bc7449c28452d80a6fc624b05a8d6af740 /ChangeLog
parentc3262595ab9267240495be797e55e610122032f2 (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d867fe2f59..59a674a164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
-Thu Aug 31 17:06:09 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
+Thu Aug 31 18:07:14 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
* stable version 1.6.0 released.
Thu Aug 31 14:28:39 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * gc.c (rb_gc_mark): T_SCOPE condition must be more precise.
+
* eval.c (scope_dup): should not make all duped scope orphan.
Thu Aug 31 10:11:47 2000 Yukihiro Matsumoto <matz@ruby-lang.org>