From 5c17ceb012bf172cc8f0c908e769bb0abb4c3338 Mon Sep 17 00:00:00 2001 From: wyhaines Date: Tue, 26 Jan 2010 18:06:41 +0000 Subject: Backport #2039 [ruby-core:25339]; backported r24413, r24416, r24442 to fix a problem with IO#select and threads. This is the same issue as Bug #199 3 [ruby-core:25114]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aaabf1175c..b4c9318a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +Tue Jan 26 3:03:00 2010 Kirk Haines + + * eval.c: Backport #2039 [ruby-core:25339]; backported r24413, r24416, r24442 to fix a problem with IO#select and threads. This is the same issues as Bug #1993 [ruby-core:25114]. + Thu Jan 21 5:10:00 2010 Kirk Haines - * eval.c: Backport #2592 [ruby-core:27525]; Added an ifndef for WIN32 so that F_GETFD isn't used on that platform. Fixes a build issue. + * eval.c: Backport #2592 [ruby-core:27525]; Added an ifndef for WIN32 so that F_GETFD isn't used on that platform. Fixes a build issue. r26361 - * dln.c: Bug #2220 [ruby-core:26117]; Patch to fix dln.c so that extensions work properly under Snow Leopard. + * dln.c: Bug #2220 [ruby-core:26117]; Patch to fix dln.c so that extensions work properly under Snow Leopard. 26361 Sun Jan 10 8:00:00 2010 Kirk Haines -- cgit v1.2.3