From bece43b9ab395402f97826d332b3f960d64b73a5 Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 1 Jan 2006 05:49:01 +0000 Subject: * win32/win32.c (rb_w32_seekdir): should not segfault even if passed the location which rb_w32_telldir didn't return. (and should change `bits' position) [ruby-core:7035] * win32/dir.h: ditto. (stores `loc' instead of `bitpos') * test/ruby/test_dir.rb: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 46ce0afa7..2f8109c84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Jan 1 14:42:54 2006 Hirokazu Yamamoto + + * win32/win32.c (rb_w32_seekdir): should not segfault even if passed + the location which rb_w32_telldir didn't return. (and should change + `bits' position) [ruby-core:7035] + + * win32/dir.h: ditto. (stores `loc' instead of `bitpos') + + * 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 -- cgit