[#536] SEVG in bignum.c:505... — Sean Chittenden <sean@...>
$ ruby -e 'p [].to_s.strip.to_i'
5 messages
2002/10/13
[#537] darwin shared library patch — Eric Melville <eric@...>
In Darwin, the preferred way to build shared libraries is with two level
9 messages
2002/10/13
[#539] Re: darwin shared library patch
— "Akinori MUSHA" <knu@...>
2002/10/13
Hi,
[#544] Re: darwin shared library patch
— Eric Melville <eric@...>
2002/10/16
> The patch seems to make ENV[]= coredump.
[#546] Re: darwin shared library patch
— "Akinori MUSHA" <knu@...>
2002/10/16
At Thu, 17 Oct 2002 01:41:49 +0900,
[#541] Patch for MacOS X dln.c — Luc B駘anger <belanglu@...>
I have a patch for the dynamic linker in MacOS X, which permit to load
7 messages
2002/10/13
Re: Id question
From:
Torsten Rer <torsten.rueger@...>
Date:
2002-10-04 08:35:32 UTC
List:
ruby-core #524
Moi
thanks. All very good to know, especially that I had the string klass in
the wrong category.
>Non immediate values are just plain obejcts. So their ID behave like
>usual (non builtin) objects.
>
>
Very nice. I guess the rest of my question was a bit convoluted, but simply:
Can I just call rb_define_attr(klass, name, read, write) to define
"__purple__id" for all classes except immediate types ?
What call can I use to find if "__purple__id" is already defined ?
What call do I use to set the "__purple__id" on an object, I don't find
the appropriate if I know the function (even id) and know it takes only
one argument ?
Thanks
Torsten