From d73fa69935a2d6657e13bfe2d3fa266fef55614d Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 19 Aug 2004 07:33:15 +0000 Subject: * dir.c (free_dir): fix memory leak. reported by yamamoto madoka. * eval.c (bind_eval): new method. [RCR 251] * string.c (rb_str_clear): new method. [ruby-dev:24104] * io.c (rb_io_reopen): should clear allocated OpenFile. pointed out by Guy Decoux. [ruby-core:03288] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 904953da7d..c2b3ee167f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 19 15:15:24 2004 Yukihiro Matsumoto + + * dir.c (free_dir): fix memory leak. reported by yamamoto + madoka. + Thu Aug 19 09:19:27 2004 NAKAMURA Usaku * configure.in, win32/Makefile.sub (LIBS): need to link shell32 @@ -35,6 +40,17 @@ Wed Aug 18 11:22:52 2004 Nobuyoshi Nakada * win32/win32.c (init_env): initialize HOME and USER environment variables unless set. +Wed Aug 18 10:17:21 2004 Yukihiro Matsumoto + + * eval.c (bind_eval): new method. [RCR 251] + + * string.c (rb_str_clear): new method. [ruby-dev:24104] + +Tue Aug 17 17:20:59 2004 Yukihiro Matsumoto + + * io.c (rb_io_reopen): should clear allocated OpenFile. pointed + out by Guy Decoux. [ruby-core:03288] + Tue Aug 17 01:36:32 2004 Dave Thomas * lib/rdoc/usage.rb: Remove extra indent. Tidy 'ri' option @@ -110,10 +126,19 @@ Sun Aug 8 00:43:31 2004 why the lucky stiff collections. plain scalars are trimmed if indentation follows in an ambiguous flow collection. +Sat Aug 7 03:08:21 2004 Yukihiro Matsumoto + + * process.c (proc_daemon): new method. should be modified for + platforms without /dev/null. + Sat Aug 7 00:50:01 2004 Tanaka Akira * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil. +Wed Aug 4 13:26:00 2004 Yukihiro Matsumoto + + * marshal.c (r_bytes0): optimize out read(0). [ruby-talk:108276] + Tue Aug 3 13:49:12 2004 Hidetoshi NAGAI * ext/tk/lib/tk/namespace.rb: bug fix -- cgit v1.2.3