[#144] Another implementation of Bignum — "Dmitry Antipov" <dmitry.antipov@...>

Hello Ruby hackers,

15 messages 2002/06/06

Re: rb_hash_has_key() and friends non-static...

From: Sean Chittenden <sean@...>
Date: 2002-06-03 23:45:08 UTC
List: ruby-core #117
At the moment I'm writing an appendix Beginning Ruby Programming
regarding Ruby's C API, the data types, and the methods that Ruby
provides for manipulating those data types from within C.  Has anyone
had a chance to give the patch in [ruby-core: 00086] - and others to
hopefully follow - any thought?  Many of the methods for Ruby's data
types are hidden behind static declarations and I'd like to know if
those can be opened up as valid methods for C programmers.

As for splitting out the declarations into its own header, that was
just something I did as it would provide a very convenient way of
grouping and documenting the C API inline with the headers.  Can
someone please comment on either?  -sc

-- 
Sean Chittenden

In This Thread