[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

Re: Where to start

From: Vimal <j.vimal@...>
Date: 2006-12-30 06:23:03 UTC
List: ruby-core #9801
Hi
I had trouble initially finding out what VALUE was ... but check out
ruby.h(using grep)...
>> typedef unsigned long VALUE;
So, I guess VALUE could just be a pointer :) since many functions seem to
accept args as VALUE a, VALUE b
And then try to make sense out of it, by typecasting the value at that
address to the appropriate data structure , which is also defined in ruby.h
HTH

Vimal

On 12/29/06, Strong Cypher <cypherstrong@gmail.com> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi, I want to look at ruby-core code, I see some function like VALUE ...
> Does exist a doc to understand how ruby is coded ? and how can I add
> properly my code ?
>
> I don't really know where to start ... so
> help should be great :)
>
> well
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (MingW32) - WinPT 1.0.1
>
> iD8DBQFFlRZFEg3iyspSWPARAsN+AJwMP5f+Fmi1xL+C0Ok+6DOhS7Gh4ACfTVvq
> z6ldllVXk/MYBxBlniPh6qs=
> =n4kr
> -----END PGP SIGNATURE-----
>
>

In This Thread