[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69244] [Ruby trunk - Bug #11054] ruby won't build on OS X 10.5 — fgetattrlist() not available
From:
nagachika00@...
Date:
2015-05-19 19:11:59 UTC
List:
ruby-core #69244
Issue #11054 has been updated by Tomoyuki Chikanaga. Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE Backported into `ruby_2_2` branch at r50549. ---------------------------------------- Bug #11054: ruby won't build on OS X 10.5 — fgetattrlist() not available https://bugs.ruby-lang.org/issues/11054#change-52499 * Author: — PvpDJgHP * Status: Closed * Priority: Low * Assignee: * ruby -v: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin9] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE ---------------------------------------- [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. -- https://bugs.ruby-lang.org/