diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-08 18:21:56 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-08 18:21:56 +0000 |
commit | 5a797c1c770365c40c4680c13bf0dd6d15bdc989 (patch) | |
tree | 436816d2944706e2b1618db628d8ef4db1558961 /ChangeLog | |
parent | a68e4c748c111ae947a571a4ab149ef77c85667e (diff) |
* gc.c (os_obj_of): assure to not free the scanning heap.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Mon Jun 9 03:21:20 2008 Tanaka Akira <akr@fsij.org> + + * gc.c (os_obj_of): assure to not free the scanning heap. + Mon Jun 9 03:20:12 2008 NAKAMURA Usaku <usa@ruby-lang.org> * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int. |