[#3006] CVS repository — "Eugene Scripnik" <hoaz@...>

Hello.

21 messages 2004/06/16
[#3008] Re: CVS repository — ts <decoux@...> 2004/06/16

>>>>> "E" == Eugene Scripnik <hoaz@gala.net> writes:

[#3009] Re: CVS repository — Michal Rokos <michal@...> 2004/06/16

Hi!

[#3057] Ruby 1.8.2 to be released. — matz@... (Yukihiro Matsumoto)

Hi,

20 messages 2004/06/23

Env-hash & MACOS

From: Michal Rokos <michal@...>
Date: 2004-06-14 15:41:04 UTC
List: ruby-core #2993
Hi,

without even trying to compile on MacOS, it won't work...

	M.

PS: I have no access to MacOS, sorry.

Index: hash.c
===================================================================
RCS file: /var/cvs/src/ruby/hash.c,v
retrieving revision 1.133
diff -u -r1.133 hash.c
--- hash.c      11 Jun 2004 13:33:47 -0000      1.133
+++ hash.c      14 Jun 2004 15:38:12 -0000
@@ -2420,7 +2420,7 @@

     rb_define_global_const("ENV", envtbl);
 #else /* __MACOS__ */
-       envtbl = rb_hash_s_new(0, NULL, rb_cHash);
+    envtbl = rb_hash_s_create(0, NULL, rb_cHash);
     rb_define_global_const("ENV", envtbl);
 #endif  /* ifndef __MACOS__  environment variables nothing on MacOS. */
 }

In This Thread

Prev Next