-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* thread.c (rb_thread_wait_fd_rw): should not block by select if
there's only one thread living. fixed [ruby-dev:36646]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Oct 8, 2008
1 parent
43f77aa
commit 22c8e88
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Thu Oct 9 08:47:38 2008 Yukihiro Matsumoto <[email protected]> | ||
|
||
* thread.c (rb_thread_wait_fd_rw): should not block by select if | ||
there's only one thread living. fixed [ruby-dev:36646]. | ||
|
||
Wed Oct 8 20:59:52 2008 Masaki Suketa <[email protected]> | ||
|
||
* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters