From d1d578775b2d8eeab28fab3375113280d720c204 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 4 Mar 2003 07:04:11 +0000 Subject: * io.c (rb_io_popen): do not call rb_io_close() directly, call "close" method instead. [ruby-dev:19717] * io.c (rb_io_s_open): ditto. * hash.c (rb_any_hash): remove DEFER_INTS. all do_hash() calls in st.c are at the top of functions. No reentrant problem. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 185e9feb2..a4f46a013 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,16 @@ Tue Mar 4 15:08:08 2003 WATANABE Hirofumi * missing/strftime.c: ditto. +Tue Mar 4 10:11:32 2003 Yukihiro Matsumoto + + * io.c (rb_io_popen): do not call rb_io_close() directly, call + "close" method instead. [ruby-dev:19717] + + * io.c (rb_io_s_open): ditto. + + * hash.c (rb_any_hash): remove DEFER_INTS. all do_hash() calls in + st.c are at the top of functions. No reentrant problem. + Tue Mar 4 01:19:21 2003 Akinori MUSHA * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban] @@ -569,6 +579,10 @@ Thu Jan 30 08:27:19 2003 Nobuyoshi Nakada * file.c (rb_file_s_expand_path): removed a sludge. +Wed Jan 29 03:24:39 2003 Michal Rokos + + * dir.c (glob_helper): memory leak fixed. + Tue Jan 28 04:45:03 2003 Akinori MUSHA * instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend a -- cgit