From ed52cb8ebcfc9e0f88ae1f8def3b6295470eb4ee Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 20 Aug 2004 00:46:39 +0000 Subject: * dir.c: backout untested code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ad977645..e98c03d24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,11 @@ Thu Aug 19 16:29:45 2004 Hidetoshi NAGAI * ext/tk/lib/menu.rb: typo bug. +Thu Aug 19 15:15:24 2004 Yukihiro Matsumoto + + * dir.c (free_dir): fix memory leak. reported by yamamoto + madoka. + Thu Aug 20 11:00:00 2004 Akiyoshi, Masamichi * dln.c (dln_load): Modify to call lib$find_image_symbol for VMS. @@ -25,7 +30,6 @@ Thu Aug 19 06:07:45 2004 why the lucky stiff * lib/yaml/rubytypes.rb: subtelties in handling strings with non-printable characters and odd whitespace patterns. - Wed Aug 18 23:41:33 2004 Minero Aoki * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own -- cgit