[#7631] 1.3 to 1.4 — Katsuyuki Komatsu <komatsu@...>

小松です。

26 messages 1999/08/12
[#7632] Re: 1.3 to 1.4 — matz@... (Yukihiro Matsumoto) 1999/08/12

まつもと ゆきひろです

[#7634] Re: 1.3 to 1.4 — Katsuyuki Komatsu <komatsu@...> 1999/08/13

小松です。

[#7636] Re: 1.3 to 1.4 — matz@... (Yukihiro Matsumoto) 1999/08/13

まつもと ゆきひろです

[#7638] cvs HEAD (Re: Re: 1.3 to 1.4) — EGUCHI Osamu <eguchi@...> 1999/08/13

えぐち@エスアンドイーです。

[#7647] Re: cvs HEAD (Re: Re: 1.3 to 1.4) — matz@... (Yukihiro Matsumoto) 1999/08/13

まつもと ゆきひろです

[#7641] Re: [ruby-ext:00382] New coerce scheme — keiju@... (石塚圭樹)

けいじゅ@日本ラショナルソフトウェアです.

26 messages 1999/08/13

[ruby-dev:7551] [PATCH] file.c, ext/extmk.rb.in

From: Katsuyuki Komatsu <komatsu@...>
Date: 1999-08-06 07:19:48 UTC
List: ruby-dev #7551
小松です。

ruby-1.3.7に対するパッチです。

--- file.c.dist	Fri Aug  6 15:48:17 1999
+++ file.c	Fri Aug  6 16:07:03 1999
@@ -1613,7 +1613,7 @@ Init_File()
     rb_define_singleton_method(rb_cFile, "join",   rb_file_s_join, -2);
 
 #ifdef DOSISH
-    rb_define_const(rb_cFile, "ALT_SEPARATOR", rb_str_new2("\\");
+    rb_define_const(rb_cFile, "ALT_SEPARATOR", rb_str_new2("\\"));
 #else
     rb_define_const(rb_cFile, "ALT_SEPARATOR", Qnil);
 #endif
--- ext/extmk.rb.in.dist	Wed Aug  4 00:52:32 1999
+++ ext/extmk.rb.in	Fri Aug  6 16:14:16 1999
@@ -308,6 +308,7 @@ end
 def arg_config(config, default=nil)
   unless defined? $configure_args
     $configure_args = {}
+    args = "@configure_args@"
     if /mswin32/ =~ RUBY_PLATFORM and ENV["CONFIGURE_ARGS"]
       args = args + " " + ENV["CONFIGURE_ARGS"]
     end

--
小松克行 / Katsuyuki Komatsu <komatsu@sarion.co.jp>

In This Thread

Prev Next