[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[ruby-core:68897] [Ruby trunk - Bug #11054] ruby won't build on OS X 10.5 — fgetattrlist() not available
From:
usa@...
Date:
2015-04-15 00:54:51 UTC
List:
ruby-core #68897
Issue #11054 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: UNKNOWN to 2.0.0= : DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED ---------------------------------------- Bug #11054: ruby won't build on OS X 10.5 =E2=80=94 fgetattrlist() not avai= lable https://bugs.ruby-lang.org/issues/11054#change-52166 * Author: =E2=80=94 PvpDJgHP * Status: Closed * Priority: Low * Assignee:=20 * ruby -v: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin9] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED ---------------------------------------- [Revision 49303](https://bugs.ruby-lang.org/projects/backport22/repository/= revisions/49303/diff/dir.c) added a use of the fgetattrlist() function from= OS X. The function fgetattrlist() was added in OS X 10.6 (darwin10). As a result,= ruby will fail to compile on older OS X releases. --=20 https://bugs.ruby-lang.org/