[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:67957] Is file <ruby/dl.h> obsolete ?
From:
GrahamC <grahamc001uk@...>
Date:
2015-02-02 22:54:22 UTC
List:
ruby-core #67957
I have some extension code written in C which includes <ruby/dl.h> The code used some definitions from this file such as "struct ptr_data" and "RPTR_DATA". The code was working OK with ruby 2.1 <ruby/dl.h> no longer exists in the ruby-2.2.0 source distribution nor the svn trunk. Is <ruby/dl.h> and all it's definitions now obsolete ? If so is there a proper way for C extensions to handle arguments which are instances of FFI::Struct ?