git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-10-02 15:34:09 +00:00
parent 55af6c2f96
commit 38db4d23c5

View File

@ -46,7 +46,7 @@ Wed Oct 2 10:59:29 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* gc.c (gc_sweep): free unused heap page to reduce process size if
possible.
* object.c (rb_obj_type): depercated Object#type; use Object#class.
* object.c (rb_obj_type): deprecated Object#type; use Object#class.
Tue Oct 1 23:48:32 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>