diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-01 05:49:01 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-01 05:49:01 +0000 |
| commit | bece43b9ab395402f97826d332b3f960d64b73a5 (patch) | |
| tree | 97fb9053a86116544c313f0a55665317bcf1f021 /ChangeLog | |
| parent | 3d88eb65dc3de6279730a580ca49045f15bfbb3e (diff) | |
| download | ruby-bece43b9ab395402f97826d332b3f960d64b73a5.tar.gz ruby-bece43b9ab395402f97826d332b3f960d64b73a5.tar.xz ruby-bece43b9ab395402f97826d332b3f960d64b73a5.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Jan 1 14:42:54 2006 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * 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 <nobu@ruby-lang.org> * eval.c (rb_thread_save_context): should not recycle scope object used |
