From d201364ae01aa36ea611dbb7de7edb293cf2cac6 Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 1 Jan 2006 08:12:39 +0000 Subject: * win32/win32.c (rb_w32_seekdir): should not segfault even if passed the location which rb_w32_telldir didn't return. [ruby-core:7035] * test/ruby/test_dir.rb: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 870bd9b36..4c60cc6fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jan 1 17:07:59 2006 Hirokazu Yamamoto + + * win32/win32.c (rb_w32_seekdir): should not segfault even if passed + the location which rb_w32_telldir didn't return. [ruby-core:7035] + + * test/ruby/test_dir.rb: added. + Sat Dec 31 22:57:00 2005 Nobuyoshi Nakada * eval.c (rb_thread_save_context): should not recycle scope object used @@ -223,7 +230,7 @@ Wed Dec 7 01:02:04 2005 Hidetoshi NAGAI * ext/tk/sample/demos-en/menu.rb: ditto. -Tue Dec 4 16:37:57 2005 Yuya Nishida +Tue Dec 6 16:37:57 2005 Yuya Nishida * eval.c (exec_under): avoid accessing ruby_frame->prev. [ruby-dev:27948] -- cgit