[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01806] Re: Using intern.h functions?

From: Yasushi Shoji <yashi@...>
Date: 2000-03-12 04:55:27 UTC
List: ruby-talk #1806
From: Andrew Hunt <Andy@Toolshed.Com>
Subject: [ruby-talk:01805] Using intern.h functions?
Date: Sat, 11 Mar 2000 21:17:20 -0500

> In the  ruby source, there's a header file "intern.h" that appears to
> list all the externally available Ruby methods.  However, the comment
> says that these function are *not* available to extensions or
> applications.  Is that true?  If so, why?  If not, is it okay to use
> all of these functions in extension modules and such?

This issue came up on one of Japanese list a while ago.  I believe
Matz wanted to move some functions in the 'intern.h' to the 'ruby.h'
but I assume he is tooooo busy to fix it.

'intern.h' is included from ruby.h so it is ok to use it in you
extension library if you want.  some functions are already used in
many libs.

hope this helps,
--
              yashi

In This Thread