From 8cdc3778294e77428b05f16ec7a60ff8d1f7775a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 7 Apr 2004 02:51:05 +0000 Subject: * file.c (rb_get_path): get path string via "to_path" method if path object is not a string. [Ruby2] * gc.c (rb_gc_call_finalizer_at_exit): do not free threads in the exit finalizers. * io.c (rb_io_reopen): should use rb_io_check_io(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13c17e4c0..8d3686e4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,16 @@ Wed Apr 7 00:24:34 2004 Masatoshi SEKI * test/rinda/test_rinda.rb +Tue Apr 6 18:24:18 2004 Yukihiro Matsumoto + + * file.c (rb_get_path): get path string via "to_path" method if + path object is not a string. [Ruby2] + + * gc.c (rb_gc_call_finalizer_at_exit): do not free threads in the + exit finalizers. + + * io.c (rb_io_reopen): should use rb_io_check_io(). + Tue Apr 6 16:46:09 2004 Tanaka Akira * configure.in: check the size of time_t. -- cgit