[#14922] alias $gvar — Koji Arai <JCA02266@...>

新井です。

19 messages 2001/10/14

[#15006] Re: eval.c (rb_stack_check): prohibit recursive raising error — WATANABE Hirofumi <eban@...>

わたなべです。

13 messages 2001/10/26
[#15008] Re: eval.c (rb_stack_check): prohibit recursive raising error — Shugo Maeda <shugo@...> 2001/10/26

前田です。

[ruby-dev:15010] cgi.rb の NEEDS_BINMODE

From: Kazuhiro NISHIYAMA <zn@...>
Date: 2001-10-28 05:39:27 UTC
List: ruby-dev #15010
mingwの場合は考えなくていいのでしょうか?


--- cgi.rb      Tue Sep 11 15:02:56 2001
+++ cgi.rb.new  Sun Oct 28 14:12:22 2001
@@ -187,3 +187,3 @@
 
-  NEEDS_BINMODE = true if /WIN/ni.match(RUBY_PLATFORM)
+  NEEDS_BINMODE = true if /win|mingw/.match(RUBY_PLATFORM)
   PATH_SEPARATOR = {'UNIX'=>'/', 'WINDOWS'=>'\\', 'MACINTOSH'=>':'}


-- 
|ZnZ(ゼット エヌ ゼット)
|西山和広(Kazuhiro NISHIYAMA)

In This Thread

Prev Next